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

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

{
//以qte登场的角色回复5%的SP值
//先在气势上唬住对手,接下来只要如暴雨般出拳就行了。
"AbilityName":"Card_Blunt_1000703",
"AbilityStacking":"UniqueOverrideMap",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnSwitchInFinish":
[
{
"$type": "MoleMole.RecoverSPAction",
"Target" : "Self",
"Percentage": "%SpPercentage",
"Amount": 0,
"IgnoreRatio": false,
"Predicates" :
[
{
"$type": "MoleMole.ByAvatarSwitchType",
"Target": "Self",
"SwitchType": "QTE"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"SpPercentage" :
{
"Value" : 0.05
}
}
}