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
|
<!DOCTYPE HTML>
<html lang="en" class="sidebar-visible no-js rust">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Plore Tabletop Roleplaying Game</title>
<meta name="robots" content="noindex" />
<!-- Custom HTML head -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />
<link rel="icon" href="favicon.svg">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/chrome.css">
<link rel="stylesheet" href="css/print.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
<link rel="stylesheet" href="fonts/fonts.css">
<!-- Highlight.js Stylesheets -->
<link rel="stylesheet" href="highlight.css">
<link rel="stylesheet" href="tomorrow-night.css">
<link rel="stylesheet" href="ayu-highlight.css">
<!-- Custom theme stylesheets -->
</head>
<body>
<!-- Provide site root to javascript -->
<script type="text/javascript">
var path_to_root = "";
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "rust" : "rust";
</script>
<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script type="text/javascript">
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');
if (theme.startsWith('"') && theme.endsWith('"')) {
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
}
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}
} catch (e) { }
</script>
<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('rust')
html.classList.add(theme);
html.classList.add('js');
</script>
<!-- Hide / unhide sidebar before it is displayed -->
<script type="text/javascript">
var html = document.querySelector('html');
var sidebar = 'hidden';
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
</script>
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="intro.html">Intro</a></li><li class="chapter-item expanded "><a href="character-builder.html"><strong aria-hidden="true">1.</strong> Build Your Character</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item expanded "><a href="build/what-you-know.html"><strong aria-hidden="true">1.1.</strong> What You Know</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="build/disciplines.html"><strong aria-hidden="true">1.1.1.</strong> Disciplines</a></li><li class="chapter-item "><div><strong aria-hidden="true">1.1.2.</strong> Spells & Abilities</div></li></ol></li><li class="chapter-item expanded "><div><strong aria-hidden="true">1.2.</strong> What You Are</div><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="build/vices.html"><strong aria-hidden="true">1.2.1.</strong> Vices</a></li><li class="chapter-item "><a href="races.html"><strong aria-hidden="true">1.2.2.</strong> Races</a></li><li class="chapter-item "><a href="attributes.html"><strong aria-hidden="true">1.2.3.</strong> Attributes</a></li></ol></li><li class="chapter-item expanded "><div><strong aria-hidden="true">1.3.</strong> What You Have</div><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><div><strong aria-hidden="true">1.3.1.</strong> Gear</div><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="armour.html"><strong aria-hidden="true">1.3.1.1.</strong> Armour</a></li><li class="chapter-item "><a href="weapons.html"><strong aria-hidden="true">1.3.1.2.</strong> Weapons</a></li></ol></li></ol></li></ol></li><li class="chapter-item expanded "><div><strong aria-hidden="true">2.</strong> Spellcasting</div></li><li class="chapter-item expanded "><div><strong aria-hidden="true">3.</strong> Running The Game</div><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item expanded "><a href="fate-deck.html"><strong aria-hidden="true">3.1.</strong> Fate Deck</a></li><li class="chapter-item expanded "><a href="checks.html"><strong aria-hidden="true">3.2.</strong> Checks</a></li><li class="chapter-item expanded "><a href="combat.html"><strong aria-hidden="true">3.3.</strong> Combat</a></li><li class="chapter-item expanded "><a href="social.html"><strong aria-hidden="true">3.4.</strong> Social</a></li><li class="chapter-item expanded "><a href="travel.html"><strong aria-hidden="true">3.5.</strong> Travel</a></li></ol></li><li class="chapter-item expanded "><div><strong aria-hidden="true">4.</strong> Indices</div><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item expanded "><a href="weapons.html"><strong aria-hidden="true">4.1.</strong> Weapons</a></li><li class="chapter-item expanded "><a href="abilities.html"><strong aria-hidden="true">4.2.</strong> Abilities</a></li><li class="chapter-item expanded "><div><strong aria-hidden="true">4.3.</strong> Spells</div></li><li class="chapter-item expanded "><div><strong aria-hidden="true">4.4.</strong> Disciplines</div></li><li class="chapter-item expanded "><div><strong aria-hidden="true">4.5.</strong> Factions</div></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
<div class="page">
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar sticky bordered">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</button>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
</ul>
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
<i class="fa fa-search"></i>
</button>
</div>
<h1 class="menu-title">Plore Tabletop Roleplaying Game</h1>
<div class="right-buttons">
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
</div>
</div>
<div id="search-wrapper" class="hidden">
<form id="searchbar-outer" class="searchbar-outer">
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
</form>
<div id="searchresults-outer" class="searchresults-outer hidden">
<div id="searchresults-header" class="searchresults-header"></div>
<ul id="searchresults">
</ul>
</div>
</div>
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascript">
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>
<div id="content" class="content">
<main>
<h1 id="intro"><a class="header" href="#intro">Intro</a></h1>
<p>Big rework going to happen. I want to use custom cards instead.</p>
<h2 id="types-of-cards"><a class="header" href="#types-of-cards">Types of cards:</a></h2>
<h3 id="tarot-cards"><a class="header" href="#tarot-cards">Tarot Cards</a></h3>
<ul>
<li>These are used as "mana" for abilities and spells. You can choose to draw a card at the start of your turn. You can reshuffle your discard into your deck at the cost of 1 hp.</li>
</ul>
<h3 id="equipment-cards"><a class="header" href="#equipment-cards">Equipment Cards</a></h3>
<ul>
<li>These are weapons, armours, and clothing. There is a limit to how many you can wear at once.</li>
</ul>
<h3 id="ability-cards"><a class="header" href="#ability-cards">Ability Cards</a></h3>
<ul>
<li>Skills that your character has</li>
</ul>
<h3 id="environment-cards"><a class="header" href="#environment-cards">Environment Cards</a></h3>
<p>Cover, Equipment, Etc placed in a room that can be used</p>
<h3 id="loot-cards"><a class="header" href="#loot-cards">Loot Cards</a></h3>
<p>Consumable items such as potions, bombs, etc</p>
<h2 id="combatsocialphysical-turns"><a class="header" href="#combatsocialphysical-turns">Combat(social/physical) Turns</a></h2>
<p>Random player goes first, alternates between player and npcs. Goes either clockwise or counterclockwise(random)</p>
<p>Players have 3 energy. Cards will show how much energy they cost, if any. You refresh your energy at the end of your turn. You can use items and some abilities as a reaction as long as you have enough energy to do them.</p>
<p>Players and Enemies have 4 combat stats: Health, Attack, Riposte, Dodge</p>
<ul>
<li>Heath: How much damage one can take before being out for the fight.</li>
<li>Attack: How much damage is delivered on a successful roll.</li>
<li>Reposte: Damage you deal when an opponent misses</li>
<li>Dodge: Chance of an enemy missing an attack</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="build-your-character"><a class="header" href="#build-your-character">Build Your Character</a></h1>
<p>In the world of Plore, the fates of travellers is intertwined. If you wish to survive you will best remember to work together and prop each others capabilities up, lest you shall all perish alone. Create your characters together such that their stories and personalities will tend to work together rather then clash.</p>
<p>Characters consist of 3 core descriptors:</p>
<ol>
<li>Something you know
<ul>
<li>Disciplines</li>
<li>Spells & Abilities</li>
</ul>
</li>
<li>Something you are
<ul>
<li>Vices</li>
<li>Race</li>
<li>Attributes</li>
</ul>
</li>
<li>Something you have
<ul>
<li>Gear</li>
</ul>
</li>
</ol>
<p>This page will give you a simple sample character creation example to show step by step how a character is made, while the following pages explain in detail each step of the character creation process.</p>
<h4 id="sample-character-creation"><a class="header" href="#sample-character-creation">Sample Character Creation</a></h4>
<h3 id="disciplines-and-vices"><a class="header" href="#disciplines-and-vices">Disciplines and Vices</a></h3>
<p>First you should select 1 or 2 disciplines your character has undertaken in their life. Disciplines will give you advantages when rolling for checks that could reasonable fall under ypur chosen disciplines. Vices however will do the opposite, they will cause increased difficulty accomplishing checks related to them. Outside of these mechanics your should keep in mind to play ypur chracter in a way that would make sense goven these choices. Characters should be tempting for their characters rather then just avoiding them for the sake of avoiding the disadvantage it imposes.</p>
<h3 id="stat-distribution"><a class="header" href="#stat-distribution">Stat distribution</a></h3>
<p>You have 6 points to spend in each suit of skills for an initial total of 24 points however you like with the following restrictions:</p>
<ol>
<li>You may not allot more then 5 points into a any stat</li>
<li>You may not allot less then 1 point into any stat</li>
</ol>
<p>Once these points are alloted you have 3 more points to spend in any way you see fit such that they still follow the above 2 restrictions resulting in a final total of 27 points.</p>
<!--Once you have a character in mind you can begin building their stats. You have 6 points to spend in each suit of skills to spend however you like. this is a total of 12 points(3 for diamonds, 3 for hearts, etc). Once this is done you have 2 more points you can spend in such a way they the 2 points are not spent on the same suit of skills.-->
<p>Here is an example of a stat distribution. 6 points are assigned to each suit, and then 3 more points are added afterwords to the spades suit.</p>
<div class="table-wrapper"><table><thead><tr><th>Diamonds</th><th>Value</th></tr></thead><tbody>
<tr><td>Endurance</td><td>1</td></tr>
<tr><td>Strength</td><td>3</td></tr>
<tr><td>Precision</td><td>2</td></tr>
<tr><td><strong>Total(Health)</strong></td><td><strong>6</strong></td></tr>
</tbody></table>
</div><div class="table-wrapper"><table><thead><tr><th>Clubs</th><th>Value</th></tr></thead><tbody>
<tr><td>Endurance</td><td>2</td></tr>
<tr><td>Strength</td><td>2</td></tr>
<tr><td>Precision</td><td>2</td></tr>
<tr><td><strong>Total(Blood)</strong></td><td><strong>6</strong></td></tr>
</tbody></table>
</div><div class="table-wrapper"><table><thead><tr><th>Hearts</th><th>Value</th></tr></thead><tbody>
<tr><td>Presence</td><td>1</td></tr>
<tr><td>Deception</td><td>4</td></tr>
<tr><td>Empathy</td><td>1</td></tr>
<tr><td><strong>Total(Presentation)</strong></td><td><strong>6</strong></td></tr>
</tbody></table>
</div><div class="table-wrapper"><table><thead><tr><th>Spades</th><th>Value</th></tr></thead><tbody>
<tr><td>Analytics</td><td>5</td></tr>
<tr><td>Practical</td><td>2</td></tr>
<tr><td>Creativity</td><td>2</td></tr>
<tr><td><strong>Total(Memory)</strong></td><td><strong>9</strong></td></tr>
</tbody></table>
</div><!-- As our total Diamonds value is 3, we just multiply this by 5 to get a max health of 15. -->
<h4 id="level-up"><a class="header" href="#level-up">Level Up</a></h4>
<p>Character attributes do not change when characters level up. Instead character gain other benefits on level up.</p>
<!-- #### Sample Level Up -->
<!-- Whenever a character levels up, the player gets 2 points that they can place into any stats. Like when you spent the 2 points on character creation these points must spent on two skills from different suits. -->
<div style="break-before: page; page-break-before: always;"></div><h1 id="what-you-know"><a class="header" href="#what-you-know">What You Know</a></h1>
<p>What your character knows is the most important and defining feature of your character. If you character doesn't know anything then they aren't anyone that matters.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="disciplines"><a class="header" href="#disciplines">Disciplines</a></h1>
<p>A discipline is a career, passion, or hobby your character knows intimately well. When your character is first starting out adventuring then they will posses 1-2 disciplines, usually split between one career and one hobby. These disciplines are key to being able to use your attributes in checks. Whenever you make a check to do some action, if your discipline would give you reasonably give you some kind of expertise in accomplishing this task then the GM will allow you to use a stat of their choosing as a bonus to the action. For example a character with a shopkeeper discipline could gain a practical(spade) attribute bonus towards bartering at a shop. Without a relevant discipline a character will not be able to use attributes as bonuses for regular actions.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="vices"><a class="header" href="#vices">Vices</a></h1>
<p>Vices are thinks your character is bound and weak to. Deal with the vice to be rewarded, but we weary as if you try to ignore it then it will come back with a vengeance.</p>
<p>When creating a fate deck at the start of a game each player is given a vice card that is shuffled into their deck. This card cannot be discarded by any means except when its respective effect is triggered or when a catharsis token is used. Whenever this card is drawn from the deck its effect is triggered and the player must succumb to their vice in some way that is detrimental to themselves and the party, the intensity determined by the type of card.</p>
<p>This surprise however can be avoided if the player intentionally acts upon the vice or the character copes in some way relating to the vice before this card is drawn. When the player does this then player receives a catharsis token. The next time this character draws a vice card this session they give up the token and in return this makes the vice card count as a wildcard of the respective suit on the card. However if the card is not drawn before the end of a session then the token is discarded. Characters are allowed to carry multiple catharsis tokens and only lose 1 per vice card drawn.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="human-races"><a class="header" href="#human-races">Human Races</a></h1>
<h2 id="elf"><a class="header" href="#elf">Elf</a></h2>
<p><code>Magically Intune</code> Passive: Whenever you cast a spell that costs 1 or more blood you regenerate 1 health.</p>
<h2 id="orc"><a class="header" href="#orc">Orc</a></h2>
<p><code>Blood Rage</code> Activatable(1 Blood): Add 2 to your Fitness Strength or Fitness Endurance for this turn.</p>
<h2 id="gnome"><a class="header" href="#gnome">Gnome</a></h2>
<p><code>Crafty Skitter</code> Activatable(2 Energy): While you have able and targetable allies, you cannot be targeted by attacks until your next turn.</p>
<h2 id="cambion"><a class="header" href="#cambion">Cambion</a></h2>
<p><code>Corrupted Bloodline</code> Passive: You have a true name given to you by your succubus parent. You must obey the one that speaks your name to you.</p>
<p>You can choose any Human Race as your sub-race and get their abilities in addition to your current abilities.</p>
<h1 id="exotic-races"><a class="header" href="#exotic-races">Exotic Races</a></h1>
<h2 id="reptid"><a class="header" href="#reptid">Reptid</a></h2>
<p><code>Tough Skin</code> Activatable(1 Blood): Block Slashing or Piercing damage from an attack up to or equal to your Physical Endurance.</p>
<h2 id="slime"><a class="header" href="#slime">Slime</a></h2>
<p><code>Splatter</code> Passive: Deal 1 Acid damage to enemies that damage you with a melee weapon.</p>
<h2 id="brass-gill"><a class="header" href="#brass-gill">Brass Gill</a></h2>
<p><code>Brass Walker</code> Passive: You have 2 additional health.</p>
<p><code>Brass Machinery</code> Passive: You heal and stabilize by repairing with scrap rather then using bandages or resting.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="attributes"><a class="header" href="#attributes">Attributes</a></h1>
<p>All attributes are grouped up into 4 distinct groups, each group representing one of the four suits in a tarot deck. Each group contains 3 primary stats, and 1 derivative stat that is calculated based on other factors.</p>
<h2 id="stats"><a class="header" href="#stats">Stats:</a></h2>
<p>For new characters: assign 4,3,3,2,2,2,1,1,1</p>
<h3 id="fitness"><a class="header" href="#fitness">Fitness</a></h3>
<pre><code>Endurance: Running a marathon, holding your breath
Strength: Pushing a rock, overpowering an opponent
Precision: Walking a tightrope, picking a lock
</code></pre>
<hr />
<h3 id="mental"><a class="header" href="#mental">Mental</a></h3>
<pre><code>Resolve: Facing fears or great pain(Maintaining a spell cast)
Wisdom: Applying Knowledge(Casting a lot of magic quickly)
Perception: Noticing details or the big picture(Casting at long ranges with great accuracy)
</code></pre>
<hr />
<h3 id="social"><a class="header" href="#social">Social</a></h3>
<pre><code>Stoical: Enduring without showing feeling or complaint
Cordiality: Friendliness and Socialness
Eloquence: Using language with fluency and aptness
</code></pre>
<hr />
<h3 id="ideas-and-stuff"><a class="header" href="#ideas-and-stuff">Ideas and Stuff</a></h3>
<pre><code>Health: How much damage one can take before being downed
Blood: Consumed some spells, some attacks, and when one is downed. You die when it reaches 0
Memory: How much powerful knowledge you can keep
Appearance: Is dependant on your character race and dressing. Can augment you communication skills
</code></pre>
<hr />
<div style="break-before: page; page-break-before: always;"></div><h1 id="armour"><a class="header" href="#armour">Armour</a></h1>
<p>Armour is rated by at least the following: quality, block, and damage types. There are also other various traits.</p>
<ul>
<li><strong>Quality</strong>(points): How far away the armour is from breaking.</li>
<li><strong>Block</strong>(points): How much incoming damage.</li>
<li><strong>Damage Types:</strong> Which damage types the armour works against.</li>
</ul>
<p>Quality is determined by a resource die. Whenever during an encounter(combat or otherwise) if you receive damage then you roll resource die to determine if it got damaged. Armour is only damaged this way at most once per encounter.</p>
<p>Some armour change traits depending on the 'Quality' resource die.</p>
<p>When an enemy wearing armour is damaged and the damage matches one of the damage types of the armour then the damage is reduced by block value of the armour up to a minimum of 1 damage dealt(unless the enemy is immune). For player characters wearing armour if the damage is equal or less then the block value then the character takes no damage.</p>
<p>You can wear one set of armour and one set of clothing. In general armour must be worn over clothing.</p>
<hr />
<h2 id="traits"><a class="header" href="#traits">Traits:</a></h2>
<ul>
<li><strong>Slim</strong>: Can be worn and concealed under clothing</li>
<li><strong>Cumbersome</strong>: Gives some kind of disadvantage for manouvers that require precision or endurance.</li>
</ul>
<hr />
<h2 id="armours"><a class="header" href="#armours">Armours</a></h2>
<h3 id="common"><a class="header" href="#common">Common:</a></h3>
<h4 id="clothing"><a class="header" href="#clothing">Clothing</a></h4>
<div class="table-wrapper"><table><thead><tr><th>Quality</th><th>Block</th><th>Damage Types</th><th>Traits</th></tr></thead><tbody>
<tr><td>d4,1</td><td>0</td><td>Slash, Pierce</td><td>Clothing</td></tr>
</tbody></table>
</div>
<h4 id="studded-leather"><a class="header" href="#studded-leather">Studded Leather</a></h4>
<div class="table-wrapper"><table><thead><tr><th>Quality</th><th>Block</th><th>Damage Types</th><th>Traits</th></tr></thead><tbody>
<tr><td>d8</td><td>2</td><td>Any 2 Standard</td><td></td></tr>
<tr><td>d6,d4,1</td><td>1</td><td>Any 2 Standard</td><td></td></tr>
</tbody></table>
</div>
<h3 id="uncommon"><a class="header" href="#uncommon">Uncommon:</a></h3>
<h4 id="assassins-leather"><a class="header" href="#assassins-leather">Assassins Leather</a></h4>
<div class="table-wrapper"><table><thead><tr><th>Quality</th><th>Block</th><th>Damage Types</th><th>Traits</th></tr></thead><tbody>
<tr><td>d6,d4</td><td>1</td><td>Any 2 Standard</td><td>Slim</td></tr>
<tr><td>1</td><td>0</td><td>Any 2 Standard</td><td>Slim</td></tr>
</tbody></table>
</div>
<h4 id="steel-plate"><a class="header" href="#steel-plate">Steel Plate</a></h4>
<div class="table-wrapper"><table><thead><tr><th>Quality</th><th>Block</th><th>Damage Types</th><th>Traits</th></tr></thead><tbody>
<tr><td>d10,d8,d6</td><td>3</td><td>Any 2 Standard</td><td>Cumbersome</td></tr>
<tr><td>d4</td><td>2</td><td>Any 2 Standard</td><td>Cumbersome</td></tr>
<tr><td>1</td><td>1</td><td>Any 2 Standard</td><td>Cumbersome</td></tr>
</tbody></table>
</div>
<h4 id="porcelain-plate"><a class="header" href="#porcelain-plate">Porcelain Plate</a></h4>
<div class="table-wrapper"><table><thead><tr><th>Quality</th><th>Block</th><th>Damage Types</th><th>Traits</th></tr></thead><tbody>
<tr><td>1</td><td>Immune</td><td>Slash, Pierce, Blunt</td><td>Cumbersome</td></tr>
</tbody></table>
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="weapons"><a class="header" href="#weapons">Weapons</a></h1>
<p>Weapons are a special item type which grant character abilities that can be used when the weapon is wielded. Weapons also have various properties which affect your character in combat. Some of these are listed below. When the attack is possible to make, only ranged weapons, improvised weapons, or weapon attacks that specify require a check to see if the attack hits. Otherwise the weapon will automatically hit your target.</p>
<h4 id="unarmed-punches-and-kicks"><a class="header" href="#unarmed-punches-and-kicks">Unarmed Punches and Kicks</a></h4>
<p>Punches, Kicks, and weapon bunts deal 1 blunt damage.</p>
<h1 id="weapon-items"><a class="header" href="#weapon-items">Weapon Items</a></h1>
<h2 id="dagger"><a class="header" href="#dagger">Dagger</a></h2>
<p>Activatable(1 Energy): Deal 2 piercing damage.
Ability(Odd): Refresh this weapon. You can use this an amount of times equal to your Fitness Precision. If you are wielding this in your off hand then the cost is an Even instead.</p>
<h2 id="long-sword"><a class="header" href="#long-sword">Long Sword</a></h2>
<p>Activatable(Swords or Pentacles, 2 Energy): Deal 2 slashing damage + your Fitness Strength.</p>
<h2 id="spear"><a class="header" href="#spear">Spear</a></h2>
<p>Activatable(Cups or Wands, 2 Energy): Deal 2 piercing damage + your Fitness Precision.</p>
<h2 id="mace"><a class="header" href="#mace">Mace</a></h2>
<p>Activatable(Swords or Pentacles, 2 Energy): Deal blunt damage equal to your Fitness Strength.
Activatable(Swords or Pentacles, 3 Energy): Deal blunt damage equal to double your Fitness Strength.</p>
<h2 id="axe"><a class="header" href="#axe">Axe</a></h2>
<p>Activatable(Cups or Wands, 2 Energy): Deal slashing damage equal to your Fitness Strength.
Activatable(Cups or Wands, 3 Energy): Deal slashing damage equal to double your Fitness Strength.</p>
<h2 id="staff"><a class="header" href="#staff">Staff</a></h2>
<p>Activatable(2 Energy, Swords or Pentacles): Deal damage equal to your Fitness Precision.
Ability(Cups or Wands or Pentacles, 1 Energy): Block 1 damage of Slashing or Piercing or Blunt depending on the type of card played respectively.</p>
<h2 id="crossbow"><a class="header" href="#crossbow">Crossbow</a></h2>
<p>Ability(1 Loaded-Arrow, 1 Energy, Even): Deal damage of ammo loaded in + your Fitness Precision.
Activatable(Arrow, 2 Energy): Load an arrow into this Crossbow.</p>
<h2 id="whip"><a class="header" href="#whip">Whip</a></h2>
<p>o
Activatable(2 Energy, Wands): Attempt to make an enemy drop their weapon. <!-- cant be guaranteed success? -->
Activatable(2 Energy, Swords): Deal Slashing damage equal to your Fitness Precision.</p>
<h2 id="caestus"><a class="header" href="#caestus">Caestus</a></h2>
<p>Passive: Fists deal 2 additional damage.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="fate-deck"><a class="header" href="#fate-deck">Fate Deck</a></h1>
<p>The fate deck is a single playing card deck which is used by all the players of the game to build their respective deck. The cards from this deck are used by players to do actions or abilities of their characters. The players individual decks are rebuilt every once in a while.[TODO: how often?]</p>
<h2 id="building-the-fate-decks"><a class="header" href="#building-the-fate-decks">Building the Fate Decks</a></h2>
<p>The GM separates the face cards from the fate deck(kings, queens, jacks and aces). These face cards are then shuffled and one is dealt out to each player. The remaining numbered cards are then selected according to each players respective character's rules for selecting fate cards. Once selected the remaining numbered cards are shuffled and dealt out evenly among the players. Finally any relevant character abilities for further modifying the player Fate Decks are put into play. Once this is done the player Fate Decks are ready for play.</p>
<p>-- new idea --</p>
<ul>
<li>
<p>Whenever the players long rest, reset all cards into a single deck. Each player pick 5 cards from the deck, then distribute the remaining cards randomly. Players have X amount of cards in their hand and draw more whenever it goes below that limit. Players get some kind of punishment/detriment for having an empty deck(this is the in game mechanic representing exaustion)</p>
</li>
<li>
<p>When players use an action or ability they roll a d10. The resulting roll value can be used in place of a card. The suit of the roll depends on the class of the roller. Some classes can use an extra d4 which they can use the result of the roll to add or subtract any of their cards or rolls once that action.</p>
</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="resolving-checks"><a class="header" href="#resolving-checks">Resolving Checks</a></h1>
<p>When the player attempts to do an action and the GM has determined it is not trivial(e.g failure is possible and not insignificant) the GM should give the player a check which will determine the fate of their action.</p>
<p>Here is an explanation of each step of a check.</p>
<hr />
<h3 id="1-action-request"><a class="header" href="#1-action-request">1. Action Request</a></h3>
<p>Player asks to do an action or ability, naming a relevant discipline and/or object if applicable which would assist them(players are <strong>NOT</strong> to state they are 'using' or 'intending to use' a stat)</p>
<h3 id="2-determine-difficulties-and-advantages"><a class="header" href="#2-determine-difficulties-and-advantages">2. Determine Difficulties and Advantages</a></h3>
<p>GM determines how difficult a check is and what the relevant skill is.
| Medium | Hard | Extreme | Borderline Impossible |
| --- | --- | --- | --- |
| 3-4 | 5-7 | 8-10 | 11-12 |</p>
<p>Subtract the player's relevant skill from the difficulty. If they are using a relevant skill then subtract 2 more.</p>
<h3 id="3-resolve-the-check"><a class="header" href="#3-resolve-the-check">3. Resolve the Check</a></h3>
<p>The player resolves the check by rolling. If the result is higher or equal to the difficulty then they succeed. Otherwise they fail.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="combat"><a class="header" href="#combat">Combat</a></h1>
<h2 id="bargain"><a class="header" href="#bargain">Bargain</a></h2>
<p>At any point during combat the players and the enemies can bargain with eachother to cease fighting.</p>
<h2 id="start-of-combat"><a class="header" href="#start-of-combat">Start of Combat</a></h2>
<p>GM places enemies on board, draws from environment deck and places them in play as well. GM Rolls to determine which player goes first.</p>
<h2 id="a-round"><a class="header" href="#a-round">A Round</a></h2>
<p>A single round starts from the first player's turn and goes clockwise until all players have gone once. Then the enemy's actions are resolved. Once they are resolved a new round can begin.</p>
<h2 id="a-player-turn"><a class="header" href="#a-player-turn">A Player Turn</a></h2>
<p>Regain all energy and draw a card from the player deck. During their turn players can spend their energy however they would like. Once they end their turn the player must discard down to their max hand size(default 3)</p>
<h2 id="enemy-turn"><a class="header" href="#enemy-turn">Enemy Turn</a></h2>
<p>The GM resolved the enemy effects in any order they wish. Any enemy that was not targeted this round by a player attack deals damage to a player of the GMs choice equal to the enemy's attack stat. Once all of these are resolve then the enemy turn ends.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="social-1"><a class="header" href="#social-1">Social</a></h1>
<p>Social checks take into account 3 different factors in addition to the regular ones.</p>
<h2 id="factors"><a class="header" href="#factors">Factors</a></h2>
<h3 id="difficulty"><a class="header" href="#difficulty">Difficulty</a></h3>
<p>How difficult the given persuasion attempt is.</p>
<h4 id="resilience"><a class="header" href="#resilience">Resilience</a></h4>
<p>How resilient the person you are talking to is to persuasion of the given thing.</p>
<h4 id="reputation"><a class="header" href="#reputation">Reputation</a></h4>
<p>This is how you are viewed in the community. It is determine by the actions you commit toward those in the community. Harassing people increases the negative view while helping people increases the positive view. It is tracked by the GM by using a 4x4 grid where one axis is "good" and the other axis is "evil". Staying between makes you considered as "chaotic". Generally not possible to revert the good or evil status, they only increase the more respective actions you do towards the community.</p>
<h3 id="persuasion"><a class="header" href="#persuasion">Persuasion</a></h3>
<p>Your persuasion stat is dependant on some of the following factors.</p>
<h4 id="bargain-chipsfavours"><a class="header" href="#bargain-chipsfavours">Bargain Chips/Favours</a></h4>
<p>Things you learn about characters can be used to your advantage. Not necessarily something negative, could be for example doing a task for someone as a favour.</p>
<h4 id="apparel-presentation-relevant-skill"><a class="header" href="#apparel-presentation-relevant-skill">Apparel, Presentation, Relevant Skill</a></h4>
<p>The way you dress, as well as the race you play also has an effect on how receptive others are toward your social attempts. As a possible example: wearing expensive fancy attire may make you more trustworthy to rich socialites but could make you less convincing to those less fortunate. Wearing armour may make your appear like a "dumb brute" which can incentivize characters to take it off. Some settlements also could be predisposed to trusting or distrusting certain races, factors that affect your odds of success.</p>
<h2 id="resolution"><a class="header" href="#resolution">Resolution</a></h2>
<p>If the difference between difficulty and persuasion is between 1 and 6 then the player must roll to make up the difference. The result of this roll will determine if there is a cost to pay for the success. If the difference is greater then 6 then the persuasion fails. If the difference is 0 or negative then the attempt succeeds.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="travel"><a class="header" href="#travel">Travel</a></h1>
<p>When travelling, each day spent in travel is resolved by the GM drawing event cards that are put in play and need to be resolved before proceeding. If the GM draws an enemy then they draw again until they draw an event. The players must fight the group of enemies and then after the combat they must resolve the event.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="weapons-1"><a class="header" href="#weapons-1">Weapons</a></h1>
<p>Weapons are a special item type which grant character abilities that can be used when the weapon is wielded. Weapons also have various properties which affect your character in combat. Some of these are listed below. When the attack is possible to make, only ranged weapons, improvised weapons, or weapon attacks that specify require a check to see if the attack hits. Otherwise the weapon will automatically hit your target.</p>
<h4 id="unarmed-punches-and-kicks-1"><a class="header" href="#unarmed-punches-and-kicks-1">Unarmed Punches and Kicks</a></h4>
<p>Punches, Kicks, and weapon bunts deal 1 blunt damage.</p>
<h1 id="weapon-items-1"><a class="header" href="#weapon-items-1">Weapon Items</a></h1>
<h2 id="dagger-1"><a class="header" href="#dagger-1">Dagger</a></h2>
<p>Activatable(1 Energy): Deal 2 piercing damage.
Ability(Odd): Refresh this weapon. You can use this an amount of times equal to your Fitness Precision. If you are wielding this in your off hand then the cost is an Even instead.</p>
<h2 id="long-sword-1"><a class="header" href="#long-sword-1">Long Sword</a></h2>
<p>Activatable(Swords or Pentacles, 2 Energy): Deal 2 slashing damage + your Fitness Strength.</p>
<h2 id="spear-1"><a class="header" href="#spear-1">Spear</a></h2>
<p>Activatable(Cups or Wands, 2 Energy): Deal 2 piercing damage + your Fitness Precision.</p>
<h2 id="mace-1"><a class="header" href="#mace-1">Mace</a></h2>
<p>Activatable(Swords or Pentacles, 2 Energy): Deal blunt damage equal to your Fitness Strength.
Activatable(Swords or Pentacles, 3 Energy): Deal blunt damage equal to double your Fitness Strength.</p>
<h2 id="axe-1"><a class="header" href="#axe-1">Axe</a></h2>
<p>Activatable(Cups or Wands, 2 Energy): Deal slashing damage equal to your Fitness Strength.
Activatable(Cups or Wands, 3 Energy): Deal slashing damage equal to double your Fitness Strength.</p>
<h2 id="staff-1"><a class="header" href="#staff-1">Staff</a></h2>
<p>Activatable(2 Energy, Swords or Pentacles): Deal damage equal to your Fitness Precision.
Ability(Cups or Wands or Pentacles, 1 Energy): Block 1 damage of Slashing or Piercing or Blunt depending on the type of card played respectively.</p>
<h2 id="crossbow-1"><a class="header" href="#crossbow-1">Crossbow</a></h2>
<p>Ability(1 Loaded-Arrow, 1 Energy, Even): Deal damage of ammo loaded in + your Fitness Precision.
Activatable(Arrow, 2 Energy): Load an arrow into this Crossbow.</p>
<h2 id="whip-1"><a class="header" href="#whip-1">Whip</a></h2>
<p>o
Activatable(2 Energy, Wands): Attempt to make an enemy drop their weapon. <!-- cant be guaranteed success? -->
Activatable(2 Energy, Swords): Deal Slashing damage equal to your Fitness Precision.</p>
<h2 id="caestus-1"><a class="header" href="#caestus-1">Caestus</a></h2>
<p>Passive: Fists deal 2 additional damage.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="abilities"><a class="header" href="#abilities">Abilities</a></h1>
<p>For now this is just a unsorted list of potential abilities, perks, etc. The idea is to first make abilities and then sort them according to classes or whatnot. May or may not decide on classes.</p>
<hr />
<h2 id="ideas-for-activation-of-abilities-with-cards"><a class="header" href="#ideas-for-activation-of-abilities-with-cards">Ideas for activation of abilities with cards</a></h2>
<ol>
<li>Match Suit/Number</li>
<li>X with a pair of Y</li>
<li>Consecutive Cards</li>
<li>Min/Max</li>
<li>Multiple Cards</li>
</ol>
<h2 id="ideas-for-abilities-affecting-cards"><a class="header" href="#ideas-for-abilities-affecting-cards">Ideas for abilities affecting cards</a></h2>
<ol>
<li>Card X is treated as Y</li>
<li>Keep</li>
<li>Combine Card Values</li>
<li>Draw a replacement</li>
<li>Give cards to players(on your turn/their turn/the person after you/etc)</li>
</ol>
<h2 id="ability-ideas"><a class="header" href="#ability-ideas">Ability Ideas</a></h2>
<h3 id="wild-ace"><a class="header" href="#wild-ace">Wild Ace</a></h3>
<p>You treat aces as wildcards of their respective suit.</p>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<div style="clear: both"></div>
</nav>
</div>
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
</nav>
</div>
<script type="text/javascript">
window.playground_copyable = true;
</script>
<script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
<script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
<script src="searcher.js" type="text/javascript" charset="utf-8"></script>
<script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
<script src="highlight.js" type="text/javascript" charset="utf-8"></script>
<script src="book.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom JS scripts -->
<script type="text/javascript">
window.addEventListener('load', function() {
window.setTimeout(window.print, 100);
});
</script>
</body>
</html>
|