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

45 lines
926 B
JSON

{
"AbilityName": "Card_DailyUse_1000920",
"AbilitySpecials": {
"HpPercentage": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnKilledPre": [
{
"$type": "ApplyModifier",
"ModifierName": "TeamHpRecover",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"TeamHpRecover": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "RecoverHPAction",
"Percentage": "%HpPercentage",
"Predicates": [
{
"$type": "ByAliveState",
"AliveState": "Alive",
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}
}