| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- [
- {
- "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": "BattleBuffConfig.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID,Level",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "配置ID",
- "name": "ID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "uint"
- },
- {
- "key": "等级",
- "name": "Level",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "名称Lang",
- "name": "Name",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "描述Lang",
- "name": "Desc",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "图标",
- "name": "Icon",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "特效",
- "name": "EffectPrefab",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "特效挂载点",
- "name": "EffectMount",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "F1.Battle.EffectAttachmentType"
- },
- {
- "key": "状态类型",
- "name": "EffectType",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.EffectType, BattleEffectTypeConverter"
- },
- {
- "key": "抵御技能",
- "name": "SkillResistanceInfo",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.SkillResistanceInfo, SkillResistanceInfoConverter"
- },
- {
- "key": "是否可被驱散或净化",
- "name": "IsDispellable",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "buffcd",
- "name": "BuffCD",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "buff组",
- "name": "GroupInfo",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BuffGroupInfo, BuffGroupInfoConverter"
- },
- {
- "key": "免疫buff组",
- "name": "ImmunityBuffInfo",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.ImmunityBuffInfo, ImmunityBuffInfoConverter"
- },
- {
- "key": "同ID规则",
- "name": "AddRule",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "F1.Battle.BuffAddRuleType"
- },
- {
- "key": "最大叠加数量",
- "name": "MaxStackCount",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "叠加是否重置时间",
- "name": "IsResetTime",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "持续时间(帧)",
- "name": "Duration",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "功能参数",
- "name": "FuncParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BattleBuffFuncParam, BattleBuffFuncParamConverter"
- },
- {
- "key": "间隔时间(帧)",
- "name": "Interval",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "间隔功能参数",
- "name": "IntervalFuncParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BattleBuffFuncParam, BattleBuffFuncParamConverter"
- },
- {
- "key": "结束功能参数",
- "name": "FinishFuncParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BattleBuffFuncParam, BattleBuffFuncParamConverter"
- },
- {
- "key": "添加时飘字Lang",
- "name": "FloatText",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "飘字参数",
- "name": "FloatTextParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "飘字样式",
- "name": "FloatType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "飘字颜色类型",
- "name": "FloatColorType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "事件功能触发类型",
- "name": "BuffEventType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "F1.Battle.BattleBuffEventType"
- },
- {
- "key": "事件功能参数",
- "name": "EventFuncParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "F1.Battle.BattleBuffFuncParam, BattleBuffFuncParamConverter"
- },
- {
- "key": "释放者死亡是否移除",
- "name": "RemoveWhenFighterDie",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- }
- ]
- }
- ]
- }
- ]
|