• 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.

Drive potential table - filling in the missing hulls

mike wightman

SOC-14 10K
I don't like the rule that says a 300t should use the drive performance of a 400t hull, especially since it is so easy to interpolate from the drive potential table.

Here's what I mean:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
100 2 4 6 - - - - - - - - - - - - - - - - - - - - -
200 1 2 3 4 5 6 - - - - - - - - - - - - - - - - - -
300 - 1 2 2 3 4 4 5 6 6 - - - - - - - - - - - - - -
400 - 1 1 2 2 3 3 4 4 5 5 6 6 - - - - - - - - - - -
500 - - 1 1 2 2 2 3 3 4 4 4 5 5 6 6 6 - - - - - - -
600 - - 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 - - - -
700 - - - 1 1 1 2 2 2 2 3 3 3 4 4 4 4 5 5 5 6 6 - -
800 - - - 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 6 6 6
900 - - - - 1 1 1 1 2 2 2 2 2 3 3 3 3 4 4 4 5 6 6 6 </pre>[/QUOTE]
 
Me either.

</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">Jump drive volume = 5t + 5t per 200 Jump Units.
= 5t + 1t per 40 Jump Units.
Cost: MCr10 per 200 Jump Units.</pre>[/QUOTE]So your 300t vessel's custom jump drive tonnages would be slightly inefficient, but better than the Book 2 alternative.
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">Technical Architecture Device/Module Specification (TADS/TAMS):
KAM Name Type/TL Vol Output MCr
---- ---------- ------------------------ ----- ------ ------
TAMS, , J-Drive Module/12 , 13, 300, 16
TAMS, , J-Drive Module/12 , 20, 600, 30
TAMS, , J-Drive Module/12 , 28, 900, 46
TAMS, , J-Drive Module/12 , 35, 1200, 60
TAMS, , J-Drive Module/12 , 43, 1500, 76
TAMS, , J-Drive Module/12 , 50, 1800, 90</pre>[/QUOTE]This uses my highly experimental javascript here:
http://eaglestone.pocketempires.com/scripts/t5sds/tads-jdrive.html
 
I read it this way:

</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
100 2 4 6 - - - - - - - - - - - - - - - - - - - - -
200 1 2 3 4 5 6 - - - - - - - - - - - - - - - - - -
300 - 1 2 2 3 4 4 5 6 - - - - - - - - - - - - - - -
400 - 1 1 2 2 3 3 4 4 5 5 6 6 - - - - - - - - - - -
500 - - 1 1 2 2 2 3 3 4 4 4 5 5 6 6 6 - - - - - - -
600 - - 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 - - - -
700 - - - 1 1 1 2 2 2 2 3 3 3 4 4 4 4 5 5 5 6 6 - -
800 - - - 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 6 6 6
900 - - - - 1 1 1 1 2 2 2 2 2 3 3 3 3 4 4 4 5 6 6 6 </pre>[/QUOTE]My rationale is that an "A" drive provides 200 "units", a B drive gives 400 "units", a C drive gives 600 units, etc, etc, etc., going up by 200 units per drive letter until you get to the W, X, Y, and Z drives.

200 units sends a 100-ton hull Jump-2 so you need 100 units per 100 tons of hull to go one parsec in one jump. And I round all fractions down.

My table isn't that different, though. And I agree with your ratings for the 500 and 700-ton hulls.
 
Oops, thanks Oz.

