@@ -14,6 +14,11 @@
|
||||
modifiers:
|
||||
coefficients:
|
||||
Heat: 0.95
|
||||
- type: Butcherable
|
||||
butcheringType: Knife
|
||||
spawned:
|
||||
- id: CP14RuggedLeather1
|
||||
amount: 1
|
||||
- type: Storage
|
||||
maxItemSize: Small
|
||||
defaultStorageOrientation: Vertical
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
24
Resources/Prototypes/_CP14/Entities/Objects/Misc/parts.yml
Normal file
24
Resources/Prototypes/_CP14/Entities/Objects/Misc/parts.yml
Normal 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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user