ZenlessData/Data/ComplexCorrupted_Ability_Jump.json
2024-09-23 09:11:37 -03:00

69 lines
1.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Jump",
"FrameCountHigh": 76,
"FrameCountLow": 35,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ComplexCorrupted_Jump_LogicMovement"
]
}
]
}
],
"AbilityName": "ComplexCorrupted_Ability_Jump",
"AbilityStacking": "Unique",
"Modifiers": {
"ComplexCorrupted_Jump_LogicMovement": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyLogicMoveAction",
"MovementConfig": {
"$type": "ConfigMovementTarget",
"Duration": 0.66,
"Gravity": 0,
"HitNormalRatio": 1,
"HitTangentialRatio": 1,
"MoveType": {
"$type": "MovementTypeLerpSpeed",
"Speed": 8
},
"ReachTargetStop": true,
"TargetPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsClampOffsetDistance": false,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "SelfAttackTarget"
}
},
"TargetUpdateMode": "OnStart",
"TimesUpMoveOption": "Stop"
},
"Target": "Self"
}
]
}
}
}