| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- [
- {
- "excel_file_name": "Z-buff特效.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 2,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "BattleBuffEffectCfg.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": "DelayTime",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "特效持续时间",
- "name": "Duration",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "特效预制体",
- "name": "Prefab",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "坐标类型",
- "name": "CoordType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "挂载点",
- "name": "EffectAttachmentType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "F1.Battle.EffectAttachmentType"
- },
- {
- "key": "是否一直跟随挂载点",
- "name": "IsFollow",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否使用挂载点旋转",
- "name": "EnableRotation",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "是否使用挂载点缩放",
- "name": "EnableScale",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- }
- ]
- }
- ]
- }
- ]
|