ZenlessData/Data/BangbooPlatformerRespawnPoint_DeathEvent.json
2024-12-17 20:43:14 -03:00

33 lines
732 B
JSON

{
"AbilityName": "BangbooPlatformerRespawnPoint_DeathEvent",
"AbilityStacking": "Unique",
"Modifiers": {
"DeathModifier": {
"Duration": 1.2,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SendCustomEvent",
"EventKey": "Bangboo_Player_Death",
"IsGlobal": false,
"Target": "LocalAvatar"
}
],
"OnRemoved": [
{
"$type": "SendCustomEvent",
"EventKey": "Bangboo_Player_Death_End",
"IsGlobal": false,
"Target": "LocalAvatar"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "DeathModifier",
"Target": "Self"
}
]
}