mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachStateWithModifierMixin",
|
|
"ConfigList": [
|
|
{
|
|
"AnimatorStateName": "Special_Teleport_Out",
|
|
"FrameCountHigh": 50,
|
|
"FrameCountLow": 30,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"FadeOutModifier"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Special_Teleport_In",
|
|
"FrameCountHigh": 15,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": false,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"FadeInModifier"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "GamePlay_NPCBomb_Dither_Fade_Default",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"FadeInModifier": {
|
|
"Duration": 0.5,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "MultipleRefresh",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "PopEntityVisibleWithTagAction",
|
|
"Tag": "Bomb"
|
|
},
|
|
{
|
|
"$type": "InterruptDitherFadeAction",
|
|
"Tag": "Avatar_Default_Dither_Fade",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"FadeOutModifier": {
|
|
"DelayHandlers": [
|
|
{
|
|
"DelayTime": 0.49,
|
|
"TimeUpActions": [
|
|
{
|
|
"$type": "PushEntityVisibleWithTagAction",
|
|
"Tag": "Bomb",
|
|
"Visible": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Duration": 0.5,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "MultipleRefresh",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "DitherFadeAction",
|
|
"DitherFadeKey": "Bangboo_Teleport_Dither_Fade",
|
|
"Tag": "Avatar_Default_Dither_Fade",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"InvisibleModifier": {
|
|
"Duration": -1,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "MultipleRefresh",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "FadeOutModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "FadeOutModifier",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "FadeInModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |