]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add 3 new Exomorph posters (#37260)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Wed, 7 May 2025 23:26:48 +0000 (01:26 +0200)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 23:26:48 +0000 (19:26 -0400)
Initial commit

Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml
Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml
Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json
Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png [new file with mode: 0644]

index de82e7b6f0d10b7720c3523c045c33ea603a400b..70ddb4d7c008a356497312d0780f76700985669c 100644 (file)
@@ -92,6 +92,9 @@
       - PosterContrabandInterdyne
       - PosterContrabandWaffleCorp
       - PosterContrabandMissingSpacepen
+      - PosterContrabandExoAcid
+      - PosterContrabandExoRun
+      - PosterContrabandExoChomp
     chance: 1
 
 - type: entity
index 132318ee47cc44cd774a62a1f341c7fe93600a01..3aeae766c5aec5f2cd6a07eedbb0d3b3ab073707 100644 (file)
     - type: Sprite
       state: poster63_contraband
 
+- type: entity
+  parent: PosterBase
+  id: PosterContrabandExoAcid
+  name: "Exomorph Warning: Acid Spit!"
+  description: "This poster warns you about an exomorph's acidic spit. Not that such exomorphs are real... Right?"
+  components:
+  - type: Sprite
+    state: poster64_contraband
+
+- type: entity
+  parent: PosterBase
+  id: PosterContrabandExoRun
+  name: "Exomorph Warning: Run Away!"
+  description: "This poster warns you about an athletic exomorph capable of dragging away anyone who gets caught; so don't get caught!"
+  components:
+  - type: Sprite
+    state: poster65_contraband
+
+- type: entity
+  parent: PosterBase
+  id: PosterContrabandExoChomp
+  name: "Exomorph Warning: Dangerous Bites!"
+  description: "This poster warns you about the lethal bites exomorphs can have. Don't become an alien snack!"
+  components:
+  - type: Sprite
+    state: poster66_contraband
+
 # Legit
 - type: entity
   parent: PosterBase
index e58aaad6d05bca0d210612112b7f0d6479af0047..a45f465b544ce8e172150e0b80d6dbc0eb635d88 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from  at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b.     poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi.     originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460,     poster63_contraband by discord foboscheshir_,     poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman,     poster53_legit and the original version by @RCOI on discord, modified by Spessmann,     poster54_legit by hex_reject on Discord.",
+  "copyright": "Taken from  at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b.     poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi.     originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460,     poster63_contraband by discord foboscheshir_,     poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman,     poster53_legit and the original version by @RCOI on discord, modified by Spessmann,     poster54_legit by hex_reject on Discord,     poster64_contraband, poster65_contraband, poster66_contraband by JuneSzalkowska (Discord).",
   "size": {
     "x": 32,
     "y": 32
     {
       "name": "poster51_contraband"
     },
+    {
+      "name": "poster64_contraband"
+    },
+    {
+      "name": "poster65_contraband"
+    },
+    {
+      "name": "poster66_contraband"
+    },
     {
       "name": "poster1_legit"
     },
diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png
new file mode 100644 (file)
index 0000000..97b17e6
Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png differ
diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png
new file mode 100644 (file)
index 0000000..1bdad57
Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png differ
diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png
new file mode 100644 (file)
index 0000000..d59cc9d
Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png differ