This commit is contained in:
Nim
2025-02-21 16:38:03 +02:00
committed by GitHub
parent b8cc4c8c20
commit a39ea84e78
10 changed files with 85 additions and 17 deletions

View File

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

View File

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

View File

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

View 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

View File

@@ -345,6 +345,9 @@
slipSound:
path: /Audio/Effects/weak_hit2.ogg
launchForwardsMultiplier: 0
- type: Tag
tags:
- CP14Nail
- type: entity
id: CP14Nail20

View File

@@ -51,6 +51,9 @@
maxTransferAmount: 10
transferAmount: 1
toggleState: 1 # draw
- type: Tag
tags:
- CP14Vial
- type: entity
parent: CP14BaseVial

View File

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

View File

@@ -27,3 +27,6 @@
Piercing: 7
soundHit:
path: "/Audio/Weapons/bladeslice.ogg"
- type: Tag
tags:
- CP14Scissors

View File

@@ -25,4 +25,7 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: CP14SharpeningStone
sharpnessHeal: 0.1
sharpnessHeal: 0.1
- type: Tag
tags:
- CP14SharpeningStone

View File

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