From d3d52615d4b0aebf6218cbf881101d0255427eca Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+FungiFellow@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:08:52 -0400 Subject: [PATCH] Lootpool Tweaks Mail/Maints (#39892) * Added Claymore to MaintWeaponTable * SyndieBusinessCard+InsulsTable --- .../Entities/Markers/Spawners/Random/maintenance.yml | 1 + .../Entities/Objects/Deliveries/deliveries_tables.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index bb3829a2dd..e6e3ec8c6f 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -329,6 +329,7 @@ weight: 95 children: - id: Machete + - id: Claymore - id: BaseBallBat - id: CombatKnife - id: Spear diff --git a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries_tables.yml b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries_tables.yml index 19613dd494..be663a1774 100644 --- a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries_tables.yml +++ b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries_tables.yml @@ -105,6 +105,8 @@ - id: Ointment - id: Gauze - id: Bloodpack + - id: SyndicateBusinessCard + weight: 0.5 # Packages # TODO: Currently mostly maints loot, should be updated in the future. @@ -138,6 +140,9 @@ weight: 0.2 rolls: !type:RangeNumberSelector range: 2, 3 + - !type:NestedSelector + tableId: InsulsTable #Uncommon since it's weighted towards budget/fingerless + weight: 0.2 - type: entityTable # TODO: Add more variety! id: PackageRareEntityTable @@ -157,3 +162,4 @@ - !type:NestedSelector tableId: SyndieMaintLoot weight: 0.5 + -- 2.51.2