Elin Decompiled Documentation EA 23.130 Nightly
Loading...
Searching...
No Matches
FOOD.cs
Go to the documentation of this file.
1public class FOOD
2{
3 public const int food_CHA = 700;
4
5 public const int justcooked = 757;
6
7 public const int food_god = 758;
8
9 public const int food_cat = 701;
10
11 public const int food_undead = 709;
12
13 public const int food_love = 703;
14
15 public const int food_poison = 702;
16
17 public const int kirimi = 707;
18
19 public const int loseWeight = 706;
20
21 public const int food_human = 708;
22
23 public const int food_bug = 704;
24
25 public const int gainWeight = 705;
26
27 public static readonly int[] IDS = new int[12]
28 {
29 700, 757, 758, 701, 709, 703, 702, 707, 706, 708,
30 704, 705
31 };
32}
Definition: FOOD.cs:2
static readonly int[] IDS
Definition: FOOD.cs:27
const int justcooked
Definition: FOOD.cs:5
const int food_god
Definition: FOOD.cs:7
const int food_bug
Definition: FOOD.cs:23
const int food_CHA
Definition: FOOD.cs:3
const int kirimi
Definition: FOOD.cs:17
const int food_undead
Definition: FOOD.cs:11
const int gainWeight
Definition: FOOD.cs:25
const int food_poison
Definition: FOOD.cs:15
const int food_cat
Definition: FOOD.cs:9
const int food_human
Definition: FOOD.cs:21
const int loseWeight
Definition: FOOD.cs:19
const int food_love
Definition: FOOD.cs:13