====== Locations ====== Locations are places in the setting that a character can visit. The character's experience may vary wildly depending on the Shard the location belongs to, the location itself, and so on - Project Multiverse is home to a diverse collection of settings and setting elements! Players looking to add a new location should create it under its parent page, for example: * **City W** on //planet X//, in the system Y would be.. * locations:system_y://planet_x//:**city_w** This makes it easy to create lists showing everything that can be found in that area! ===== Systems ===== ---- struct table ---- schema: locations max: 20 cols: %title%, tooltip_content, type, shard csv: 0 filter: type = System ---- ===== Planets ===== ---- struct table ---- schema: locations max: 20 cols: %title%, tooltip_content, type, shard csv: 0 filter: type = Planet ---- ===== Cities and Space Stations ===== ---- struct table ---- schema: locations max: 20 cols: %title%, tooltip_content, type, shard csv: 0 filter: type = City filteror: type = Space Station ---- ===== Other ===== ---- struct table ---- schema: locations max: 20 cols: %title%, tooltip_content, type, shard csv: 0 filter: type = Other filteror: type = Nebula filteror: type = Dimension ---- ===== All Locations ===== ---- struct table ---- schema: locations max: 20 cols: %title%, tooltip_content, type, shard csv: 0 ---- Looking for your location? It may be found on [[locations:deprecated]]. You can have it show on this list by updating the fields at the bottom of the page when editing it. Thanks!