This commit is contained in:
Deserty0
2025-02-21 02:22:29 +10:00
committed by GitHub
parent 225d9b27f9
commit b8cc4c8c20
4 changed files with 13 additions and 13 deletions

View File

@@ -2102,7 +2102,7 @@ ent-CP14SeedTomato = семена помидоров
ent-CP14HerbalBandage = травяной бинт
.desc = Бинт для перевязки, сплетенная из травы. Не самая надежная и полезная вещь, но лучше, чем ничего.
.suffix = 10
.suffix = 5
ent-CP14HerbalBandage1 = { ent-CP14HerbalBandage }
.desc = { ent-CP14HerbalBandage.desc }
@@ -2110,7 +2110,7 @@ ent-CP14HerbalBandage1 = { ent-CP14HerbalBandage }
ent-CP14Gauze = марля
.desc = Марля из плотной ткани, чтобы предотвратить кровотечение.
.suffix = 10
.suffix = 5
ent-CP14Gauze1 = { ent-CP14Gauze }
.desc = { ent-CP14Gauze.desc }

View File

@@ -70,7 +70,7 @@
count: 3
slice: CP14FoodMeatLambSlice
- type: Item
size: Tiny
size: Small
shape:
- 0,0,1,0
- type: CP14TemperatureTransformation
@@ -393,7 +393,7 @@
sprite: _CP14/Objects/Consumable/Food/meat.rsi
state: dino_meat2
- type: Item
size: Small
size: Tiny
- type: SolutionContainerManager
solutions:
food:
@@ -444,7 +444,7 @@
- state: rabbit_meat1
map: [ "random" ]
- type: Item
size: Small
size: Tiny
- type: SolutionContainerManager
solutions:
food:

View File

@@ -3,11 +3,11 @@
parent: BaseItem
name: herbal bandage
description: A bandage net woven from grass, not the most reliable or useful thing, but better than nothing.
suffix: 10
suffix: 5
categories: [ ForkFiltered ]
components:
- type: Item
size: Small
size: Normal
- type: Sprite
sprite: _CP14/Objects/Specific/Medical/medical.rsi
state: herbbandage_3
@@ -32,7 +32,7 @@
path: "/Audio/Items/Medical/brutepack_end.ogg"
- type: Stack
stackType: CP14HerbalBandage
count: 10
count: 5
baseLayer: base
layerStates:
- herbbandage
@@ -54,11 +54,11 @@
parent: BaseItem
name: gauze
description: Dense cloth gauze, to prevent valuable blood from leaking out of the body.
suffix: 10
suffix: 5
categories: [ ForkFiltered ]
components:
- type: Item
size: Small
size: Normal
- type: Sprite
sprite: _CP14/Objects/Specific/Medical/medical.rsi
state: bandage_3
@@ -83,7 +83,7 @@
path: "/Audio/Items/Medical/brutepack_end.ogg"
- type: Stack
stackType: CP14Gauze
count: 10
count: 5
baseLayer: base
layerStates:
- bandage

View File

@@ -3,11 +3,11 @@
name: cp14-stack-pack-herbal-bandage
icon: { sprite: "_CP14/Objects/Specific/Medical/medical.rsi", state: herbbandage_3 }
spawn: CP14HerbalBandage
maxCount: 10
maxCount: 5
- type: stack
id: CP14Gauze
name: cp14-stack-pack-gauze
icon: { sprite: "_CP14/Objects/Specific/Medical/medical.rsi", state: bandage_3 }
spawn: CP14Gauze
maxCount: 10
maxCount: 5