2using System.Collections.Generic;
52 public new static readonly IReadOnlyDictionary<string, int>
RowMapping =
new Dictionary<string, int>
102 public new static readonly IReadOnlyDictionary<string, string>
TypeMapping =
new Dictionary<string, string>
105 [
"_origin"] =
"string",
106 [
"name_JP"] =
"string",
107 [
"unit_JP"] =
"string",
110 [
"name2_JP"] =
"string[]",
111 [
"name2"] =
"string[]",
112 [
"unknown_JP"] =
"string",
113 [
"unknown"] =
"string",
115 [
"parse"] =
"string[]",
116 [
"vals"] =
"string[]",
117 [
"trait"] =
"string[]",
118 [
"elements"] =
"elements",
119 [
"idTaste"] =
"string",
142 [
"recipeKey"] =
"string[]",
143 [
"factory"] =
"string[]",
144 [
"components"] =
"string[]",
145 [
"defMat"] =
"string",
146 [
"category"] =
"string",
147 [
"tag"] =
"string[]",
148 [
"detail_JP"] =
"string",
149 [
"detail"] =
"string"
281 List<int> list =
new List<int>(c.elements);
284 Parse(row.
STR, 70, row.
STR2, 440);
285 Parse(row.
END, 71, row.
END2, 441);
286 Parse(row.
DEX, 72, row.
DEX2, 442);
287 Parse(row.
PER, 73, row.
PER2, 443);
288 Parse(row.
LER, 74, row.
LER2, 444);
289 Parse(row.
WIL, 75, row.
WIL2, 445);
290 Parse(row.
MAG, 76, row.
MAG2, 446);
291 Parse(row.
CHA, 77, row.
CHA2, 447);
292 for (
int i = 0; i < row.
elements.Length; i += 2)
296 c.elements = list.ToArray();
305 void Add(
int ele,
int a)
310 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)
static new readonly IReadOnlyDictionary< string, string > TypeMapping
override void OnImportRow(Row _r, SourceThing.Row c)
override IReadOnlyDictionary< string, string > GetTypeMapping()
override void SetRow(Row r)
override Row CreateRowByMapping(IReadOnlyDictionary< string, int > mapping)
override IReadOnlyDictionary< string, int > GetRowMapping()
static new readonly IReadOnlyDictionary< string, int > RowMapping