HollowPS_TV_experiments/extras/zzz-0.1-jsons/Affix_ResonateInCD_DamageTakenDown.json

50 lines
No EOL
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//共鸣CD时角色受到的伤害减少20%
"AbilityName":"Affix_ResonateInCD_DamageTakenDown",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "ResonateInCD_DamageTakenDown",
"Target" : "TeamAvatars"
}
]
},
"Modifiers":
{
"ResonateInCD_DamageTakenDown":
{
"ModifierStacking":"Unique",
"OnBeingHitPre":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio",
"Predicates" :
[
{
"$type" : "MoleMole.BySkillTypeReady",
"Target" : "Buddy",
"IsAnd" : true,
"SkillType" : "Resonate"
}
]
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"DamageTakeRatio" :
{
"Value" : -0.2
}
}
}