| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- [
- {
- "excel_file_name": "D-地图-标记指令.xlsx",
- "sheets": [
- {
- "sheet_name": "联盟标记",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MapMarkCommandCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "CommandID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "指令ID",
- "name": "CommandID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "指令名称Lang",
- "name": "CommandNameLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "效果ID",
- "name": "EffectID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- },
- {
- "sheet_name": "地图标记类型",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MapMarkTypeCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "MapMarkTypeID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "标记类型ID",
- "name": "MapMarkTypeID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "类型名称Lang",
- "name": "MapMarkTypeNameLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "是否有子标记类型",
- "name": "HasSubType",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "效果ID",
- "name": "EffectID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- },
- {
- "sheet_name": "标记效果",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MapMarkEffectCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "EffectID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "标记效果ID",
- "name": "EffectID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "标记图标",
- "name": "Icon",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "地块标记光效",
- "name": "GridLightEffect",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "显示标题",
- "name": "IsShowTitle",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "标题文字颜色",
- "name": "BubbleTextColor",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "ColorInt,ColorIntConverter"
- },
- {
- "key": "标题外框颜色",
- "name": "OutlineColor",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "ColorInt,ColorIntConverter"
- },
- {
- "key": "标题外框偏移",
- "name": "OutlineOffset",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "Vector2Float,Vector2FloatConverter"
- },
- {
- "key": "标题文字颜色-小",
- "name": "BubbleTextColorSmall",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "ColorInt,ColorIntConverter"
- },
- {
- "key": "标题外框颜色-小",
- "name": "OutlineColorSmall",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "ColorInt,ColorIntConverter"
- },
- {
- "key": "标题外框偏移-小",
- "name": "OutlineOffsetSmall",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "Vector2Float,Vector2FloatConverter"
- }
- ]
- }
- ]
- }
- ]
|