Sign Resprite (#29806)
* Redone signage * Signs * ok this thing now * alright ig? * big data * cryo sign * new sign
This commit is contained in:
@@ -243,6 +243,15 @@
|
||||
- type: Sprite
|
||||
state: ai
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignAiUpload
|
||||
name: ai upload sign
|
||||
description: A sign, indicating an AI is present.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: ai_upload
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignArcade
|
||||
@@ -273,11 +282,11 @@
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignAnomaly
|
||||
name: xenoarchaeology lab sign
|
||||
name: xenoarcheology lab sign
|
||||
description: A sign indicating the xenoarchaeology lab.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: anomaly
|
||||
state: xenoarch
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
@@ -286,7 +295,7 @@
|
||||
description: A sign indicating the anomalous research lab.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: anomaly2
|
||||
state: anomaly
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
@@ -297,15 +306,6 @@
|
||||
- type: Sprite
|
||||
state: atmos
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignAtmosMinsky
|
||||
name: atmospherics sign
|
||||
description: A sign indicating the atmospherics area.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: atmominsky
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignBar
|
||||
@@ -315,6 +315,32 @@
|
||||
- type: Sprite
|
||||
state: bar
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignKitchen
|
||||
name: kitchen sign
|
||||
description: The heart of the home. And disease.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: kitchen
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignTheater
|
||||
name: theater sign
|
||||
description: Would it even be Space Station without drama?
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: drama1
|
||||
map: [ "base" ]
|
||||
- type: RandomSprite
|
||||
available:
|
||||
- base:
|
||||
drama1: null
|
||||
drama2: null
|
||||
drama3: null
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignBarbershop
|
||||
@@ -396,24 +422,6 @@
|
||||
- type: Sprite
|
||||
state: chem
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignChemistry1
|
||||
name: chemistry sign
|
||||
description: A sign indicating the chemistry lab.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: chemistry1
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignChemistry2
|
||||
name: chemistry sign
|
||||
description: A sign indicating the chemistry lab.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: chemistry2
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignCloning
|
||||
@@ -427,19 +435,20 @@
|
||||
parent: BaseSign
|
||||
id: SignConference
|
||||
name: conference room sign
|
||||
description: A sign indicating the conference room.
|
||||
description: Where work happens.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: conference_room
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignCourt
|
||||
name: court sign
|
||||
description: A sign labelling the courtroom.
|
||||
id: SignCryo
|
||||
name: cryosleep sign
|
||||
description: Just like that? You're gonna chicken out?
|
||||
components:
|
||||
- type: Sprite
|
||||
state: court
|
||||
state: cryo
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
@@ -461,18 +470,27 @@
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignDrones
|
||||
name: drones sign
|
||||
description: A sign indicating drones.
|
||||
id: SignRestroom
|
||||
name: restroom sign
|
||||
description: A sign indicating where you go to... What do you do here again?
|
||||
components:
|
||||
- type: Sprite
|
||||
state: drones
|
||||
state: restroom
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignMaterials
|
||||
name: materials sign
|
||||
description: An omen to the juicy vault of steel, glass, and plastic that lays before you.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: mats
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignEngine
|
||||
name: engine sign
|
||||
description: A sign indicating the engine room.
|
||||
name: power sign
|
||||
description: Where the powa happens.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: engine
|
||||
@@ -544,7 +562,7 @@
|
||||
parent: BaseSign
|
||||
id: SignHead
|
||||
name: head sign
|
||||
description: A sign with a hat on it.
|
||||
description: An official sign indicating the dwellings of a Nanotrasen-certified head of department.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: commander
|
||||
@@ -556,25 +574,7 @@
|
||||
description: A sign indicating a hydroponics area.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: hydro1
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignHydro2
|
||||
name: hydro sign
|
||||
description: A sign indicating a hydroponics area.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: hydro2
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignHydro3
|
||||
name: hydro sign
|
||||
description: A sign indicating a hydroponics area.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: hydro3
|
||||
state: hydro
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
@@ -606,8 +606,8 @@
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignLawyer
|
||||
name: lawyer sign
|
||||
description: A sign labelling an area where the Lawyers work.
|
||||
name: law sign
|
||||
description: A sign indicating the presence of the (typically absent) rule of law.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: law
|
||||
@@ -639,15 +639,6 @@
|
||||
- type: Sprite
|
||||
state: medbay
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignMinerDock
|
||||
name: miner dock sign
|
||||
description: A sign indicating the miner dock.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: miner_dock
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignMorgue
|
||||
@@ -740,36 +731,27 @@
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignScience1
|
||||
name: science sign
|
||||
description: A sign indicating the science area.
|
||||
id: SignServer
|
||||
name: server sign
|
||||
description: Ever heard of Big Data? This is it, chump. The biggest.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: science1
|
||||
state: data
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignScience2
|
||||
name: science sign
|
||||
description: A sign indicating the science area.
|
||||
id: SignCans
|
||||
name: canisters sign
|
||||
description: A sign indicating the auspicious presence of gas canisters.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: science2
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignShield
|
||||
name: shield sign
|
||||
description: A sign with a shield.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: shield
|
||||
state: cans
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignShipDock
|
||||
name: docking sign
|
||||
description: A sign indicating the ship docking area.
|
||||
name: evac sign
|
||||
description: A sign indicating the where the evac shuttle will (likely) arrive.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: dock
|
||||
@@ -812,12 +794,12 @@
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignToxins2
|
||||
name: toxins sign
|
||||
description: A sign indicating the toxin lab.
|
||||
id: SignVault
|
||||
name: vault sign
|
||||
description: A sign indicating the vault. Who knows what secrets lie inside?
|
||||
components:
|
||||
- type: Sprite
|
||||
state: toxins2
|
||||
state: vault
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
@@ -964,29 +946,11 @@
|
||||
- type: Sprite
|
||||
state: xenobio
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignXenobio2
|
||||
name: xenobio sign
|
||||
description: A sign indicating the xenobiology lab.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: xenobio2
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignXenolab
|
||||
name: xenolab sign
|
||||
description: A sign indicating the xenobiology lab.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: xenolab
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignZomlab
|
||||
name: zombie lab sign
|
||||
description: A sign indicating the zombie lab.
|
||||
description: The final remains of a shut-down Nanotrasen research project that aimed to harness the powers of Romerol. I wonder how that went...
|
||||
components:
|
||||
- type: Sprite
|
||||
state: zomlab
|
||||
|
||||
Reference in New Issue
Block a user