From 9857f1d4fd276fed50d2e25078b471ccd77f90ee Mon Sep 17 00:00:00 2001 From: Hero010h <163765999+Hero010h@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:49:20 +0300 Subject: [PATCH 1/4] First Cargo Rebalance --- Resources/Prototypes/Catalog/Bounties/bounties.yml | 10 +++++----- .../Prototypes/Entities/Clothing/Back/specific.yml | 4 ++-- Resources/Prototypes/Entities/Clothing/Head/hats.yml | 2 +- .../Entities/Objects/Specific/Janitorial/janitor.yml | 2 ++ .../Entities/Objects/Specific/Mech/mechs.yml | 6 ++++-- .../Prototypes/Entities/Objects/Tools/jaws_of_life.yml | 2 ++ Resources/Prototypes/Entities/Objects/Tools/tools.yml | 4 ++-- .../Objects/Weapons/Guns/Basic/spraynozzle.yml | 4 +++- .../Entities/Objects/Specific/Mech/mechs.yml | 8 ++++---- 9 files changed, 25 insertions(+), 17 deletions(-) diff --git a/Resources/Prototypes/Catalog/Bounties/bounties.yml b/Resources/Prototypes/Catalog/Bounties/bounties.yml index 134db049bf6..92158188b2b 100644 --- a/Resources/Prototypes/Catalog/Bounties/bounties.yml +++ b/Resources/Prototypes/Catalog/Bounties/bounties.yml @@ -31,7 +31,7 @@ - type: cargoBounty id: BountyBaseballBat - reward: 4000 + reward: 5000 description: bounty-description-baseball-bat idPrefix: CC entries: @@ -413,7 +413,7 @@ description: bounty-description-syringe entries: - name: bounty-item-syringe - amount: 10 + amount: 5 whitelist: tags: - Syringe @@ -488,7 +488,7 @@ - type: cargoBounty id: BountyOrgans - reward: 2000 + reward: 5000 description: bounty-description-organs idPrefix: UNTH entries: @@ -555,12 +555,12 @@ - type: cargoBounty id: BountyFood - reward: 4000 + reward: 20000 description: bounty-description-food idPrefix: UNTH entries: - name: bounty-item-food - amount: 30 + amount: 15 whitelist: tags: - Meat diff --git a/Resources/Prototypes/Entities/Clothing/Back/specific.yml b/Resources/Prototypes/Entities/Clothing/Back/specific.yml index cd143c5e8ef..91a341ee91c 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/specific.yml @@ -99,8 +99,8 @@ materialComposition: Steel: 62 Glass: 250 - - type: StaticPrice #Goobstation - Recycle update - price: 50 + - type: StaticPrice #Amour - Cargo rebalance + price: 400 # Assmos - Extinguisher Nozzle - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 2c7677dd1c3..dcf6d43d82a 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -186,7 +186,7 @@ materialComposition: Cloth: 25 - type: Armor # Orion - priceMultiplier: 0.6 + priceMultiplier: 0.2 #Amour - Cargo rebalance - type: entity parent: ClothingHeadHatBeret diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 109120faa5d..664d2e7e8df 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -268,6 +268,8 @@ - type: FloorCleaner # Goobstation radius: 3 cleanDelay: 6 + - type: StaticPrice #Amour - Cargo rebalance + price: 200 - type: entity name: wet floor sign diff --git a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml index d87777a2481..390345a4ea1 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml @@ -189,8 +189,6 @@ blacklist: tags: - Book - - type: StaticPrice - price: 450 - type: DragDropTargetable # Goobstation Change End @@ -228,6 +226,8 @@ - type: MovementSpeedModifier baseWalkSpeed: 2.25 baseSprintSpeed: 2.25 #Goobedit + - type: StaticPrice + price: 7500 - type: entity id: MechRipleyBattery @@ -269,6 +269,8 @@ pilotWhitelist: components: - HumanoidAppearance + - type: StaticPrice + price: 8000 - type: entity parent: MechHonker diff --git a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml index 8658ac97ca0..8fd8e429f36 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml @@ -125,6 +125,8 @@ - type: SurgeryTool # Shitmed startSound: /Audio/Items/change_jaws.ogg endSound: /Audio/Items/change_jaws.ogg + - type: StaticPrice #Amour - Cargo rebalance + price: 550 - type: entity # Goobstation - Recycler Update parent: JawsOfLifeBase diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 1519122bf2d..9d16f1dc260 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -505,8 +505,8 @@ materialComposition: Steel: 300 Plastic: 100 - - type: StaticPrice - price: 100 + - type: StaticPrice #Amour - Cargo rebalance + price: 250 - type: MeleeWeapon wideAnimationRotation: -90 attackRate: 1.5 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml index 425fc399998..850d6779c5d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml @@ -38,4 +38,6 @@ - type: PhysicalComposition #Goobstation - Recycle update materialComposition: Steel: 375 - Glass: 125 \ No newline at end of file + Glass: 125 + - type: StaticPrice #Amour - Cargo rebalance + price: 450 \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/Mech/mechs.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/Mech/mechs.yml index 24b39f2077b..0df01e0ab88 100644 --- a/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/Mech/mechs.yml +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/Mech/mechs.yml @@ -95,7 +95,7 @@ - type: Damageable damageModifierSet: MediumArmorNT - type: StaticPrice - price: 1000 + price: 8000 - type: Tag tags: - DoorBumpOpener @@ -153,7 +153,7 @@ - type: CanMoveInAir - type: MovementAlwaysTouching - type: StaticPrice - price: 1500 + price: 8000 - type: Tag tags: - DoorBumpOpener @@ -225,7 +225,7 @@ baseWalkSpeed: 2 baseSprintSpeed: 2 #Goobedit - type: StaticPrice - price: 3000 + price: 10000 - type: Tag tags: - DoorBumpOpener @@ -290,7 +290,7 @@ fuelCost: 30 doAfterDelay: 15 - type: StaticPrice - price: 5000 + price: 15000 - type: Tag tags: - DoorBumpOpener From a50e48240b74685b8b1d84c188c6be56397ced55 Mon Sep 17 00:00:00 2001 From: UmbiMax <109347499+UmbiMax@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:34:23 +0500 Subject: [PATCH 2/4] Update spraynozzle.yml --- .../Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml index 850d6779c5d..ca40f49e19f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/spraynozzle.yml @@ -40,4 +40,4 @@ Steel: 375 Glass: 125 - type: StaticPrice #Amour - Cargo rebalance - price: 450 \ No newline at end of file + price: 450 From f178de6e6757d2d208b118852dfb4f7288c5b514 Mon Sep 17 00:00:00 2001 From: UmbiMax <109347499+UmbiMax@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:35:29 +0500 Subject: [PATCH 3/4] Update hats.yml --- Resources/Prototypes/Entities/Clothing/Head/hats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index dcf6d43d82a..c56b1dbe14f 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -186,7 +186,7 @@ materialComposition: Cloth: 25 - type: Armor # Orion - priceMultiplier: 0.2 #Amour - Cargo rebalance + priceMultiplier: 0.4 # Amour - Cargo rebalance - type: entity parent: ClothingHeadHatBeret From 9d4b8f55a00cd7890de5f77fb9ede8f5123d1114 Mon Sep 17 00:00:00 2001 From: UmbiMax Date: Thu, 19 Feb 2026 18:19:43 +0500 Subject: [PATCH 4/4] fix --- .../Entities/Objects/Specific/Janitorial/janitor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 664d2e7e8df..558a90ab243 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -268,8 +268,8 @@ - type: FloorCleaner # Goobstation radius: 3 cleanDelay: 6 - - type: StaticPrice #Amour - Cargo rebalance - price: 200 + - type: StaticPrice # Amour - Cargo rebalance + price: 200 - type: entity name: wet floor sign