mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
32 lines
700 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |