ZenlessData/Data/Level_MonsterFadeOut.json
2024-08-13 22:59:23 -03:00

34 lines
795 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.0,
"IgnoreTimeScale": false,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_Default_Dither_Fade",
"Tag": "Level_MonsterFade",
"Target": "Self"
}
]
}
}