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
|
name: taxibot
|
||||||
description: Give a ride?
|
description: Give a ride?
|
||||||
components:
|
components:
|
||||||
|
- type: NoSlip
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: Mobs
|
drawdepth: Mobs
|
||||||
sprite: Mobs/Silicon/Bots/taxibot.rsi
|
sprite: Mobs/Silicon/Bots/taxibot.rsi
|
||||||
@@ -116,8 +117,6 @@
|
|||||||
- state: taxibot
|
- state: taxibot
|
||||||
map: ["enum.VehicleVisualLayers.AutoAnimate"]
|
map: ["enum.VehicleVisualLayers.AutoAnimate"]
|
||||||
noRot: true
|
noRot: true
|
||||||
- type: Physics
|
|
||||||
bodyType: Dynamic
|
|
||||||
- type: IntrinsicRadioReceiver
|
- type: IntrinsicRadioReceiver
|
||||||
- type: ActiveRadio
|
- type: ActiveRadio
|
||||||
channels:
|
channels:
|
||||||
@@ -133,14 +132,14 @@
|
|||||||
friction: 2
|
friction: 2
|
||||||
frictionNoInput: 6
|
frictionNoInput: 6
|
||||||
baseWalkSpeed: 3
|
baseWalkSpeed: 3
|
||||||
baseSprintSpeed: 10
|
baseSprintSpeed: 6
|
||||||
- type: Strap
|
- type: Strap
|
||||||
buckleOffset: "0, 0"
|
buckleOffset: "0, 0"
|
||||||
maxBuckleDistance: 1
|
maxBuckleDistance: 1
|
||||||
- type: AmbientSound
|
- type: AmbientSound
|
||||||
sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg"
|
sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg"
|
||||||
range: 10
|
range: 10
|
||||||
volume: -5
|
volume: -10
|
||||||
enabled: true
|
enabled: true
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: TaxiBot
|
graph: TaxiBot
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
- type: AmbientSound
|
- type: AmbientSound
|
||||||
sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg"
|
sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg"
|
||||||
range: 10
|
range: 10
|
||||||
volume: -5
|
volume: -10
|
||||||
enabled: false
|
enabled: false
|
||||||
- type: InputMover
|
- type: InputMover
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
|||||||
Reference in New Issue
Block a user