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

66 lines
No EOL
1.9 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.

{
//护盾若在持续时间中未受到伤害则冷却时间减少100%
"AbilityName":"Affix_ShieldNotBeingHit_ReduceCD",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ShieldStartActions":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"BeingHitRemove",
"Target":"TeamAvatars"
},
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"ReduceCD",
"Target":"Buddy"
}
]
},
"Modifiers":
{
"ReduceCD":
{
"ModifierStacking": "Unique",
"ShieldEmptyActions":
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName":"ReduceCD",
"Target":"Self"
}
],
"ShieldTimesUpActions":
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName":"BeingHitRemove",
"Target":"TeamAvatars"
},
{
"$type": "MoleMole.ModifySkillTypeCDAction",
"SkillType" : "Shield",
"Ratio" : -1
},
{
"$type": "MoleMole.RemoveModifier",
"ModifierName":"ReduceCD",
"Target":"Self"
}
]
},
"BeingHitRemove":
{
"ModifierStacking": "Unique",
"OnBeingHit":
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName":"ReduceCD",
"Target":"Buddy"
}
]
}
}
}