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

34 lines
793 B
JSON

{
"AbilityName": "Level_MonsterFadeOut",
"AbilityStacking": "Unique",
"DefaultModifier": {
"DelayHandlers": [
{
"DelayTime": 0.5,
"TimeUpActions": [
{
"$type": "PushEntityVisibleWithTagAction",
"Tag": "Level_MonsterFade",
"Visible": false
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Level_MonsterFadeOut",
"Target": "Self"
}
]
}
],
"Duration": 1,
"IgnoreTimeScale": false,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_Default_Dither_Fade",
"Tag": "Level_MonsterFade",
"Target": "Self"
}
]
}
}