Hydroponics doors (#32575)
* spriting done * yml hydro updates * Named wrong thing and forgot it inherets
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
board: [ DoorElectronicsBar ]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockServiceLocked
|
||||
parent: AirlockHydroponics
|
||||
id: AirlockHydroponicsLocked
|
||||
suffix: Hydroponics, Locked
|
||||
components:
|
||||
@@ -531,7 +531,7 @@
|
||||
board: [ DoorElectronicsJanitor ]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockServiceGlassLocked
|
||||
parent: AirlockHydroponicsGlass
|
||||
id: AirlockHydroGlassLocked
|
||||
suffix: Hydroponics, Locked
|
||||
components:
|
||||
|
||||
@@ -40,6 +40,16 @@
|
||||
- type: Wires
|
||||
layoutId: AirlockCargo
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockHydroponics
|
||||
suffix: Hydroponics
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Standard/hydroponics.rsi
|
||||
- type: Wires
|
||||
layoutId: AirlockService
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockMedical
|
||||
@@ -197,6 +207,16 @@
|
||||
- type: Wires
|
||||
layoutId: AirlockCargo
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlass
|
||||
id: AirlockHydroponicsGlass
|
||||
suffix: Hydroponics
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Glass/hydroponics.rsi
|
||||
- type: Wires
|
||||
layoutId: AirlockService
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlass
|
||||
id: AirlockMedicalGlass
|
||||
|
||||
@@ -138,6 +138,25 @@
|
||||
sprite: Structures/Doors/Airlocks/Standard/freezer.rsi
|
||||
state: "assembly"
|
||||
|
||||
#Hydroponics
|
||||
- type: entity
|
||||
parent: AirlockAssembly
|
||||
id: AirlockAssemblyHydroponics
|
||||
suffix: Hydroponics
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Standard/hydroponics.rsi
|
||||
state: "assembly"
|
||||
|
||||
- type: entity
|
||||
parent: AirlockAssembly
|
||||
id: AirlockAssemblyHydroponicsGlass
|
||||
suffix: Hydroponics, Glass
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Glass/hydroponics.rsi
|
||||
state: "assembly"
|
||||
|
||||
#Maintenance
|
||||
- type: entity
|
||||
parent: AirlockAssembly
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
command: Structures/Doors/Airlocks/Standard/command.rsi
|
||||
engineering: Structures/Doors/Airlocks/Standard/engineering.rsi
|
||||
freezer: Structures/Doors/Airlocks/Standard/freezer.rsi
|
||||
hydroponics: Structures/Doors/Airlocks/Standard/hydroponics.rsi
|
||||
maintenance: Structures/Doors/Airlocks/Standard/maint.rsi
|
||||
medical: Structures/Doors/Airlocks/Standard/medical.rsi
|
||||
science: Structures/Doors/Airlocks/Standard/science.rsi
|
||||
@@ -27,6 +28,7 @@
|
||||
science: Structures/Doors/Airlocks/Glass/science.rsi
|
||||
engineering: Structures/Doors/Airlocks/Glass/engineering.rsi
|
||||
glass: Structures/Doors/Airlocks/Glass/glass.rsi
|
||||
hydroponics: Structures/Doors/Airlocks/Glass/hydroponics.rsi
|
||||
maintenance: Structures/Doors/Airlocks/Glass/maint.rsi
|
||||
medical: Structures/Doors/Airlocks/Glass/medical.rsi
|
||||
security: Structures/Doors/Airlocks/Glass/security.rsi
|
||||
@@ -74,6 +76,7 @@
|
||||
engineering: Engineering
|
||||
freezer: Civilian
|
||||
glass: Civilian
|
||||
hydroponics: Civilian
|
||||
maintenance: Civilian
|
||||
medical: Medical
|
||||
science: Science
|
||||
|
||||
Reference in New Issue
Block a user