mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
36 lines
777 B
JSON
36 lines
777 B
JSON
|
{
|
||
|
"AbilityName": "GoldenBomb_FadeIn",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"Modifiers": {
|
||
|
"VisibleModifier": {
|
||
|
"DelayHandlers": [
|
||
|
{
|
||
|
"DelayTime": 0.1,
|
||
|
"TimeUpActions": [
|
||
|
{
|
||
|
"$type": "InterruptDitherFadeAction",
|
||
|
"Tag": "Monster_GoldenBomb_Dither_Fade",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"Duration": 1.0,
|
||
|
"IgnoreTimeScale": false,
|
||
|
"ModifierStacking": "MultipleRefresh",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "PopEntityVisibleWithTagAction",
|
||
|
"Tag": "GlodenBomb"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"OnAbilityStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "VisibleModifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|