Elin Decompiled Documentation EA 23.339.0 Nightly
Loading...
Searching...
No Matches
SourceThingV Class Reference
Inheritance diagram for SourceThingV:
SourceDataString< SourceThingV.Row > SourceFood

Classes

class  Row
 

Public Member Functions

override Row CreateRow ()
 
override Row CreateRowByMapping (IReadOnlyDictionary< string, int > mapping)
 
override void SetRow (Row r)
 
override IReadOnlyDictionary< string, int > GetRowMapping ()
 
override IReadOnlyDictionary< string, string > GetTypeMapping ()
 
override void RestorePref ()
 
override void ValidatePref ()
 
override void Reset ()
 
override void OnAfterImportData ()
 
virtual void OnImportRow (Row _r, SourceThing.Row c)
 
- Public Member Functions inherited from SourceDataString< SourceThingV.Row >
override T GetRow (string id)
 

Static Public Attributes

static readonly IReadOnlyDictionary< string, int > RowMapping
 
static readonly IReadOnlyDictionary< string, string > TypeMapping
 

Properties

override string[] ImportFields [get]
 

Detailed Description

Definition at line 6 of file SourceThingV.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceThingV.CreateRow ( )
inline

Definition at line 74 of file SourceThingV.cs.

75 {
76 return new Row
77 {
78 id = SourceData.GetString(0),
79 _origin = SourceData.GetString(1),
80 name_JP = SourceData.GetString(2),
81 unit_JP = SourceData.GetString(3),
82 name = SourceData.GetString(4),
83 unit = SourceData.GetString(5),
84 tiles = SourceData.GetIntArray(6),
85 skins = SourceData.GetIntArray(7),
86 parse = SourceData.GetStringArray(8),
87 vals = SourceData.GetStringArray(9),
88 trait = SourceData.GetStringArray(11),
89 LV = SourceData.GetInt(12),
90 chance = SourceData.GetInt(13),
91 value = SourceData.GetInt(14),
92 weight = SourceData.GetInt(15),
93 recipeKey = SourceData.GetStringArray(16),
94 factory = SourceData.GetStringArray(17),
95 components = SourceData.GetStringArray(18),
96 defMat = SourceData.GetString(19),
97 category = SourceData.GetString(20),
98 tag = SourceData.GetStringArray(21),
99 detail_JP = SourceData.GetString(22),
100 detail = SourceData.GetString(23)
101 };
102 }
static string[] GetStringArray(int id)
Definition: SourceData.cs:1011
static string GetString(int id)
Definition: SourceData.cs:1016
static int GetInt(int id)
Definition: SourceData.cs:981
static int[] GetIntArray(int id)
Definition: SourceData.cs:1006

References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().

◆ CreateRowByMapping()

override Row SourceThingV.CreateRowByMapping ( IReadOnlyDictionary< string, int >  mapping)
inline

Definition at line 104 of file SourceThingV.cs.

105 {
106 return new Row
107 {
108 id = SourceData.GetString(mapping["id"]),
109 _origin = SourceData.GetString(mapping["_origin"]),
110 name_JP = SourceData.GetString(mapping["name_JP"]),
111 unit_JP = SourceData.GetString(mapping["unit_JP"]),
112 name = SourceData.GetString(mapping["name"]),
113 unit = SourceData.GetString(mapping["unit"]),
114 tiles = SourceData.GetIntArray(mapping["tiles"]),
115 skins = SourceData.GetIntArray(mapping["skins"]),
116 parse = SourceData.GetStringArray(mapping["parse"]),
117 vals = SourceData.GetStringArray(mapping["vals"]),
118 trait = SourceData.GetStringArray(mapping["trait"]),
119 LV = SourceData.GetInt(mapping["LV"]),
120 chance = SourceData.GetInt(mapping["chance"]),
121 value = SourceData.GetInt(mapping["value"]),
122 weight = SourceData.GetInt(mapping["weight"]),
123 recipeKey = SourceData.GetStringArray(mapping["recipeKey"]),
124 factory = SourceData.GetStringArray(mapping["factory"]),
125 components = SourceData.GetStringArray(mapping["components"]),
126 defMat = SourceData.GetString(mapping["defMat"]),
127 category = SourceData.GetString(mapping["category"]),
128 tag = SourceData.GetStringArray(mapping["tag"]),
129 detail_JP = SourceData.GetString(mapping["detail_JP"]),
130 detail = SourceData.GetString(mapping["detail"])
131 };
132 }

