give shuttle airlocks a wire layout (#17318)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -17,8 +17,6 @@
|
|||||||
path: /Audio/Machines/airlock_deny.ogg
|
path: /Audio/Machines/airlock_deny.ogg
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Doors/Airlocks/Standard/external.rsi
|
sprite: Structures/Doors/Airlocks/Standard/external.rsi
|
||||||
- type: Appearance
|
|
||||||
- type: WiresVisuals
|
|
||||||
- type: PaintableAirlock
|
- type: PaintableAirlock
|
||||||
group: External
|
group: External
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: AirlockShuttle
|
|
||||||
parent: Airlock
|
parent: Airlock
|
||||||
name: external airlock
|
id: AirlockShuttle
|
||||||
suffix: Docking
|
suffix: Docking
|
||||||
|
name: external airlock
|
||||||
description: Necessary for connecting two space craft together.
|
description: Necessary for connecting two space craft together.
|
||||||
components:
|
components:
|
||||||
- type: Docking
|
- type: Docking
|
||||||
|
|||||||
@@ -84,3 +84,15 @@
|
|||||||
- !type:ParticleAcceleratorLimiterWireAction
|
- !type:ParticleAcceleratorLimiterWireAction
|
||||||
- !type:ParticleAcceleratorPowerWireAction
|
- !type:ParticleAcceleratorPowerWireAction
|
||||||
- !type:ParticleAcceleratorStrengthWireAction
|
- !type:ParticleAcceleratorStrengthWireAction
|
||||||
|
|
||||||
|
- type: wireLayout
|
||||||
|
id: Docking
|
||||||
|
dummyWires: 2
|
||||||
|
wires:
|
||||||
|
- !type:PowerWireAction
|
||||||
|
- !type:PowerWireAction
|
||||||
|
pulseTimeout: 15
|
||||||
|
- !type:DoorBoltWireAction
|
||||||
|
- !type:DoorBoltLightWireAction
|
||||||
|
- !type:DoorTimingWireAction
|
||||||
|
- !type:DoorSafetyWireAction
|
||||||
|
|||||||
Reference in New Issue
Block a user