{ "AbilityName" : "Level_NoviceGuide_07", "AbilityStacking":"Unique", //新手引导脚本 //除了QTE技能外无法造成伤害,QTE伤害大幅提高 "DefaultModifier": { "OnAdded": [ { "$type":"MoleMole.ApplyModifier", "ModifierName":"QTEDamageModifier", "Target":"TeamAvatars", } ] }, "Modifiers": { "QTEDamageModifier": { "ModifierStacking": "Unique", "Duration" : -1, "IgnoreTimeScale" : false, "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AS_AddedDamageRatio_IsQTE", "Predicates": [ { "$type" : "MoleMole.ByAnimTagList", "TagList" : [ "AttackQTE" ] } ] }, { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AS_AddedDamageRatio_IsNotQTE", "Predicates": [ { "$type": "MoleMole.ByNot", "Predicates": [ { "$type" : "MoleMole.ByAnimTagList", "TagList" : [ "AttackQTE" ] } ] } ] } ] } }, "AbilitySpecials" : { "AS_AddedDamageRatio_IsQTE" : { "Value" : 3 //配置为3时,对应提升量为300% }, "AS_AddedDamageRatio_IsNotQTE" : { "Value" : -0.99 }, } }