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

34 lines
No EOL
947 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.

{
//共鸣CD时触发完美闪避减少33%冷却时间
"AbilityName":"Affix_ResonateInCD_Dodge_ReduceCD",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnDodgeSuccess":
[
{
"$type": "MoleMole.ModifySkillTypeCDAction",
"Target" : "Buddy",
"SkillType" : "Resonate",
"Ratio" : "%ReduceCDRatio",
"Predicates" :
[
{
"$type" : "MoleMole.BySkillTypeReady",
"IsAnd" : true,
"SkillType" : "Resonate"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"ReduceCDRatio" :
{
"Value" : -0.33
}
}
}