ZenlessData/Data/GoldenBomb_DefaultDeathEnd.json

27 lines
614 B
JSON
Raw Permalink Normal View History

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