ZenlessData/Data/CampIdle_envbuff_03.json
2024-09-23 09:11:37 -03:00

81 lines
1.7 KiB
JSON

{
"AbilityName": "CampIdle_envbuff_03",
"AbilitySpecials": {
"AS_BuffDamgeRatio": {
"Value": 1
},
"AS_RecoverFever": {
"Value": 1000
},
"AS_RecoverHp": {
"Value": 0.5
},
"AS_RecoverSp": {
"Value": 100
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_BuffDamgeRatio",
"Target": "Self"
},
{
"$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": "RecoverFeverAction",
"Amount": 0,
"IgnoreRatio": false,
"Percentage": "%AS_RecoverFever",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "Self"
}
]
}
}