[ { "excel_file_name": "S-士兵-等级.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "arm_level.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "ArmLevelCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ID", "is_unique": true } ], "heads": [ { "key": "士兵ID", "name": "ID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "士兵名称Lang", "name": "NameLang", "side": "c", "type_sjson": "string", "type_go": "string", "type_cjson": "string", "type_csharp": "string" }, { "key": "等级", "name": "Level", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "每秒征兵个数", "name": "ConscriptNumSecond", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "征兵消耗材料", "name": "ConscriptCostItems", "side": "cs", "type_sjson": "array", "type_go": "types.Assets", "type_cjson": "string", "type_csharp": "ArrayIntList,ArrayIntListConverter" }, { "key": "城外征兵消耗", "name": "OutsideConscriptCosts", "side": "cs", "type_sjson": "array", "type_go": "types.Assets", "type_cjson": "string", "type_csharp": "ArrayIntList,ArrayIntListConverter" }, { "key": "升级消耗材料", "name": "UpgradeCostItems", "side": "cs", "type_sjson": "array", "type_go": "types.Assets", "type_cjson": "string", "type_csharp": "ArrayIntList,ArrayIntListConverter" }, { "key": "升级后士兵ID", "name": "UpArmID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "步兵加成", "name": "InfantryAttr", "side": "cs", "type_sjson": "array", "type_go": "types.Attrs", "type_cjson": "string", "type_csharp": "string" }, { "key": "骑兵加成", "name": "CavalryAttr", "side": "cs", "type_sjson": "array", "type_go": "types.Attrs", "type_cjson": "string", "type_csharp": "string" }, { "key": "弓兵加成", "name": "ArcherAttr", "side": "cs", "type_sjson": "array", "type_go": "types.Attrs", "type_cjson": "string", "type_csharp": "string" }, { "key": "士兵等级图标", "name": "LevelIcon", "side": "c", "type_cjson": "string", "type_csharp": "string" } ] } ] } ]