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
- 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
parent: BaseSign
id: SignDirectionalBridge
@@ -35,6 +44,15 @@
components:
- type: Sprite
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
parent: BaseSign
@@ -70,7 +88,25 @@
description: A direction sign, pointing out which way evac is.
components:
- 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
parent: BaseSign
@@ -79,7 +115,25 @@
description: A direction sign, pointing out which way the gravity generator is.
components:
- 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
parent: BaseSign
@@ -89,6 +143,42 @@
components:
- type: Sprite
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
parent: BaseSign

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