add nestedselector and table
This commit is contained in:
parent
c85d84ac26
commit
b5b0ec4fc4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue