Skip to content

Commit

Permalink
fix some salvage spawner oversights (#31114)
Browse files Browse the repository at this point in the history
* fix some salvage spawner oversights

* adjust carp rates

* more tweaks and some additions
  • Loading branch information
EmoGarbage404 authored Aug 18, 2024
1 parent 1545fd5 commit 047a7a4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,15 +388,15 @@
table: !type:GroupSelector
children:
- id: MobCarpSalvage
weight: 60
weight: 70
- id: MobCarpSalvage
weight: 25
amount: !type:RangeNumberSelector
range: 1, 3
- !type:AllSelector
weight: 15
weight: 5
children:
- id: MobShark
- id: MobSharkSalvage
- id: MobCarpSalvage
amount: !type:ConstantNumberSelector
value: 3
Expand Down Expand Up @@ -451,7 +451,7 @@
- type: EntityTableSpawner
table: !type:AllSelector
children:
- id: MobShark
- id: MobSharkSalvage
- id: MobCarpSalvage
amount: !type:ConstantNumberSelector
value: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
- id: Shovel
- id: FlashlightLantern
- id: FireExtinguisher
- id: SurvivalKnife

- type: entityTable
id: SalvageEquipmentUncommon
Expand All @@ -188,10 +189,10 @@
- id: PowerCellHighPrinted
- id: RadioHandheld
- id: ClothingBeltUtility
- id: SurvivalKnife
- id: WeaponProtoKineticAccelerator
weight: 0.5
- id: OxygenTankFilled
- id: WelderIndustrial
- !type:GroupSelector
children:
- id: ClothingHeadHatWelding
Expand All @@ -215,12 +216,22 @@
- id: MiningDrill
- id: ClothingEyesGlassesMeson
- id: ClothingBeltSalvageWebbing
- id: ClothingOuterHardsuitSalvage
- id: SeismicCharge
- id: WeaponCrusher
weight: 0.5
- !type:GroupSelector
children:
- id: JetpackBlue
- id: JetpackBlack

- type: entityTable
id: SalvageEquipmentLegendary
table: !type:GroupSelector
children:
- id: WeaponCrusher
- id: WeaponCrusherGlaive
- id: ClothingOuterHardsuitSalvage
- id: OmnizineChemistryBottle
- !type:GroupSelector
children:
- id: JetpackBlueFilled
- id: JetpackBlackFilled

0 comments on commit 047a7a4

Please sign in to comment.