Salv Instrument Spawn Rework (#40572)
added salv table + replaced instrument table
This commit is contained in:
parent
09fa4c8899
commit
a6c023a59e
|
|
@ -104,7 +104,7 @@
|
|||
rolls: !type:RangeNumberSelector
|
||||
range: 1, 2
|
||||
- !type:NestedSelector
|
||||
tableId: RandomInstrumentTable
|
||||
tableId: SalvageInstrumentTable
|
||||
- id: AncientBookDamagedCommon # DeltaV
|
||||
|
||||
- type: entityTable
|
||||
|
|
@ -265,6 +265,7 @@
|
|||
- id: WeaponCrusherGlaive
|
||||
- id: ClothingOuterHardsuitSalvage
|
||||
- id: ChemistryBottleOmnizine
|
||||
- id: ClothingShoesRealJordans # DeltaV
|
||||
- !type:GroupSelector
|
||||
children:
|
||||
- id: JetpackBlueFilled
|
||||
|
|
|
|||
|
|
@ -124,6 +124,25 @@
|
|||
children:
|
||||
- id: SuperSynthesizerInstrument
|
||||
|
||||
- type: entityTable
|
||||
id: SalvageInstrumentTable
|
||||
table: !type:GroupSelector
|
||||
children:
|
||||
- !type:NestedSelector
|
||||
tableId: VarietyInstrumentTable
|
||||
- !type:NestedSelector
|
||||
tableId: BrassInstrumentTable
|
||||
- !type:NestedSelector
|
||||
tableId: StringInstrumentTable
|
||||
- !type:NestedSelector
|
||||
tableId: KeyedPercussionInstrumentTable
|
||||
- !type:NestedSelector
|
||||
tableId: WoodwindInstrumentTable
|
||||
- !type:NestedSelector
|
||||
tableId: SpecialInstrumentTable
|
||||
- id: SuperSynthesizerInstrument
|
||||
weight: 0.3
|
||||
|
||||
- type: entity
|
||||
id: RandomInstruments
|
||||
name: random instruments spawner
|
||||
|
|
|
|||
Loading…
Reference in New Issue