add nestedselector and table

This commit is contained in:
rebe83 2026-04-27 14:36:50 -05:00
parent c85d84ac26
commit b5b0ec4fc4
2 changed files with 20 additions and 15 deletions

View File

@ -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

View File

@ -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