| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- [
- {
- "excel_file_name": "Z-装备-等级.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "equip_level.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "EquipLevelCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "Quality,Level",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "品质",
- "name": "Quality",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "enum.Quality",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "等级",
- "name": "Level",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "强化消耗",
- "name": "EnhanceCosts",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "分解所得",
- "name": "DimantleRewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- },
- {
- "key": "成功概率",
- "name": "SuccessProb",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "基础属性提升万分比",
- "name": "BaseAttrAddPer",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int64",
- "type_cjson": "long",
- "type_csharp": "long"
- }
- ]
- }
- ]
- }
- ]
|