Adds additional directional signs for mapping (#10467)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
ChilbroBaggins
2022-08-14 00:18:58 -05:00
committed by GitHub
parent a635692051
commit 0c2d1b79c0
8 changed files with 1298 additions and 1100 deletions

View File

@@ -9,6 +9,15 @@
# Directional Station Guide Signs # Directional Station Guide Signs
- type: entity
parent: BaseSign
id: SignDirectionalBar
name: bar sign
description: A direction sign, pointing out which way the bar is.
components:
- type: Sprite
state: direction_bar
- type: entity - type: entity
parent: BaseSign parent: BaseSign
id: SignDirectionalBridge id: SignDirectionalBridge
@@ -36,6 +45,15 @@
- type: Sprite - type: Sprite
state: direction_chapel state: direction_chapel
- type: entity
parent: BaseSign
id: SignDirectionalChemistry
name: chapel sign
description: A direction sign, pointing out which way the chemistry lab is.
components:
- type: Sprite
state: direction_chemistry
- type: entity - type: entity
parent: BaseSign parent: BaseSign
id: SignDirectionalCryo id: SignDirectionalCryo
@@ -72,6 +90,24 @@
- type: Sprite - type: Sprite
state: direction_evac state: direction_evac
- type: entity
parent: BaseSign
id: SignDirectionalFood
name: food sign
description: A direction sign, pointing out which way the kitchen is.
components:
- type: Sprite
state: direction_food
- type: entity
parent: BaseSign
id: SignDirectionalFood
name: food sign
description: A direction sign, pointing out which way the kitchen is.
components:
- type: Sprite
state: direction_food
- type: entity - type: entity
parent: BaseSign parent: BaseSign
id: SignDirectionalGravity id: SignDirectionalGravity
@@ -81,6 +117,24 @@
- type: Sprite - type: Sprite
state: direction_gravity state: direction_gravity
- type: entity
parent: BaseSign
id: SignDirectionalHop
name: hop sign
description: A direction sign, pointing out which way Head of Personnel's office is.
components:
- type: Sprite
state: direction_hop
- type: entity
parent: BaseSign
id: SignDirectionalHop
name: hop sign
description: A direction sign, pointing out which way Head of Personnel's office is.
components:
- type: Sprite
state: direction_hop
- type: entity - type: entity
parent: BaseSign parent: BaseSign
id: SignDirectionalHydro id: SignDirectionalHydro
@@ -90,6 +144,42 @@
- type: Sprite - type: Sprite
state: direction_hydro state: direction_hydro
- type: entity
parent: BaseSign
id: SignDirectionalJanitor
name: janitor sign
description: A direction sign, pointing out which way the janitor's closet is.
components:
- type: Sprite
state: direction_janitor
- type: entity
parent: BaseSign
id: SignDirectionalLibrary
name: janitor sign
description: A direction sign, pointing out which way the library is.
components:
- type: Sprite
state: direction_library
- type: entity
parent: BaseSign
id: SignDirectionalJanitor
name: janitor sign
description: A direction sign, pointing out which way the janitor's closet is.
components:
- type: Sprite
state: direction_janitor
- type: entity
parent: BaseSign
id: SignDirectionalLibrary
name: janitor sign
description: A direction sign, pointing out which way the library is.
components:
- type: Sprite
state: direction_library
- type: entity - type: entity
parent: BaseSign parent: BaseSign
id: SignDirectionalMed id: SignDirectionalMed

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

File diff suppressed because it is too large Load Diff