| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- [
- {
- "excel_file_name": "C-城建-等级.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "facility_level.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "FacilityLevelCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "FacilityID,Level",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "建筑ID",
- "name": "FacilityID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "等级",
- "name": "Level",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "升级消耗",
- "name": "UpgradeCost",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "升级时间",
- "name": "UpgradeDuration",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int64",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "属性值",
- "name": "Attrs",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Attrs",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "前置建筑等级",
- "name": "PreFacilities",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.PairList[int32, int32]",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "领主等级条件",
- "name": "LordLevel",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "升级属性展示",
- "name": "UpgradeAttrs",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.Attrs",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "特殊属性Lang",
- "name": "SpecialAttrsLang",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|