[ { "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" } ] } ] } ]