| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- [
- {
- "excel_file_name": "Z-战场地图.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "battle_map.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "BattleMap.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "配置ID",
- "name": "ID",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "uint"
- },
- {
- "key": "名称Lang",
- "name": "NameLang",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "预制体",
- "name": "Prefab",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "阵容1阵位坐标",
- "name": "Camp1FormationCoord",
- "side": "c",
- "type_sjson": "array",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "FormationCoord, FormationCoordConverter"
- },
- {
- "key": "阵容2阵位坐标",
- "name": "Camp2FormationCoord",
- "side": "c",
- "type_sjson": "array",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "FormationCoord, FormationCoordConverter"
- },
- {
- "key": "开场起点偏移",
- "name": "OpeningStartOffset",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "开场移动时间",
- "name": "OpeningMoveTime",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "开场移动动作速度",
- "name": "OpeningMoveSpeed",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "阵容1血条出现时间",
- "name": "Camp1ShowHpbarTime",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "阵容2血条出现时间",
- "name": "Camp2ShowHpbarTime",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "场景区域左下",
- "name": "BoundsLeftBottom",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "string",
- "type_csharp": "TrueSync.TSVector2, TSVector2Converter"
- },
- {
- "key": "场景区域右上",
- "name": "BoundsRightTop",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "string",
- "type_csharp": "TrueSync.TSVector2, TSVector2Converter"
- }
- ]
- }
- ]
- }
- ]
|