HollowPS_TV_experiments/extras/zzz-0.1-jsons/FierySerpent_Teleport_FadeOut.json

51 lines
No EOL
1.4 KiB
JSON

{
"AbilityName" : "FierySerpent_Teleport_FadeOut",
"AbilityStacking":"Unique",
"OnAbilityStart":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "InvisibleModifier",
"Target" : "Self"
}
],
"Modifiers" :
{
"InvisibleModifier" :
{
"ModifierStacking" : "MultipleRefresh",
"Duration" : 1.0,
"IgnoreTimeScale" : false,
//执行Dither
"OnAdded" :
[
{
"$type": "MoleMole.DitherFadeAction",
"DitherFadeType": "FadeOut",
"DitherFadeKey": "Monster_FierySerpent_Dither_Alpha_FadeOut",
"Duration": 0.15,
"Target" : "Self"
}
],
//延迟0.1秒后关闭自身Mesh
"DelayHandlers" :
[
{
"DelayTime" : 0.1,
"TimeUpActions":
[
{
"$type": "MoleMole.PushEntityVisibleWithTagAction",
"Visible" : false,
"Tag" : "Death"
}
]
}
]
}
}
}