Skip to content

Commit

Permalink
Merge pull request #77904 from TheMurderUnicorn/StreamTrashNerf
Browse files Browse the repository at this point in the history
Lower Stream Item Spawns
  • Loading branch information
Maleclypse authored Nov 16, 2024
2 parents 2d4306f + 1260329 commit 4a03734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen_palettes/stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"items": {
"1": [
{ "item": "trash", "chance": 5, "repeat": 2 },
{ "item": "creek_bed", "chance": 50, "repeat": 3 },
{ "item": "creek_bed", "chance": 30, "repeat": 2 },
{ "item": "wheels", "chance": 1 }
],
"2": [
{ "item": "trash", "chance": 25, "repeat": 2 },
{ "item": "creek_bed", "chance": 40, "repeat": 5 },
{ "item": "trash", "chance": 3, "repeat": 2 },
{ "item": "creek_bed", "chance": 15, "repeat": 3 },
{ "item": "wheels", "chance": 1 }
]
}
Expand Down

0 comments on commit 4a03734

Please sign in to comment.