ZenlessData/Data/DeathXIII_Teleport_LogicMove.json
2024-08-13 22:59:23 -03:00

87 lines
2.1 KiB
JSON

{
"AbilityName": "DeathXIII_Teleport_LogicMove",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "ApplyLogicMoveAction",
"MovementConfig": {
"$type": "ConfigMovementTarget",
"DefaultOffset": {
"x": 0.0,
"y": 0.0,
"z": 5.0
},
"Duration": 0.3,
"Gravity": 0.0,
"HitNormalRatio": 1,
"HitTangentialRatio": 1,
"MoveType": {
"$type": "MovementTypeInstant",
"NeedRayCastCheck": true,
"NeedRayCastGround": true
},
"ReachTargetStop": true,
"TargetPosRot": {
"CoordsOption": "Camera",
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"IsClampOffsetDistance": false,
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 6.0
},
"RandomAngleRange": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"RandomPositionRange": {
"x": 5.0,
"y": 0.0,
"z": 1.0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "LocalAvatar"
}
},
"TargetUpdateMode": "Always",
"TimesUpMoveOption": "Stop"
},
"RotationConfig": {
"$type": "ConfigRotationToTarget",
"Duration": 0.1,
"ReachTargetStop": true,
"RotateSpeed": 1,
"RotateType": "Instant",
"TargetPosRot": {
"CoordsOption": "Relative",
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 1.0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "LocalAvatar"
}
},
"TargetUpdateMode": "Always"
},
"Target": "Self"
}
]
}