Slippers and hat (#1398)

* Slippers and hat

* sound

* fix
This commit is contained in:
Nim
2025-06-08 10:53:19 +03:00
committed by GitHub
parent f7622a2123
commit 024d22dc05
14 changed files with 121 additions and 6 deletions

View File

@@ -2,3 +2,8 @@
license: "CC0-1.0"
copyright: "Sound from D.jones: https://freesound.org/people/D.jones/"
source: "https://freesound.org/people/D.jones/sounds/527846/"
- files: ["slippers1.ogg", "slippers2.ogg", "slippers3.ogg"]
license: "CC0-1.0"
copyright: "Sound from brumxyz: https://freesound.org/people/brumxyz/"
source: "https://freesound.org/people/brumxyz/sounds/560728/"

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -30,3 +30,29 @@
- type: ContainerContainer
containers:
storagebase: !type:Container
- type: entity
parent:
- CP14ClothingHeadBase
- FoodProduceBase
id: CP14ClothingHeadaAgaricHelmet
name: agaric helmet
description: The severed head of a myconid in the form of a headdress. Terrify the mushroom people.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/amanita_helmet.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/amanita_helmet.rsi
- type: BadFood
- type: Extractable
juiceSolution:
reagents:
- ReagentId: CP14AgaricMushroom
Quantity: 7
- type: SolutionContainerManager
solutions:
food:
maxVol: 8
reagents:
- ReagentId: CP14AgaricMushroom
Quantity: 7

View File

@@ -47,6 +47,12 @@
sprite: _CP14/Clothing/Shoes/sandals.rsi
- type: Clothing
sprite: _CP14/Clothing/Shoes/sandals.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: CP14Slippers
params:
volume: -8
variation: 0.07
- type: entity
parent: CP14ClothingShoesBase
@@ -133,3 +139,22 @@
- type: NoSlip
- type: StaticPrice
price: 500
- type: entity
parent: CP14ClothingShoesBase
id: CP14ClothingShoesPinkSlippers
name: pink slippers
description: Pink slippers made of the rarest pink llama fur. Despite its peculiar appearance, it is a very expensive shoe.
components:
- type: Sprite
sprite: _CP14/Clothing/Shoes/pink_slippers.rsi
- type: Clothing
sprite: _CP14/Clothing/Shoes/pink_slippers.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: CP14Slippers
params:
volume: -9
variation: 0.07
- type: StaticPrice
price: 100

View File

@@ -66,9 +66,20 @@
- type: Butcherable
spawned:
- id: CP14AgaricMushroom
amount: 3
amount: 2
- id: CP14ClothingHeadaAgaricHelmet
amount: 1
prob: 0.3
- type: Food
- type: SolutionContainerManager
solutions:
food:
maxVol: 8
reagents:
- ReagentId: CP14AgaricMushroom
Quantity: 7
- type: Bloodstream
bloodMaxVolume: 60
bloodMaxVolume: 50
bloodReagent: CP14AgaricMushroom
- type: Grammar
attributes:
@@ -151,9 +162,17 @@
- type: Butcherable
spawned:
- id: CP14LumiMushroom
amount: 3
amount: 2
- type: Food
- type: SolutionContainerManager
solutions:
food:
maxVol: 8
reagents:
- ReagentId: CP14LumiMushroom
Quantity: 7
- type: Bloodstream
bloodMaxVolume: 60
bloodMaxVolume: 50
bloodReagent: CP14LumiMushroom
- type: Grammar
attributes:

View File

@@ -5,5 +5,9 @@
- /Audio/_CP14/Effects/Footsteps/frogs_slippers2.ogg
- /Audio/_CP14/Effects/Footsteps/frogs_slippers3.ogg
- type: soundCollection
id: CP14Slippers
files:
- /Audio/_CP14/Effects/Footsteps/slippers1.ogg
- /Audio/_CP14/Effects/Footsteps/slippers2.ogg
- /Audio/_CP14/Effects/Footsteps/slippers3.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Pelemonk (Github) for CrystallPunk 14",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Pelemonk (Github) for CrystallPunk 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
}
]
}