From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:31:02 +0000 (+0000) Subject: buff bag of holding (#21411) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=268bd105a54d97dfc03e22d3e4bbfdd335d1cb98;p=space-station-14.git buff bag of holding (#21411) Co-authored-by: deltanedas <@deltanedas:kde.org> --- 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