Hello. I’m working on expanding factions, but I have experienced some code error. I could use some help with this.
[
{
“type”: “mapgen”,
“method”: “json”,
“om_terrain”: [ “survivor_campsite” ],
“weight”: 500,
“object”: {
“rows”: [
“…”,
“…”,
“…”,
“…”,
“.mm.mm…##########…”,
“.mm.mm…#33’‘’‘’'#…”,
“.mm.mm…#33’‘’‘’'#…”,
“.mm.mm…#‘’‘’‘’‘’#…”,
“.mm.mm…#‘’‘’‘’‘’#2…”,
“.mm.mm…#‘’‘’‘’‘’#O…”,
“.mm.mm…#‘’‘’‘’‘’#=…”,
“.mm.mm…#‘’‘’‘’‘’#U…”,
“…#####++###…”,
“…”,
“…”,
“…-r-…”,
“…-r-…”,
“…”,
“…-r-…t…t…”,
“…-r-…t…”,
“…”,
“…”,
“…”,
“…”
],
“terrain”: {
“m”: “t_dirtmound”,
“'”: “t_grass”,
“+”: “t_grass”,
“-”: “t_dirt”,
“.”: [ “t_grass”, “t_grass”, “t_grass”, “t_grass”, “t_grass”, “t_dirt” ],
“b”: “t_dirt”,
“d”: “t_dirt”,
“r”: “t_dirt”,
“t”: “t_tree”
},
“furniture”: {
“#”: “f_canvas_wall”,
“'”: “f_groundsheet”,
“+”: “f_canvas_door”,
“-”: “f_camp_chair”,
“b”: “f_firering”,
“r”: “f_tourist_table”,
“U”: “f_kiln_empty”,
“=”: “f_smoking_rack”,
“O”: “f_fvat_empty”,
“2”: “f_butcher_rack”,
“3”: “f_bed”
},
“place_items”: [
{ “item”: “cannedfood”, “x”: [ 12, 4 ], “y”: [ 21, 7 ], “chance”: 75 },
{ “item”: “cannedfood”, “x”: [ 16, 4 ], “y”: [ 21, 7 ], “chance”: 75 },
{ “item”: “pasta”, “x”: [ 16, 4 ], “y”: [ 21, 7 ], “chance”: 75 },
{ “item”: “camping”, “x”: [ 10, 8 ], “y”: [ 15, 13 ], “chance”: 75 }
]