aprons (#926)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
- type: entity
|
||||
parent: CP14ClothingCloakBase
|
||||
parent:
|
||||
- CP14ClothingCloakBase
|
||||
- CP14ClothingBaseContainer
|
||||
id: CP14ClothingCloakAlchemist
|
||||
name: alchemist's cloak
|
||||
description: An expensive fabric that can withstand acid splashes - the standard for alchemist experts.
|
||||
@@ -12,4 +14,12 @@
|
||||
modifiers:
|
||||
coefficients:
|
||||
Heat: 0.9
|
||||
Caustic: 0.75
|
||||
Caustic: 0.75
|
||||
- type: Storage
|
||||
maxItemSize: Tiny
|
||||
defaultStorageOrientation: Vertical
|
||||
grid:
|
||||
- 0,0,1,1
|
||||
whitelist:
|
||||
tags:
|
||||
- CP14Vial
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
- type: entity
|
||||
parent:
|
||||
- CP14ClothingCloakBase
|
||||
- CP14ClothingBaseContainer
|
||||
id: CP14ClothingCloakBlacksmithArpon
|
||||
name: blacksmith's apron
|
||||
description: Loose leather strips, still actually being clothing.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/blacksmith_apron.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/blacksmith_apron.rsi
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Heat: 0.95
|
||||
- type: Storage
|
||||
maxItemSize: Small
|
||||
defaultStorageOrientation: Vertical
|
||||
grid:
|
||||
- 0,0,2,1
|
||||
whitelist:
|
||||
tags:
|
||||
- Crayon
|
||||
- CP14Lighter
|
||||
- CP14Scissors
|
||||
- CP14SharpeningStone
|
||||
- CP14Nail
|
||||
@@ -1,16 +1,3 @@
|
||||
- type: entity
|
||||
parent:
|
||||
- CP14ClothingCloakBase
|
||||
- ClothingSlotBase
|
||||
id: CP14ClothingCloakBlacksmithArpon
|
||||
name: blacksmith's apron
|
||||
description: Loose leather strips, still actually being clothing.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/blacksmith_apron.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/blacksmith_apron.rsi
|
||||
|
||||
- type: entity
|
||||
parent:
|
||||
- CP14ClothingCloakBase
|
||||
|
||||
13
Resources/Prototypes/_CP14/Entities/Clothing/base.yml
Normal file
13
Resources/Prototypes/_CP14/Entities/Clothing/base.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
id: CP14ClothingBaseContainer
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
storagebase: !type:Container
|
||||
ents: []
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.StorageUiKey.Key:
|
||||
type: StorageBoundUserInterface
|
||||
@@ -345,6 +345,9 @@
|
||||
slipSound:
|
||||
path: /Audio/Effects/weak_hit2.ogg
|
||||
launchForwardsMultiplier: 0
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14Nail
|
||||
|
||||
- type: entity
|
||||
id: CP14Nail20
|
||||
|
||||
@@ -51,6 +51,9 @@
|
||||
maxTransferAmount: 10
|
||||
transferAmount: 1
|
||||
toggleState: 1 # draw
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14Vial
|
||||
|
||||
- type: entity
|
||||
parent: CP14BaseVial
|
||||
|
||||
@@ -12,4 +12,7 @@
|
||||
state: icon
|
||||
- type: CP14DelayedIgnitionSource
|
||||
enabled: true
|
||||
# TODO: Damageable, Ignite attempt self damage, Ignite prob
|
||||
# TODO: Damageable, Ignite attempt self damage, Ignite prob
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14Lighter
|
||||
|
||||
@@ -27,3 +27,6 @@
|
||||
Piercing: 7
|
||||
soundHit:
|
||||
path: "/Audio/Weapons/bladeslice.ogg"
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14Scissors
|
||||
|
||||
@@ -25,4 +25,7 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: CP14SharpeningStone
|
||||
sharpnessHeal: 0.1
|
||||
sharpnessHeal: 0.1
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14SharpeningStone
|
||||
|
||||
@@ -111,3 +111,18 @@
|
||||
|
||||
- type: Tag
|
||||
id: CP14AlchemicalHerbals
|
||||
|
||||
- type: Tag
|
||||
id: CP14Lighter
|
||||
|
||||
- type: Tag
|
||||
id: CP14Scissors
|
||||
|
||||
- type: Tag
|
||||
id: CP14SharpeningStone
|
||||
|
||||
- type: Tag
|
||||
id: CP14Nail
|
||||
|
||||
- type: Tag
|
||||
id: CP14Vial
|
||||
|
||||
Reference in New Issue
Block a user