You heard right, the One Character UWP. What the heck is that good for?
It's good for viewing 20 sectors of star data in a text editor, where one character represents one hex. It's quick, it's very dirty, and it's best for when you don't care much about most of the data.
Granted, you can't encode very much data in one character. But you can stuff a little bit in there, maybe just enough for a first glance.
For a Traveller, the UWP encodes some very important pieces of information. Critical information includes Starport, Tech Level, Trade Codes, and Gas Giant presence.
Rather than try to compress that data, the One Character UWP ranks worlds by Importance, using an arbitrary ranking scheme:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">First Step. Tally up points based on the UWP:
+1 point -1 point
Starport: A, B E, X
Tech Level: A+ 5-
Bases: N,W
Codes: Hi Lo
Ri Po
Ag Na
In Ni
Cp, Cx De
Treat totals of less than zero as zero.
Second Step. If a GG is present, add 10.
Result: a "digit" in the range [0-6,A-G].</pre>[/QUOTE]The result is a number from 0 to 6 for systems without a gas giant, and 10 to 16 (A to G) for systems with a gas giant. Values less than zero are set to zero.
Looking at a 'map' of a sector in this way gives two orthogonal pieces of information: how important the world is as a colony, and whether or not there's a Gas Giant in-system. Importance is an indicator of trade potential, military power, and political influence.
It's good for viewing 20 sectors of star data in a text editor, where one character represents one hex. It's quick, it's very dirty, and it's best for when you don't care much about most of the data.
Granted, you can't encode very much data in one character. But you can stuff a little bit in there, maybe just enough for a first glance.
For a Traveller, the UWP encodes some very important pieces of information. Critical information includes Starport, Tech Level, Trade Codes, and Gas Giant presence.
Rather than try to compress that data, the One Character UWP ranks worlds by Importance, using an arbitrary ranking scheme:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">First Step. Tally up points based on the UWP:
+1 point -1 point
Starport: A, B E, X
Tech Level: A+ 5-
Bases: N,W
Codes: Hi Lo
Ri Po
Ag Na
In Ni
Cp, Cx De
Treat totals of less than zero as zero.
Second Step. If a GG is present, add 10.
Result: a "digit" in the range [0-6,A-G].</pre>[/QUOTE]The result is a number from 0 to 6 for systems without a gas giant, and 10 to 16 (A to G) for systems with a gas giant. Values less than zero are set to zero.
Looking at a 'map' of a sector in this way gives two orthogonal pieces of information: how important the world is as a colony, and whether or not there's a Gas Giant in-system. Importance is an indicator of trade potential, military power, and political influence.