From 268bd105a54d97dfc03e22d3e4bbfdd335d1cb98 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:31:02 +0000 Subject: [PATCH] buff bag of holding (#21411) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Entities/Clothing/Back/backpacks.yml | 2 +- Resources/Prototypes/Entities/Clothing/Back/duffel.yml | 2 +- Resources/Prototypes/Entities/Clothing/Back/satchel.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 6bdcc80517..51b9b2e828 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -264,7 +264,7 @@ size: Ginormous - type: Storage maxItemSize: Huge - maxTotalWeight: 56 #14 normal-sized items. + maxTotalWeight: 200 #5 duffels worth of gear - type: entity parent: ClothingBackpackClown diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 3b153971f1..1562eda95e 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -231,7 +231,7 @@ size: Ginormous - type: Storage maxItemSize: Huge - maxTotalWeight: 56 #14 normal-sized items. + maxTotalWeight: 200 #5 duffels worth of gear - type: ClothingSpeedModifier sprintModifier: 1 # makes its stats identical to other variants of bag of holding diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 31756d5310..dcb723393b 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -171,4 +171,4 @@ size: Ginormous - type: Storage maxItemSize: Huge - maxTotalWeight: 56 #14 normal-sized items. + maxTotalWeight: 200 #5 duffels worth of gear -- 2.51.2