1
0
ZenlessData/Data/_unsorted/TurnBased_Plugin_05.json
2025-10-15 03:08:22 +02:00

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"
}
]
}
]
}
}