ZenlessData/Data/Level_MonsterFadeIn.json

25 lines
569 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_MonsterFadeIn",
"AbilityStacking": "Unique",
"DefaultModifier": {
"Duration": 1,
"IgnoreTimeScale": false,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "InterruptDitherFadeAction",
"Tag": "Level_MonsterFade",
"Target": "Self"
},
{
"$type": "PopEntityVisibleWithTagAction",
"Tag": "Level_MonsterFade"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Level_MonsterFadeIn",
"Target": "Self"
}
]
}
}