Skip to content

Commit

Permalink
fix_farm_mapgen
Browse files Browse the repository at this point in the history
  • Loading branch information
0Monet authored Nov 18, 2023
1 parent e3505fc commit f64ee3f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data/json/mapgen/farm.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
" #__2___________2__# #_1__1_# -6..........H.- F DDDDDDDDDDDDDDDD F ",
" #__2___________2__# #______# -u...----+----- F F ",
" #332___________233# #______# --+---kh......- F DDDDDDDDDDDDDDDD F ",
" #_____________1___# #_1__1_# -...-.........w F F ",
" #_____________1___# #_1__1_# -b..-.........w F F ",
" W_________________W #______# -b..+......BB.- F DDDDDDDDDDDDDDDD F ",
" W_________________W #____ll# -.ST-.....dBBd- F F ",
" #lll__________O___# ###++### --w------w----- F DDDDDDDDDDDDDDDD F ",
Expand Down Expand Up @@ -80,7 +80,6 @@
"F F ",
"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF "
],
"place_items": [ ],
"place_item": [
{ "item": "straw_pile", "x": [ 3, 5 ], "y": [ 5, 7 ], "amount": [ 0, 8 ] },
{ "item": "cattlefodder", "x": [ 3, 5 ], "y": [ 5, 7 ], "amount": [ 0, 4 ] },
Expand All @@ -90,11 +89,10 @@
{ "item": "cattlefodder", "x": [ 19, 19 ], "y": [ 10, 15 ], "amount": [ 2, 7 ] }
],
"place_monsters": [
{ "monster": "GROUP_ZOMBIE", "x": [ 4, 4 ], "y": [ 14, 14 ], "repeat": [ 1, 6 ], "density": 0.2 },
{ "monster": "GROUP_ZOMBIE", "x": [ 9, 11 ], "y": [ 12, 14 ], "repeat": [ 1, 6 ], "density": 0.2 },
{ "monster": "GROUP_DOMESTIC", "x": [ 10, 12 ], "y": [ 15, 17 ], "repeat": [ 1, 2 ], "density": 0.2 }
],
"sealed_item": { "D": { "item": { "item": "seed_corn" }, "furniture": "f_plant_seedling" } },
"place_nested": [ { "chunks": [ [ "NC_FARMER_spawn", 10 ], [ "null", 90 ] ], "x": 23, "y": 3 } ],
"palettes": [ "farm" ]
}
},
Expand Down Expand Up @@ -123,14 +121,17 @@
"#_1__1_# -6...........m-",
"#__Q___# -u...----+-----",
"#______# --+---mm....mm-",
"#_1__1_# -...-.........w",
"#_1__1_# -b..-.........w",
"#______# -b..+......BB.-",
"#____ll# -.ST-mm...dBBd-",
"###++### --w------w-----",
" ",
" ",
"FFFFFFFFFFFFFFFFFFFFFFFF"
],
"terrain": {
"Q": "t_dirtfloor"
},
"items": {
".": { "item": "trash", "chance": 20 },
"B": [
Expand Down Expand Up @@ -164,6 +165,7 @@
"u": [ { "item": "kitchen", "chance": 70 }, { "item": "cannedfood", "chance": 40 }, { "item": "softdrugs", "chance": 40 } ],
"Q": { "item": "farming_tools", "chance": 15 }
},
"place_nested": [ { "chunks": [ [ "NC_FARMER_spawn", 10 ], [ "null", 90 ] ], "x": 17, "y": 13 } ],
"palettes": [ "farm" ]
}
},
Expand Down

0 comments on commit f64ee3f

Please sign in to comment.