2using System.Collections.Generic;
118 List<int> list =
new List<int>(c.elements);
121 Parse(row.
STR, 70, row.
STR2, 440);
122 Parse(row.
END, 71, row.
END2, 441);
123 Parse(row.
DEX, 72, row.
DEX2, 442);
124 Parse(row.
PER, 73, row.
PER2, 443);
125 Parse(row.
LER, 74, row.
LER2, 444);
126 Parse(row.
WIL, 75, row.
WIL2, 445);
127 Parse(row.
MAG, 76, row.
MAG2, 446);
128 Parse(row.
CHA, 77, row.
CHA2, 447);
129 for (
int i = 0; i < row.
elements.Length; i += 2)
133 c.elements = list.ToArray();
142 void Add(
int ele,
int a)
147 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)