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:
@@ -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
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
- type: AmbientSound
|
||||
sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg"
|
||||
range: 10
|
||||
volume: -5
|
||||
volume: -10
|
||||
enabled: false
|
||||
- type: InputMover
|
||||
- type: InteractionOutline
|
||||
|
||||
Reference in New Issue
Block a user