add NanoTrasen balloon (#25543)
nt balloon surprised one didn't exist already
This commit is contained in:
@@ -298,6 +298,7 @@
|
|||||||
- id: MrDips
|
- id: MrDips
|
||||||
orGroup: Giftpool
|
orGroup: Giftpool
|
||||||
- id: RevolverCapGun
|
- id: RevolverCapGun
|
||||||
|
- id: BalloonNT
|
||||||
- id: ClothingShoesClownLarge
|
- id: ClothingShoesClownLarge
|
||||||
- id: ClothingHeadHatMagician
|
- id: ClothingHeadHatMagician
|
||||||
- id: BeachBall
|
- id: BeachBall
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
- Basketball
|
- Basketball
|
||||||
- Football
|
- Football
|
||||||
- BalloonCorgi
|
- BalloonCorgi
|
||||||
|
- BalloonNT
|
||||||
- PonderingOrb
|
- PonderingOrb
|
||||||
- Skub
|
- Skub
|
||||||
- DrinkMugDog
|
- DrinkMugDog
|
||||||
|
|||||||
@@ -1010,6 +1010,25 @@
|
|||||||
tags:
|
tags:
|
||||||
- Balloon
|
- 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
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: BalloonCorgi
|
id: BalloonCorgi
|
||||||
|
|||||||
@@ -72,6 +72,7 @@
|
|||||||
- PlushieRouny
|
- PlushieRouny
|
||||||
- PlushieBee
|
- PlushieBee
|
||||||
- PlushieSlime
|
- PlushieSlime
|
||||||
|
- BalloonNT
|
||||||
- BalloonCorgi
|
- BalloonCorgi
|
||||||
- ToySword
|
- ToySword
|
||||||
- CrayonBox
|
- CrayonBox
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -172,6 +172,14 @@
|
|||||||
"name": "corgib-inhand-left",
|
"name": "corgib-inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ntb-inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ntb-inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "synb-inhand-left",
|
"name": "synb-inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
@@ -183,6 +191,9 @@
|
|||||||
{
|
{
|
||||||
"name": "synb"
|
"name": "synb"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ntb"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "corgib"
|
"name": "corgib"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 602 B |
BIN
Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/ntb-inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 582 B |
BIN
Resources/Textures/Objects/Fun/toys.rsi/ntb.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/ntb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 346 B |
Reference in New Issue
Block a user