{% set checked_string = ' checked="checked"' %} {% set location_shape_not_found = true %} {% if location_dict["shape"] == "circle" %} {% set location_shape_circle_checked = checked_string %} {% set location_shape_not_found = false %} {% endif %} {% if location_dict["shape"] == "spherical" %} {% set location_shape_spherical_checked = checked_string %} {% set location_shape_not_found = false %} {% endif %} {% if location_dict["shape"] == "rectangular" %} {% set location_shape_rectangular_checked = checked_string %} {% set location_shape_not_found = false %} {% endif %} {% if location_dict["shape"] == "box" %} {% set location_shape_box_checked = checked_string %} {% set location_shape_not_found = false %} {% endif %} {% if location_shape_not_found %} {% set location_shape_rectangular_checked = checked_string %} {% endif %}
Choose the shape of your location
locations can have several different shapes.
you can have either a square (default, just like the LCB) or a round base, depending on your build-style
You can also limit the height of your locations, so you can build, for example, an underground base without affecting the ground above at all.
It is also useful for building multi-story builds with different locations per level, or even rooms on the same one.
This setting can be changed later on, at any time!