| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- [
- {
- "excel_file_name": "S-属性-基础表.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "attrs_base.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "AttrsBaseCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "AttrID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "属性ID",
- "name": "AttrID",
- "side": "c",
- "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": "NumType",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "归属类型",
- "name": "AttrType",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "归属名Lang",
- "name": "AttrNameLang",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "属性图标",
- "name": "AttrIcon",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "归属属性图标",
- "name": "BelongAttrIcon",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "详情显示",
- "name": "ShowModel",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "array",
- "type_csharp": "GameConfig.ConfigGen.AttrShowModel[]"
- },
- {
- "key": "评分",
- "name": "Rating",
- "side": "c",
- "type_cjson": "float",
- "type_csharp": "float"
- }
- ]
- }
- ]
- }
- ]
|