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