26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"AbilityName": "TurnBased_Plugin_05",
|
|
"AbilitySpecials": {
|
|
"AS_RecoverSp": {
|
|
"Value": 120,
|
|
"ValueType": "Float"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "RecoverSPAction",
|
|
"Amount": "%AS_RecoverSp",
|
|
"IgnoreRatio": true,
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "TurnBased_Plugin_05_RecoverSP"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |