ZenlessData/Data/Bangboo_FightingCommon_TeleportByAnchor.json

101 lines
2.8 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Bangboo_FightingCommon_TeleportByAnchor",
"AbilitySpecials": {
"Common_Teleport_Anchor": {
"Value": "",
"ValueType": "String"
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"BangbooCommonTeleportModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "ApplyLogicMoveAction",
"MovementConfig": {
"$type": "ConfigMovementTarget",
"Duration": 0.1,
"Gravity": 0,
"HitNormalRatio": 1,
"HitTangentialRatio": 1,
"MoveType": {
"$type": "MovementTypeInstant",
"CorrectionReferTarget": "LocalAvatar",
"NeedRayCastCheck": false,
"NeedTargetPositionCorrection": true
},
"ReachTargetStop": true,
"TargetPosRot": {
"CoordsOption": "Relative",
"NeedRaycastGround": true,
"Offset": {
"BackupAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupPositionOffset": {
"x": 1,
"y": 0,
"z": -1
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"BackupOffsetReferTarget": "LocalAvatar",
"NodePoint": "%Common_Teleport_Anchor",
"OffsetReferTarget": "NodePoint"
}
},
"TargetUpdateMode": "Always",
"TimesUpMoveOption": "Stop"
},
"RotationConfig": {
"$type": "ConfigRotationToTarget",
"Duration": 0.1,
"ReachTargetStop": true,
"RotateSpeed": 1,
"RotateType": "Instant",
"TargetPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"PositionOffset": {
"x": 0,
"y": 0,
"z": 9999
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "LocalAvatar"
}
},
"TargetUpdateMode": "Always"
},
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Bangboo_Teleport_Dither_Fade",
"Tag": "Bangboo_Teleport_Dither_Fade",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "BangbooCommonTeleportModifier",
"Target": "Self"
}
]
}