Were other governmental types added on to newer versions of
Traveller beyond what's in Book 3 ?
I was debugging some data/software (MySQL) and noticed that
a preponderance of very high governmental types in the Reavers
Deep (this downloaded from the TravellerMap.com)
I thought it might be my import routine being off, but the url and
the summary page seems to back me up on most of them.
http://www.travellermap.com/MSEC.aspx?sector=Reaver's+Deep
http://www.travellermap.com/sector.htm?sector=Reaver's+Deep
Suggestions on reporting on systems with Govt > D ? Assign as D or
random ?
>
Traveller beyond what's in Book 3 ?
I was debugging some data/software (MySQL) and noticed that
a preponderance of very high governmental types in the Reavers
Deep (this downloaded from the TravellerMap.com)
Code:
mysql> select system, hex, subsector, upp from reavers_deep where ascii(mid(upp,
6, 1)) > ascii("D");
+----------------+------+-----------+-----------+
| system | hex | subsector | upp |
+----------------+------+-----------+-----------+
| Khtaao | 0127 | Kelar | E5A32G7-8 |
| Khteaouw | 0129 | Kelar | E5314P7-B |
| Tee'airlakho | 0131 | Uhtaa | A9986MB-C |
| Ahyolyo | 0135 | Uhtaa | B2006L7-C |
| Oloih | 0227 | Kelar | B0007N7-E |
| Oihoiei | 0230 | Kelar | A8557H8-E |
| Hesiyha | 0232 | Uhtaa | CA9A5K7-9 |
| Rau | 0234 | Uhtaa | A6997K7-D |
| O'Eatoaea | 0235 | Uhtaa | X9899L9-8 |
| Roaa | 0237 | Uhtaa | AA679H7-E |
| Khtaoreh | 0240 | Uhtaa | C1004L6-7 |
| Kteieaelal | 0328 | Kelar | C9896NB-C |
| Khyaleiftaoher | 0332 | Uhtaa | D8876H6-B |
| Khaiuiwelra | 0335 | Uhtaa | C7896P8-8 |
| Atiyr | 0429 | Kelar | E4137H4-B |
| Takhiykhuw | 0433 | Uhtaa | D1207L2-B |
| Hrikei | 0530 | Kelar | A7887K9-D |
| Hrealeiwea' | 0531 | Uhtaa | B5758L9-E |
+----------------+------+-----------+-----------+
18 rows in set (0.00 sec)
the summary page seems to back me up on most of them.
http://www.travellermap.com/MSEC.aspx?sector=Reaver's+Deep
http://www.travellermap.com/sector.htm?sector=Reaver's+Deep
Suggestions on reporting on systems with Govt > D ? Assign as D or
random ?
>