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
|
prob: 0.44
|
||||||
- id: PlushieCarp
|
- id: PlushieCarp
|
||||||
prob: 0.2
|
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
|
- id: PlushieSlime
|
||||||
prob: 0.2
|
prob: 0.2
|
||||||
- id: PlushieSnake
|
- id: PlushieSnake
|
||||||
@@ -205,6 +215,16 @@
|
|||||||
prob: 0.44
|
prob: 0.44
|
||||||
- id: PlushieCarp
|
- id: PlushieCarp
|
||||||
prob: 0.2
|
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
|
- id: PlushieSlime
|
||||||
prob: 0.2
|
prob: 0.2
|
||||||
- id: PlushieSnake
|
- id: PlushieSnake
|
||||||
|
|||||||
@@ -68,6 +68,12 @@
|
|||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
- id: PlushieCarp
|
- id: PlushieCarp
|
||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
|
- id: PlushieMagicarp
|
||||||
|
orGroup: GiftPool
|
||||||
|
- id: PlushieHolocarp
|
||||||
|
orGroup: GiftPool
|
||||||
|
- id: PlushieRainbowCarp
|
||||||
|
orGroup: GiftPool
|
||||||
- id: PlushieSlime
|
- id: PlushieSlime
|
||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
- id: PlushieSnake
|
- id: PlushieSnake
|
||||||
|
|||||||
@@ -521,6 +521,38 @@
|
|||||||
angle: 0
|
angle: 0
|
||||||
animation: WeaponArcBite # Rrrr!
|
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
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
id: PlushieSlime
|
id: PlushieSlime
|
||||||
|
|||||||
@@ -63,6 +63,9 @@
|
|||||||
- PlushieSpaceLizard
|
- PlushieSpaceLizard
|
||||||
- PlushieNuke
|
- PlushieNuke
|
||||||
- PlushieCarp
|
- PlushieCarp
|
||||||
|
- PlushieMagicarp
|
||||||
|
- PlushieHolocarp
|
||||||
|
- PlushieRainbowCarp
|
||||||
- PlushieRatvar
|
- PlushieRatvar
|
||||||
- PlushieNar
|
- PlushieNar
|
||||||
- PlushieSnake
|
- PlushieSnake
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/holoplush.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/holoplush.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Objects/Fun/toys.rsi/magicplush.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/magicplush.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 B |
@@ -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, 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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -26,6 +26,33 @@
|
|||||||
{
|
{
|
||||||
"name": "carpplush"
|
"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"
|
"name": "narplush"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/rainbowcarpplush.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 692 B |
Reference in New Issue
Block a user