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

30 lines
710 B
JSON

{
"AbilityName": "Card_Medical_1000606",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0
},
"DamageRatio": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(DamageRatio)*(1-property(CurHP)/property(MaxHP))",
"ParamName": "AddedDamageRatio",
"ValueType": "Float"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}