ZenlessData/Data/Card_Medical_1000602.json

32 lines
700 B
JSON
Raw Normal View History

{
"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"
}
]
}
}