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

91 lines
2.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "FastMove",
"FrameCountHigh": 136,
"FrameCountLow": 121,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TerrorBirdDither"
]
}
]
}
],
"AbilityName": "TerrorBird_FastMove",
"AbilityStacking": "Unique",
"Modifiers": {
"TerrorBirdDither": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_TerrorBird_Dither_Fade",
"Tag": "Monster_TerrorBird_Dither_Fade",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "InterruptDitherFadeAction",
"Tag": "Monster_TerrorBird_Dither_Fade",
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyLogicMoveAction",
"MovementConfig": {
"$type": "ConfigMovementTarget",
"DefaultOffset": {
"x": 0,
"y": 0,
"z": 0
},
"Duration": 0.6,
"Gravity": 0,
"HitNormalRatio": 1,
"HitTangentialRatio": 1,
"MoveType": {
"$type": "MovementTypeInstant",
"NeedRayCastCheck": false
},
"ReachTargetStop": false,
"TargetPosRot": {
"CoordsOption": "Self",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsClampOffsetDistance": false,
"PositionOffset": {
"x": 0,
"y": 0,
"z": -0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"BackupOffsetReferTarget": "Self",
"NodePoint": "Boss_Inner1",
"OffsetReferTarget": "NodePoint"
}
},
"TargetUpdateMode": "Always",
"TimesUpMoveOption": "Remain"
},
"Target": "Self"
}
]
}