| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- [
- {
- "excel_file_name": "Z-战场解析器参数.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 2,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "BattleParserConfig.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "配置ID",
- "name": "ID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "uint"
- },
- {
- "key": "解析器ID",
- "name": "ParserId",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "F1.Battle.ParserType"
- },
- {
- "key": "伤害倍率",
- "name": "DamageMultiplier",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "List\u003cint\u003e"
- },
- {
- "key": "伤害固定值",
- "name": "DamageBase",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "解析器参数",
- "name": "ParserParam",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "List\u003clong\u003e"
- }
- ]
- }
- ]
- }
- ]
|