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

30 lines
709 B
JSON

{
"AbilityName": "Card_Medical_1000603",
"AbilitySpecials": {
"DamageTakeRatio": {
"Value": 0
},
"TakeRatio": {
"Value": -0.9
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnBeingHitPre": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(TakeRatio)*(1-property(CurHP)\/property(MaxHP))",
"ParamName": "DamageTakeRatio",
"ValueType": "Float"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio",
"Target": "Self"
}
]
}
}