Adds more directional signs. Fixes directions on existing (#6401)
@@ -9,24 +9,6 @@
|
|||||||
|
|
||||||
# Directional Station Guide Signs
|
# Directional Station Guide Signs
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignDirectionalSec
|
|
||||||
name: sec sign
|
|
||||||
description: A direction sign, pointing out which way Security is.
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: direction_sec
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignDirectionalEvac
|
|
||||||
name: evac sign
|
|
||||||
description: A direction sign, pointing out which way evac is.
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: direction_evac
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDirectionalBridge
|
id: SignDirectionalBridge
|
||||||
@@ -38,12 +20,39 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDirectionalMed
|
id: SignDirectionalBrig
|
||||||
name: medical sign
|
name: brig sign
|
||||||
description: A direction sign, pointing out which way the Medical department is.
|
description: A direction sign, pointing out which way the Brig is.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_med
|
state: direction_brig
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalChapel
|
||||||
|
name: chapel sign
|
||||||
|
description: A direction sign, pointing out which way the Chapel is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_chapel
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalCryo
|
||||||
|
name: cryo sign
|
||||||
|
description: A direction sign, pointing out the way to cryogenics.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_cryo
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalDorms
|
||||||
|
name: dorms sign
|
||||||
|
description: A direction sign, pointing out which way the Dorms are.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_dorms
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
@@ -54,6 +63,52 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_eng
|
state: direction_eng
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalEvac
|
||||||
|
name: evac sign
|
||||||
|
description: A direction sign, pointing out which way evac is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_evac
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalGravity
|
||||||
|
name: gravity sign
|
||||||
|
description: A direction sign, pointing out which way the gravity generator is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_gravity
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalHydro
|
||||||
|
name: hydro sign
|
||||||
|
description: A direction sign, pointing out which way hydroponics is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_hydro
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalMed
|
||||||
|
name: medical sign
|
||||||
|
description: A direction sign, pointing out which way the Medical department is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_med
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalSalvage
|
||||||
|
name: salvage sign
|
||||||
|
description: A direction sign, pointing out which way the Salvage department is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_salvage
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDirectionalSci
|
id: SignDirectionalSci
|
||||||
@@ -63,6 +118,24 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_sci
|
state: direction_sci
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalSec
|
||||||
|
name: sec sign
|
||||||
|
description: A direction sign, pointing out which way Security is.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_sec
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalSolar
|
||||||
|
name: solars sign
|
||||||
|
description: A direction sign, pointing out which way solars are.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_solar
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDirectionalSupply
|
id: SignDirectionalSupply
|
||||||
@@ -72,6 +145,15 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: direction_supply
|
state: direction_supply
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDirectionalWash
|
||||||
|
name: washroom sign
|
||||||
|
description: A direction sign, pointing to the way to a washroom.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: direction_wash
|
||||||
|
|
||||||
# Regular Signs
|
# Regular Signs
|
||||||
# Descriptions intentionally left empty.
|
# Descriptions intentionally left empty.
|
||||||
|
|
||||||
@@ -125,107 +207,35 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignHydro1
|
id: SignBio
|
||||||
name: hydro sign
|
name: bio sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: hydro1
|
state: bio
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignHydro2
|
id: SignBiohazard
|
||||||
name: hydro sign
|
name: biohazard sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: hydro2
|
state: biohazard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignHydro3
|
id: SignBridge
|
||||||
name: hydro sign
|
name: bridge sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: hydro3
|
state: bridge
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignLibrary
|
id: SignCanisters
|
||||||
name: library sign
|
name: canisters sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: biblio
|
state: canisters
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignChapel
|
|
||||||
name: chapel sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: chapel
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignHead
|
|
||||||
name: head sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: commander
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignConference
|
|
||||||
name: conference room sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: conference_room
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignDrones
|
|
||||||
name: drones sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: drones
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignEngine
|
|
||||||
name: engine sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: engine
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignCloning
|
|
||||||
name: cloning sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: cloning
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignInterrogation
|
|
||||||
name: interrogation sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: interrogation
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignSurgery
|
|
||||||
name: surgery sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: surgery
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignTelecomms
|
|
||||||
name: telecomms sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: telecoms
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
@@ -243,6 +253,14 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: cargo_dock
|
state: cargo_dock
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignChapel
|
||||||
|
name: chapel sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: chapel
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignChem
|
id: SignChem
|
||||||
@@ -269,11 +287,52 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignShipDock
|
id: SignCloning
|
||||||
name: docking sign
|
name: cloning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: dock
|
state: cloning
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignConference
|
||||||
|
name: conference room sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: conference_room
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDisposalSpace
|
||||||
|
name: disposal sign
|
||||||
|
description: "Disposal: Leads to space"
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: deathsposal
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDoors
|
||||||
|
name: doors sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: doors
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignDrones
|
||||||
|
name: drones sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: drones
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignEngine
|
||||||
|
name: engine sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: engine
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
@@ -283,6 +342,14 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: eng
|
state: eng
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignEscapePods
|
||||||
|
name: escape pods sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: pods
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignEVA
|
id: SignEVA
|
||||||
@@ -291,6 +358,30 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: eva
|
state: eva
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignElectrical
|
||||||
|
name: electrical sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: electrical
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignExamroom
|
||||||
|
name: examination room sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: examroom
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignFire
|
||||||
|
name: fire sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: fire
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignGravity
|
id: SignGravity
|
||||||
@@ -299,6 +390,62 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: gravi
|
state: gravi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignHead
|
||||||
|
name: head sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: commander
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignHydro1
|
||||||
|
name: hydro sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: hydro1
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignHydro2
|
||||||
|
name: hydro sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: hydro2
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignHydro3
|
||||||
|
name: hydro sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: hydro3
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignInterrogation
|
||||||
|
name: interrogation sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: interrogation
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignLibrary
|
||||||
|
name: library sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: biblio
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignMail
|
||||||
|
name: mail sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: mail
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignMedical
|
id: SignMedical
|
||||||
@@ -307,6 +454,14 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: medbay
|
state: medbay
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignMinerDock
|
||||||
|
name: miner dock sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: miner_dock
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignMorgue
|
id: SignMorgue
|
||||||
@@ -315,6 +470,14 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: morgue
|
state: morgue
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignNosmoking
|
||||||
|
name: nosmoking sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: nosmoking
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignPrison
|
id: SignPrison
|
||||||
@@ -331,6 +494,14 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: rnd
|
state: rnd
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignRobo
|
||||||
|
name: robo sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: robo
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignScience
|
id: SignScience
|
||||||
@@ -355,6 +526,46 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: science2
|
state: science2
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignShield
|
||||||
|
name: shield sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: shield
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignShipDock
|
||||||
|
name: docking sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: dock
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignSpace
|
||||||
|
name: space sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: space
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignSurgery
|
||||||
|
name: surgery sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: surgery
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignTelecomms
|
||||||
|
name: telecomms sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: telecoms
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignToxins
|
id: SignToxins
|
||||||
@@ -373,40 +584,16 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignBridge
|
id: SignVirology
|
||||||
name: bridge sign
|
name: virology sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: bridge
|
state: virology
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignBio
|
|
||||||
name: bio sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: bio
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignBiohazard
|
|
||||||
name: biohazard sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: biohazard
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignCanisters
|
|
||||||
name: canisters sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: canisters
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignCorrosives
|
id: SignCorrosives
|
||||||
name: corrosives sign
|
name: corrosives warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: corrosives
|
state: corrosives
|
||||||
@@ -414,7 +601,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignCryogenics
|
id: SignCryogenics
|
||||||
name: cryogenics sign
|
name: cryogenics warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: cryogenics
|
state: cryogenics
|
||||||
@@ -422,64 +609,23 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDanger
|
id: SignDanger
|
||||||
name: danger sign
|
name: danger warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: danger
|
state: danger
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignDisposalSpace
|
|
||||||
name: disposal sign
|
|
||||||
description: "Disposal: Leads to space"
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: deathsposal
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignDoors
|
|
||||||
name: doors sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: doors
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignElectrical
|
|
||||||
name: electrical sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: electrical
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignExamroom
|
|
||||||
name: examination room sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: examroom
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignExplosives
|
id: SignExplosives
|
||||||
name: explosives sign
|
name: explosives warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: explosives
|
state: explosives
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignFire
|
|
||||||
name: fire sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: fire
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignFlammable
|
id: SignFlammable
|
||||||
name: flammable sign
|
name: flammable warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: flammable
|
state: flammable
|
||||||
@@ -487,7 +633,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignLaser
|
id: SignLaser
|
||||||
name: laser sign
|
name: laser warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: laser
|
state: laser
|
||||||
@@ -495,83 +641,19 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignMagnetics
|
id: SignMagnetics
|
||||||
name: magnetics sign
|
name: magnetics warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: magnetics
|
state: magnetics
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignMail
|
|
||||||
name: mail sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: mail
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignMemetic
|
id: SignMemetic
|
||||||
name: memetic sign
|
name: memetic warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: memetic
|
state: memetic
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignMinerDock
|
|
||||||
name: miner dock sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: miner_dock
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignNosmoking
|
|
||||||
name: nosmoking sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: nosmoking
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignOptical
|
|
||||||
name: optical sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: optical
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SigN
|
|
||||||
name: oxidants signoxidants
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: oxidants
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignPods
|
|
||||||
name: pods sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: pods
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignRadiation
|
|
||||||
name: radiation sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: radiation
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignRobo
|
|
||||||
name: robo sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: robo
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignSecure
|
id: SignSecure
|
||||||
@@ -588,14 +670,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: securearea
|
state: securearea
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: BaseSign
|
|
||||||
id: SignShield
|
|
||||||
name: shield sign
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
state: shield
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignShock
|
id: SignShock
|
||||||
@@ -606,19 +680,27 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignSpace
|
id: SignOptical
|
||||||
name: space sign
|
name: optical warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: space
|
state: optical
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignVirology
|
id: SignOxidants
|
||||||
name: virology sign
|
name: oxidants warning sign
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: virology
|
state: oxidants
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignRadiation
|
||||||
|
name: radiation warning sign
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: radiation
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
|
|||||||
|
After Width: | Height: | Size: 402 B |
|
After Width: | Height: | Size: 408 B |
|
After Width: | Height: | Size: 445 B |
|
After Width: | Height: | Size: 447 B |
|
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 430 B |
|
After Width: | Height: | Size: 424 B |
|
After Width: | Height: | Size: 390 B |
|
After Width: | Height: | Size: 450 B |
|
After Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 445 B |
|
After Width: | Height: | Size: 439 B |
@@ -397,6 +397,168 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_brig",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_chapel",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_hydro",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_dorms",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_cryo",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_gravity",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_salvage",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_solar",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_wash",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dock",
|
"name": "dock",
|
||||||
"delays": [
|
"delays": [
|
||||||
|
|||||||