References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().

◆ GetRowMapping()

override IReadOnlyDictionary< string, int > SourceThingV.GetRowMapping ( )
inline

Definition at line 139 of file SourceThingV.cs.

140 {
141 return RowMapping;
142 }
static readonly IReadOnlyDictionary< string, int > RowMapping
Definition: SourceThingV.cs:18

References RowMapping.

◆ GetTypeMapping()

override IReadOnlyDictionary< string, string > SourceThingV.GetTypeMapping ( )
inline

Definition at line 144 of file SourceThingV.cs.

145 {
146 return TypeMapping;
147 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
Definition: SourceThingV.cs:45

References TypeMapping.

◆ OnAfterImportData()

override void SourceThingV.OnAfterImportData ( )
inline

Definition at line 190 of file SourceThingV.cs.

191 {
192 Dictionary<string, SourceThing.Row> dictionary = new Dictionary<string, SourceThing.Row>();
193 foreach (SourceThing.Row row2 in EClass.sources.things.rows)
194 {
195 dictionary[row2.id] = row2;
196 }
197 Dictionary<string, System.Reflection.FieldInfo> rowFields = new SourceThing.Row().GetRowFields();
198 foreach (Row row3 in rows)
199 {
200 SourceThing.Row row = new SourceThing.Row();
201 SourceThing.Row obj = dictionary[row3._origin];
202 string key;
203 foreach (KeyValuePair<string, System.Reflection.FieldInfo> item in rowFields)
204 {
205 item.Deconstruct(out key, out var value);
206 string text = key;
207 System.Reflection.FieldInfo fieldInfo = value;
208 if (!(text == "parse"))
209 {
210 fieldInfo.SetValue(row, fieldInfo.GetValue(obj));
211 }
212 }
213 row.id = row3.id;
214 row._origin = row3._origin;
215 if (row3.LV != 0)
216 {
217 row.LV = row3.LV;
218 }
219 if (row3.chance != -1)
220 {
221 row.chance = row3.chance;
222 }
223 if (row3.value != -1)
224 {
225 row.value = row3.value;
226 }
227 else
228 {
229 row.value += EClass.rnd(row.value / 2);
230 }
231 if (row3.weight != -1)
232 {
233 row.weight = row3.weight;
234 }
235 if (!row3.tiles.IsEmpty())
236 {
237 row.tiles = row3.tiles;
238 }
239 if (!row3.skins.IsEmpty())
240 {
241 row.skins = row3.skins;
242 }
243 if (!row3.name.IsEmpty())
244 {
245 row.name = row3.name;
246 }
247 if (!row3.name_JP.IsEmpty())
248 {
249 row.name_JP = row3.name_JP;
250 }
251 if (!row3.detail.IsEmpty())
252 {
253 row.detail = row3.detail;
254 }
255 if (!row3.detail_JP.IsEmpty())
256 {
257 row.detail_JP = row3.detail_JP;
258 }
259 if (!row3.unit.IsEmpty())
260 {
261 row.unit = row3.unit;
262 }
263 if (!row3.unit_JP.IsEmpty())
264 {
265 row.unit_JP = row3.unit_JP;
266 }
267 if (!row3.vals.IsEmpty())
268 {
269 row.vals = row3.vals;
270 }
271 if (!row3.components.IsEmpty())
272 {
273 row.components = row3.components;
274 }
275 if (!row3.defMat.IsEmpty())
276 {
277 row.defMat = row3.defMat;
278 }
279 if (!row3.trait.IsEmpty())
280 {
281 row.trait = row3.trait;
282 }
283 if (!row3.category.IsEmpty())
284 {
285 row.category = row3.category;
286 }
287 if (!row3.factory.IsEmpty())
288 {
289 row.factory = row3.factory;
290 }
291 if (!row3.tag.IsEmpty())
292 {
293 row.tag = row3.tag;
294 }
295 row.recipeKey = row3.recipeKey;
296 if (!row3.parse.IsEmpty())
297 {
298 string[] parse = row3.parse;
299 for (int i = 0; i < parse.Length; i++)
300 {
301 string[] array = parse[i].Split('/');
302 key = array[0];
303 switch (key)
304 {
305 case "elec":
306 row.electricity = array[1].ToInt();
307 break;
308 case "render":
309 row._idRenderData = array[1];
310 break;
311 case "tiletype":
312 row._tileType = array[1];
313 break;
314 case "anime":
315 row.anime = ((array.Length <= 4) ? ((array.Length <= 3) ? new int[2]
316 {
317 array[1].ToInt(),
318 array[2].ToInt()
319 } : new int[3]
320 {
321 array[1].ToInt(),
322 array[2].ToInt(),
323 array[3].ToInt()
324 }) : new int[4]
325 {
326 array[1].ToInt(),
327 array[2].ToInt(),
328 array[3].ToInt(),
329 array[4].ToInt()
330 });
331 break;
332 case "skin":
333 {
334 string[] array3 = array[1].Split('|');
335 row.skins = new int[array3.Length];
336 for (int k = 0; k < array3.Length; k++)
337 {
338 row.skins[k] = array3[k].ToInt();
339 }
340 break;
341 }
342 case "alt":
343 {
344 string[] array2 = array[1].Split('|');
345 row.altTiles = new int[array2.Length];
346 for (int j = 0; j < array2.Length; j++)
347 {
348 row.altTiles[j] = array2[j].ToInt();
349 }
350 row.ignoreAltFix = true;
351 break;
352 }
353 case "naming":
354 row.naming = array[1];
355 break;
356 case "ex":
357 row.idActorEx = array[1];
358 break;
359 case "extra":
360 row.idExtra = array[1];
361 break;
362 case "noWindowLight":
363 row.idExtra = "";
364 row.altTiles = (row._altTiles = new int[0]);
365 break;
366 case "sound":
367 row.idSound = array[1];
368 break;
369 case "color":
370 row.colorMod = 100;
371 break;
372 case "no_color":
373 row.colorMod = 0;
374 break;
375 case "unique":
376 row.quality = 4;
377 break;
378 case "ele":
379 {
380 int[] second = new int[2]
381 {
382 Core.GetCurrent().sources.elements.alias[array[1]].id,
383 array[2].ToInt()
384 };
385 row.elements = row.elements.Concat(second).ToArray();
386 break;
387 }
388 }
389 }
390 }
391 OnImportRow(row3, row);
393 EClass.sources.things.rows.Add(row);
394 }
395 rows.Clear();
396 }
int[] elements
Definition: CardRow.cs:21
Definition: Core.cs:14
SourceManager sources
Definition: Core.cs:33
static Core GetCurrent()
Definition: Core.cs:600
Definition: EClass.cs:6
static int rnd(long a)
Definition: EClass.cs:59
static SourceManager sources
Definition: EClass.cs:43
int[] skins
Definition: RenderRow.cs:14
int value
Definition: RenderRow.cs:20
Dictionary< string, FieldInfo > GetRowFields()
Definition: SourceData.cs:657
SourceThing things
SourceElement elements
virtual void OnImportRow(Row _r, SourceThing.Row c)
override void OnImportData(SourceData data)
Definition: SourceThing.cs:81

References CardRow._origin, RenderRow.category, RenderRow.chance, RenderRow.components, RenderRow.defMat, RenderRow.detail, RenderRow.detail_JP, SourceManager.elements, RenderRow.factory, Core.GetCurrent(), SourceData< T, T2 >.BaseRow.GetRowFields(), CardRow.id, item, RenderRow.LV, RenderRow.name, RenderRow.name_JP, OnImportRow(), SourceThingV.Row.parse, RenderRow.recipeKey, EClass.rnd(), RenderRow.skins, Core.sources, EClass.sources, RenderRow.tag, SourceManager.things, RenderRow.tiles, CardRow.trait, SourceThing.Row.unit, SourceThing.Row.unit_JP, CardRow.vals, RenderRow.value, and SourceThing.Row.weight.

◆ OnImportRow()

virtual void SourceThingV.OnImportRow ( Row  _r,
SourceThing::Row  c 
)
inlinevirtual

Reimplemented in SourceFood.

Definition at line 398 of file SourceThingV.cs.

399 {
400 }

Referenced by OnAfterImportData().

◆ Reset()

override void SourceThingV.Reset ( )
inline

Definition at line 184 of file SourceThingV.cs.

185 {
186 base.Reset();
187 EClass.sources.things.Reset();
188 }

References EClass.sources, and SourceManager.things.

◆ RestorePref()

override void SourceThingV.RestorePref ( )
inline

Definition at line 149 of file SourceThingV.cs.

150 {
151 foreach (SourceThing.Row row2 in EClass.sources.things.rows)
152 {
153 SourcePref sourcePref = EClass.sources.things._rows.TryGetValue(row2.id)?.pref;
154 if (sourcePref == null && EClass.sources.asset.renames.ContainsKey(row2.id))
155 {
156 sourcePref = EClass.sources.things._rows.TryGetValue(EClass.sources.asset.renames[row2.id])?.pref;
157 }
158 row2.pref = sourcePref ?? new SourcePref();
159 }
160 Dictionary<string, SourceThing.Row> dictionary = new Dictionary<string, SourceThing.Row>();
161 foreach (SourceThing.Row row3 in EClass.sources.things.rows)
162 {
163 dictionary[row3.id] = row3;
164 }
165 foreach (SourceThing.Row row4 in EClass.sources.things.rows)
166 {
167 if (!row4.pref.UsePref && !row4._origin.IsEmpty())
168 {
169 SourceThing.Row row = dictionary[row4._origin];
170 row4.pref = IO.DeepCopy(row.pref);
171 row4.pref.flags |= PrefFlag.UsePref;
172 }
173 }
174 }
PrefFlag
Definition: PrefFlag.cs:5
Definition: IO.cs:10
SourcePref pref
Definition: RenderRow.cs:68
UD_String_String renames
Definition: SourceAsset.cs:23
SourceAsset asset
Dictionary< string, Row > _rows
Definition: SourceThing.cs:257
bool ContainsKey(TKey key)
Definition: UDictionary.cs:151

References SourceThing._rows, SourceManager.asset, UDictionary< TKey, TValue >.ContainsKey(), RenderRow.pref, SourceAsset.renames, EClass.sources, and SourceManager.things.

◆ SetRow()

override void SourceThingV.SetRow ( Row  r)
inline

Definition at line 134 of file SourceThingV.cs.

135 {
136 map[r.id] = r;
137 }

References CardRow.id.

◆ ValidatePref()

override void SourceThingV.ValidatePref ( )
inline

Definition at line 176 of file SourceThingV.cs.

177 {
178 foreach (SourceThing.Row row in EClass.sources.things.rows)
179 {
180 row.pref.Validate();
181 }
182 }

References EClass.sources, and SourceManager.things.

Referenced by SourcePrefInspector.ValidatePrefs().

Member Data Documentation

◆ RowMapping

readonly IReadOnlyDictionary<string, int> SourceThingV.RowMapping
static
Initial value:
= new Dictionary<string, int>
{
["id"] = 0,
["_origin"] = 1,
["name_JP"] = 2,
["unit_JP"] = 3,
["name"] = 4,
["unit"] = 5,
["tiles"] = 6,
["skins"] = 7,
["parse"] = 8,
["vals"] = 9,
["trait"] = 11,
["LV"] = 12,
["chance"] = 13,
["value"] = 14,
["weight"] = 15,
["recipeKey"] = 16,
["factory"] = 17,
["components"] = 18,
["defMat"] = 19,
["category"] = 20,
["tag"] = 21,
["detail_JP"] = 22,
["detail"] = 23
}

Definition at line 18 of file SourceThingV.cs.

Referenced by GetRowMapping().

◆ TypeMapping

readonly IReadOnlyDictionary<string, string> SourceThingV.TypeMapping
static
Initial value:
= new Dictionary<string, string>
{
["id"] = "string",
["_origin"] = "string",
["name_JP"] = "string",
["unit_JP"] = "string",
["name"] = "string",
["unit"] = "string",
["tiles"] = "int[]",
["skins"] = "int[]",
["parse"] = "string[]",
["vals"] = "string[]",
["trait"] = "string[]",
["LV"] = "int",
["chance"] = "int",
["value"] = "int",
["weight"] = "int",
["recipeKey"] = "string[]",
["factory"] = "string[]",
["components"] = "string[]",
["defMat"] = "string",
["category"] = "string",
["tag"] = "string[]",
["detail_JP"] = "string",
["detail"] = "string"
}

Definition at line 45 of file SourceThingV.cs.

Referenced by GetTypeMapping().

Property Documentation

◆ ImportFields

override string [] SourceThingV.ImportFields
get

Definition at line 72 of file SourceThingV.cs.


The documentation for this class was generated from the following file: