From b8cc4c8c20ff75388d844856146d82ff68d15550 Mon Sep 17 00:00:00 2001 From: Deserty0 <86846189+Deserty0@users.noreply.github.com> Date: Fri, 21 Feb 2025 02:22:29 +1000 Subject: [PATCH] Fix (#922) --- .../Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl | 4 ++-- .../_CP14/Entities/Objects/Consumable/Food/meat.yml | 6 +++--- .../Entities/Objects/Specific/Medical/healing.yml | 12 ++++++------ Resources/Prototypes/_CP14/Stacks/medical.yml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl index 9d17470020..8a05f27764 100644 --- a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl +++ b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl @@ -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 } diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml index cee30953fa..a639db9191 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml @@ -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: diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml index 21b58c3709..5d4a5e65bd 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Stacks/medical.yml b/Resources/Prototypes/_CP14/Stacks/medical.yml index 5ca31dbb7c..79926e3778 100644 --- a/Resources/Prototypes/_CP14/Stacks/medical.yml +++ b/Resources/Prototypes/_CP14/Stacks/medical.yml @@ -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