ZenlessData/Data/FierySerpent_Teleport_FadeOut.json

38 lines
865 B
JSON
Raw Normal View History

{
"AbilityName": "FierySerpent_Teleport_FadeOut",
"AbilityStacking": "Unique",
"Modifiers": {
"InvisibleModifier": {
"DelayHandlers": [
{
"DelayTime": 0.1,
"TimeUpActions": [
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "Death",
"Visible": false
}
]
}
],
"Duration": 1,
"IgnoreTimeScale": false,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_DeathXIII_Dither_Fade",
"Tag": "Monster_DeathXIII_Dither_Fade",
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "InvisibleModifier",
"Target": "Self"
}
]
}