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

33 lines
No EOL
779 B
JSON

{
// 增加玩家 SP 恢复速率
"AbilityName" : "Follower_SPRate_Increase",
"AbilityStacking":"Unique",
"DefaultModifier" :
{
"OnAttackLanded" :
[
// {
// "$type": "MoleMole.RecoverSPAction",
// "Target" : "Self",
// "Percentage": "%AddedPlayerSPRatio",
// "Amount": 0,
// "IgnoreRatio": false,
// "Predicates":
// [
// {
// "$type": "MoleMole.BySkillAttackType",
// "AtkType": "Normal",
// "CompareType" : "Equal",
// }
// ]
// },
]
},
"AbilitySpecials":
{
"AddedPlayerSPRatio":
{
"Value" : 0
},
}
}