13 id = SourceData.GetString(0),
14 _origin = SourceData.GetString(1),
15 name_JP = SourceData.GetString(2),
16 unit_JP = SourceData.GetString(3),
17 name = SourceData.GetString(4),
18 unit = SourceData.GetString(5),
19 name2_JP = SourceData.GetStringArray(6),
20 name2 = SourceData.GetStringArray(7),
21 tiles = SourceData.GetIntArray(8),
22 parse = SourceData.GetStringArray(9),
23 vals = SourceData.GetStringArray(10),
24 trait = SourceData.GetStringArray(11),
25 elements = Core.ParseElements(SourceData.GetStr(12,
false)),
26 idTaste = SourceData.GetString(14),
27 TST = SourceData.GetInt(15),
28 NUT = SourceData.GetInt(16),
29 STR = SourceData.GetInt(17),
30 STR2 = SourceData.GetInt(18),
31 END = SourceData.GetInt(19),
32 END2 = SourceData.GetInt(20),
33 DEX = SourceData.GetInt(21),
34 DEX2 = SourceData.GetInt(22),
35 PER = SourceData.GetInt(23),
36 PER2 = SourceData.GetInt(24),
37 LER = SourceData.GetInt(25),
38 LER2 = SourceData.GetInt(26),
39 WIL = SourceData.GetInt(27),
40 WIL2 = SourceData.GetInt(28),
41 MAG = SourceData.GetInt(29),
42 MAG2 = SourceData.GetInt(30),
43 CHA = SourceData.GetInt(31),
44 CHA2 = SourceData.GetInt(32),
45 LV = SourceData.GetInt(34),
46 chance = SourceData.GetInt(35),
47 value = SourceData.GetInt(36),
48 weight = SourceData.GetInt(37),
49 recipeKey = SourceData.GetStringArray(38),
50 factory = SourceData.GetStringArray(39),
51 components = SourceData.GetStringArray(40),
52 defMat = SourceData.GetString(41),
53 category = SourceData.GetString(42),
54 tag = SourceData.GetStringArray(43),
55 detail_JP = SourceData.GetString(44),
56 detail = SourceData.GetString(45)
69 SourceFood.<>c__DisplayClass3_0 CS$<>8__locals1;
70 CS$<>8__locals1.list =
new List<int>(c.elements);
72 SourceFood.<OnImportRow>g__Add|3_0(10, row.NUT, ref CS$<>8__locals1);
73 SourceFood.<OnImportRow>g__Parse|3_1(row.STR, 70, row.STR2, 440, ref CS$<>8__locals1);
74 SourceFood.<OnImportRow>g__Parse|3_1(row.END, 71, row.END2, 441, ref CS$<>8__locals1);
75 SourceFood.<OnImportRow>g__Parse|3_1(row.DEX, 72, row.DEX2, 442, ref CS$<>8__locals1);
76 SourceFood.<OnImportRow>g__Parse|3_1(row.PER, 73, row.PER2, 443, ref CS$<>8__locals1);
77 SourceFood.<OnImportRow>g__Parse|3_1(row.LER, 74, row.LER2, 444, ref CS$<>8__locals1);
78 SourceFood.<OnImportRow>g__Parse|3_1(row.WIL, 75, row.WIL2, 445, ref CS$<>8__locals1);
79 SourceFood.<OnImportRow>g__Parse|3_1(row.MAG, 76, row.MAG2, 446, ref CS$<>8__locals1);
80 SourceFood.<OnImportRow>g__Parse|3_1(row.CHA, 77, row.CHA2, 447, ref CS$<>8__locals1);
81 for (
int i = 0; i < row.elements.Length; i += 2)
83 SourceFood.<OnImportRow>g__Add|3_0(_r.elements[i], row.elements[i + 1], ref CS$<>8__locals1);
85 c.elements = CS$<>8__locals1.list.ToArray();
87 c.name2_JP = row.name2_JP;
88 if (!row.unit_JP.IsEmpty())
90 c.unit_JP = row.unit_JP;
96 internal static void <OnImportRow>g__Add|3_0(
int ele,
int a, ref
SourceFood.<>c__DisplayClass3_0 A_2)
104 internal static void <OnImportRow>g__Parse|3_1(
int raw,
int ele,
int raw2,
int ele2, ref
SourceFood.<>c__DisplayClass3_0 A_4)
108 SourceFood.<OnImportRow>g__Add|3_0(ele, raw, ref A_4);
112 SourceFood.<OnImportRow>g__Add|3_0(ele2, raw2, ref A_4);
122 public override bool UseAlias
132 public override string GetAlias
141 public string idTaste;