ZenlessData/Data/BangbooPlatformerRespawnPoint_DeathEvent.json

33 lines
732 B
JSON
Raw Normal View History

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