]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added "Spacebucks" barsign (#15660)
authorProPandaBear <propandabear@gmail.com>
Sun, 23 Apr 2023 22:13:31 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 22:13:31 +0000 (18:13 -0400)
* Added "Spacebucks" barsign

* Fixed indentation on meta.json

* Added copyright information.

* Added missing comma to copyright information

* Update Resources/Textures/Structures/Wallmounts/barsign.rsi/meta.json

Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com>
---------

Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com>
Resources/Locale/en-US/barsign/barsign-component.ftl
Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml
Resources/Prototypes/bar_signs.yml
Resources/Textures/Structures/Wallmounts/barsign.rsi/meta.json
Resources/Textures/Structures/Wallmounts/barsign.rsi/spacebucks.png [new file with mode: 0644]

index 02f886081161e85a84b4a9a41e2cfcce093d2605..ff262d1bc9d1ee84662436ed7ce47923382aecbe 100644 (file)
@@ -90,6 +90,10 @@ barsign-prototype-description-enginechange = Still waiting.
 barsign-prototype-name-emprah = 4 The Emprah
 barsign-prototype-description-emprah = Enjoyed by fanatics, heretics, and brain-damaged patrons alike.
 
+## Spacebucks
+barsign-prototype-name-spacebucks = Spacebucks
+barisgn-prototype-description-spacebucks = You can't get away from them, even in space.
+
 ## EmpBarSign
 barsign-prototype-description-empbarsign = Something has gone very wrong.
 
index fac0b44ccbcca5fe399ee83bff7551b9fa53df93..c8cd6e94f9fb744219fd142e4fc9edcb4e332aee 100644 (file)
   description: Enjoyed by fanatics, heretics, and brain-damaged patrons alike.
   components:
   - type: BarSign
-    current: Emprah
\ No newline at end of file
+    current: Emprah
+
+- type: entity
+  parent: BaseBarSign
+  id: BarSignSpacebucks
+  name: Spacebucks
+  description: You can't get away from them, even in space.
+  components:
+  - type: BarSign
+    current: Spacebucks
\ No newline at end of file
index b541da2bf04686c470b4cbd2fcb5b05be9afaaf7..8c6476831b079235241e00d00cf2c1f6249f8ad8 100644 (file)
   icon: "emprah"
   description: barsign-prototype-description-emprah
 
+- type: barSign
+  id: Spacebucks
+  name: barsign-prototype-name-spacebucks
+  icon: "spacebucks"
+  description: barsign-prototype-description-spacebucks
+
 # Hidden signs list below this point
 - type: barSign
   id: EmpBarSign
index 44621b40fecc7f96315603effabb2e799902a67f..a7b77a84fd0ed981f01df99375f2d6a346ab213c 100644 (file)
@@ -7,6 +7,7 @@
   "license": "CC-BY-SA-3.0",
   "copyright": "https://github.com/vgstation-coders/vgstation13/commit/1fbb5e417d0200fe60c6b628656a371093d2d715",
   "copyright": "https://github.com/tgstation/tgstation/commit/68aade356cf53032f206cb5a887581ac7d166cae",
+  "copyright": "https://github.com/space-wizards/space-station-14/commit/b301d3ac26cb2301048eda4535667c28e2283d41 - Made by ProPandaBear for SS14",
   "states": [
     {
       "name": "combocafe",
           0.2
         ]
       ]
+    },
+    {
+      "name": "spacebucks",
+      "delays": [
+        [
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          0.2,
+          2.2
+        ]
+      ]
     }
   ]
 }
diff --git a/Resources/Textures/Structures/Wallmounts/barsign.rsi/spacebucks.png b/Resources/Textures/Structures/Wallmounts/barsign.rsi/spacebucks.png
new file mode 100644 (file)
index 0000000..9818fb8
Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/barsign.rsi/spacebucks.png differ