From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Sat, 2 Mar 2024 06:42:06 +0000 (-0500) Subject: Additional Signage (#25766) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=55b0cb19348d391392cdfdf912f7ef9e04dbf9be;p=space-station-14.git Additional Signage (#25766) initial commit --- diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 287bf96056..9aac49a6bd 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -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 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/arcade.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/arcade.png new file mode 100644 index 0000000000..9f36d43776 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/arcade.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/barbershop.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/barbershop.png new file mode 100644 index 0000000000..d196072a32 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/barbershop.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_exam.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_exam.png new file mode 100644 index 0000000000..dc1eb795e8 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_exam.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_icu.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_icu.png new file mode 100644 index 0000000000..d4d2e4cd57 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_icu.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/laundromat.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/laundromat.png new file mode 100644 index 0000000000..251e0ebd7b Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/laundromat.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index 9a5f64759b..97be2aaa0d 100644 --- a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json @@ -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": [ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/news.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/news.png new file mode 100644 index 0000000000..575d943c76 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/news.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/reception.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/reception.png new file mode 100644 index 0000000000..b16670d5b5 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/reception.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/salvage.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/salvage.png new file mode 100644 index 0000000000..8c51238f89 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/salvage.png differ