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

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

{
//每有1点压力值进入战斗时的SP便增加1%
//保存着许多昆虫照片的相册,看久了令人心里发毛。
"AbilityName":"Card_Chessboard_1001021",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnAdded":
[
{
//计算生命值20%
"$type":"MoleMole.SetAbilitySpecialByExpression",
"ParamName":"SpRecover",
"ValueType":"float",
"Expression":"specials(SpRecoverRatio)*property(MaxSP)*sceneproperty(Stamina)"
},
{
"$type": "MoleMole.RecoverSPAction",
"Target" : "Self",
"Percentage": 0,
"Amount": "%SpRecover",
"IgnoreRatio": false
}
]
},
"AbilitySpecials" :
{
"SpRecover":
{
"Value":0
},
//表格参数
"SpRecoverRatio" :
{
"Value" : 1
}
}
}