forked from EntropiaFox/astranauta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
5etools.html
470 lines (404 loc) · 17.3 KB
/
5etools.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--5ETOOLS_CMP-->
<!--5ETOOLS_ANALYTICS-->
<!--5ETOOLS_ADCODE-->
<meta charset="utf-8">
<meta name="description" content="A suite of browser-based tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>5etools</title>
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fontawesome.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.png">
<script>if ("serviceWorker" in navigator) navigator.serviceWorker.register("/sw.js");</script>
<script type="text/javascript" src="js/styleswitch.js"></script>
<script type="text/javascript" src="js/navigation.js"></script>
<script type="text/javascript" src="js/browsercheck.js"></script>
<style>
table.home-table {
padding: 0 10px 10px;
}
table.home-table td {
vertical-align: top;
padding: 0 5px;
width: 50%;
}
#don-wrapper {
position: relative;
margin-bottom: 7px;
padding: 5px 15px;
}
.home__btn-page {
border-width: 2px;
width: 113px;
height: 110px;
text-align: center;
flex-shrink: 0;
padding: 6px;
display: flex;
flex-direction: column;
align-items: center;
}
.home__btn-page,
.home__btn-page:hover,
.home__btn-page:active,
.home__btn-page:focus {
color: #444;
}
.night-mode .home__btn-page,
.night-mode .home__btn-page:hover,
.night-mode .home__btn-page:active,
.night-mode .home__btn-page:focus {
color: inherit;
}
.home__icn-page {
font-size: 50px;
height: 50px;
width: 65px;
overflow: hidden;
text-align: center;
}
.home__lbl-page {
height: 34px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
font-size: 17px;
}
.home__h-player {
text-decoration: underline;
text-decoration-color: dodgerblue;
}
.home__h-rule {
text-decoration: underline;
text-decoration-color: #33a5a5;
}
.home__h-dm {
text-decoration: underline;
text-decoration-color: darkviolet;
}
.home__btn-player,
.home__btn-player:hover,
.home__btn-player:active,
.home__btn-player:focus {
border-color: dodgerblue;
}
.home__btn-rule,
.home__btn-rule:hover,
.home__btn-rule:active,
.home__btn-rule:focus {
border-color: #33a5a5;
}
.home__btn-dm,
.home__btn-dm:hover,
.home__btn-dm:active,
.home__btn-dm:focus {
border-color: darkviolet;
}
.home__stripe {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 55px;
}
.home__stripe-header {
font-size: 32px;
font-weight: bold;
position: absolute;
top: -50px;
left: 0;
right: 0;
}
.home__split {
display: flex;
justify-content: space-between;
}
.home__split-spaced {
margin-right: 80px;
}
.home__split-spaced--gutter {
margin-right: 10px;
}
.home__wrp-buttons {
justify-content: center;
}
.home__mobile-visible {
display: none;
}
.home__narrow-visible {
display: none;
}
@media (max-width: 991px) {
.home__split {
flex-direction: column;
}
.home__split > * {
margin-bottom: 45px;
}
.home__split-spaced {
margin-right: 0;
margin-bottom: 15px;
}
.home__split-spaced--no-header {
margin-bottom: 0;
}
.home__stripe-header {
right: 0;
left: 0;
top: -40px;
}
.home__mobile-visible {
display: block;
}
.home__icn-page {
font-size: 50px;
height: 50px;
}
.home__btn-page {
height: 114px;
margin: 5px !important;
}
.home__mobile-hidden {
display: none !important;
}
}
@media (max-width: 507px) {
.home__narrow-visible {
display: block !important;
}
.home__narrow-hidden {
display: none !important;
}
.home__split-spaced--no-header {
margin-bottom: 15px;
}
}
</style>
</head>
<body>
<header class="hidden-xs hidden-sm page__header">
<div class="container">
<h1 class="page__title page__title--home">5e<span>tools</span></h1>
<p class="page__subtitle">A suite of tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.</p>
</div>
</header>
<nav class="container page__nav" id="navigation">
<ul class="nav page__nav-inner" id="navbar">
</ul>
</nav>
<div class="container">
<div class="alert alert-warning"><p><strong>Note:</strong> this is an unofficial/personal mirror, and is not guaranteed to be up-to-date. It is not supported by the 5etools team. Use at your own risk. Unless you have no other alternative, please use the main site at <a class="alert-link" href="https://5e.tools/" target="_blank">5e.tools</a>.</p></div>
<!-- <div class="alert alert-warning">-->
<!-- <p><strong>Discord update:</strong> A recent bot-hijack resulted in many accounts being banned from our Discord server, along with a general server reset. Besides bans, no user accounts were affected, and the server has largely been restored to its former state. <a class="alert-link" href="https://discord.gg/nGvRCDs" target="_blank" rel="noopener">You can rejoin here.</a></p>-->
<!-- </div>-->
</div>
<div class="cancer__wrp-leaderboard"><!--5ETOOLS_AD_LEADERBOARD--></div>
<div class="cancer__wrp-sidebar-rhs"><!--5ETOOLS_AD_RIGHT_1--><div class="cancer__sidebar-rhs-inner"><!--5ETOOLS_AD_RIGHT_2--></div></div>
<div class="home__stripe">
<div class="home__split relative">
<div class="home__stripe-header text-right home__h-player"><div class="w-100 text-center">Players</div></div>
<div class="flex flex-wrap relative home__split-spaced home__split-spaced--gutter home__split-spaced--no-header home__wrp-buttons">
<a class="home__btn-page btn btn-default mr-3 home__btn-player" href="races.html">
<div class="fal fa-users home__icn-page"></div>
<h4 class="text-center home__lbl-page">Races</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-player" href="classes.html" title="Quickly browse the official classes, and their associated subclasses.
Unearthed Arcana content can be accessed by cycling the "All Sources" button.">
<div class="fal fa-hat-wizard home__icn-page"></div>
<h4 class="text-center home__lbl-page">Classes</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-player" href="feats.html">
<div class="fal fa-chess-queen home__icn-page"></div>
<h4 class="text-center home__lbl-page">Feats</h4>
</a>
<a class="home__btn-page btn btn-default home__btn-player" href="optionalfeatures.html" title="A searchable, filterable list of feature choices, including Eldritch Invocations for the Warlock Class, and Maneuvers for the Fighter's Battlemaster subclass.">
<div class="fal fa-drafting-compass home__icn-page"></div>
<h4 class="text-center home__lbl-page">Options<br>& Features</h4>
</a>
<!-- mobile only -->
<a class="home__btn-page btn btn-default home__narrow-visible home__btn-player" href="backgrounds.html">
<div class="fal fa-portrait home__icn-page"></div>
<h4 class="text-center home__lbl-page">Backgrounds</h4>
</a>
<a class="home__btn-page btn btn-default home__narrow-visible home__btn-player" href="items.html">
<div class="fal fa-helmet-battle home__icn-page"></div>
<h4 class="text-center home__lbl-page">Items</h4>
</a>
<a class="home__btn-page btn btn-default home__narrow-visible home__btn-player" href="spells.html">
<div class="fal fa-book-spells home__icn-page"></div>
<h4 class="text-center home__lbl-page">Spells</h4>
</a>
<a class="home__btn-page btn btn-default home__narrow-visible home__btn-player" href="psionics.html">
<div class="fal fa-brain home__icn-page"></div>
<h4 class="text-center home__lbl-page">Psionics</h4>
</a>
</div>
<div class="flex flex-wrap home__wrp-buttons home__narrow-hidden">
<a class="home__btn-page btn btn-default mr-3 home__btn-player" href="backgrounds.html">
<div class="fal fa-portrait home__icn-page"></div>
<h4 class="text-center home__lbl-page">Backgrounds</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-player" href="items.html">
<div class="fal fa-helmet-battle home__icn-page"></div>
<h4 class="text-center home__lbl-page">Items</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-player" href="spells.html">
<div class="fal fa-book-spells home__icn-page"></div>
<h4 class="text-center home__lbl-page">Spells</h4>
</a>
<a class="home__btn-page btn btn-default home__btn-player" href="psionics.html">
<div class="fal fa-brain home__icn-page"></div>
<h4 class="text-center home__lbl-page">Psionics</h4>
</a>
</div>
</div>
<div class="my-4 home__mobile-hidden home__narrow-hidden"></div>
<div class="my-4 home__mobile-hidden home__narrow-visible"></div>
<div class="my-4 home__mobile-hidden"></div>
<div class="home__split">
<div class="flex flex-wrap relative home__split-spaced home__split-spaced--gutter home__wrp-buttons">
<div class="home__stripe-header home__h-rule"><div class="w-100 text-center">Rules</div></div>
<a class="home__btn-page btn btn-default mr-3 home__btn-rule" href="adventures.html" title="All the official adventures published by Wizards of the Coast.">
<div class="fal fa-dungeon home__icn-page"></div>
<h4 class="text-center home__lbl-page">Adventures</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-rule" href="books.html" title="All the official sources published by Wizards of the Coast.">
<div class="fal fa-books home__icn-page"></div>
<h4 class="text-center home__lbl-page">Books</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-rule" href="quickreference.html" title="A searchable selection of commonly used rules and tables.">
<div class="fal fa-info-square home__icn-page"></div>
<h4 class="text-center home__lbl-page">Quick<br>Reference</h4>
</a>
<a class="home__btn-page btn btn-default home__btn-rule" href="conditionsdiseases.html" title="A searchable, filterable list of the conditions found in the Player's Handbook, and the sample diseases found in the Dungeon Master's Guide.">
<div class="fal fa-skull-crossbones home__icn-page"></div>
<h4 class="text-center home__lbl-page">Conditions</h4>
</a>
</div>
<div class="my-4 home__mobile-visible"></div>
<div class="flex flex-wrap relative home__wrp-buttons">
<div class="home__stripe-header home__h-dm"><div class="w-100 text-center">Dungeon Masters</div></div>
<a class="home__btn-page btn btn-default mr-3 home__btn-dm" href="bestiary.html" title="A searchable, filterable list of the more than 1,000 stat blocks in D&D 5e. An encounter builder is included, and creature Challenge Rating can be scaled according to the "Creating Quick Monster Stats" table in the Dungeon Master's Guide.">
<div class="fal fa-dragon home__icn-page"></div>
<h4 class="text-center home__lbl-page">Bestiary</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-dm" href="dmscreen.html" title="A fully-customizable Dungeon Master's screen, featuring an initiative tracker; a unit converter, embedded images, videos, and sites; and the majority of 5etools' content.">
<div class="fal fa-map home__icn-page"></div>
<h4 class="text-center home__lbl-page">DM Screen</h4>
</a>
<a class="home__btn-page btn btn-default mr-3 home__btn-dm" href="lootgen.html" title="A random loot generator for both individual and hoards of treasure.">
<div class="fal fa-treasure-chest home__icn-page"></div>
<h4 class="text-center home__lbl-page">Loot<br>Generator</h4>
</a>
<a class="home__btn-page btn btn-default home__btn-dm" href="crcalculator.html" title="A verbose, in-depth Challenge Rating calculator, for determining the CR of homebrew creatures.">
<div class="fal fa-abacus home__icn-page"></div>
<h4 class="text-center home__lbl-page">CR<br>Calculator</h4>
</a>
</div>
</div>
<div class="my-4"></div>
<hr class="no-shrink w-100 my-0">
</div>
<main class="container">
<!-- <div id="don-wrapper" class="alert alert-info" style="display: none">-->
<!-- <div class="split" style="align-items: center">-->
<!-- <div class="text-center" style="max-width: 260px; padding-right: 10px;">For those with an abundance of gold, we accept <a href="donate.html">donations</a>.</div>-->
<!-- <div style="width: 100%">-->
<!-- <div class="don__bar don__bar--home">-->
<!-- <div class="don__bar_inner"></div>-->
<!-- </div>-->
<!-- <div class="split">-->
<!-- <span>€0.00</span>-->
<!-- <span id="don-total">Loading...</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<div class="row">
<div class="col-sm-12">
<p><a href="https://www.patreon.com/bePatron?u=22018559"><img src="img/patreon.png" alt="Become a Patron" style="width: 217px;"></a></p>
<h3>Use Discord?</h3>
<p>Join our <a href="https://discord.gg/nGvRCDs" target="_blank" rel="noopener">server</a> for announcements, updates, and feature voting.</p>
<h3>Use Roll20?</h3>
<p>Install <a href="https://ssstormy.github.io/roll20-enhancement-suite/">
Roll20 Enhancement Suite</a> and Tampermonkey (<a
href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo">Chrome</a>/<a
href="https://addons.mozilla.org/firefox/addon/tampermonkey/">Firefox</a>), and get the betteR20 script using
this <a href="https://get.5e.tools/script/betteR20-5etools.user.js" id="betteR20_link">link</a>.</p>
<p>As a player, you can import character options, spells, and items to quickly fill out a sheet. As a GM, you can additionally import monsters, tables, and adventures.</p>
<p>To import monsters, your game must have a default character sheet. We strongly recommend using OGL
when importing, then switching to another afterwards if desired. (When switching to the Shaped sheet, be sure to open up NPC sheets after import to let them convert.)</p>
<p><b>Check the <a href="https://wiki.5e.tools/index.php/BetteRoll20_Install">installation guide</a> on the wiki, and check the <a href="roll20.html">Help page</a> for some basic pointers on how to use the script.</b></p>
<h3>FAQ</h3>
<p><b>Is there a wiki?</b> <a href="https://wiki.5e.tools/index.php/Main_Page">Here.</a> Contributions are welcome.
<p><b>Is it free?</b> Yes! You can download the source at <a href="https://get.5e.tools">get.5e.tools</a>. See the <code>README</code> or the <a href="https://wiki.5e.tools/index.php/5eTools_Install_Guide">wiki</a> for help.</p>
<p><b>Can I contribute?</b> A copy of the source is available on <a href="https://github.com/TheGiddyLimit/TheGiddyLimit.github.io">GitHub</a>. Note that this is a secondary mirror, and so is not guaranteed to be up-to-date.</p>
<p><b>Browser and device support?</b> The latest desktop versions of Chrome and Firefox.</p>
<p><b>Anything else I should know?</b> Hold <kbd>SHIFT</kbd> when hovering to lock a window in place. Everything has tooltips. You will always be the DM.</p>
</div>
</div>
</main>
<footer class="container">
<p class="text-center">
Version
<a id="version_number" href="#">?</a>
| <span style="text-decoration: red line-through"> © </span><span id="current_year">2019</span> 5etools
| <a href="privacy-policy.html">Privacy Policy</a>
| <a onclick="(window.__cmp || window.__cmp2)("displayConsentUi")" href="javascript:void(0);">Change Ad Consent</a>
<br>
<i>5etools® is a Registered Trademark of The Norr Group Ltd. All rights reserved.</i>
</p>
</footer>
<!--5ETOOLS_SCRIPT_ANCHOR-->
<!--5ETOOLS_AD_ADHESION-->
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/utils-ui.js"></script>
<script type="text/javascript" src="lib/localforage.js"></script>
<script type="text/javascript" src="js/omnidexer.js"></script>
<script type="text/javascript" src="js/omnisearch.js"></script>
<script type="text/javascript" src="js/render.js"></script>
<script type="text/javascript" src="js/scalecreature.js"></script>
<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="lib/jquery-ui.js"></script>
<script type="text/javascript" src="lib/jquery-ui-slider-pip.js"></script>
<script type="text/javascript" src="lib/elasticlunr.js"></script>
<script>
ExcludeUtil.pInitialise();
const $demoRoller = $(`#demo_roller`);
$demoRoller.html(Renderer.get().render(`{@dice ${$demoRoller.html()}}`));
$(`#current_year`).text((new Date).getFullYear());
$(`#version_number`).text(VERSION_NUMBER).attr("href", `https://get.5e.tools/`);
const $lnkB20 = $(`#betteR20_link`);
$lnkB20.attr("href", `${$lnkB20.attr("href")}?v=${VERSION_NUMBER}_${Date.now()}`);
window.__cmp2 = () => {
alert("This only works on a live version of the site!");
};
// TAG Disabled until further notice
/*
(async () => {
if (!await _Donate.pNotDonating()) {
const $wrpDon = $(`#don-wrapper`).show();
$(`<div><span class="glyphicon glyphicon-remove"></span></div>`).css({
position: "absolute",
top: 0,
right: 2,
cursor: "pointer"
}).click(() => {
StorageUtil.pSet("notDonating", true);
$wrpDon.remove();
}).appendTo($wrpDon);
_Donate.init();
}
})();
*/
</script>
</body>
</html>