@@ -57,7 +57,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingPantsBase
|
||||
id: CP14ClothingDressBlack
|
||||
id: CP14ClothingDressBlack #TODO rename to CP14ClothingPantsDressBlack
|
||||
name: black dress
|
||||
description: A roomy, feminine skirt
|
||||
components:
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
- CP14WoodLog
|
||||
- CP14WoodenPlanks10
|
||||
- CP14Nail1
|
||||
- CP14Nail110
|
||||
- CP14Nail10
|
||||
- CP14Cauldron
|
||||
- CP14Pestle
|
||||
- CP14AlchemyNormalizer
|
||||
@@ -79,4 +79,8 @@
|
||||
- CP14AuraNodeBase
|
||||
- CP14AuraNodeBase
|
||||
- CP14AuraNodeBase
|
||||
- CP14AuraNodeBase
|
||||
- CP14AuraNodeBase
|
||||
- CP14String
|
||||
- CP14String
|
||||
- CP14String
|
||||
- CP14Cloth10
|
||||
@@ -245,7 +245,7 @@
|
||||
launchForwardsMultiplier: 0
|
||||
|
||||
- type: entity
|
||||
id: CP14Nail110
|
||||
id: CP14Nail10
|
||||
parent: CP14Nail1
|
||||
suffix: 10
|
||||
components:
|
||||
@@ -283,4 +283,52 @@
|
||||
cP14FireplaceFuel: 5
|
||||
damage:
|
||||
types:
|
||||
Heat: 1
|
||||
Heat: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14String
|
||||
parent: BaseItem
|
||||
name: strings
|
||||
description: Thin thread. Material for mending clothes, or sewing new ones.
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Materials/string.rsi
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
id: CP14Cloth1
|
||||
parent: BaseItem
|
||||
name: cloth
|
||||
suffix: 1
|
||||
description: White cloth roll
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Materials/cloth.rsi
|
||||
layers:
|
||||
- state: cloth_1
|
||||
map: ["base"]
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Cloth
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- cloth_1
|
||||
- cloth_2
|
||||
- cloth_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Cloth: 100
|
||||
|
||||
- type: entity
|
||||
id: CP14Cloth10
|
||||
parent: CP14Cloth1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
@@ -0,0 +1,26 @@
|
||||
- type: entity
|
||||
id: CP14Scissors
|
||||
name: scissors
|
||||
description: A tool for shredding wool, hair, clothing, and, if not handled carefully, even fingers.
|
||||
parent: BaseItem
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Tools/scissors.rsi
|
||||
state: icon
|
||||
- type: MagicMirror
|
||||
- type: ActivatableUI
|
||||
key: enum.MagicMirrorUiKey.Key
|
||||
inHandsOnly: true
|
||||
requireActiveHand: true
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.MagicMirrorUiKey.Key:
|
||||
type: MagicMirrorBoundUserInterface
|
||||
- type: MeleeWeapon
|
||||
wideAnimationRotation: -135
|
||||
attackRate: 1
|
||||
damage:
|
||||
types:
|
||||
Piercing: 6
|
||||
soundHit:
|
||||
path: "/Audio/Weapons/bladeslice.ogg"
|
||||
@@ -122,4 +122,39 @@
|
||||
- CP14FoodDoughMedium
|
||||
- CP14FoodMeatLamb
|
||||
- CP14SeedPumpkin
|
||||
- CP14SeedWheat
|
||||
- CP14SeedWheat
|
||||
|
||||
- type: entity
|
||||
id: CP14WorkbenchSewing
|
||||
parent:
|
||||
- CP14WorkbenchMeltingMolds
|
||||
- CP14BaseWooden
|
||||
name: sewing table
|
||||
description: Lets cook
|
||||
components:
|
||||
- type: CP14Workbench
|
||||
craftSound:
|
||||
collection: CP14Sawing
|
||||
recipes:
|
||||
- CP14ClothingShirtCottonBlue
|
||||
- CP14ClothingShirtCottonBlack
|
||||
- CP14ClothingShirtCottonPurple
|
||||
- CP14ClothingShirtCottonRed
|
||||
- CP14ClothingShirtCottonWhite
|
||||
- CP14ClothingShirtCottonYellow
|
||||
- CP14ClothingShirtMercenary
|
||||
- CP14ClothingShirtYellowWizard
|
||||
- CP14ClothingCloakSimpleDarkBlue
|
||||
- CP14ClothingCloakSimpleWhite
|
||||
- CP14ClothingPantsTrouserWhite
|
||||
- CP14ClothingPantsTrouserDarkBlue
|
||||
- CP14ClothingDressBlack
|
||||
- CP14ClothingPantsSouthernMagician
|
||||
- CP14ClothingPantsMercenaryTrousers
|
||||
- CP14ClothingHeadRedBeret
|
||||
- CP14ClothingHeadPurpleBeret
|
||||
- CP14ClothingHeadYellowBeret
|
||||
- CP14ClothingHeadBlueBeret
|
||||
- CP14ClothingHeadBlackBeret
|
||||
- CP14ClothingHeadYellowHat
|
||||
- CP14ClothingHeadMercenaryBeret
|
||||
@@ -34,6 +34,15 @@
|
||||
color: "#555963"
|
||||
price: 0 #?
|
||||
|
||||
- type: material
|
||||
id: CP14Cloth
|
||||
stackEntity: CP14Cloth1
|
||||
name: cp14-material-cloth
|
||||
unit: materials-unit-roll
|
||||
icon: { sprite: _CP14/Objects/Materials/cloth.rsi, state: cloth_3 }
|
||||
color: "#d8e3e2"
|
||||
price: 0 #?
|
||||
|
||||
- type: material
|
||||
id: CP14Copper
|
||||
stackEntity: CP14CopperBar1
|
||||
|
||||
197
Resources/Prototypes/_CP14/Recipes/Workbench/sewing_table.yml
Normal file
197
Resources/Prototypes/_CP14/Recipes/Workbench/sewing_table.yml
Normal file
@@ -0,0 +1,197 @@
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtCottonBlue
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingShirtCottonBlue
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtCottonBlack
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtCottonBlack
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtCottonPurple
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtCottonPurple
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtCottonRed
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtCottonRed
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtCottonWhite
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtCottonWhite
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtCottonYellow
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtCottonYellow
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtMercenary
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtMercenary
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingShirtYellowWizard
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingShirtYellowWizard
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingCloakSimpleDarkBlue
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingCloakSimpleDarkBlue
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingCloakSimpleWhite
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 3
|
||||
result: CP14ClothingCloakSimpleWhite
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingPantsTrouserWhite
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingPantsTrouserWhite
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingPantsTrouserDarkBlue
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingPantsTrouserDarkBlue
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingDressBlack
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingDressBlack
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingPantsSouthernMagician
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingPantsSouthernMagician
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingPantsMercenaryTrousers
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingPantsMercenaryTrousers
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadRedBeret
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 1
|
||||
result: CP14ClothingHeadRedBeret
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadPurpleBeret
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 1
|
||||
result: CP14ClothingHeadPurpleBeret
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadYellowBeret
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 1
|
||||
result: CP14ClothingHeadYellowBeret
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadBlueBeret
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 1
|
||||
result: CP14ClothingHeadBlueBeret
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadBlackBeret
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 1
|
||||
result: CP14ClothingHeadBlackBeret
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadYellowHat
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingHeadYellowHat
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ClothingHeadMercenaryBeret
|
||||
craftTime: 2
|
||||
entities:
|
||||
CP14String: 1
|
||||
stacks:
|
||||
CP14Cloth: 2
|
||||
result: CP14ClothingHeadMercenaryBeret
|
||||
@@ -26,6 +26,13 @@
|
||||
icon: { sprite: _CP14/Objects/Materials/nails.rsi, state: nail_2 }
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: CP14Cloth
|
||||
name: cp14-stack-cloth
|
||||
spawn: CP14Cloth1
|
||||
icon: { sprite: _CP14/Objects/Materials/cloth.rsi, state: cloth_3 }
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: CP14CopperBar
|
||||
name: cp14-stack-copper-bars
|
||||
|
||||
Reference in New Issue
Block a user