33 lines
702 B
JSON
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"
|
|
}
|
|
}
|
|
} |