From: ProPandaBear Date: Sun, 23 Apr 2023 22:13:31 +0000 (-0700) Subject: Added "Spacebucks" barsign (#15660) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9110a8fe0a9a9f01f3712199743c673bf5916b62;p=space-station-14.git Added "Spacebucks" barsign (#15660) * 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> --- diff --git a/Resources/Locale/en-US/barsign/barsign-component.ftl b/Resources/Locale/en-US/barsign/barsign-component.ftl index 02f8860811..ff262d1bc9 100644 --- a/Resources/Locale/en-US/barsign/barsign-component.ftl +++ b/Resources/Locale/en-US/barsign/barsign-component.ftl @@ -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. diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml index fac0b44ccb..c8cd6e94f9 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml @@ -245,4 +245,13 @@ 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 diff --git a/Resources/Prototypes/bar_signs.yml b/Resources/Prototypes/bar_signs.yml index b541da2bf0..8c6476831b 100644 --- a/Resources/Prototypes/bar_signs.yml +++ b/Resources/Prototypes/bar_signs.yml @@ -130,6 +130,12 @@ 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 diff --git a/Resources/Textures/Structures/Wallmounts/barsign.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/barsign.rsi/meta.json index 44621b40fe..a7b77a84fd 100644 --- a/Resources/Textures/Structures/Wallmounts/barsign.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/barsign.rsi/meta.json @@ -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", @@ -476,6 +477,25 @@ 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 index 0000000000..9818fb892c Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/barsign.rsi/spacebucks.png differ