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

34 lines
No EOL
891 B
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.

{
//共鸣发动后增加20SP
"AbilityName":"Affix_ResonateActive_RecoverSp",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnSkillStart":
[
{
"$type": "MoleMole.RecoverSPAction",
"Target" : "LocalAvatar",
"Percentage": 0,
"Amount": "%RecoverSp",
"IgnoreRatio": false,
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "Resonate"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"RecoverSp" :
{
"Value" : 20
}
}
}