Fix instrument crate heisen test (#40558)
* 1984 daw * too tired to be doing this --------- Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
parent
675c78a435
commit
4677ec0294
|
|
@ -227,20 +227,19 @@
|
|||
entity_storage: !type:AllSelector
|
||||
children:
|
||||
- !type:NestedSelector
|
||||
tableId: VarietyInstrumentTable
|
||||
tableId: VarietyInstrumentTable # 200 speso max
|
||||
- !type:NestedSelector
|
||||
tableId: BrassInstrumentTable
|
||||
tableId: BrassInstrumentTable # 300 speso max
|
||||
- !type:NestedSelector
|
||||
tableId: StringInstrumentTable
|
||||
tableId: StringInstrumentTable # 300 speso max
|
||||
- !type:NestedSelector
|
||||
tableId: WoodwindInstrumentTable
|
||||
tableId: WoodwindInstrumentTable # 200 speso max
|
||||
- !type:NestedSelector
|
||||
tableId: KeyedPercussionInstrumentTable
|
||||
tableId: KeyedPercussionInstrumentTable # 300 speso max
|
||||
- !type:NestedSelector
|
||||
tableId: SpecialInstrumentTable
|
||||
- !type:NestedSelector
|
||||
tableId: SpecialInstrumentTable
|
||||
|
||||
tableId: SpecialInstrumentTable # x2 200 speso max
|
||||
rolls: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateFunArtSupplies
|
||||
parent: CrateGenericSteel
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
- !type:GroupSelector
|
||||
weight: 0.1
|
||||
children:
|
||||
- id: DawInstrument
|
||||
- id: DawInstrumentMachineCircuitboard
|
||||
- !type:GroupSelector
|
||||
weight: 0.05
|
||||
children:
|
||||
|
|
|
|||
Loading…
Reference in New Issue