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

92 lines
No EOL
2.1 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层每层增加5%暴击率处于前场时每1秒消退一层【休憩】
"AbilityName":"Suit_Ability_50236500",
"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",
"Properties" :
{
"Actor_CriticalDelta" : "%CriticalDelta"
}
},
"AddBuff_02"://前场移除modifier
{
"ThinkInterval" : 1,
"OnThinkInterval" :
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "AddBuff_01",
"Predicates"://前场判断
[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar":true
}
]
}
],
}
},
"AbilitySpecials" :
{
"CriticalDelta":
{
"Value": 0.05
},
}
}