| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [
- {
- "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": "BattleConditionalAttrConfig.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": "条件参数",
- "name": "ConditionalParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BattleConditionalAttrParam, BattleConditionalAttrParamConverter"
- },
- {
- "key": "属性列表",
- "name": "Atts",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BattleConditionalAttrList, BattleConditionalAttrListConverter"
- }
- ]
- }
- ]
- }
- ]
|