tower { flags CIRCLE size_x 8~12 size_y 7~10 id_1 0 relations { tower_walls { flags CIRCLE|OVERLAP } } } tower_walls { flags BORDER size_x 100% size_y 100% id_1 1 } dirt_path { flags RECT size_x 1 size_y 1 id_1 0 replace { id_1 1 } } towers { size_x 100% size_y 100% relations { tower { count 2 x 10~75% y 10~75% } } paths { dirt_path { flags DUMB|WALK to tower to_flags ORIGIN from tower from_flags ORIGIN } } } start { size_x 40 size_y 20 relations { towers { flags OVERLAP|ORIGIN x 50% y 50% } } }