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

33 lines
702 B
JSON

{
"AbilityName": "TurnBased_ChallengeLevel_01",
"AbilitySpecials": {
"AS_DamageTakeRatio": {
"Value": 1,
"ValueType": "Float"
},
"AS_RecoverSp": {
"Value": 120,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierMixins": [
{
"$type": "ListenRealtimeQTEMixin",
"OnSuccess": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSp",
"IgnoreRatio": true,
"Percentage": 0
}
],
"OnlyListenSelfTriggeredQTE": true
}
],
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
}
}