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

83 lines
No EOL
2.5 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.

{
//在一场战斗中护盾每次释放都会使冷却时间减少10%
"AbilityName":"Affix_ShieldStart_ReduceCD",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnBattleEnter":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleStartTimeAdded",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 0
},
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"ShieldStart_ReduceCD",
"Target":"TeamAvatars"
}
],
"OnBattleExit":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleStartTimeAdded",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 0
}
],
"ShieldStartActions":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleStartTimeAdded",
"ParamType": "float",
"ModifyFunction": "Add",
"Param": -0.1,
"Predicates" :
[
{
"$type" : "MoleMole.ByAbilitySpecial",
"ParamName": "MultipleStartTimeAdded",
"Target": "Self",
"ParamType": "float",
"CompareType": "Greater",
"Param" : -0.9
}
]
},
{
"$type":"MoleMole.RemoveModifier",
"ModifierName":"ShieldStart_ReduceCD",
"Target":"TeamAvatars"
},
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"ShieldStart_ReduceCD",
"Target":"TeamAvatars"
}
]
},
"Modifiers":
{
"ShieldStart_ReduceCD":
{
"ModifierStacking": "Unique",
"Properties" :
{
"Shield_SkillCD_Delta" : "%MultipleStartTimeAdded"
}
}
},
"AbilitySpecials" :
{
"MultipleStartTimeAdded" :
{
"Value" : 0
}
}
}