]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add NanoTrasen balloon (#25543)
authorMACMAN2003 <macman2003c@gmail.com>
Mon, 26 Feb 2024 23:15:53 +0000 (15:15 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 23:15:53 +0000 (16:15 -0700)
nt balloon

surprised one didn't exist already

Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Entities/Objects/Fun/toys.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml
Resources/Textures/Objects/Fun/toys.rsi/meta.json
Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/toys.rsi/ntb.png [new file with mode: 0644]

index d5e87fe0b58cb4f27ad8c8157c4daf1945bf119e..f41d5282f31e1e377808d762f5391b88a872cd2e 100644 (file)
       - id: MrDips
         orGroup: Giftpool
       - id: RevolverCapGun
+      - id: BalloonNT
       - id: ClothingShoesClownLarge
       - id: ClothingHeadHatMagician
       - id: BeachBall
index 9aa6dc9141c06579f75f66af234ffe74e57e2424..5481ddbda426ce02975f80ed6c403d7e741a33e6 100644 (file)
@@ -32,6 +32,7 @@
         - Basketball
         - Football
         - BalloonCorgi
+        - BalloonNT
         - PonderingOrb
         - Skub
         - DrinkMugDog
index 5566b65bf4831fe813c0d92ad91a30c7d53cc982..86470ac804492df111fb4c7ac0ff070f10a13853 100644 (file)
     tags:
     - Balloon
 
+- type: entity
+  parent: BaseItem
+  id: BalloonNT
+  name: nanotrasen balloon
+  description: Specially designed to inflict maximum psychological damage to Syndicate operatives.
+  components:
+  - type: Sprite
+    sprite: Objects/Fun/toys.rsi
+    state: ntb
+  - type: Item
+    size: Small
+    sprite: Objects/Fun/toys.rsi
+    heldPrefix: ntb
+  - type: Damageable
+    damageContainer: Inorganic
+  - type: Tag
+    tags:
+    - Balloon
+
 - type: entity
   parent: BaseItem
   id: BalloonCorgi
index 64a443cffc970d329f7bc3d0acbaa410f8d765e4..d2ba7cd544a15abb32ba789f9730adb982559cfd 100644 (file)
@@ -72,6 +72,7 @@
     - PlushieRouny
     - PlushieBee
     - PlushieSlime
+    - BalloonNT
     - BalloonCorgi
     - ToySword
     - CrayonBox
index 11f08bc0dd3b0edc57e26bf186a0e23c62a65435..ef50532eba797805156bf2fa7fb10255f9c4be1e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy, plushie_arachnid by PixelTheKermit (github), plushie human by TheShuEd",
+  "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy, plushie_arachnid by PixelTheKermit (github), plushie human by TheShuEd, NanoTrasen Balloon by MACMAN2003",
   "size": {
     "x": 32,
     "y": 32
             "name": "corgib-inhand-left",
             "directions": 4
         },
+        {
+            "name": "ntb-inhand-right",
+            "directions": 4
+        },
+        {
+            "name": "ntb-inhand-left",
+            "directions": 4
+        },
         {
             "name": "synb-inhand-left",
             "directions": 4
         {
             "name": "synb"
         },
+               {
+                       "name": "ntb"
+               },
         {
             "name": "corgib"
         },
diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png b/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png
new file mode 100644 (file)
index 0000000..d650573
Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png differ
diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png b/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png
new file mode 100644 (file)
index 0000000..2f978de
Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png differ
diff --git a/Resources/Textures/Objects/Fun/toys.rsi/ntb.png b/Resources/Textures/Objects/Fun/toys.rsi/ntb.png
new file mode 100644 (file)
index 0000000..76400a6
Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/ntb.png differ