• Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.
  • We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.

SVG Map Generator

I've updated my SVG subsector generator. You can either paste some UWP, or you can generate it randomly using my subsector UWP generator. It includes communication lines and trade routes as described Mongoose Traveller plus some guesswork.

SVG maps are scalable. They can be viewed using modern browers such as Firefox and they can be edited using Inkscape and other SVG editors.

If you click on the random map generation, there's a (tiny) link back to the UWP it used in the bottom right corner.

To follow developments, check the Traveller category on my blog.
 
I like the work you have done ... I only found one small problem which was you limit the law code to 9 ... when in theory it can rise higher than that.
 
I like the work you have done ... I only found one small problem which was you limit the law code to 9 ... when in theory it can rise higher than that.

All I had is Mongoose Traveller. The algorithm to compute law level is the following in the rule set I have:

  1. Population = 2d6-2 (maximum of 10 but the table goes up to 12 (C))
  2. Government = Population +2d6-7 (maximum of 15 (F) but the table only goes up to 13 (D))
  3. Law = Government + 2d6-7 (maximum of 20 but the table only goes up to 9)

Confronted with these facts I decided that government doesn't go beyond 13 and law level doesn't go beyond 9. But I've seen the tables on the Imperial Encyclopedia wiki and fixed it. :)
 
Last edited:
Back
Top