Fix bandage (#1112)

* CP14Biological

* storePositionBuy
This commit is contained in:
Nim
2025-04-01 11:26:17 +03:00
committed by GitHub
parent 1573d1ee81
commit b9d191c7e4
3 changed files with 25 additions and 3 deletions

View File

@@ -141,6 +141,28 @@
- id: CP14VialSmallHealingMana
amount: 5
- type: storePositionBuy
id: CP14VialSmallHealingManaDepletion
code: HEAL_MANA_DEPLETION
price: 70
iconOverride:
sprite: _CP14/Objects/Specific/Alchemy/vial_small.rsi
state: vial
factions:
- BradFamily
service: !type:CP14BuyItemsService
product: CP14WoodenChestFilledSmallHealingManaDepletion
- type: entity
parent: CP14WoodenChest
id: CP14WoodenChestFilledSmallHealingManaDepletion
name: mana-depletion potions chest
components:
- type: StorageFill
contents:
- id: CP14VialSmallHealingManaDepletion
amount: 5
- type: storePositionBuy
id: CP14VialSmallSpeedUp

View File

@@ -434,7 +434,7 @@
map: ["base"]
- type: Healing
damageContainers:
- Biological
- CP14Biological
damage:
types:
Slash: -3

View File

@@ -20,7 +20,7 @@
node: cp14herbbandage
- type: Healing
damageContainers:
- Biological
- CP14Biological
damage:
types:
Slash: -2
@@ -72,7 +72,7 @@
node: cp14gauze
- type: Healing
damageContainers:
- Biological
- CP14Biological
damage:
types:
Slash: -6