Rename janicart components (#13069)
Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es> Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
@@ -14,17 +14,17 @@
|
||||
|
||||
- type: entity
|
||||
name: Janicart Spawner
|
||||
id: SpawnVehiclePussywagon
|
||||
id: SpawnVehicleJanicart
|
||||
parent: MarkerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- sprite: Objects/Vehicles/pussywagon.rsi
|
||||
- sprite: Objects/Vehicles/janicart.rsi
|
||||
state: keys
|
||||
- type: ConditionalSpawner
|
||||
prototypes:
|
||||
- VehiclePussyWagon
|
||||
- VehicleJanicart
|
||||
|
||||
- type: entity
|
||||
name: ATV Spawner
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
price: 750 # Grand Theft Auto.
|
||||
|
||||
- type: entity
|
||||
id: VehiclePussyWagon
|
||||
id: VehicleJanicart
|
||||
parent: BaseVehicle
|
||||
name: janicart
|
||||
description: The janitor's trusty steed.
|
||||
@@ -83,7 +83,7 @@
|
||||
northOverride: -0.15
|
||||
southOverride: 0.22
|
||||
- type: Sprite
|
||||
sprite: Objects/Vehicles/pussywagon.rsi
|
||||
sprite: Objects/Vehicles/janicart.rsi
|
||||
layers:
|
||||
- state: vehicle
|
||||
map: ["enum.VehicleVisualLayers.AutoAnimate"]
|
||||
@@ -116,7 +116,7 @@
|
||||
- !type:ExplodeBehavior
|
||||
- !type:SpawnEntitiesBehavior # in future should also emit a cloud of hot gas
|
||||
spawn:
|
||||
VehiclePussyWagonDestroyed:
|
||||
VehicleJanicartDestroyed:
|
||||
min: 1
|
||||
max: 1
|
||||
- type: ItemSlots
|
||||
@@ -127,7 +127,7 @@
|
||||
requireAll: true
|
||||
tags:
|
||||
- VehicleKey
|
||||
- PussyWagonKeys
|
||||
- JanicartKeys
|
||||
insertSound:
|
||||
path: /Audio/Effects/Vehicle/vehiclestartup.ogg
|
||||
params:
|
||||
@@ -143,17 +143,16 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- TrashBag
|
||||
sprite: Objects/Vehicles/pussywagon.rsi
|
||||
sprite: Objects/Vehicles/janicart.rsi
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
id: VehiclePussyWagonDestroyed
|
||||
id: VehicleJanicartDestroyed
|
||||
parent: MachineFrameDestroyed
|
||||
name: destroyed janicart
|
||||
description: R.I.P. (Rest In Pussy)
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Vehicles/pussywagon.rsi
|
||||
sprite: Objects/Vehicles/janicart.rsi
|
||||
state: destroyed
|
||||
netsync: false
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: VehicleKeyPussyWagon
|
||||
id: VehicleKeyJanicart
|
||||
name: janicart keys
|
||||
description: Interesting design.
|
||||
components:
|
||||
@@ -9,14 +9,14 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- VehicleKey
|
||||
- PussyWagonKeys
|
||||
- JanicartKeys
|
||||
- type: Sprite
|
||||
sprite: Objects/Vehicles/pussywagon.rsi
|
||||
sprite: Objects/Vehicles/janicart.rsi
|
||||
state: keys
|
||||
netsync: false
|
||||
|
||||
- type: entity
|
||||
parent: VehicleKeyPussyWagon
|
||||
parent: VehicleKeyJanicart
|
||||
id: VehicleKeySecway
|
||||
name: secway keys
|
||||
description: The keys to the future.
|
||||
@@ -31,7 +31,7 @@
|
||||
netsync: false
|
||||
|
||||
- type: entity
|
||||
parent: VehicleKeyPussyWagon
|
||||
parent: VehicleKeyJanicart
|
||||
id: VehicleKeyATV
|
||||
name: ATV keys
|
||||
description: Think this looks like just one key? ATV keys means "actually two vehicle keys."
|
||||
@@ -54,14 +54,14 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- VehicleKey
|
||||
- PussyWagonKeys
|
||||
- JanicartKeys
|
||||
- SecwayKeys
|
||||
- ATVKeys
|
||||
- SyndicateSegwayKeys
|
||||
- SkeletonMotorcycleKeys
|
||||
|
||||
- type: entity
|
||||
parent: VehicleKeyPussyWagon
|
||||
parent: VehicleKeyJanicart
|
||||
id: VehicleKeySyndicateSegway
|
||||
name: syndicate segway keys
|
||||
description: Patterned after the iconic EMAG design.
|
||||
|
||||
@@ -459,7 +459,7 @@
|
||||
id: ProximitySensor
|
||||
|
||||
- type: Tag
|
||||
id: PussyWagonKeys
|
||||
id: JanicartKeys
|
||||
|
||||
- type: Tag
|
||||
id: Radio
|
||||
|
||||
Reference in New Issue
Block a user