mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
30 lines
710 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |