From 4262c6230663c9cc9aca39592e398dda8b50fa83 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:37:42 +1000 Subject: [PATCH] Taxibot fixes (#18745) * Taxibot fixes - If someone else makes a mob dynamic on god. - Reduce ambientsound coz god damn it's loud. - Reduce the comical faster-than-ghost speed. * noslip --- Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml | 7 +++---- .../Prototypes/Entities/Objects/Vehicles/buckleable.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index dc8c103c64..9539de8663 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -109,6 +109,7 @@ name: taxibot description: Give a ride? components: + - type: NoSlip - type: Sprite drawdepth: Mobs sprite: Mobs/Silicon/Bots/taxibot.rsi @@ -116,8 +117,6 @@ - state: taxibot map: ["enum.VehicleVisualLayers.AutoAnimate"] noRot: true - - type: Physics - bodyType: Dynamic - type: IntrinsicRadioReceiver - type: ActiveRadio channels: @@ -133,14 +132,14 @@ friction: 2 frictionNoInput: 6 baseWalkSpeed: 3 - baseSprintSpeed: 10 + baseSprintSpeed: 6 - type: Strap buckleOffset: "0, 0" maxBuckleDistance: 1 - type: AmbientSound sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg" range: 10 - volume: -5 + volume: -10 enabled: true - type: Construction graph: TaxiBot diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml index 5c135911d9..e1d3212327 100644 --- a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml +++ b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml @@ -10,7 +10,7 @@ - type: AmbientSound sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg" range: 10 - volume: -5 + volume: -10 enabled: false - type: InputMover - type: InteractionOutline