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

107 lines
No EOL
2.6 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.

{
//处于后场时每3秒获得一层【蓄力】最多6层每层增加exsp5%晕值处于前场时每1秒消退一层【蓄力】
"AbilityName":"Suit_Ability_50236400",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"ThinkInterval" : 3,
"OnThinkInterval" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddBuff_01",
"Predicates"://后场判断
[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar":false
}
]
}
],
"OnAdded" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddBuff_02",
}
]
},
"Modifiers" :
{
"AddBuff_01":
{
"MaxStackingNumber": 6,
"ModifierStacking": "MultipleAllRefresh",
"OnHitOther" :
[
{
"$type" : "MoleMole.ModifyAttackDataAction",
"PropertyKey" : "BreakStun_Ratio",
"PropertyValue" : "%BreakStunRatio",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"AttackSpecial",
"ExSp"
]
},
]
},
],
},
"AddBuff_02"://前场移除modifier
{
"ThinkInterval" : 1,
"OnThinkInterval" :
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "AddBuff_01",
"Predicates"://前场判断
[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar":true
}
]
}
],
}
},
"AbilitySpecials" :
{
"BreakStunRatio":
{
"Value": 0.05
},
}
}