This commit is contained in:
Theo 2026-05-10 11:43:49 +00:00 committed by GitHub
commit 0a5aad4791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 2 deletions

View File

@ -20,5 +20,5 @@
- id: NodeScanner
- id: NetworkConfigurator
prob: 0.5
- id: LunchboxEpistemicsFilledRandom # Delta-V Lunchboxes!
prob: 0.3
- !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