1
0
ZenlessData/Data/TerrorBird_Effect.json
2025-01-21 21:25:26 -03:00

163 lines
4.4 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_4_Loop",
"FrameCountHigh": 0,
"FrameCountLow": 10,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
},
{
"AnimatorStateName": "Attack_4_End",
"FrameCountHigh": 34,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
},
{
"AnimatorStateName": "Attack_5_Left_Loop",
"FrameCountHigh": 0,
"FrameCountLow": 10,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
},
{
"AnimatorStateName": "Attack_5_Left_End",
"FrameCountHigh": 36,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
},
{
"AnimatorStateName": "Attack_5_Right_Loop",
"FrameCountHigh": 0,
"FrameCountLow": 10,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
},
{
"AnimatorStateName": "Attack_5_Right_End",
"FrameCountHigh": 36,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
},
{
"AnimatorStateName": "Attack_9_2",
"FrameCountHigh": 273,
"FrameCountLow": 87,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdFireEffectModifier"
]
}
]
}
],
"AbilityName": "TerrorBird_Effect",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TerrorBirdBeginMAModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"TerrorBirdBeginMAModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_TerrorBird_01"
}
],
"Tag": "Monster_TerrorBird_MA_Common_SecondaryEmission_01",
"Target": "Self",
"key": "Monster_TerrorBird_MA_Common_SecondaryEmission_01"
}
]
},
"TerrorBirdFireEffectModifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "Ctr_L_WpnPos_01",
"EffectPattern": "Eff_Monster_TerrorBird_Common_07_Gun",
"Target": "Self"
},
{
"$type": "AttachEffect",
"AttachPointName": "Ctr_R_WpnPos_01",
"EffectPattern": "Eff_Monster_TerrorBird_Common_08_Gun",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Monster_TerrorBird_Common_07_Gun"
],
"OverrideFadeOutCurve": "QuintEaseInReverse",
"OverrideFadeOutTime": 1.5,
"Target": "Self"
},
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Monster_TerrorBird_Common_08_Gun"
],
"OverrideFadeOutCurve": "QuintEaseInReverse",
"OverrideFadeOutTime": 1.5,
"Target": "Self"
}
]
}
}
}