Various leather (#1692)

* various skin

* fix
This commit is contained in:
Nim
2025-08-24 13:51:48 +03:00
committed by GitHub
parent e842b45927
commit ca7fa7e985
7 changed files with 62 additions and 1 deletions

View File

@@ -14,6 +14,11 @@
modifiers:
coefficients:
Heat: 0.95
- type: Butcherable
butcheringType: Knife
spawned:
- id: CP14RuggedLeather1
amount: 1
- type: Storage
maxItemSize: Small
defaultStorageOrientation: Vertical

View File

@@ -2,7 +2,7 @@
parent: CP14ClothingCloakBase
id: CP14ClothingCloakBone
name: bone cloak
description: a brutal cloak for brutal skeletons.
description: A brutal cloak for brutal skeletons.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/bone_cloak.rsi

View File

@@ -62,6 +62,11 @@
sprite: _CP14/Clothing/OuterClothing/Roles/General/brown_3.rsi
- type: Clothing
sprite: _CP14/Clothing/OuterClothing/Roles/General/brown_3.rsi
- type: Butcherable
butcheringType: Knife
spawned:
- id: CP14ThinLeather1
amount: 1
- type: entity
parent:

View File

@@ -32,6 +32,11 @@
sprite: _CP14/Clothing/Pants/loincloth.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/loincloth.rsi
- type: Butcherable
butcheringType: Knife
spawned:
- id: CP14ThinLeather1
amount: 1
- type: entity
parent: CP14ClothingPantsBase

View File

@@ -102,6 +102,15 @@
sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi
- type: Clothing
sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi
- type: PhysicalComposition
materialComposition:
CP14Leather: 5
CP14Cloth: 5
- type: Butcherable
butcheringType: Knife
spawned:
- id: CP14ThinLeather1
amount: 1
- type: entity
parent: CP14ClothingShoesBase

View File

@@ -0,0 +1,24 @@
- type: entity
id: CP14IngredientBase # An item intended for crafting
parent: BaseItem
abstract: true
categories: [ ForkFiltered ]
components:
- type: Item
size: Tiny
# Buckle
- type: entity
id: CP14IronBuckle
parent: CP14IngredientBase
name: iron buckle
description: A sturdy metal buckle for fastening straps and belts.
components:
- type: Sprite
sprite: _CP14/Objects/Ingredients/buckle.rsi
state: icon
- type: PhysicalComposition
materialComposition:
CP14Iron: 2 # 1/5 iron bar (10u)
- type: StaticPrice
price: 2

View File

@@ -0,0 +1,13 @@
- type: CP14Recipe
id: CP14ClothingShoesLongLeatherBoots
tag: CP14RecipeLeatherWorking
category: LeatherWorking
craftTime: 2
requirements:
- !type:StackResource
stack: CP14ThinLeather
count: 1
- !type:ProtoIdResource
protoId: CP14String
count: 2
result: CP14ClothingShoesLongLeatherBoots