add more carp plushies (#26081)

* carp plushie textures

* add the plushies

* add plushies to spawners

* rainbow carp and make special plushies rarer

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2024-03-15 02:58:17 +00:00
committed by GitHub
parent 41ca8f3dfc
commit f8305a26a9
8 changed files with 408 additions and 320 deletions

View File

@@ -112,6 +112,16 @@
prob: 0.44
- id: PlushieCarp
prob: 0.2
orGroup: carp
- id: PlushieHolocarp
prob: 0.05
orGroup: carp
- id: PlushieMagicarp
prob: 0.05
orGroup: carp
- id: PlushieRainbowCarp
prob: 0.03
orGroup: carp
- id: PlushieSlime
prob: 0.2
- id: PlushieSnake
@@ -205,6 +215,16 @@
prob: 0.44
- id: PlushieCarp
prob: 0.2
orGroup: carp
- id: PlushieHolocarp
prob: 0.05
orGroup: carp
- id: PlushieMagicarp
prob: 0.05
orGroup: carp
- id: PlushieRainbowCarp
prob: 0.03
orGroup: carp
- id: PlushieSlime
prob: 0.2
- id: PlushieSnake

View File

@@ -68,6 +68,12 @@
orGroup: GiftPool
- id: PlushieCarp
orGroup: GiftPool
- id: PlushieMagicarp
orGroup: GiftPool
- id: PlushieHolocarp
orGroup: GiftPool
- id: PlushieRainbowCarp
orGroup: GiftPool
- id: PlushieSlime
orGroup: GiftPool
- id: PlushieSnake

View File

@@ -521,6 +521,38 @@
angle: 0
animation: WeaponArcBite # Rrrr!
- type: entity
parent: PlushieCarp
id: PlushieMagicarp
name: magicarp plushie
description: An adorable stuffed toy resembling the exceedingly rare magicarp.
components:
- type: Sprite
state: magicplush
- type: entity
parent: PlushieCarp
id: PlushieRainbowCarp
name: rainbow carp plushie
description: An adorable stuffed toy resembling the legendary rainbow carp.
components:
- type: Sprite
state: rainbowcarpplush
- type: PointLight
radius: 1.5
energy: 2
- type: RgbLightController
layers: [ 0 ]
- type: entity
parent: PlushieCarp
id: PlushieHolocarp
name: holocarp plushie
description: A holographic stuffed toy resembling science's nemesis - the holocarp.
components:
- type: Sprite
state: holoplush
- type: entity
parent: BasePlushie
id: PlushieSlime

View File

@@ -63,6 +63,9 @@
- PlushieSpaceLizard
- PlushieNuke
- PlushieCarp
- PlushieMagicarp
- PlushieHolocarp
- PlushieRainbowCarp
- PlushieRatvar
- PlushieNar
- PlushieSnake

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

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, 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",
"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, holoplush and magicplush modified by deltanedas (github)",
"size": {
"x": 32,
"y": 32
@@ -26,6 +26,33 @@
{
"name": "carpplush"
},
{
"name": "holoplush",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "magicplush"
},
{
"name": "rainbowcarpplush"
},
{
"name": "narplush"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B