ZenlessData/Data/Test_Card_LimboS2Test_1009915.json
2024-12-17 20:43:14 -03:00

64 lines
1.4 KiB
JSON

{
"AbilityName": "Test_Card_LimboS2Test_1009915",
"AbilitySpecials": {
"AS_RecoverFever": {
"Value": 500
},
"AS_RecoverHp": {
"Value": 0.05
},
"AS_RecoverSp": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "TeamAvatars"
},
{
"$type": "RecoverHPAction",
"Amount": 0,
"IgnoreRatio": false,
"Percentage": "%AS_RecoverHp",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "TeamAvatars"
},
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_RecoverFever",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "TeamAvatars"
}
]
}
}