-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpsionics.html
721 lines (687 loc) · 38.3 KB
/
psionics.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cepheus Engine SRD - Psionics</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/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 active">
<a class="nav-link dropdown-toggle active" 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 active" 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">
<a class="nav-link dropdown-toggle" 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" 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: Psionics</h1>
<p class="lead">
For characters in Cepheus Engine campaigns, psionics covers a broad category of mental disciplines and paranormal abilities originating from the mind. Psionics are divided into five different categories, called talents. These talents are: Awareness, Clairvoyance, Telekinesis, Telepathy, and Teleportation. The contents of this Chapter are optional. It is up to the individual Referee if psionics is even available, much less how a character may acquire these talents.
</p>
<h2 id="psionic-strength">Psionic Strength</h2>
<p>
Psionics are powered by the Psionic Strength characteristic (abbreviation Psi). This characteristic cannot be rolled or bought during character creation without the Referee's permission. To determine a character's Psionic Strength, roll 2D6 and subtract the number of terms served by the character in any career (Psionic Strength diminishes over time unless actively used).
</p>
<p>
Using a psionic talent costs a number of Psionic Strength points, temporarily reducing the character's total. As the Characteristic DM for all Psionic skill checks is determined by the characters' current Psionic Strength total, it gets harder and harder to use powers as the character's strength declines.
</p>
<h3>Recovering Psionic Strength Points</h3>
<p>
Expended Psionic Strength points are recovered at the rate of one point per hour, beginning three hours after the character last used a psionic talent.
</p>
<h2 id="psionic-training">Psionic Training</h2>
<p>
The first step is testing a character's Psionic Strength, which is determined as described above (2D6 – number of terms served). If the character still has any Psionic Strength remaining, he can be trained.
</p>
<p>
Training requires four months of work, and costs Cr100,000. As part of training, the character may attempt to learn any of the common psionic talents on the Psionic Training table by making a Psionic Strength check. He may attempt the talents in any order, but suffers a –1 DM per check attempted. If a character learns a talent, he gains that talent at level 0.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Learning DMs by Talent</caption>
<thead class="thead-light">
<tr>
<th>Talent</th>
<th>Learning DM</th>
</tr>
</thead>
<tr>
<th>Awareness</th>
<td>+1</td>
</tr>
<tr>
<th>Clairvoyance</th>
<td>+3</td>
</tr>
<tr>
<th>Telekinesis</th>
<td>+2</td>
</tr>
<tr>
<th>Telepathy</th>
<td>+4</td>
</tr>
<tr>
<th>Teleportation</th>
<td>+0</td>
</tr>
<tr>
<th>Per previous talent acquisition check</th>
<td>-1</td>
</tr>
</table>
<h2 id="psionic-talents">Psionic Talents</h2>
<p>
There are several psionic talents, each of which works like a skill for the powers in question. A character trained in the use of psionics may develop his talents over time just as if they were normal skills. Unlike other skills, psionic talents cannot be used untrained. The most common talents are:
</p>
<dl>
<dt>Awareness</dt>
<dd>control over one's own mind and body.</dd>
<dt>Clairvoyance</dt>
<dd>perceiving at a distance.</dd>
<dt>Telekinesis</dt>
<dd>mind over matter.</dd>
<dt>Telepathy</dt>
<dd>reading minds and mental communication.</dd>
<dt>Teleportation</dt>
<dd>moving from one point to another instantly.</dd>
</dl>
<p>
Each talent grants access to all of its powers – a character with Telepathy 0 can use life detection, read surface thoughts or assault as the situation demands.
</p>
<h3>Using a Psionic Talent</h3>
<p>
To activate a talent, the psion must make a skill check using the appropriate talent (Telepathy, Telekinesis, etc), adding his Psionic Strength characteristic DM and any other DMs. He must also spend the listed number of Psionic Strength points if he succeeds, or one point if he fails. If this cost brings him below zero Psionic Strength, then any excess points are applied to his Endurance score as damage. A character with no Psionic Strength points cannot attempt to activate a power.
</p>
<p>
Using a talent in combat is a significant action.
</p>
<p>
Many abilities are ranged. The Psionic Range table lists the number of points to project psionic abilities out to a given range – these must be paid as well as any points to activate the ability. Each talent has a different set of costs, with the exception of Awareness – all Awareness abilities apply to the Psion only.
</p>
<h3>Range</h3>
<p>
Psionic range costs are paid based on range bands based on those used in personal combat or communication devices. These are defined in the Psionic Range Costs table.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Psionic Range Costs</caption>
<thead class="thead-light">
<tr>
<th>Range</th>
<th>Distance to Target</th>
<th>Clairvoyance</th>
<th>Telekinesis</th>
<th>Telepathy</th>
<th>Teleportation</th>
</tr>
</thead>
<tr>
<th>Personal</th>
<td>Less than 1.5 meters</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>1</td>
</tr>
<tr>
<th>Close</th>
<td>1.5 to 3 meters</td>
<td>0</td>
<td>2</td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<th>Short</th>
<td>3 to 12 meters</td>
<td>1</td>
<td>4</td>
<td>1</td>
<td>2</td>
</tr>
<tr>
<th>Medium</th>
<td>12 to 50 meters</td>
<td>1</td>
<td>5</td>
<td>2</td>
<td>2</td>
</tr>
<tr>
<th>Long</th>
<td>51 meters to 250 meters</td>
<td>2</td>
<td>7</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<th>Very Long</th>
<td>251 meters to 500 meters </td>
<td>2</td>
<td>9</td>
<td>3</td>
<td>3</td>
</tr>
<tr>
<th>Distant</th>
<td>501 meters to 5 km</td>
<td>3</td>
<td>—</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<th>Very Distant</th>
<td>5 km to 500 km</td>
<td>3</td>
<td>—</td>
<td>4</td>
<td>4</td>
</tr>
<tr>
<th>Regional</th>
<td>50 km to 500 km</td>
<td>4</td>
<td>—</td>
<td>4</td>
<td>5</td>
</tr>
<tr>
<th>Continental</th>
<td>500 km to 5000 km</td>
<td>4</td>
<td>—</td>
<td>5</td>
<td>5</td>
</tr>
</table>
<h2>Awareness</h2>
<p>
Awareness is the psionic talent which allows control of one's own body. Awareness powers never have a range – they are used only on yourself.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Awareness</caption>
<thead class="thead-light">
<tr>
<th>Ability</th>
<th>Difficulty</th>
<th>Timing</th>
<th>Cost</th>
</tr>
</thead>
<tr>
<th>Suspended Animation</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 minutes</td>
<td>3</td>
</tr>
<tr>
<th>Psionically Enhanced Strength</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 seconds</td>
<td>1/Point</td>
</tr>
<tr>
<th>Psionically Enhanced Endurance</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 seconds</td>
<td>1/Point</td>
</tr>
<tr>
<th>Regeneration</th>
<td class="table-danger">Very Difficult (-4)</td>
<td>1D6 rounds</td>
<td>1/Point</td>
</tr>
</table>
<h3>Suspended Animation</h3>
<p>
Personal body activity may be suspended for varying periods of time. A character with Awareness may enter a suspended animation state (similar to cold sleep but without the intrinsic danger of death) by willing himself into it. Such a state continues for 7 days without need for food or water and with minimal air needs. Such a person could effectively travel in a low passage berth without actually undergoing cold sleep and its dangers. Suspended animation may be stopped at any time previous to its duration expiring, provided external stimulus is given to awaken the sleeper (such as a friend or a mechanical alarm).
</p>
<h3>Psionically Enhanced Strength</h3>
<p>
Psionic Strength points may be converted to normal Strength points on a temporary basis. The character makes the commitment, reduces his Psionic Strength by a specific number of points, and increases his physical Strength characteristic by that number. In no case may the number of Strength points gained exceed the character's current level in Awareness, and Strength may not be increased beyond the character's racial maximum. Psionically enhanced strength reaches its new level immediately, remains at that peak for ten minutes, and then declines at the rate of 1 Strength point per minute until the normal Strength level is reached. This power works as normal on wounded characters but their Strength returns to the wounded level rather than the normal value. It cannot be used as a 'quick heal'.
</p>
<h3>Psionically Enhanced Endurance</h3>
<p>
Psionically enhanced endurance works in exactly the same way as psionically enhanced strength except the characteristic boosted is Endurance rather than Strength, including its lack of healing ability.
</p>
<h3>Regeneration</h3>
<p>
Wounds and injuries may be healed rapidly. Strength, Dexterity and Endurance lost to injury, disease, poison or other trauma may be healed by the application of this ability, exchanging one Psionic Strength point to regenerate one characteristic point. Any amount of Psionic Strength may be expended with a single use of regeneration but it may not be used again until all expended Psionic Strength is recovered. Regeneration may also be applied to the growing of new limbs or organs to replace lost ones or to heal unrecovered old wounds suffered prior to psionic training. Regeneration may not be used to counteract aging. Awareness is not capable of affecting others and may not be used for healing or enhancing other characters.
</p>
<h2>Clairvoyance</h2>
<p>
Clairvoyance is the general talent which allows a person to sense events at some location displaced from the viewer. There are several levels of clairvoyant ability. Clairvoyance abilities allow eavesdropping activities as well as spying and detection-free exploration of situations. While telepathic life detection will determine the presence of living minds in a closed room, for example, sense will determine if a room is occupied or empty. Clairvoyant activity cannot be sensed by others, including by other psionic individuals.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Clairvoyance</caption>
<thead class="thead-light">
<tr>
<th>Ability</th>
<th>Difficulty</th>
<th>Timing</th>
<th>Cost</th>
</tr>
</thead>
<tr>
<th>Sense</th>
<td class="bg-light">Routine (+2)</td>
<td>1D6 rounds</td>
<td>1+Range</td>
</tr>
<tr>
<th>Clairvoyance</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 rounds</td>
<td>2+Range</td>
</tr>
<tr>
<th>Clairaudience</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 rounds</td>
<td>2+Range</td>
</tr>
<tr>
<th>Clairsentience</th>
<td class="bg-warning">Difficult (-2)</td>
<td>1D6 rounds</td>
<td>3+Range</td>
</tr>
</table>
<h3>Sense</h3>
<p>
This is the basic ability to sense things at some point in the distance. A character will become aware of the most rudimentary characteristics of a location when applying this ability. For example, the Referee will give a basic description, without detail: 'a room containing four dogs' or 'an open plain with a tree, and no animals or men present'. The clairvoyant character must state the range at which he is applying his talent, and will generally sense the most interesting or important feature at that range. The Effect of the check determines the level of accuracy and clarity.
</p>
<h3>Clairvoyance</h3>
<p>
This specific ability allows actual remote viewing of a situation at some displaced point. Rather than the 'snapshot' that sense gives, clairvoyance allows the psion to observe as if he was there in person. The clairvoyant character must state the range at which he is applying his talent. The Effect of the check determines the level of detail perceived and the duration in rounds the vision can be maintained for.
</p>
<h3>Clairaudience</h3>
<p>
This ability is identical to clairvoyance, with the exception that it allows hearing instead of seeing.
</p>
<h3>Clairsentience</h3>
<p>
This power combines the effects of clairvoyance and clairaudience. The character is capable of both seeing and hearing a specific situation.
</p>
<h2>Telekinesis</h2>
<p>
Telekinesis is the talent which allows objects to be manipulated without physically touching them. Any manipulation is treated as if the person was physically handling the item but physical danger, pain, or other stimuli are not present. Telekinesis includes a limited amount of sensory awareness, sufficient to allow actual intelligent manipulation. The Effect of the check determines the duration of the telekinesis in rounds.
</p>
<p>
Items may be thrown using telekinesis. Such items use the Ranged (thrown) category when attacking, using the higher of the distance between either the psion and the target or the object's starting location and the target. The amount of damage inflicted by such an object is given in the Telekinesis object; the psion can add the Effect of the attack's skill check to the damage inflicted. If a creature is the thrown object, both the creature and the target take the same damage on a successful hit.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Telekinesis</caption>
<thead class="thead-light">
<tr>
<th>Ability</th>
<th>Difficulty</th>
<th>Timing</th>
<th>Cost</th>
<th>Throwing Damage</th>
</tr>
</thead>
<tr>
<th>Telekinetically Lift 10 Grams</th>
<td class="table-success">Easy (+4)</td>
<td>1D6 seconds</td>
<td>2+Range</td>
<td>None</td>
</tr>
<tr>
<th>Telekinetically Lift 100 Grams</th>
<td class="bg-light">Routine (+2)</td>
<td>1D6 seconds</td>
<td>3+Range</td>
<td>None</td>
</tr>
<tr>
<th>Telekinetically Lift 1 kg</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 seconds</td>
<td>5+Range</td>
<td>1 point</td>
</tr>
<tr>
<th>Telekinetically Lift 10 kg</th>
<td class="bg-warning">Difficult (-2)</td>
<td>1D6 seconds</td>
<td>7+Range</td>
<td>1D6</td>
</tr>
<tr>
<th>Telekinetically Lift 100 kg</th>
<td class="table-danger">Very Difficult (-4)</td>
<td>1D6 seconds</td>
<td>9+Range</td>
<td>2D6</td>
</tr>
<tr>
<th>Telekinetically Lift 1000 kg</th>
<td class="bg-danger">Formidable (-6)</td>
<td>1D6 seconds</td>
<td>10+Range</td>
<td>8D6</td>
</tr>
</table>
<h2>Telepathy</h2>
<p>
Telepathy is the talent of mind-to-mind contact. It is subtle by nature but can also be used to bluntly crush the wills of those who oppose the telepath.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Telepathy</caption>
<thead class="thead-light">
<tr>
<th>Ability</th>
<th>Difficulty</th>
<th>Timing</th>
<th>Cost</th>
</tr>
</thead>
<tr>
<th>Life Detection</th>
<td class="table-success">Easy (+4)</td>
<td>1D6 rounds</td>
<td>1+Range</td>
</tr>
<tr>
<th>Telempathy</th>
<td class="bg-light">Routine (+2)</td>
<td>1D6 rounds</td>
<td>1+Range</td>
</tr>
<tr>
<th>Read Surface Thoughts</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 rounds</td>
<td>2+Range</td>
</tr>
<tr>
<th>Send Thoughts</th>
<td class="bg-warning">Difficult (-2)</td>
<td>1D6 rounds</td>
<td>2+Range</td>
</tr>
<tr>
<th>Probe</th>
<td class="table-danger">Very Difficult (-4)</td>
<td>1D6 minutes</td>
<td>4+Range</td>
</tr>
<tr>
<th>Probe</th>
<td class="bg-danger">Formidable (-6)</td>
<td>1D6 seconds</td>
<td>8+Range</td>
</tr>
<tr>
<th>Shield</th>
<td>—</td>
<td>—</td>
<td>—</td>
</tr>
</table>
<h3>Life Detection</h3>
<p>
The most elementary form of telepathy is the ability to detect the presence of other minds. Life detection enables a character to sense the presence of other minds, the number of minds present, the general type of minds (animal, human, and so on) and their approximate location.
</p>
<p>
Life detection is reasonably sophisticated, and can distinguish intelligent beings from bacteria or unimportant animals in the area. It functions best at detecting intelligent minds. Shielded minds are undetectable (whether the shield is natural or artificial in origin). If an individual whom the telepath knows is 'life detected' he or she will be recognized.
</p>
<h3>Telempathy</h3>
<p>
The communication of emotions and basic feelings is accomplished by telempathy. This ability serves well in the handling of animals and beasts of burden but may also be applied as a psychological weapon against humans. Sending of emotions such as love, hate, fear, and others may influence other beings (although not necessarily in the manner desired). Telempathy also allows the emotions and feelings of others to be read by a character. The Effect of the check determines the strength of the projected emotion.
</p>
<p>
Telepaths will always recognize when someone is using telempathy to bend their emotions but others will not. The change in mood may be dramatic and inexplicable but most people will simply ascribe it to the mercurial nature of human emotions. Shielded individuals are immune to telempathy as they are all other Telepathy powers.
</p>
<h3>Read Surface Thoughts</h3>
<p>
The most widely known feature of Telepathy is the ability to read the thoughts of other individuals. Only active, current thoughts are read by this ability, with the subject (if himself not a telepath) unaware of the activity. Individuals with telepathic ability cannot be read due to the presence of their natural shields, unless they willingly lower their shielding. The Effect of the check determines the clarity of the telepath's perceptions.
</p>
<h3>Send Thoughts</h3>
<p>
Complementary to the ability to read surface thoughts is the ability to send thoughts to others. Such individuals need not themselves be telepathic to receive such thoughts. Telepathic individuals are normally open to such transmissions, but may close their shields against them if they become bothersome or threatening.
</p>
<h3>Probe</h3>
<p>
The application of great psionic strength will enable a telepath to delve deep into the mind of a subject and to then read his innermost thoughts. Questioning can be used in the procedure to force the subject to divulge specific information. The prober can easily determine deliberate untruths told (thought) by the subject. Probe cannot be used against a shielded mind. Again, the Effect of the check determines the clarity of the telepath's perceptions.
</p>
<h3>Assault</h3>
<p>
Violence may be dealt by a telepath. An unshielded mind, when assaulted telepathically, is rendered unconscious immediately and the character suffers 2D6 + Effect damage. Unlike normal damage, assault damage is applied to Psionic Strength (if the victim has it), then Intelligence, then Endurance. Psionic Strength and Endurance return as normal. Intelligence returns at the rate of one point per day.
</p>
<h3>Shield</h3>
<p>
All telepathically able characters learn how to create a mental shield which protects the mind against unwanted telepathic interference. Shield is automatically in force at all times and requires no Psionic Strength point expenditure to maintain. However, while a telepath has his shield up he cannot use any telepathic powers either. Shield can be lowered to allow telepathic contact or to use telepathic powers – this takes a mere thought (a free action in combat).
</p>
<h2>Teleportation</h2>
<p>
Teleportation is a talent which allows effectively instantaneous movement from one point to another point without regard to intervening matter. Psionic teleportation is limited to the movement of the teleported character's body and (for highly skilled teleporters) his or her clothing and other possessions.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Teleportation</caption>
<thead class="thead-light">
<tr>
<th>Ability</th>
<th>Difficulty</th>
<th>Timing</th>
<th>Cost</th>
</tr>
</thead>
<tr>
<th>Teleport self, unclothed</th>
<td class="table-warning">Average (+0)</td>
<td>1D6 seconds</td>
<td>0+Range</td>
</tr>
<tr>
<th>Teleport self, light load</th>
<td class="bg-warning">Difficult (-2)</td>
<td>1D6 seconds</td>
<td>2+Range</td>
</tr>
<tr>
<th>Teleport self, moderate load</th>
<td class="table-danger">Very Difficult (-4)</td>
<td>1D6 seconds</td>
<td>3+Range</td>
</tr>
<tr>
<th>Teleport self, heavy load</th>
<td class="table-danger">Very Difficult (-4)</td>
<td>1D6 seconds</td>
<td>4+Range</td>
</tr>
</table>
<p>
Teleportation always involves the movement of one's body to another location. Independent items or other individuals may not be moved. Teleportation involves certain requirements in order to be accurate, and to insure obedience of the laws of physics.
</p>
<p>
<b>Pre-Knowledge of Destination:</b> A character must always have a mental image of his or her destination before teleporting. This mental image is acquired by personally visiting the location first (or viewing it from a distance), having the mental image implanted in one's mind (by telepathy) by another person who has visited the destination, or by viewing the location through clairvoyance. The key to remember is that someone has to actually view the location – recorded images are not enough.
</p>
<p>
<b>Energy and Momentum:</b> Teleportation involves serious restrictions on movement in order to assure the conservation of energy and momentum.
</p>
<p>
On planetary surfaces, teleportation is restricted to jumps of Very Distant range or less. Jumps at Very Distant range involve disorientation for a period of 20 to 120 seconds (2D6x10) after arrival. This restriction results from the law of conservation of momentum: on a rotating planet, two locations will have different rotational speeds and directions. A jump from a point on the Earth's equator to one of its poles would result in a total velocity difference between the character and his surroundings of over 3300 kph, which would lead to a messy death in short order.
</p>
<p>
Teleporting to or from vehicles travelling at high speed can also result in energy gains or losses. When teleporting into, onto or out of a fast-moving vehicle the psion takes damage as if the vehicle had rammed him at its current speed.
</p>
<p>
Changes in altitude (actually all movement to locations of differing gravitational potential) will result in potential energy changes, manifesting themselves as changes in body temperature. A jump of one kilometer straight down will result in a temperature increase of 2.5 degrees Celsius; this is sufficient to cause extreme fever, brain damage, and even death. A jump up will cool the body by the same amount, with equally serious results. To be safe, a jump may not involve an elevation change of more than 400 meters, and multiple jumps should not involve a cumulative elevation change or more than 600 meters in one hour. These problems may be gotten around through the use of technological devices: energy compensators, heated suits, and other means. Characters may feel driven to invent such materials, commission their invention, or seek them out from those who already have them.
</p>
<h2>Psionic Technology</h2>
<p>
In a Cepheus Engine universe where psionic abilities are possible, the following psionic-related technology may be available, either legally or on the black market.
</p>
<dl>
<dt>Inhibitor Drug (TL 9)</dt>
<dd>Psionic inhibitors dampen the brain's ability to generate psychic effects. A character who takes (or, more often, is forcibly injected with) an inhibitor drug suffers a –4 DM to all Psionic Strength checks and cannot regain Psionic Strength points. Each hour the character may make an Endurance check to throw off the effects of the drug with a +1 DM for every previous check. Inhibitor drugs have no effect on non-psionic individuals. The drugs cost Cr500 per dose.</dd>
<dt>Psi-Drugs (TL 8+)</dt>
<dd>
<p>
These drugs restore Psionic Strength if taken when the character has already spent Psionic Strength points, or temporarily increase the character's Psionic Strength if taken when he is at full Psionic Strength, as given in the Psi-Drug Effects and Cost table.
</p>
<table class="table table-bordered table-striped table-hover table-responsive-md">
<caption>Table: Psi-Drug Effects and Cost</caption>
<thead class="thead-light">
<tr>
<th>Drug</th>
<th>TL</th>
<th>Psionic Strength Restored</th>
<th>Psionic Strength Boosted</th>
<th>Cost (Cr)</th>
</tr>
</thead>
<tr>
<th>Standard</th>
<td>8</td>
<td>3</td>
<td>2</td>
<td>1,000</td>
</tr>
<tr>
<th>Double</th>
<td>9</td>
<td>6</td>
<td>4</td>
<td>4,000</td>
</tr>
<tr>
<th>Special</th>
<td>10</td>
<td>9</td>
<td>6</td>
<td>10,000</td>
</tr>
</table>
<p>
A character who takes more than one dose of Standard or Double Psi-Drug, or a single dose of the Special drug must make an Endurance check, with a –1 DM per dose of psi-drug taken in the last week (not including the one just taken). If the check is failed the character falls ill with a serious fever, suffering 3D6 damage and permanently reducing his Psionic Strength by one.
</p>
</dd>
<dt>Psionic Shield (TL 12)</dt>
<dd>
<p>
Any armor incorporating a helmet or hood can be outfitted with a psionic shield, blocking Telepathy. Unlike the Telepathy power shield a technological shield is invulnerable to assault and blocks send thoughts. It cannot be lowered without removing the helmet or hood containing the shield. Cr40,000.
</p>
<p>
Buildings and vehicles can also be psionically shielded, but this is much more costly, increasing the cost by 10%.
</p>
</dd>
<dt>Teleportation Suit (TL 12)</dt>
<dd>This device can be integrated into a suit of armor or worn as a form-hugging body-suit. It rapidly cools or warms the body after a teleport, minimizing the damage from sudden energy gains or losses. The suit costs Cr50,000 and allows a character to jump up to 600 meters up or down in a single teleport, or up to ten kilometers in a single hour when using successive jumps.</dd>
<dt>Psionic Interface (TL 14)</dt>
<dd>Any weapon or technological device can be outfitted with a psionic interface. A character using a device with a psionic interface can use his Psionic Strength DM instead of his Dexterity DM when using the weapon or device; a character without psionic ability cannot use the device. The character must either touch the device or use telekinesis to interact with it at range. Adding a psionic interface increases the cost of the device by 20%.</dd>
</dl>
<h2>Psionics in Society</h2>
<p>
The Cepheus Engine assumes that there are generally three different mindsets in which a society might view psionics. In generic terms, these categories are called Psi-Hostile, Psi-Neutral and Psi-Friendly.
</p>
<h3>Psi-Hostile Societies</h3>
<p>
Humanity fears what it doesn't understand. In Psi-Hostile societies, some precipitating event has brought that fear into the court of public opinion, and as a result, psionics became banned. In the least offensive case, the use of psionics is forbidden and violations are punished as a capital crime. In the worst cases, governments and angry mobs often go on witch hunts, looking for psions and generally lynching, lobotomizing, imprisoning or exiling the offenders. Individuals may even be informants or potential informants, ready to call the local authorities at the slightest hint of psionic abilities in use. Governments in psi-hostile societies will publicly denounce the use of psionics, but it is likely that they might maintain a secret training facility due to the usefulness of such powers in espionage and warfare. In a Psi-Hostile society, even having sympathy for the plight of psionic people can cause an individual to be ostracized.
</p>
<p>
This type of society is the most commonly encountered in Cepheus Engine campaigns, because the world it creates is closest to the "real world" experiences shared by most Cepheus Engine players, and the rules tend to operate as if this were the standard.
</p>
<h3>Psi-Neutral Societies</h3>
<p>
In Psi-Neutral societies, psionics does not have the stigma that they do in Psi-Hostile societies. The general populace recognizes the existence of psions, and considers it just another set of talents one can possess, much like athletic prowess or superior marksmanship. The use of psionics is fairly regulated by law level, as the public is aware that psionics have great potential for abuse, but such a culture generally holds a stronger view of personal responsibility and punishes abusers accordingly. Training in such a culture is easier to come by, but is treated much like a vocational school, in that only those who can pay for it are tested and trained. Psionic technology is more likely to be available in such a society, at the discretion of the Referee. Telepaths figure prominently in major corporate and government negotiations. Teleporters are used for quick and sometimes clandestine courier work. Corporate and foreign espionage require another layer of security to address psionic abilities. The accepted use of psionics in such a culture can cause some dramatic changes.
</p>
<h3>Psi-Friendly Societies</h3>
<p>
In Psi-Friendly societies, psions are revered and psionic abilities are often considered a mark of the socially elite. It is likely that children are tested at various points during their childhood, and those with potential are taught to use their gifts from a very young age. Psionics are integrated at every level of society, and may even lead to a highly structured or caste-like culture where the upper classes are comprised of psionically-gifted individuals. These classes may be further stratified based on an individual's psionic strength and/or mastery of psionic skills. Non-psions may even be persecuted as second-class citizens without voting or personal rights, in extreme cases. The actual culture of such a society, like anything else, is ultimately up to the Referee to determine and present.
</p>
</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/bootstrap@5.2.0/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>