ZenlessData/Data/HeavyStriker_Unagi_Illusion_Dither.json

139 lines
3.3 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "SummonedMixin",
"OnMasterKilled": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
}
],
"FailureActions": [
{
"$type": "DeadHandlerAction"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "UnagiIllusion_DestroyModifier"
}
]
}
]
},
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_01",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
},
{
"AnimatorStateName": "Attack_01_End",
"FrameCountHigh": 50,
"FrameCountLow": 0,
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
},
{
"AnimatorStateName": "Attack_02",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
},
{
"AnimatorStateName": "Attack_02_End",
"FrameCountHigh": 50,
"FrameCountLow": 0,
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
},
{
"AnimatorStateName": "Attack_03",
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
},
{
"AnimatorStateName": "Attack_03_End",
"FrameCountHigh": 50,
"FrameCountLow": 0,
"ModifierNameList": [
"UnagiIllusion_DitherModifier"
]
}
]
}
],
"AbilityName": "HeavyStriker_Unagi_Illusion_Dither",
"AbilityStacking": "Unique",
"Modifiers": {
"UnagiIllusion_DestroyModifier": {
"DelayHandlers": [
{
"DelayTime": 0.5,
"TimeUpActions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Monster_UnagiIllusion_FadeOut_01_Glitch"
}
]
}
],
"Duration": 1,
"IsUnique": true,
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Die",
"ParamType": 1
}
],
"OnRemoved": [
{
"$type": "DeadHandlerAction"
}
]
},
"UnagiIllusion_DitherModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "InterruptDitherFadeAction",
"Tag": "Monster_Unagi_Dither_Fade"
}
],
"OnRemoved": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_Unagi_Dither_Fade",
"Tag": "Monster_Unagi_Dither_Fade"
}
]
}
},
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_Unagi_Dither_Fade",
"Tag": "Monster_Unagi_Dither_Fade"
}
]
}