# Aid with structures

**URL:** https://discourse.cataclysmdda.org/t/aid-with-structures/21666
**Category:** The Toolbox
**Created:** [October 12, 2019, 9:38pm UTC](https://discourse.cataclysmdda.org/t/aid-with-structures/21666 "2019-10-12T21:38:13Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Minecrafter\_Next\_Gen](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/minecrafter_next_gen/32/6504_2.png) [@Minecrafter\_Next\_Gen](https://discourse.cataclysmdda.org/u/Minecrafter_Next_Gen)
#### Post date: [October 12, 2019, 9:38pm UTC](https://discourse.cataclysmdda.org/t/aid-with-structures/21666/1 "2019-10-12T21:38:13Z")

</div>

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 }  
> ]

---

_[View the full topic](https://discourse.cataclysmdda.org/t/aid-with-structures/21666)._
