Wearable bee plush (#20623)
* add * fix * temporary change, needs fixing * mayb fix * actually fix FR * yes
This commit is contained in:
@@ -94,7 +94,11 @@
|
|||||||
description: A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up.
|
description: A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
state: plushie_h
|
state: plushie_h
|
||||||
|
- type: Item
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
|
heldPrefix: bee
|
||||||
- type: Extractable
|
- type: Extractable
|
||||||
grindableSolutionName: bee
|
grindableSolutionName: bee
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -103,6 +107,12 @@
|
|||||||
reagents:
|
reagents:
|
||||||
- ReagentId: GroundBee
|
- ReagentId: GroundBee
|
||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
- type: Clothing
|
||||||
|
quickEquip: false
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
|
equippedPrefix: bee
|
||||||
|
slots:
|
||||||
|
- HEAD
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
@@ -168,6 +178,7 @@
|
|||||||
radius: 1.5
|
radius: 1.5
|
||||||
energy: 2
|
energy: 2
|
||||||
netsync: false
|
netsync: false
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
id: PlushieLizard #Weh!
|
id: PlushieLizard #Weh!
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/bee-equipped-HELMET.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/bee-equipped-HELMET.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/bee-inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -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",
|
"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",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -29,6 +29,18 @@
|
|||||||
{
|
{
|
||||||
"name": "plushie_h"
|
"name": "plushie_h"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "bee-equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bee-inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bee-inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "plushie_hampter"
|
"name": "plushie_hampter"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user