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

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

{
//后援队友的SP会逐渐减少
//斗志逐渐丧失,战斗变得只是为了活下去而已。
"AbilityName":"Curse_1100007",
"AbilityStacking":"Unique",
// "DefaultModifier" :
// {
// "OnAdded" :
// [
// //改变属性SPRecover此属性为场下恢复速度
// {
// "$type": "MoleMole.ModifyProperty",
// "PropertyType": "SPRecover",
// "PropertyModifyFunction": "Add",
// "Percentage": "%SPRatio"
// }
// ]
// },
"AbilityMixins":[
{
"$type": "MoleMole.SmoothChangePropertyMixin",
"PropertyItems" :
[
{
"PropertyType": "CurSP",
"PropertyModifyFunction": "Add",
"Percentage": 0,
"Amount": "%SPRatio",
"Predicates":
[
{
"$type": "MoleMole.ByIsLocalAvatar",
"IsLocalAvatar": false,
"Target" : "Self"
}
]
}
]
}
],
"AbilitySpecials" :
{
"SPRatio":
{
"Value" : -3
}
}
}