Potions pouch (#1026)
* pouch * loadout * fix * fix name * fix name duo * loadouts2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
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
|
||||
|
||||
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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user