@@ -97,6 +97,15 @@
|
||||
- type: Sprite
|
||||
state: direction_evac
|
||||
|
||||
- type: entity
|
||||
parent: BaseSignDirectional
|
||||
id: SignDirectionalExam
|
||||
name: exam sign
|
||||
description: A direction sign, pointing out which way the examination room(s) are.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: direction_exam
|
||||
|
||||
- type: entity
|
||||
parent: BaseSignDirectional
|
||||
id: SignDirectionalFood
|
||||
@@ -133,6 +142,15 @@
|
||||
- type: Sprite
|
||||
state: direction_hydro
|
||||
|
||||
- type: entity
|
||||
parent: BaseSignDirectional
|
||||
id: SignDirectionalIcu
|
||||
name: icu sign
|
||||
description: A direction sign, pointing out which way the ICU is.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: direction_icu
|
||||
|
||||
- type: entity
|
||||
parent: BaseSignDirectional
|
||||
id: SignDirectionalJanitor
|
||||
@@ -225,6 +243,15 @@
|
||||
- type: Sprite
|
||||
state: ai
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignArcade
|
||||
name: arcade sign
|
||||
description: A sign indicating the arcade.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: arcade
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignArmory
|
||||
@@ -288,6 +315,15 @@
|
||||
- type: Sprite
|
||||
state: bar
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignBarbershop
|
||||
name: barbershop sign
|
||||
description: A sign indicating the barbershop.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: barbershop
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignBio
|
||||
@@ -558,6 +594,15 @@
|
||||
- type: Sprite
|
||||
state: janitor
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignLaundromat
|
||||
name: laundromat sign
|
||||
description: A sign indicating the laundromat.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: laundromat
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignLawyer
|
||||
@@ -612,6 +657,15 @@
|
||||
- type: Sprite
|
||||
state: morgue
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignNews
|
||||
name: news sign
|
||||
description: A sign indicating where the Reporter works.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: news
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignNosmoking
|
||||
@@ -639,6 +693,15 @@
|
||||
- type: Sprite
|
||||
state: psychology
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignReception
|
||||
name: reception sign
|
||||
description: A sign indicating the reception.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: reception
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignRND
|
||||
@@ -657,6 +720,15 @@
|
||||
- type: Sprite
|
||||
state: robo
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignSalvage
|
||||
name: salvage sign
|
||||
description: A sign indicating the salvage area.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: salvage
|
||||
|
||||
- type: entity
|
||||
parent: BaseSign
|
||||
id: SignScience
|
||||
|
||||
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/arcade.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 444 B |
|
After Width: | Height: | Size: 505 B |
|
After Width: | Height: | Size: 488 B |
|
After Width: | Height: | Size: 397 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, except numerical signs which were created by discord: brainfood#7460, states: 'survival' and 'ntmining' from https://github.com/tgstation/tgstation/commit/f743754ec3ef446c8172388431effa73aeddb7ff#diff-b429dd7fccbca60d740d4887c1077a178abf1efffe57e7ae2a0b607c8a9e2202, 'janitor' edited by forgotmyotheraccount on github",
|
||||
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, except numerical signs which were created by discord: brainfood#7460, states: 'survival' and 'ntmining' from https://github.com/tgstation/tgstation/commit/f743754ec3ef446c8172388431effa73aeddb7ff#diff-b429dd7fccbca60d740d4887c1077a178abf1efffe57e7ae2a0b607c8a9e2202, 'janitor' edited by forgotmyotheraccount on github, 'arcade', 'barbershop', 'direction_exam', 'direction_icu', 'laundromat', 'news', 'reception', and 'salvage' made by rosieposieeee (github)",
|
||||
"states": [
|
||||
{
|
||||
"name": "ai",
|
||||
@@ -26,6 +26,14 @@
|
||||
{
|
||||
"name": "anomaly2"
|
||||
},
|
||||
{
|
||||
"name": "arcade",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "armory",
|
||||
"delays": [
|
||||
@@ -34,6 +42,14 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "barbershop",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ass",
|
||||
"delays": [
|
||||
@@ -300,6 +316,42 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "direction_exam",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "direction_icu",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "direction_janitor",
|
||||
"directions": 4,
|
||||
@@ -830,6 +882,14 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "laundromat",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "law",
|
||||
"delays": [
|
||||
@@ -894,6 +954,14 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "news",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "nosmoking",
|
||||
"delays": [
|
||||
@@ -966,6 +1034,14 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "reception",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "rnd",
|
||||
"delays": [
|
||||
@@ -982,6 +1058,14 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "salvage",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sci",
|
||||
"delays": [
|
||||
|
||||
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/news.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/reception.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/salvage.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |