[ { "excel_file_name": "D-道具.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "item.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "ItemCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ID", "is_unique": true } ], "heads": [ { "key": "ID", "name": "ID", "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": "ParseType", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "GameConfig.ConfigGen.EParseType" }, { "key": "道具类型", "name": "ItemType", "side": "c", "type_cjson": "int", "type_csharp": "int" }, { "key": "二级类型", "name": "ItemSubType", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "获得途径", "name": "ObtainWay", "side": "c", "type_cjson": "array", "type_csharp": "int[]" }, { "key": "快捷购买", "name": "QuickBuy", "side": "c", "type_cjson": "int", "type_csharp": "int" }, { "key": "是否可使用", "name": "CanUse", "side": "cs", "type_sjson": "bool", "type_go": "bool", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "是否可出售", "name": "CanSale", "side": "cs", "type_sjson": "bool", "type_go": "bool", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "出售价格", "name": "SalePrice", "side": "cs", "type_sjson": "array", "type_go": "types.Assets", "type_cjson": "string", "type_csharp": "ArrayInt,ArrayIntConverter" }, { "key": "是否出售确认", "name": "IsSaleSure", "side": "c", "type_sjson": "bool", "type_go": "bool", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "品质", "name": "Quality", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "是否绑定", "name": "IsBind", "side": "cs", "type_sjson": "bool", "type_go": "bool", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "跑马灯", "name": "IsMarquee", "side": "s", "type_sjson": "bool", "type_go": "bool", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "道具图标", "name": "Icon", "side": "c", "type_sjson": "string", "type_go": "string", "type_cjson": "string", "type_csharp": "string" }, { "key": "道具小图标", "name": "MiniIcon", "side": "c", "type_cjson": "string", "type_csharp": "string" }, { "key": "是否展示材质", "name": "MaterialShow", "side": "c", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "道具描述Lang", "name": "DescLang", "side": "c", "type_sjson": "string", "type_go": "string", "type_cjson": "string", "type_csharp": "string" } ] } ] } ]