-
Notifications
You must be signed in to change notification settings - Fork 12
/
common-grav-vehicles.html
893 lines (884 loc) · 28.2 KB
/
common-grav-vehicles.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cepheus Engine SRD - Common Grav Vehicles</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.css"/>
<link href="cepheus-engine-srd.css" rel="stylesheet">
</head>
<body data-bs-spy="scroll" data-bs-target="#toc">
<header>
<nav class="navbar navbar-expand-xxl navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Cepheus Engine SRD</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="introduction.html">Introduction</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="" role="button" data-bs-toggle="dropdown" aria-expanded="false">Book 1: Characters</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="character-creation.html">Chapter 1: Character Creation</a>
<a class="dropdown-item" href="skills.html">Chapter 2: Skills</a>
<a class="dropdown-item" href="psionics.html">Chapter 3: Psionics</a>
<a class="dropdown-item" href="equipment.html">Chapter 4: Equipment</a>
<a class="dropdown-item" href="personal-combat.html">Chapter 5: Personal Combat</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="" role="button" data-bs-toggle="dropdown" aria-expanded="false">Book 2: Starships and Interstellar Travel</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="off-world-travel.html">Chapter 6: Off-World Travel</a>
<a class="dropdown-item" href="trade-and-commerce.html">Chapter 7: Trade and Commerce</a>
<a class="dropdown-item" href="ship-design-and-construction.html">Chapter 8: Ship Design and Construction</a>
<a class="dropdown-item" href="common-vessels.html">Chapter 9: Common Vessels</a>
<a class="dropdown-item" href="space-combat.html">Chapter 10: Space Combat</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="" role="button" data-bs-toggle="dropdown" aria-expanded="false">Book 3: Referees</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="environments-and-hazards.html">Chapter 11: Environments and Hazards</a>
<a class="dropdown-item" href="worlds.html">Chapter 12: Worlds</a>
<a class="dropdown-item" href="planetary-wilderness-encounters.html">Chapter 13: Planetary Wilderness Encounters</a>
<a class="dropdown-item" href="social-encounters.html">Chapter 14: Social Encounters</a>
<a class="dropdown-item" href="starship-encounters.html">Chapter 15: Starship Encounters</a>
<a class="dropdown-item" href="refereeing-the-game.html">Chapter 16: Refereeing the Game</a>
<a class="dropdown-item" href="adventures.html">Chapter 17: Adventures</a>
</div>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle active" data-toggle="dropdown" href="" role="button" data-bs-toggle="dropdown" aria-expanded="false">Vehicle Design System</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="vds-introduction.html">Introduction</a>
<a class="dropdown-item" href="vehicle-design.html">Chapter 1: Vehicle Design</a>
<a class="dropdown-item" href="common-aircraft.html">Chapter 2: Common Aircraft</a>
<a class="dropdown-item active" href="common-grav-vehicles.html">Chapter 3: Common Grav Vehicles</a>
<a class="dropdown-item" href="common-ground-vehicles.html">Chapter 4: Common Ground Vehicles</a>
<a class="dropdown-item" href="common-watercraft.html">Chapter 5: Common Watercraft</a>
<a class="dropdown-item" href="uncommon-vehicles.html">Chapter 6: Uncommon Vehicles</a>
<a class="dropdown-item" href="updated-common-vehicles-table.html">Appendix A: Updated Common Vehicles Table</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="" role="button" data-bs-toggle="dropdown" aria-expanded="false">Tools</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="tools/subsector-generator.html">Subsector Generator</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="legal.html">Legal</a>
</li>
</ul>
<form class="d-flex" action="search.html">
<div class="input-group ml-sm-2">
<input class="form-control" type="search" placeholder="Search" aria-label="Search" name="q">
<button class="btn btn-outline-light" type="submit">Search</button>
</div>
</form>
</div>
</div>
</nav>
</header>
<main class="container w-75">
<div class="row">
<div class="col-sm-3">
<nav id="toc" data-toggle="toc" class="sticky-top"></nav>
</div>
<div class="col-sm-9">
<h1>Chapter 3: Common Grav Vehicles</h1>
<p class="lead">
This section describes some of the grav vehicles that can be commonly encountered in Cepheus Engine campaigns. These are not the only types of grav vehicles that exist, and creative Referees are encouraged to integrate grav vehicles of their own creation or from other sources into their universes as they see fit.
</p>
<h2>TL9 Air/Raft</h2>
<p>
Using an open four-ton chassis (0 Hull, 1 Structure, Armor 3), the Air/Raft is a classic example of a basic vehicle propelled by anti-gravity technology. It carries an Early Fusion power plant, Code E, and a Grav propulsion system, Code E, giving a top speed of 100 kph, a cruising speed of 75 kph, and an Agility DM of +0. 1.61 liters of hydrogen support the power plant for 28 days. This vehicle is equipped with Advanced controls, a Class III communication system (Regional), basic civilian sensors (DM -2), and a Model 1 computer. It also comes equipped with Autopilot (Grav Vehicle-0). There is a basic cockpit and three cramped seats. Cargo capacity is 24.57 kiloliters, or just over two displacement tons. The vehicle requires a crew of one, the pilot. The vehicle can carry three additional passengers in cramped seats. The vehicle costs KCr94.340 (including discounts and fees) and takes 36 hours to build.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: TL9 Air/Raft Design Specifications</caption>
<thead class="thead-light">
<tr>
<th>Category</th>
<th>Component</th>
<th>Spaces</th>
<th>Price(Cr)</th>
<th>Notes</th>
</tr>
</thead>
<tr>
<th>Chassis</th>
<td>Base</td>
<td>48</td>
<td>6250</td>
<td>Code 8</td>
</tr>
<tr>
<th></th>
<td>Configuration</td>
<td></td>
<td>-625</td>
<td>Open</td>
</tr>
<tr>
<th>Power Plant</th>
<td>Early Fusion</td>
<td>-1.25</td>
<td>1425</td>
<td>Code E</td>
</tr>
<tr>
<th>Propulsion</th>
<td>Grav</td>
<td>-1.4</td>
<td>70000</td>
<td>Code E</td>
</tr>
<tr>
<th>Fuel</th>
<td>Hydrogen</td>
<td>-1.61</td>
<td>64.51</td>
<td>Fuel capacity = 672 hours</td>
</tr>
<tr>
<th>Controls</th>
<td>Advanced</td>
<td>-2</td>
<td>10000</td>
<td></td>
</tr>
<tr>
<th></th>
<td>Autopilot</td>
<td></td>
<td>2000</td>
<td><a href="skills.html#grav-vehicle">Grav Vehicle-0</a></td>
</tr>
<tr>
<th>Communications</th>
<td>Class III</td>
<td>-0.05</td>
<td>2000</td>
<td>Regional (500 km)</td>
</tr>
<tr>
<th>Sensors</th>
<td>Basic Civilian</td>
<td>-6</td>
<td>10000</td>
<td></td>
</tr>
<tr>
<th>Computer</th>
<td>Model 1</td>
<td>-0.01</td>
<td>500</td>
<td></td>
</tr>
<tr>
<th>Accommodations</th>
<td>Basic</td>
<td>-2</td>
<td>1000</td>
<td>One crew</td>
</tr>
<tr>
<th></th>
<td>Cramped Seat</td>
<td>-4</td>
<td>2000</td>
<td>Three passengers, cramped</td>
</tr>
<tr>
<th>Cargo</th>
<td></td>
<td>-24.57</td>
<td></td>
<td></td>
</tr>
<tr>
<th>TOTALS</th>
<td></td>
<td>0</td>
<td>104614.5</td>
<td>Cr94,160 with Std Design Discount</td>
</tr>
</table>
<h2>TL15 G/Carrier</h2>
<p>
Using a closed eight-ton chassis (1 Hull, 2 Structure, Armor 18), the G/Carrier, or Grav Carrier, is effectively a flying tank, and is the standard fighting vehicle of many High Stellar military forces. It carries an Advanced Fusion power plant, Code S, and an Extreme Grav propulsion system, Code S, giving a top speed of 2000 kph, a cruising speed of 1500 kph and an Agility DM of +1. 7.06 kiloliters of hydrogen support the power plant for 28 days. This vehicle is equipped with Advanced controls, a Class IV communication system (Continental), basic military sensors (DM +0), and a Model 5/fib computer. It also comes equipped with Autopilot (Grav Vehicle-2). There is one extended cockpit and twelve cramped seats. The vehicle has one weapon point, bearing a powered ring mount armed with a Fusion Gun-TL 15, which is protected by gun shields (Armor 7). The G/Carrier is equipped with environmental protection (vacuum) and basic life support for 10 days. Cargo capacity is 24.99 kiloliters. The chassis is additionally armored with Bonded Superdense (x2.) The vehicle requires a crew of two: one pilot, one gunner. The vehicle can carry up to 12 additional passengers in cramped seats. The vehicle costs KCr3,138.560 (including discounts and fees) and takes 864 hours (36 days) to build.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: TL15 G/Carrier Design Specifications</caption>
<thead class="thead-light">
<tr>
<th>Category</th>
<th>Component</th>
<th>Spaces</th>
<th>Price(Cr)</th>
<th>Notes</th>
</tr>
</thead>
<tr>
<th>Chassis</th>
<td>Base</td>
<td>96</td>
<td>13350</td>
<td>Code C</td>
</tr>
<tr>
<th></th>
<td>Configuration</td>
<td></td>
<td></td>
<td>Closed</td>
</tr>
<tr>
<th></th>
<td>Armor</td>
<td>-9.6</td>
<td>13350</td>
<td>Bonded Superdense (Armor x2)</td>
</tr>
<tr>
<th></th>
<td>Environmental Protection (Vacuum)</td>
<td>-3</td>
<td>960000</td>
<td></td>
</tr>
<tr>
<th>Power Plant</th>
<td>Advanced Fusion</td>
<td>-5.25</td>
<td>23650</td>
<td>Code S</td>
</tr>
<tr>
<th>Propulsion</th>
<td>Extreme Grav</td>
<td>-6</td>
<td>240000</td>
<td>Code S</td>
</tr>
<tr>
<th>Fuel</th>
<td>Hydrogen</td>
<td>-7.06</td>
<td>282.24</td>
<td>Fuel capacity = 672 hours</td>
</tr>
<tr>
<th>Controls</th>
<td>Advanced</td>
<td>-2</td>
<td>10000</td>
<td>Agility +1</td>
</tr>
<tr>
<th></th>
<td>Autopilot</td>
<td></td>
<td>2000</td>
<td><a href="skills.html#grav-vehicle">Grav Vehicle-2</a></td>
</tr>
<tr>
<th>Communications</th>
<td>Class IV</td>
<td>-0.1</td>
<td>4000</td>
<td>Continental (5000 km)</td>
</tr>
<tr>
<th>Sensors</th>
<td>Basic Military</td>
<td>-12</td>
<td>20000</td>
<td><a href="skills.html#comms">Comms DM+0</a>; Very Distant (50 km)</td>
</tr>
<tr>
<th>Computer</th>
<td>Model 5</td>
<td>0</td>
<td>10000</td>
<td></td>
</tr>
<tr>
<th></th>
<td>Options</td>
<td></td>
<td>5000</td>
<td>Hardened (fib)</td>
</tr>
<tr>
<th>Accommodations</th>
<td>Extended Cockpit</td>
<td>-4</td>
<td>2000</td>
<td>Two crew (pilot, gunner)</td>
</tr>
<tr>
<th></th>
<td>Cramped Seat</td>
<td>-16</td>
<td>8000</td>
<td>12 passengers, cramped</td>
</tr>
<tr>
<th></th>
<td>Basic Life Support</td>
<td>-3</td>
<td>3500</td>
<td>Last 10 days</td>
</tr>
<tr>
<th>Armaments</th>
<td>Ring Weapon Mount, Powered</td>
<td></td>
<td>2150</td>
<td></td>
</tr>
<tr>
<th></th>
<td>Gun Shield</td>
<td></td>
<td>1400</td>
<td>Armor 7</td>
</tr>
<tr>
<th></th>
<td>Fusion Gun-TL 15</td>
<td>-3</td>
<td>200000</td>
<td></td>
</tr>
<tr>
<th>Cargo</th>
<td></td>
<td>-24.99</td>
<td></td>
<td></td>
</tr>
<tr>
<th>TOTALS</th>
<td></td>
<td>0</td>
<td>3487282.24</td>
<td>Cr3,138,560 with Std Design Discount</td>
</tr>
</table>
<h2>TL12 Grav Bike</h2>
<p>
Using an open 0.5-ton chassis (0 Hull, 1 Structure, Armor 5), the Grav Bike is a light form of personal anti-gravity transport commonly used for rapid transit over planetary surfaces. It carries a Fusion power plant, Code B, and an Advanced Grav propulsion system, Code B, giving a top speed of 400kph, a cruising speed of 300kph, and an Agiliity DM of +1. 320 liters of Hydrogen support the power plant for 28 days. This vehicle is equipped with Basic controls, a Class IV communication system (Continental), and a Model 3 computer. It also comes equipped with Autopilot (Grav Vehicle-1). There is one basic cockpit. Cargo capacity is 2.21 kiloliters. The vehicle requires a crew of one: the pilot. The vehicle cannot carry any additional passengers. The vehicle costs KCr41.390 (including discounts and fees) and takes 5 hours to build.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: TL12 Grav Bike Design Specifications</caption>
<thead class="thead-light">
<tr>
<th>Category</th>
<th>Component</th>
<th>Spaces</th>
<th>Price(Cr)</th>
<th>Notes</th>
</tr>
</thead>
<tr>
<th>Chassis</th>
<td>Base</td>
<td>6</td>
<td>1850</td>
<td>Code 3</td>
</tr>
<tr>
<th></th>
<td>Configuration</td>
<td></td>
<td>-185</td>
<td>Open</td>
</tr>
<tr>
<th>Power Plant</th>
<td>Fusion</td>
<td>-0.15</td>
<td>300</td>
<td>Code B</td>
</tr>
<tr>
<th>Propulsion</th>
<td>Advanced Grav</td>
<td>-0.23</td>
<td>30000</td>
<td>Code B</td>
</tr>
<tr>
<th>Fuel</th>
<td>Hydrogen</td>
<td>-0.32</td>
<td>12.902</td>
<td>Fuel capacity = 672 hours</td>
</tr>
<tr>
<th>Controls</th>
<td>Basic</td>
<td>-1</td>
<td>0</td>
<td>Agility +0</td>
</tr>
<tr>
<th></th>
<td>Autopilot</td>
<td></td>
<td>7000</td>
<td><a href="skills.html#grav-vehicle">Grav Vehicle-1</a></td>
</tr>
<tr>
<th>Communications</th>
<td>Class IV</td>
<td>-0.1</td>
<td>4000</td>
<td>Continental (5000 km)</td>
</tr>
<tr>
<th>Computer</th>
<td>Model 3</td>
<td>0</td>
<td>2000</td>
<td></td>
</tr>
<tr>
<th>Accommodations</th>
<td>Basic Cockpit</td>
<td>-2</td>
<td>1000</td>
<td>One crew (pilot)</td>
</tr>
<tr>
<th>Cargo</th>
<td></td>
<td>-2.21</td>
<td></td>
<td></td>
</tr>
<tr>
<th>TOTALS</th>
<td></td>
<td>0</td>
<td>45977.9024</td>
<td>Cr41,390 with Std Design Discount</td>
</tr>
</table>
<h2>TL11 Grav Floater</h2>
<p>
Using an open one-ton chassis (0 Hull, 1 Structure, Armor 4), the Grav Floater is a floating platform designed for a single pilot. It carries an Early Fusion power plant, Code B, and a Grav propulsion system, Code B, giving a top speed of 100 kph, a cruising speed of 75 kph, and an Agility DM of +2. 170 liters of hydrogen support the power plant for 14 days. This vehicle is equipped with Advanced controls, a Class III communication system (Regional), standard sensors (DM -4), and a Model 1 computer. It also comes equipped with Autopilot (Grav Vehicle-1). There is a basic cockpit. Cargo capacity is 4.39 kiloliters. The vehicle requires a crew of one, the pilot. The vehicle cannot carry any additional passengers. The vehicle costs KCr30,580 (including discounts and fees) and takes 9 hours to build.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: TL11 Grav Floater Design Specifications</caption>
<thead class="thead-light">
<tr>
<th>Category</th>
<th>Component</th>
<th>Spaces</th>
<th>Price(Cr)</th>
<th>Notes</th>
</tr>
</thead>
<tr>
<th>Chassis</th>
<td>Base</td>
<td>12</td>
<td>2400</td>
<td>Code 5</td>
</tr>
<tr>
<th></th>
<td>Configuration</td>
<td></td>
<td>-240</td>
<td>Open</td>
</tr>
<tr>
<th>Power Plant</th>
<td>Early Fusion</td>
<td>-0.26</td>
<td>300</td>
<td>Code B</td>
</tr>
<tr>
<th>Propulsion</th>
<td>Grav</td>
<td>-0.12</td>
<td>6000</td>
<td>Code B</td>
</tr>
<tr>
<th>Fuel</th>
<td>Hydrogen</td>
<td>-0.17</td>
<td>6.96</td>
<td>Fuel capacity = 336 hours</td>
</tr>
<tr>
<th>Controls</th>
<td>Advanced</td>
<td>-2</td>
<td>10000</td>
<td>Agility +1</td>
</tr>
<tr>
<th></th>
<td>Autopilot</td>
<td></td>
<td>7000</td>
<td><a href="skills.html#grav-vehicle">Grav Vehicle-1</a></td>
</tr>
<tr>
<th>Communications</th>
<td>Class III</td>
<td>-0.05</td>
<td>2000</td>
<td>Regional (500 km)</td>
</tr>
<tr>
<th>Sensors</th>
<td>Standard</td>
<td>-3</td>
<td>5000</td>
<td><a href="skills.html#comms">Comms DM-4</a></td>
</tr>
<tr>
<th>Computer</th>
<td>Model 1</td>
<td>-0.01</td>
<td>500</td>
<td></td>
</tr>
<tr>
<th>Accommodations</th>
<td>Cockpit, basic</td>
<td>-2</td>
<td>1000</td>
<td>One crew</td>
</tr>
<tr>
<th>Cargo</th>
<td></td>
<td>-4.39</td>
<td></td>
<td></td>
</tr>
<tr>
<th>TOTALS</th>
<td></td>
<td>0</td>
<td>33966.96</td>
<td>Cr30,580 with Std Design Discount</td>
</tr>
</table>
<h2>TL9 Grav Tank</h2>
<p>
Using a closed 8-ton chassis (1 Hull, 2 Structure, Armor 9), the Grav Tank is a popular TL9 military grav vehicle for resolving planetary surface conflicts. It carries an Early Fusion power plant, Code S, and a Grav propulsion system, Code S, giving a top speed of 500kph, a cruising speed of 375kph and an Agility DM of +1. 14.11 kiloliters of hydrogen support the power plant for 28 days. This vehicle is equipped with Advanced controls, a Class IV communication system (Continental), Basic Civilian sensors (DM -2), and a Model 1/fib computer. It also comes equipped with Autopilot (Grav Vehicle-0). There is one extended cockpit and twelve cramped seats. The vehicle has one weapon point, bearing a small turret armed with a Beam Laser-TL 9. The Grav Tank is equipped with environmental protection (vacuum) and basic life support for 10 days. Cargo capacity is 12.18 kiloliters. The chassis is additionally armored with Titanium Steel (x2.) The vehicle requires a crew of two: one pilot, one gunner. The vehicle can carry up to 12 additional passengers in cramped seats. The vehicle costs KCr1,469.400 (including discounts and fees) and takes 432 hours (18 days) to build.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: TL9 Grav Tank Design Specifications</caption>
<thead class="thead-light">
<tr>
<th>Category</th>
<th>Component</th>
<th>Spaces</th>
<th>Price(Cr)</th>
<th>Notes</th>
</tr>
</thead>
<tr>
<th>Chassis</th>
<td>Base</td>
<td>96</td>
<td>13350</td>
<td>Code C</td>
</tr>
<tr>
<th></th>
<td>Configuration</td>
<td></td>
<td></td>
<td>Closed</td>
</tr>
<tr>
<th></th>
<td>Armor</td>
<td>-9.6</td>
<td>2670</td>
<td>Titanium Steel (Armor x2)</td>
</tr>
<tr>
<th></th>
<td>Environmental Protection (Vacuum)</td>
<td>-3</td>
<td>960000</td>
<td></td>
</tr>
<tr>
<th>Power Plant</th>
<td>Early Fusion</td>
<td>-10.5</td>
<td>11825</td>
<td>Code S</td>
</tr>
<tr>
<th>Propulsion</th>
<td>Grav</td>
<td>-12</td>
<td>600000</td>
<td>Code S</td>
</tr>
<tr>
<th>Fuel</th>
<td>Hydrogen</td>
<td>-14.11</td>
<td>564.48</td>
<td>Fuel capacity = 672 hours</td>
</tr>
<tr>
<th>Controls</th>
<td>Advanced</td>
<td>-2</td>
<td>10000</td>
<td>Agility +1</td>
</tr>
<tr>
<th></th>
<td>Autopilot</td>
<td></td>
<td>2000</td>
<td><a href="skills.html#grav-vehicle">Grav Vehicle-1</a></td>
</tr>
<tr>
<th>Communications</th>
<td>Class IV</td>
<td>-0.1</td>
<td>4000</td>
<td>Continental (5000 km)</td>
</tr>
<tr>
<th>Sensors</th>
<td>Basic Civilian</td>
<td>-6</td>
<td>10000</td>
<td><a href="skills.html#comms">Comms DM-2</a>; Distant (5 km)</td>
</tr>
<tr>
<th>Computer</th>
<td>Model 1</td>
<td>-0.01</td>
<td>500</td>
<td></td>
</tr>
<tr>
<th></th>
<td>Options</td>
<td></td>
<td>250</td>
<td>Hardened (fib)</td>
</tr>
<tr>
<th>Accommodations</th>
<td>Extended Cockpit</td>
<td>-4</td>
<td>2000</td>
<td>Two crew (pilot, gunner)</td>
</tr>
<tr>
<th></th>
<td>Cramped Seats</td>
<td>-16</td>
<td>8000</td>
<td>12 passengers, cramped</td>
</tr>
<tr>
<th></th>
<td>Basic Life Support</td>
<td>-3</td>
<td>3500</td>
<td>Lasts 10 days</td>
</tr>
<tr>
<th>Armaments</th>
<td>Turret (Small)</td>
<td>-0.5</td>
<td>4000</td>
<td></td>
</tr>
<tr>
<th></th>
<td>Beam Laser-TL 9</td>
<td>-3</td>
<td>100000</td>
<td></td>
</tr>
<tr>
<th>Cargo</th>
<td></td>
<td>-12.18</td>
<td></td>
<td></td>
</tr>
<tr>
<th>TOTALS</th>
<td></td>
<td>0</td>
<td>1632659.48</td>
<td>Cr1,469,400 with Std Design Discount</td>
</tr>
</table>
<h2>TL9 Speeder</h2>
<p>
Using a closed 2-ton chassis (0 Hull, 1 Structure, Armor 3), the Speeder is a grav-powered craft intended for high speed transit across a planetary surface. The Speeder’s chassis is streamlined. It carries an Early Fusion power plant, Code E, and a Grav propulsion system, Code E, giving a top speed of 1000kph, a cruising speed of 750kph and an Agility DM of +2. 810 liters of hydrogen support the power plant for 28 days. This vehicle is equipped with Advanced controls, a Class IV communication system (Continental), Basic Civilian sensors (DM -2), and a Model 1 computer. It also comes equipped with Autopilot (Grav Vehicle-0). There is one extended cockpit. The Speeder comes compete with an entertainment system. This vehicle is equipped with environmental protection (vacuum) and basic life support for 10 days. Cargo capacity is 2.43 kiloliters. The vehicle requires a crew of one: the pilot. The vehicle can carry up to one additional passenger in the extended cockpit. The vehicle costs KCr330.250 (including discounts and fees) and takes 18 hours to build.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: TL9 Speeder Design Specifications</caption>
<thead class="thead-light">
<tr>
<th>Category</th>
<th>Component</th>
<th>Spaces</th>
<th>Price(Cr)</th>
<th>Notes</th>
</tr>
</thead>
<tr>
<th>Chassis</th>
<td>Base</td>
<td>24</td>
<td>3550</td>
<td>Code 6</td>
</tr>
<tr>
<th></th>
<td>Configuration</td>
<td></td>
<td></td>
<td>Closed</td>
</tr>
<tr>
<th></th>
<td>Options</td>
<td></td>
<td>17750</td>
<td>Streamlined</td>
</tr>
<tr>
<th></th>
<td>Environmental Protection (Vacuum)</td>
<td>-3</td>
<td>240000</td>
<td></td>
</tr>
<tr>
<th>Power Plant</th>
<td>Early Fusion</td>
<td>-1.25</td>
<td>1425</td>
<td>Code E</td>
</tr>
<tr>
<th>Propulsion</th>
<td>Grav</td>
<td>-1.4</td>
<td>70000</td>
<td>Code E</td>
</tr>
<tr>
<th>Fuel</th>
<td>Hydrogen</td>
<td>-0.81</td>
<td>32.256</td>
<td>Fuel capacity = 672 hours</td>
</tr>
<tr>
<th>Controls</th>
<td>Advanced</td>
<td>-2</td>
<td>10000</td>
<td>Agility +1</td>
</tr>
<tr>
<th></th>
<td>Autopilot</td>
<td></td>
<td>2000</td>
<td><a href="skills.html#grav-vehicle">Grav Vehicle-0</a></td>
</tr>
<tr>
<th>Communications</th>
<td>Class IV</td>
<td>-0.1</td>
<td>4000</td>
<td>Continental (5000 km)</td>
</tr>
<tr>
<th>Sensors</th>
<td>Basic Civilian</td>
<td>-6</td>
<td>10000</td>
<td><a href="skills.html#comms">Comms DM-2</a>; Distant (5 km)</td>
</tr>
<tr>
<th>Computer</th>
<td>Model 1</td>
<td>-0.01</td>
<td>500</td>
<td></td>
</tr>
<tr>
<th>Accommodations</th>
<td>Extended Cockpit</td>
<td>-4</td>
<td>2000</td>
<td>Two crew (pilot, gunner)</td>
</tr>
<tr>
<th></th>
<td>Basic Life Support</td>
<td>-3</td>
<td>3500</td>
<td>Last 10 days</td>
</tr>
<tr>
<th>Additional Components</th>
<td>Entertainment System</td>
<td>-0</td>
<td>200</td>
<td></td>
</tr>
<tr>
<th>Cargo</th>
<td></td>
<td>-2.43</td>
<td></td>
<td></td>
</tr>
<tr>
<th>TOTALS</th>
<td></td>
<td>0</td>
<td>366957.256</td>
<td>Cr330,250 with Std Design Discount</td>
</tr>
</table>
</div>
</div>
</main>
<footer class="footer fixed-bottom">
<div class="container text-muted text-center">Cepheus Engine System Reference Document, Copyright © 2016 Samardan Press; Author Jason "Flynn" Kemp</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.js"></script>
</body>
</html>