diff --git a/data/json/mapgen_palettes/stream.json b/data/json/mapgen_palettes/stream.json index 8965dc5e3a0bc..e9fbd2b0c3263 100644 --- a/data/json/mapgen_palettes/stream.json +++ b/data/json/mapgen_palettes/stream.json @@ -35,9 +35,9 @@ }, "items": { "1": [ - { "item": "trash", "chance": 2, "repeat": [ 0, 2 ] }, + { "item": "trash", "chance": 2, "repeat": [ 0, 2 ], "damage": [ 0, 4 ] }, { "item": "creek_bed", "chance": 15, "repeat": [ 0, 2 ] }, - { "item": "wheels", "chance": 1 } + { "item": "wheels", "chance": 1, "damage": [ 2, 5 ] } ], "2": [ { "item": "trash", "chance": 2, "repeat": [ 0, 2 ] }, { "item": "creek_bed", "chance": 10, "repeat": [ 0, 3 ] } ] }