make fish more common in general, increase points to money

This commit is contained in:
rebe83 2026-06-21 10:44:15 -05:00
parent 7b09db1c14
commit e28c4d47a3
2 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@
- id: ChairFolding
cost: 25
- id: SpaceCash1000
cost: 50
cost: 100 # DeltaV - from 50 to 100
- id: DrinkBeerCan
cost: 10
- id: DrinkBeerBottleFull

View File

@ -70,10 +70,10 @@
children:
- !type:NestedSelector
tableId: BasicFishingLootTable
weight: 70
weight: 40 # DeltaV - 70 to 40
- !type:NestedSelector
tableId: WaterFishTable
weight: 20
weight: 50 # DeltaV - 20 to 50
- !type:NestedSelector
tableId: RareFishTable
weight: 10
@ -103,10 +103,10 @@
children:
- !type:NestedSelector
tableId: GenericTrashItems # DeltaV - changed BasicFishingLootTable to just trash to avoid salvage scrap and tools in perma
weight: 80
weight: 60 # DeltaV - from 80 to 60
- !type:NestedSelector
tableId: WaterFishTable
weight: 15 # DeltaV - changed from 20 to 15
weight: 30 # DeltaV - changed from 20 to 30
- !type:NestedSelector
tableId: RareFishTable # DeltaV - add rare fish
weight: 5
weight: 10