From b5b0ec4fc4448dccd98a5cfcd268bdae89e448c9 Mon Sep 17 00:00:00 2001 From: rebe83 Date: Mon, 27 Apr 2026 14:36:50 -0500 Subject: [PATCH] add nestedselector and table --- .../Catalog/Fills/Lockers/science.yml | 17 ++--------------- .../_DV/Catalog/Fills/Lockers/science.yml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/science.yml b/Resources/Prototypes/Catalog/Fills/Lockers/science.yml index 702b9653ff..588670441a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/science.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/science.yml @@ -20,18 +20,5 @@ - id: NodeScanner - id: NetworkConfigurator prob: 0.5 - # DeltaV Changes begin - - id: AnomalyLocator - - id: Wrench - - id: ClothingBeltUtility - - id: PowerCellPotato - prob: 0.2 - - id: PowerCellSmall - prob: 0.3 - - id: PersonalAI - prob: 0.1 - - id: ClothingHeadTinfoil - prob: 0.2 - - id: LunchboxEpistemicsFilledRandom # Delta-V Lunchboxes! - prob: 0.3 - # DeltaV Changes end + - !type:NestedSelector # DeltaV - toolbelt, wrench, anom locator, and random trinkets + tableId: LockerFillScientistDV diff --git a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml index bc77f84d82..07132359ee 100644 --- a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/science.yml @@ -37,3 +37,21 @@ - id: ClothingOuterHardsuitEVAScience - id: ClothingHeadHelmetEVAScience - id: AirTankFilled + +- type: entityTable + id: LockerFillScientistDV + table: !type:AllSelector + children: + - id: AnomalyLocator + - id: Wrench + - id: ClothingBeltUtility + - id: PowerCellPotato + prob: 0.2 + - id: PowerCellSmall + prob: 0.3 + - id: PersonalAI + prob: 0.1 + - id: ClothingHeadTinfoil + prob: 0.2 + - id: LunchboxEpistemicsFilledRandom + prob: 0.3