I made a mistake copying the 300 entry from the paper version :(

That's pretty much how I did it as well.

As you say, things get interesting at W and above.

The W drive appears to be in the range 4000 to 5000 (why isn't the 800t hull given a peformance of 6 with this drive otherwise?), the X drive ranges from 4800 to 6000, the Y drive has a range of 5500 to 8000 (any more than 5500 and it would be too powerful for the 800t hull), and the Z drive from 5500 to 12000.

It looks like the W - Z drives can be "tuned" to the size of hull.

I'm going to post the 1000 to 2000t hulls next, in 100t increments.
 
I give the last four LBB2 drives these potentials:

W-drive = 5000 units
X-drive = 6000 units
Y-drive = 8000 units
Z-drive = 12000 units

These are the minimums needed to get the published performances. It does lead to the error Sigg has pointed out: the W-drive should give an 800-ton hull a rating of 6, not 5 as shown in the LBB2 table. I have changed this IMTU, and I think it'd be a good change for PT.

I don't think a table for every 100 dtons is needed, Sigg. Just divide the drive potential by the hull displacement and drop all fractions; that gives you the rating of that drive in that hull, with a maximum allowed rating of 6.
 
Using those numbers, which I agree with, the X-Z drives should be too powerful for an 800t hull, while the Y and Z drives are too powerful for a 1000t hull - unless they can be tuned down as I suggested.

And I agree with your method Oz, dividing the numerical "unit" potential by hull size and rounding down, but some people prefer a table to look things up and to see patterns ;)
 
And here it is:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
1000 - - - - 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 5 6 6 6
1100 - - - - - 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 5 6 6
1200 - - - - - 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 4 5 6 6
1300 - - - - - - 1 1 1 1 1 1 2 2 2 2 2 2 2 3 3 4 6 6
1400 - - - - - - 1 1 1 1 1 1 1 2 2 2 2 2 2 2 3 4 5 6
1500 - - - - - - - 1 1 1 1 1 1 1 2 2 2 2 2 2 3 4 5 6
1600 - - - - - - - 1 1 1 1 1 1 1 1 2 2 2 2 2 3 3 5 6
1700 - - - - - - - - 1 1 1 1 1 1 1 1 2 2 2 2 2 3 4 6
1800 - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 2 2 3 4 6
1900 - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 2 3 4 6
2000 - - - - - - - - 1 1 1 1 1 1 1 1 1 1 1 2 2 3 4 6</pre>[/QUOTE]Hmm, the 1900 and 2000t hulls shouldn't be able to use the type J drives, and yet since the 2000t can in the official table then the 1900t one has to as well ;)
 
Originally posted by Sigg Oddra:
Using those numbers, which I agree with, the X-Z drives should be too powerful for an 800t hull, while the Y and Z drives are too powerful for a 1000t hull - unless they can be tuned down as I suggested.

How are you defining "too powerful?" I've never really thought about that.

I agree that larger drives can be "tuned down" to still be used in smaller hulls, though. It was actually used once that I know of, in the IISS Ship Files from GW.

And I agree with your method Oz, dividing the numerical "unit" potential by hull size and rounding down, but some people prefer a table to look things up and to see patterns ;)
Some people are afraid of math, too.... :rolleyes:
 
Originally posted by Sigg Oddra:
Hmm, the 1900 and 2000t hulls shouldn't be able to use the type J drives, and yet since the 2000t can in the official table then the 1900t one has to as well ;)
Hmmm, I've never noticed that myself. Have to make another change to the drive table, methinks. Luckily it's only one spot on the table.

And I think it's time for a full review of the drive potential table. A quick look shows no other discrepancies. What do you think, Sigg?
 
Originally posted by The Oz:
How are you defining "too powerful?" I've never really thought about that.
If you divide drive potential "units" by hull size, round down, and the resultant number is greater than 7 then the drive is too powerful for the hull - otherwise why are hulls 600t- forbidden from using larger maneuver drives and power plants?

I agree that larger drives can be "tuned down" to still be used in smaller hulls, though. It was actually used once that I know of, in the IISS Ship Files from GW.
I'll have to go re-read it.
Some people are afraid of math, too.... :rolleyes:
Yep.

If the drive potential "units" method was used it would free up quite a bit of space in the book...
 
Originally posted by The Oz:
And I think it's time for a full review of the drive potential table. A quick look shows no other discrepancies. What do you think, Sigg?
I think a full review is an excellent idea.

I'm going to post 2100t to 3000t next ;)
 
I will when it's finished ;)

