ZenlessData/Data/Card_DailyUse_1000903.json
2024-08-13 22:59:23 -03:00

35 lines
809 B
JSON

{
"AbilityName": "Card_DailyUse_1000903",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.6
},
"HpPercentage": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "LessEqual",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Target",
"Val1": "%HpPercentage",
"Val2": 0
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}