[world] name = "Test World" regions = ["test_region1", "test_region2"] [entity] test_entity1 = { test_property = "int" } test_entity2 = { test_property = "int" } [test_region1] test_entity1 = [ { test_property = 0 } ] test_entity2 = [ { test_property = 0 } ] [test_region2] test_entity1 = [ { test_property = 0 } ]