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

80 lines
1.7 KiB
JSON

{
"AbilityName": "AbyssS2_BurningBloodBuild_Card_B01",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.18
},
"AS_CDDuration": {
"Value": 20
},
"AS_RecoverHPRatio": {
"Value": 0.05
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverHPModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"NormalSp"
]
}
]
}
]
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"NormalSp"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
},
"Modifiers": {
"RecoverHPModifier": {
"Duration": "%AS_CDDuration",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverHPAction",
"Percentage": "%AS_RecoverHPRatio",
"Target": "Self"
}
]
}
}
}