mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
34 lines
793 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |