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

96 lines
2 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%持续6s最多可叠加3层
"AbilityName":"Suit_Ability_50231500",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnHitOther" :
[
{
"$type" : "MoleMole.ModifyAttackDataAction",
"PropertyKey" : "Actor_AddedDamageRatio",
"PropertyValue" : "%AddedDamageRatio_One",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"AttackNormal"
]
},
]
},
],
"OnKillOther" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "IncreaseAttackModifier"
}
]
},
"Modifiers" :
{
"IncreaseAttackModifier":
{
"MaxStackingNumber": 3,
"ModifierStacking": "MultipleAllRefresh",
"Duration": "%Dynamic_Duration",
"OnHitOther" :
[
{
"$type" : "MoleMole.ModifyAttackDataAction",
"PropertyKey" : "Actor_AddedDamageRatio",
"PropertyValue" : "%AddedDamageRatio_Two",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"AttackNormal"
]
},
]
},
],
},
},
"AbilitySpecials":
{
"AddedDamageRatio_One":
{
"Value" : 0.1
},
"AddedDamageRatio_Two":
{
"Value" : 0.1
},
"Dynamic_Duration":
{
"Value" : 6
},
}
}