2using System.Collections.Generic;
116 List<int> list =
new List<int>(c.elements);
119 Parse(row.
STR, 70, row.
STR2, 440);
120 Parse(row.
END, 71, row.
END2, 441);
121 Parse(row.
DEX, 72, row.
DEX2, 442);
122 Parse(row.
PER, 73, row.
PER2, 443);
123 Parse(row.
LER, 74, row.
LER2, 444);
124 Parse(row.
WIL, 75, row.
WIL2, 445);
125 Parse(row.
MAG, 76, row.
MAG2, 446);
126 Parse(row.
CHA, 77, row.
CHA2, 447);
127 for (
int i = 0; i < row.
elements.Length; i += 2)
131 c.elements = list.ToArray();
138 void Add(
int ele,
int a)
143 void Parse(
int raw,
int ele,
int raw2,
int ele2)
static int[] ParseElements(string str)
static SourceManager sources
static string[] GetStringArray(int id)
static string GetString(int id)
static int GetInt(int id)
static string GetStr(int id, bool useDefault=false)
static int[] GetIntArray(int id)
override void OnImportRow(Row _r, SourceThing.Row c)
override void SetRow(Row r)