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
This commit is contained in:
metalgearsloth
2023-08-06 16:37:42 +10:00
committed by GitHub
parent 0d9dced755
commit 4262c62306
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -10,7 +10,7 @@
- type: AmbientSound
sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg"
range: 10
volume: -5
volume: -10
enabled: false
- type: InputMover
- type: InteractionOutline