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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -63,6 +63,9 @@
|
||||
- PlushieSpaceLizard
|
||||
- PlushieNuke
|
||||
- PlushieCarp
|
||||
- PlushieMagicarp
|
||||
- PlushieHolocarp
|
||||
- PlushieRainbowCarp
|
||||
- PlushieRatvar
|
||||
- PlushieNar
|
||||
- PlushieSnake
|
||||
|
||||
Reference in New Issue
Block a user