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

32 lines
No EOL
871 B
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.

{
//受到伤害后共鸣的当前冷却时间减少100%
"AbilityName":"Affix_ResonateReduceCD_BeingHit",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "ResonateReduceCD_BeingHit",
"Target" : "TeamAvatars"
}
]
},
"Modifiers":
{
"ResonateReduceCD_BeingHit":
{
"ModifierStacking":"Unique",
"OnBeingHit":
[
{
"$type": "MoleMole.ModifySkillTypeCDAction",
"Target" : "Buddy",
"SkillType" : "Resonate",
"Ratio" : -1
}
]
}
}
}