Adds additional directional signs for mapping (#10467)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -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 |
@@ -271,6 +271,114 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_bar",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_janitor",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_food",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_hop",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_library",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "direction_chemistry",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "direction_eng",
|
"name": "direction_eng",
|
||||||
"directions": 4,
|
"directions": 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user