Skip to content

Commit

Permalink
Lower Stream Item Spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMurderUnicorn authored Nov 16, 2024
1 parent 747fb91 commit 1260329
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 1260329

Please sign in to comment.