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

16 lines
No EOL
431 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.

{
//若护盾在持续时间前提前碎裂则冷却时间减少50%
"AbilityName":"Affix_ShieldBreak_ReduceCD",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ShieldEmptyActions":
[
{
"$type": "MoleMole.ModifySkillTypeCDAction",
"SkillType" : "Shield",
"Ratio" : -0.5
}
]
}
}