Add beachball and basketball tweaks (#17285)

* comit

* fix comit

* Update meta.json

* Update SpaceVillainArcadeComponent.cs

* aaa

* updatey

* update desc
This commit is contained in:
lzk
2023-06-26 05:07:01 +03:00
committed by GitHub
parent ee5eeb9773
commit 309fa1af70
7 changed files with 32 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ public sealed class SpaceVillainArcadeComponent : SharedSpaceVillainArcadeCompon
"FoamCrossbow", "RevolverCapGun", "PlushieHampter", "PlushieLizard", "PlushieAtmosian", "PlushieSpaceLizard",
"PlushieNuke", "PlushieCarp", "PlushieRatvar", "PlushieNar", "PlushieSnake", "Basketball", "Football",
"PlushieRouny", "PlushieBee", "PlushieSlime", "BalloonCorgi", "ToySword", "CrayonBox", "BoxDonkSoftBox", "BoxCartridgeCap",
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument", "PlushieXeno"
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument", "PlushieXeno", "BeachBall"
};
/// <summary>

View File

@@ -261,3 +261,4 @@
- id: VehicleUnicycleFolded
- id: ClothingShoesClownLarge
- id: ClothingHeadHatMagician
- id: BeachBall

View File

@@ -816,6 +816,8 @@
size: 24
sprite: Objects/Fun/toys.rsi
heldPrefix: bask
- type: TileFrictionModifier
modifier: 0.01
- type: entity
parent: BaseItem
@@ -831,6 +833,22 @@
sprite: Objects/Fun/toys.rsi
heldPrefix: footb
- type: entity
parent: BaseItem
id: BeachBall
name: beach ball
description: The simple beach ball is one of Nanotrasen's most popular products. 'Why do we make beach balls? Because we can! (TM)' - Nanotrasen
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: beachball
- type: Item
size: 24
sprite: Objects/Fun/toys.rsi
heldPrefix: beachb
- type: TileFrictionModifier
modifier: 0.01
- type: entity
parent: BaseItem
id: BalloonSyn

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View 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",
"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",
"size": {
"x": 32,
"y": 32
@@ -330,6 +330,17 @@
{
"name": "orb-inhand-right",
"directions": 4
},
{
"name": "beachball"
},
{
"name": "beachb-inhand-left",
"directions": 4
},
{
"name": "beachb-inhand-right",
"directions": 4
}
]
}