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

@@ -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