Here's 2100t to 3000t
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
2100 - - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 5
2200 - - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 5
2300 - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 3 5
2400 - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 3 5
2500 - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 3 4
2600 - - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 3 4
2700 - - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 4
2800 - - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 4
2900 - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 2 4
3000 - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 2 4</pre>[/QUOTE]
 
And 3100t to 4000t
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
3100 - - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 3
3200 - - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 3
3300 - - - - - - - - - - - - - - - - 1 1 1 1 1 1 2 3
3400 - - - - - - - - - - - - - - - - 1 1 1 1 1 1 2 3
3500 - - - - - - - - - - - - - - - - - 1 1 1 1 1 2 3
3600 - - - - - - - - - - - - - - - - - 1 1 1 1 1 2 3
3700 - - - - - - - - - - - - - - - - - - 1 1 1 1 2 3
3800 - - - - - - - - - - - - - - - - - - 1 1 1 1 2 3
3900 - - - - - - - - - - - - - - - - - - - 1 1 1 2 3
4000 - - - - - - - - - - - - - - - - - - - 1 1 1 2 3</pre>[/QUOTE]
 
So, here is the whole thing.
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
100 2 4 6 - - - - - - - - - - - - - - - - - - - - -
200 1 2 3 4 5 6 - - - - - - - - - - - - - - - - - -
300 - 1 2 2 3 4 4 5 6 6 - - - - - - - - - - - - - -
400 - 1 1 2 2 3 3 4 4 5 5 6 6 - - - - - - - - - - -
500 - - 1 1 2 2 2 3 3 4 4 4 5 5 6 6 6 - - - - - - -
600 - - 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 - - - -
700 - - - 1 1 1 2 2 2 2 3 3 3 4 4 4 4 5 5 5 6 6 - -
800 - - - 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 6 6 6
900 - - - - 1 1 1 1 2 2 2 2 2 3 3 3 3 4 4 4 5 6 6 6
1000 - - - - 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 5 6 6 6
1100 - - - - - 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 5 6 6
1200 - - - - - 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 4 5 6 6
1300 - - - - - - 1 1 1 1 1 1 2 2 2 2 2 2 2 3 3 4 6 6
1400 - - - - - - 1 1 1 1 1 1 1 2 2 2 2 2 2 2 3 4 5 6
1500 - - - - - - - 1 1 1 1 1 1 1 2 2 2 2 2 2 3 4 5 6
1600 - - - - - - - 1 1 1 1 1 1 1 1 2 2 2 2 2 3 3 5 6
1700 - - - - - - - - 1 1 1 1 1 1 1 1 2 2 2 2 2 3 4 6
1800 - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 2 2 3 4 6
1900 - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 2 3 4 6
2000 - - - - - - - - 1 1 1 1 1 1 1 1 1 1 1 2 2 3 4 6
2100 - - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 5
2200 - - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 5
2300 - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 3 5
2400 - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 3 5
2500 - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 3 4
2600 - - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 3 4
2700 - - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 4
2800 - - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 4
2900 - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 2 4
3000 - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 2 4
3100 - - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 3
3200 - - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 3
3300 - - - - - - - - - - - - - - - - 1 1 1 1 1 1 2 3
3400 - - - - - - - - - - - - - - - - 1 1 1 1 1 1 2 3
3500 - - - - - - - - - - - - - - - - - 1 1 1 1 1 2 3
3600 - - - - - - - - - - - - - - - - - 1 1 1 1 1 2 3
3700 - - - - - - - - - - - - - - - - - - 1 1 1 1 2 3
3800 - - - - - - - - - - - - - - - - - - 1 1 1 1 2 3
3900 - - - - - - - - - - - - - - - - - - - 1 1 1 2 3
4000 - - - - - - - - - - - - - - - - - - - 1 1 1 2 3
5000 - - - - - - - - - - - - - - - - - - - - 1 1 1 2</pre>[/QUOTE]Note that I've left in the inconsistencies i.e the 800t hull and the W drive, the 1900&2000t hulls and the J drive.
Also there is no point in tabulating the 4100t to 4900t hulls as they all have exactly the same performance as a 5000t hull.
 
