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

29 lines
577 B
JSON

{
"AbilityName": "TurnBased_Plugin_03",
"AbilitySpecials": {
"AS_RecoverSp": {
"Value": 120,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnKillOther": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"TurnBased_Unit_TeamEvil"
],
"Target": "Other"
}
]
}
]
}
}