Potions pouch (#1026)

* pouch

* loadout

* fix

* fix name

* fix name duo

* loadouts2
This commit is contained in:
Nim
2025-03-15 16:30:40 +02:00
committed by GitHub
parent b5edb27623
commit 41f33bf005
11 changed files with 77 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ cp14-loadout-apprentice-bundle = Apprentice bundle
cp14-loadout-alchemist-head = Alchemist's head
cp14-loadout-alchemist-cloak = Alchemist's cloak
cp14-loadout-alchemist-eyes = Alchemical goggles
cp14-loadout-alchemist-belt = Alchemist's belt
# Blacksmith

View File

@@ -23,6 +23,7 @@ cp14-loadout-apprentice-bundle = Набор подмастерья
cp14-loadout-alchemist-head = Шляпа алхимика
cp14-loadout-alchemist-cloak = Накидка алхимика
cp14-loadout-alchemist-eyes = Алхимические очки
cp14-loadout-alchemist-belt = Пояс алхимика
# Blacksmith

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

View File

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

View File

@@ -40,6 +40,7 @@
- CP14AlchemistCloak #
- CP14GeneralGloves
- CP14GeneralShirt
- CP14AlchemistBelt #
- CP14GeneralPants
- CP14GeneralShoes
- CP14GeneralBack

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

View File

@@ -0,0 +1,28 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Sprited by discord: aalexshadow",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT1",
"directions": 4
},
{
"name": "equipped-BELT2",
"directions": 4
},
{
"name": "fill-1"
},
{
"name": "fill-2"
}
]
}