Looks good, Sigg.

I'll steal that and change the 800 and 1900/2000 ton hulls as needed.

Thanks for the work.
 
Here is the whole thing again, with a couple of possible "corrections" included.
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hull A B C D E F G H J K L M N P Q R S T U V W X Y Z
100 2 4 6 - - - - - - - - - - - - - - - - - - - - -
200 1 2 3 4 5 6 - - - - - - - - - - - - - - - - - -
300 - 1 2 2 3 4 4 5 6 6 - - - - - - - - - - - - - -
400 - 1 1 2 2 3 3 4 4 5 5 6 6 - - - - - - - - - - -
500 - - 1 1 2 2 2 3 3 4 4 4 5 5 6 6 6 - - - - - - -
600 - - 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 - - - -
700 - - - 1 1 1 2 2 2 2 3 3 3 4 4 4 4 5 5 5 6 - - -
800 - - - 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 6 - - -
900 - - - - 1 1 1 1 2 2 2 2 2 3 3 3 3 4 4 4 5 6 - -
1000 - - - - 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 5 6 - -
1100 - - - - - 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 5 - -
1200 - - - - - 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 4 5 6 -
1300 - - - - - - 1 1 1 1 1 1 2 2 2 2 2 2 2 3 3 4 6 -
1400 - - - - - - 1 1 1 1 1 1 1 2 2 2 2 2 2 2 3 4 5 -
1500 - - - - - - - 1 1 1 1 1 1 1 2 2 2 2 2 2 3 4 5 -
1600 - - - - - - - 1 1 1 1 1 1 1 1 2 2 2 2 2 3 3 5 -
1700 - - - - - - - - 1 1 1 1 1 1 1 1 2 2 2 2 2 3 4 -
1800 - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 2 2 3 4 6
1900 - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 2 3 4 6
2000 - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 4 6
2100 - - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 5
2200 - - - - - - - - - - 1 1 1 1 1 1 1 1 1 1 2 2 3 5
2300 - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 3 5
2400 - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 2 3 5
2500 - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 3 4
2600 - - - - - - - - - - - - 1 1 1 1 1 1 1 1 1 2 3 4
2700 - - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 4
2800 - - - - - - - - - - - - - 1 1 1 1 1 1 1 1 2 2 4
2900 - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 2 4
3000 - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 2 4
3100 - - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 3
3200 - - - - - - - - - - - - - - - 1 1 1 1 1 1 1 2 3
3300 - - - - - - - - - - - - - - - - 1 1 1 1 1 1 2 3
3400 - - - - - - - - - - - - - - - - 1 1 1 1 1 1 2 3
3500 - - - - - - - - - - - - - - - - - 1 1 1 1 1 2 3
3600 - - - - - - - - - - - - - - - - - 1 1 1 1 1 2 3
3700 - - - - - - - - - - - - - - - - - - 1 1 1 1 2 3
3800 - - - - - - - - - - - - - - - - - - 1 1 1 1 2 3
3900 - - - - - - - - - - - - - - - - - - - 1 1 1 2 3
4000 - - - - - - - - - - - - - - - - - - - 1 1 1 2 3
5000 - - - - - - - - - - - - - - - - - - - - 1 1 1 2</pre>[/QUOTE]This "fixes" the 800t, 900t, 1900t and 2000t hulls, and removes the tuning ability of the larger drives.
 
How many additional drives do we need to extend the 5000-ton hull to jump 6? 20 more?

Looks like some of them would be interleaved with the standard drives, too. Messy.
 
The real problem there is the implication in Book 2 that drives beyond Z are above TL15. HG is a totally different design theory in this regard and the two are completely incompatible and the idea that they can be freely mixed in designs makes no sense at all. To borrow some letters, YMMV
 
Back
Top