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

32 lines
700 B
JSON

{
"AbilityName": "Card_Medical_1000602",
"AbilitySpecials": {
"HpPercentage": {
"Value": 0.01
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnKillOther": [
{
"$type": "RecoverHPAction",
"Percentage": "%HpPercentage",
"Predicates": [
{
"$type": "ByMonsterFunctionType",
"CompareType": "Equal",
"MonsterFunctionType": "Monster",
"Target": "Target"
},
{
"$type": "ByAliveState",
"AliveState": "Dead",
"Target": "Target"
}
],
"Target": "Self"
}
]
}
}