{ //一场战斗中,共鸣每发动一次,角色伤害提高8% "AbilityName":"Affix_ResonateActive_AvatarDamgeUp", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "OnBattleEnter": [ { "$type": "MoleMole.SetAbilitySpecialAction", "ParamName": "MultipleAvatarDamageAdded", "ParamType": "float", "ModifyFunction": "Replace", "Param": 0 } ], "OnBattleExit": [ { "$type": "MoleMole.SetAbilitySpecialAction", "ParamName": "MultipleAvatarDamageAdded", "ParamType": "float", "ModifyFunction": "Replace", "Param": 0 }, { "$type" : "MoleMole.RemoveModifier", "ModifierName" : "DamageUp", "Target" : "TeamAvatars" } ], "OnSkillStart": [ { "$type": "MoleMole.SetAbilitySpecialAction", "ParamName": "MultipleAvatarDamageAdded", "ParamType": "float", "ModifyFunction": "Add", "Param": 0.08, "Predicates" : [ { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "Resonate" } ] }, { "$type" : "MoleMole.RemoveModifier", "ModifierName" : "DamageUp", "Target" : "TeamAvatars", "Predicates" : [ { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "Resonate" } ] }, { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "DamageUp", "Target" : "TeamAvatars", "Predicates" : [ { "$type": "MoleMole.ByFromSkillType", "Target": "Self", "SkillType": "Resonate" } ] } ] }, "Modifiers": { "DamageUp": { "ModifierStacking":"Unique", "Properties" : { "Actor_AddedDamageRatio" : "%MultipleAvatarDamageAdded" } } }, "AbilitySpecials" : { "MultipleAvatarDamageAdded" : { "Value" : 0 }, //表格参数 "AddedDamageRatio" : { "Value" : 0.1 } } }