forked from starclaws/5etools
-
Notifications
You must be signed in to change notification settings - Fork 36
/
5etools.html
243 lines (234 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--5ETOOLS_VERSION-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>5etools</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.png">
<script type="text/javascript" src="lib/js-cookie.js"></script>
<script type="text/javascript" src="js/styleswitch.js"></script>
<script type="text/javascript" src="js/navigation.js"></script>
<style>
table.home-table {
padding: 0 10px 10px;
}
table.home-table td {
vertical-align: top;
padding: 0 5px;
}
span.not-simple {
cursor: help;
text-decoration: underline;
text-decoration-style: dotted;
}
</style>
</head>
<body>
<header class="hidden-xs hidden-sm">
<div class="container">
<h1 class="header-tools">5e<span>tools</span></h1>
<p>A suite of tools for 5e D&D players.</p>
</div>
</header>
<nav class="container" id="navigation">
<ul class="nav nav-pills" id="navbar">
</ul>
</nav>
<main class="container bodyContent">
<div class="row">
<div class="col-sm-12">
</div>
</div>
<div class="row">
<table class="home-table">
<tr>
<td colspan="2">
<p>5etools is a suite of browser-based tools for players and DMs of D&D 5e. You can
download the entire project from <a href="https://get.5e.tools">get.5e.tools</a>.
To run a local (offline) copy, <span class="not-simple" title="For Firefox, this works. For Chrome/derivatives, you need to use '--allow-file-access-from-files' (Google it.)">simply</span>
download the project, extract it all to a folder, and open the html files in a browser.
You're free to host your own mirror, or contribute to the project via
<a href="https://github.com/TheGiddyLimit/TheGiddyLimit.github.io">GitHub</a>.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="classes.html">Classes</a></h4>
<p>Classes.html allows you to quickly browse each of the official classes in 5e. You can also filter for the
class' specific subclasses for easier reference, sharing the produced URL for quick-access.</p>
</td>
<td>
<h4><a href="bestiary.html">Bestiary</a></h4>
<p>Bestiary.html provides a searchable, filterable list of the more than 1,000 stat blocks in D&D 5e. You
can display them and each attack and damage roll can be done in-line with just a click.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="backgrounds.html">Backgrounds</a></h4>
<p>Backgrounds.html lists the official backgrounds in D&D 5e, including those from supplement
material.</p>
</td>
<td>
<h4><a href="conditions.html">Conditions</a></h4>
<p>Conditions.html lists all the conditions in D&D 5e.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="feats.html">Feats</a></h4>
<p>Feats.html provides a quick-use list of the feats in D&D 5e, including those from Unearthed Arcana
and supplements.</p>
</td>
<td>
<h4><a href="cultsboons.html">Cults & Demonic Boons</a>/<a href="deities.html">Deities</a></h4>
<p>Cultsboons.html lists all cults and demonic boons in the UA: Fiendish Options. Deities.html lists all the gods in D&D 5e. </p>
</td>
</tr>
<tr>
<td>
<h4><a href="races.html">Races</a></h4>
<p>Races.html lists each of the races in D&D 5e, including subraces and variants.</p>
</td>
<td>
<h4><a href="items.html">Items</a></h4>
<p>Items.html lists the mundane and magical items currently in D&D 5e, allowing quick access to their
properties.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="names.html">Names</a></h4>
<p>Names.html lists a name roller for each of the races in D&D 5e.</p>
</td>
<td>
<h4><a href="rewards.html">Other Rewards</a></h4>
<p>Rewards.html lists the blessings, boons, and charms currently in D&D 5e, allowing quick access to
their properties.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="lifegen.html">This Is Your Life</a></h4>
<p>Lifegen.html provides an automated version of the character background generator from <i>Xanathar's Guide to Everything</i>.</p>
</td>
<td>
<h4><a href="spells.html">Spells</a>/<a href="psionics.html">Psionics</a></h4>
<p>Spells.html lists all of the official spells in D&D 5e. Psionics.html lists all psionics in the UA:
The Mystic Class. Both lists can be easily searched and filtered and the entries can be shared through
the generated URL.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="crcalculator.html">CR Calculator</a></h4>
<p>CRcalculator.html provides a verbose, in-depth Challenge Rating calculator, for determining the CR of
custom monsters made for D&D 5e.</p>
</td>
<td>
<h4><a href="quickreference.html">Quick Reference</a></h4>
<p>Quickreference.html provides a searchable selection of commonly used rules and tables.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="lootgen.html">Loot Generator</a></h4>
<p>Lootgen.html is a random loot generator for both individual and hoard treasure based on CR for D&D
5e.</p>
</td>
<td>
<h4><a href="variantrules.html">Variant Rules</a></h4>
<p>Variantrules.html lists the variant and optional rules in D&D 5e.</p>
</td>
</tr>
<tr>
<td>
<h4><a href="adventures.html">Adventures</a></h4>
<p>Adventures.html is a work-in-progress list of officially released adventures for D&D 5e.</p>
</td>
<td>
<h4><a href="invocations.html">Eldritch Invocations</a></h4>
<p>Invocations.html lists all of the official Eldritch Invocations for the Warlock Class in D&D 5e, from
the PHB, XGE, and various UA. Filterable by prerequisites, and entries can be shared through the
generated URL.</p>
</td>
</tr>
</table>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Use Roll20?</h3>
<p>Get 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 install the 5etools companion script using
this <a href="https://get.5e.tools/script/betteR20-5etools.user.js">link</a>! This
userscript allows you to import much of 5etools' data without paying a dime.</p>
<p>As a player, you can import character options, spells, and items to quickly fill out a sheet. As a GM, you can make handout copies
of these, as well as import monsters, objects, 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.</p>
<p>If you are using the Shaped
sheet, be sure to open up the NPC sheets and let them convert before using it.</p>
<p>Beyond importing, the script features a custom initiative tracker; the ability to add custom map/token images by URL; enhanced journal functionality; and more.</p>
<p><b>FAQ: Check the <a href="roll20.html">Help page</a> for some basic pointers on how to use the script.</b></p>
<h3>Use Discord?</h3>
<p>Now you can join our server using this <a href="https://discord.gg/Zk34CUZ">link!</a></p>
<h3>FAQ / Help</h3>
<p><b>Browser Support.</b> We aim to fully support <b>all</b> commonly used browsers, i.e. Chrome and
Firefox. We have no plans to support any Microsoft browsers. Other browsers, e.g. Safari and Opera,
might work OK but you may wish to upgrade to a better browser in order to have a better experience when
using the internet.</p>
<p><b>Device Support.</b> We aim to support Windows and Android; mainly because they're the devices we
usually have access to. Due to the amount of information displayed we typically aim for the best
look-and-feel when using a monitor rather than a smartphone screen. Similar to our browser support, you
may wish to upgrade to a better supported device in order to have a more secure / better experience when
using the internet.</p>
<p><b>Filtering.</b> On most of the pages we have filters. By default we include and/or exclude certain
things. The filter will include anything that's blue and exclude anything that's red. For example, if
you want to see all spells from Xanathar's Guide to Everything that a Warlock can use but can't be used
by a Wizard then you need to have "Xanathar's Guide to Everything" and "Warlock" in blue and "Wizard" in
red - when you're in the Filter drop-down clicking an icon cycles the color from white (it doesn't
matter either way) to blue (include these things) to red (exclude these things). If you get lost then
simply click the Reset button and the filtering will go back to the default for that page.</p>
<p><b>Everything keeps changing.</b> Yes - it does; that's because we want to keep improving this site. We
rarely delete data, but it may appear to be "missing"; that's often due to the filter settings. If you
find entries are wrong then please let us know, e.g. using Discord or raise an issue in GitHub; we're
typically very responsive. Similarly, if you have any good suggestions for improvements then we're up
for that too! No change is too small to tell us about, e.g. spelling mistakes and links not working, but
the bigger changes might take some time to get to the top of our priority list.</p>
<p><b>Links.</b> Much of the content includes hyperlinks to other parts of our site. Similarly, other things
may look like links but they're often die-rollers, e.g. click on a 1d4+2 and we'll do the dice rolling
for you and the results appear at the bottom of the screen. If in doubt, give it a click and see what it
does!</p>
<p><b>Day/Night Mode.</b> Night Mode, with a dark background and lighter text, is a relatively recent new
feature and we're still putting the finishing touches to its look-and-feel.</p>
<p><b>Sorting.</b> If you click on the column name in a table then the data in that column is sorted;
clicking on it again will reverse the sort direction. Where possible, we've tried to be logical about
the sorting, e.g. Self then touch then various distances then Unlimited and Special at the far end; some
of the sorting is still work-in-progress - if you have any good ideas on how to improve it please let us
know, e.g. sorting by Ability in Feats.</p>
<p><b>Hover.</b> Some of the things on the page will pop-up a tooltip if you hover the mouse over them, e.g.
our source abbreviations will pop-up with the full name of the source. Actions and skill checks also
have tooltips on some pages.</p>
</div>
</div>
</main>
<footer class="container">
<p class="text-align-center">
Version
<!--5ETOOLS_VERSION__FOOTER_OPEN-->1.45.5<!--5ETOOLS_VERSION__FOOTER_CLOSE-->
| <span style="text-decoration: red line-through"> © </span>2018 5etools
</p>
</footer> <!--5ETOOLS_SCRIPT_ANCHOR-->
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/omnisearch.js"></script>
<script type="text/javascript" src="js/entryrender.js"></script>
<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="lib/bootstrap.js"></script>
<script type="text/javascript" src="lib/elasticlunr.js"></script>
</body>
</html>