Skip to content

Commit

Permalink
Fill farm silos with silage (#62610)
Browse files Browse the repository at this point in the history
* Update farm.json

* Update farm_2side.json

* Update farm_lots.json
  • Loading branch information
oosyrag authored Dec 8, 2022
1 parent ae1b845 commit 69f0819
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/farm.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"items": { "r": { "item": "farming_tools", "chance": 25 } },
"item": {
"_": [ { "item": "straw_pile", "chance": 3 }, { "item": "cattlefodder", "chance": 2 } ],
"f": { "item": "corn", "chance": 40, "repeat": 10 }
"f": { "item": "cattlefodder", "chance": 40, "repeat": 10 }
},
"sealed_item": { "D": { "item": { "item": "seed_oats" }, "furniture": "f_plant_seedling", "chance": 70 } },
"palettes": [ "farm" ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen/farm_2side.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
},
"item": {
"_": [ { "item": "straw_pile", "chance": 3 }, { "item": "cattlefodder", "chance": 2 } ],
"i": { "item": "corn", "chance": 40, "repeat": 10 }
"i": { "item": "cattlefodder", "chance": 40, "repeat": 10 }
},
"place_monsters": [ { "monster": "GROUP_DOMESTIC", "x": [ 5, 20 ], "y": [ 5, 20 ], "repeat": [ 1, 2 ], "density": 0.2 } ],
"place_vehicles": [ { "vehicle": "farm_vehicles", "x": 36, "y": 18, "chance": 100, "rotation": 270 } ]
Expand Down
4 changes: 2 additions & 2 deletions data/json/mapgen_palettes/farm_lots.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"type": "palette",
"id": "fm_corn",
"sealed_item": { "#": { "item": { "item": "seed_corn" }, "furniture": "f_plant_seedling", "chance": 70 } },
"item": { ":": { "item": "corn", "repeat": [ 1, 20 ] } }
"item": { ":": { "item": "cattlefodder", "repeat": [ 1, 20 ] } }
},
{
"type": "palette",
"id": "fm_wheat",
"sealed_item": { "#": { "item": { "item": "seed_wheat" }, "furniture": "f_plant_seedling", "chance": 70 } },
"item": { ":": { "item": "wheat", "repeat": [ 1, 20 ] } }
"item": { ":": { "item": "cattlefodder", "repeat": [ 1, 20 ] } }
},
{
"type": "palette",
Expand Down

0 comments on commit 69f0819

Please sign in to comment.