| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- [
- {
- "excel_file_name": "D-地图-对象.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": false,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "map_object.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": false,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MapObjectCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ConfigID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "配置ID",
- "name": "ConfigID",
- "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": "Type",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "是否可攻占",
- "name": "CanMarchOccupy",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可行军",
- "name": "CanMarchStay",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可调动",
- "name": "CanDeployed",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可征兵",
- "name": "CanConscription",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可驻守",
- "name": "CanMarchGarrison",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可采集",
- "name": "CanMarchGather",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可掠夺",
- "name": "CanMarchSnatch",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否可攻城",
- "name": "CanMarchAttack",
- "side": "cs",
- "type_sjson": "bool",
- "type_go": "bool",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "奇数列偏移",
- "name": "OffsetOdd",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "偶数列偏移",
- "name": "OffsetEven",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Points",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "模型-草地",
- "name": "Model1",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "模型-雪地",
- "name": "Model2",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "模型-沙漠",
- "name": "Model3",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|