ZenlessData/Data/GoldenBomb_DefaultDeathEnd.json
2024-09-23 09:11:37 -03:00

27 lines
614 B
JSON

{
"AbilityName": "GoldenBomb_DefaultDeathEnd",
"AbilityStacking": "Unique",
"Modifiers": {
"GoldenBomb_DefaultDeathEndModifier": {
"Duration": 4,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_DeathEnd",
"ParamType": 1,
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "GoldenBomb_DefaultDeathEndModifier",
"Target": "Self"
}
]
}