Lizard Plushie Slippers (#35381)

* added the lizard plushie slippers yippeegit status

* fixed attributions so that the links arent broken

* update meta.json links

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>

* four spacing in meta.json

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
Momo
2025-02-25 21:18:42 -05:00
committed by GitHub
parent d949feeacf
commit f65ff0bd37
11 changed files with 103 additions and 0 deletions

View File

@@ -51,6 +51,39 @@
graph: ClothingShoeSlippersDuck
node: shoes
- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoeSlippersLizard
name: lizard plushie slippers
description: An adorable pair of slippers that resemble a lizardperson. Combine this with some other green clothing and you'll be the coolest crewmember on the station!
components:
- type: Sprite
sprite: Clothing/Shoes/Misc/lizard-slippers.rsi
- type: Clothing
sprite: Clothing/Shoes/Misc/lizard-slippers.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepLizardSlippers
params:
variation: 0.02
- type: Construction
graph: ClothingShoeSlippersLizard
node: shoes
- type: Extractable
juiceSolution:
reagents:
- ReagentId: JuiceThatMakesYouWeh
Quantity: 60
- type: SolutionContainerManager
solutions:
food:
maxVol: 40
reagents:
- ReagentId: Fiber
Quantity: 20
- ReagentId: JuiceThatMakesYouWeh
Quantity: 20
- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoesTourist

View File

@@ -356,6 +356,9 @@
- HEAD
- type: Speech
speechVerb: Reptilian # for pais (In the secret stash)
- type: Tag
tags:
- PlushieLizard
- type: entity
parent: PlushieLizard

View File

@@ -0,0 +1,22 @@
- type: constructionGraph
id: ClothingShoeSlippersLizard
start: start
graph:
- node: start
edges:
- to: shoes
steps:
- tag: PlushieLizard #Weh!
name: lizard plushie
icon:
sprite: Objects/Fun/toys.rsi
state: plushie_lizard
doAfter: 1
- tag: PlushieLizard
name: lizard plushie
icon:
sprite: Objects/Fun/toys.rsi
state: plushie_lizard
doAfter: 1
- node: shoes
entity: ClothingShoeSlippersLizard

View File

@@ -97,6 +97,17 @@
icon: { sprite: Clothing/Shoes/Misc/duck-slippers.rsi, state: icon }
objectType: Item
- type: construction
name: lizard plushie slippers
id: ClothingShoeSlippersLizard
graph: ClothingShoeSlippersLizard
startNode: start
targetNode: shoes
category: construction-category-clothing
description: An adorable pair of slippers that resemble a lizardperson. Combine this with some other green clothing and you'll be the coolest crewmember on the station!
icon: { sprite: Clothing/Shoes/Misc/lizard-slippers.rsi, state: icon }
objectType: Item
- type: construction
name: security glasses
id: ClothingEyesGlassesSecurity

View File

@@ -82,6 +82,11 @@
files:
- /Audio/Items/Toys/quack.ogg
- type: soundCollection
id: FootstepLizardSlippers
files:
- /Audio/Items/Toys/weh.ogg
- type: soundCollection
id: FootstepHeavy
files:

View File

@@ -1014,6 +1014,9 @@
- type: Tag
id: PlushieGhost
- type: Tag
id: PlushieLizard
- type: Tag
id: PlushieSharkBlue

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Ducky Slippers base taken from ParadiseSS13 at commits https://github.com/ParadiseSS13/Paradise/commit/27edf99e063a31b87cab66c1e29e481ff6a4d88a, Lizard Plushie taken from tgstation at commit https://github.com/tgstation/tgstation/commit/b4f25333593f2550c6bf578d1a03aa9817b7a8fc, sprites by momochitters",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}