Potions pouch (#1026)
* pouch * loadout * fix * fix name * fix name duo * loadouts2
This commit is contained in:
33
Resources/Prototypes/_CP14/Entities/Clothing/Belt/pouch.yml
Normal file
33
Resources/Prototypes/_CP14/Entities/Clothing/Belt/pouch.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
- type: entity
|
||||
parent: ClothingBeltStorageBase
|
||||
id: CP14ClothingBeltPouchPotions
|
||||
name: potions pouch
|
||||
description: A pouch for storing and storing potions, they definitely won't break here.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Belt/potions_pouch.rsi
|
||||
layers:
|
||||
- state: icon
|
||||
- map: [ "enum.StorageContainerVisualLayers.Fill" ]
|
||||
visible: false
|
||||
- type: Clothing
|
||||
equipDelay: 0.25
|
||||
unequipDelay: 0.25
|
||||
quickEquip: false
|
||||
breakOnMove: false
|
||||
slots:
|
||||
- belt
|
||||
- type: Storage
|
||||
grid:
|
||||
- 0,0,5,1
|
||||
maxItemSize: Small
|
||||
whitelist:
|
||||
tags:
|
||||
- CP14Vial
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.8
|
||||
- type: Appearance
|
||||
- type: StorageContainerVisuals
|
||||
maxFillLevels: 2
|
||||
fillBaseName: fill-
|
||||
@@ -49,3 +49,16 @@
|
||||
id: CP14ClothingEyesAlchemyMonocle
|
||||
equipment:
|
||||
eyes: CP14ClothingEyesAlchemyMonocle
|
||||
|
||||
# Belt
|
||||
|
||||
- type: loadoutGroup
|
||||
id: CP14AlchemistBelt
|
||||
name: cp14-loadout-alchemist-belt
|
||||
loadouts:
|
||||
- CP14ClothingBeltPouchPotions
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingBeltPouchPotions
|
||||
equipment:
|
||||
belt2: CP14ClothingBeltPouchPotions
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
- CP14AlchemistCloak #
|
||||
- CP14GeneralGloves
|
||||
- CP14GeneralShirt
|
||||
- CP14AlchemistBelt #
|
||||
- CP14GeneralPants
|
||||
- CP14GeneralShoes
|
||||
- CP14GeneralBack
|
||||
|
||||
Reference in New Issue
Block a user