2using System.Collections.Generic;
7 public class Row : BaseRow
60 public static readonly IReadOnlyDictionary<string, int>
RowMapping =
new Dictionary<string, int>
84 public static readonly IReadOnlyDictionary<string, string>
TypeMapping =
new Dictionary<string, string>
89 [
"name_JP"] =
"string",
94 [
"destTrait"] =
"string",
95 [
"workTag"] =
"string",
96 [
"expedition"] =
"string",
97 [
"resources"] =
"int[]",
98 [
"randomRange"] =
"int",
99 [
"modifiers"] =
"string[]",
101 [
"things"] =
"string[]",
102 [
"elements"] =
"elements",
103 [
"skill"] =
"string",
104 [
"detail_JP"] =
"string",
105 [
"detail"] =
"string"
185 foreach (
Row row
in rows)
static int[] ParseElements(string str)
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 IReadOnlyDictionary< string, string > GetTypeMapping()
override void SetRow(Row r)
static readonly IReadOnlyDictionary< string, string > TypeMapping
static readonly IReadOnlyDictionary< string, int > RowMapping
override Row CreateRowByMapping(IReadOnlyDictionary< string, int > mapping)
override IReadOnlyDictionary< string, int > GetRowMapping()