Additional Signage (#25766)

initial commit
This commit is contained in:
rosieposie
2024-03-02 01:42:06 -05:00
committed by GitHub
parent 2904ff421a
commit 55b0cb1934
10 changed files with 157 additions and 1 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

View File

@@ -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": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB