Skip to content

Commit d121a4f

Browse files
committed
v2.7.3
1 parent 60f4ecb commit d121a4f

File tree

85 files changed

+7234
-4137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+7234
-4137
lines changed

adventure.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ <h1 class="page__title no-wrap my-0" id="page__title">Adventure Details</h1>
117117
<script type="text/javascript" defer src="js/render.js"></script>
118118
<script type="text/javascript" defer src="js/render-dice.js"></script>
119119
<script type="text/javascript" defer src="js/render-markdown.js"></script>
120-
<script type="text/javascript" defer src="js/render-map.js"></script>
121120
<script type="module" src="js/shim-esmodules.js"></script>
122121
<script type="text/javascript" defer src="js/hist.js"></script>
123-
<script type="text/javascript" defer src="js/bookutils.js"></script>
124-
<script type="text/javascript" defer src="js/adventure.js"></script>
122+
<script type="module" src="js/render-map.js"></script>
123+
<script type="module" src="js/bookutils.js"></script>
124+
<script type="module" src="js/adventure.js"></script>
125125
<script type="text/javascript" defer src="js/list2.js"></script>
126126
<script type="text/javascript" defer src="lib/elasticlunr.js"></script>
127127

adventures.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ <h1 class="page__title no-wrap my-0" id="page__title">Adventures</h1>
130130
<script type="text/javascript" defer src="js/render-dice.js"></script>
131131
<script type="module" src="js/shim-esmodules.js"></script>
132132
<script type="text/javascript" defer src="js/hist.js"></script>
133-
<script type="text/javascript" defer src="js/bookutils.js"></script>
134-
<script type="text/javascript" defer src="js/bookslist.js"></script>
135-
<script type="text/javascript" defer src="js/adventures.js"></script>
133+
<script type="module" src="js/bookutils.js"></script>
134+
<script type="module" src="js/bookslist.js"></script>
135+
<script type="module" src="js/adventures.js"></script>
136136
<script type="text/javascript" defer src="js/list2.js"></script>
137137
<script type="text/javascript" defer src="lib/elasticlunr.js"></script>
138138

book.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ <h1 class="page__title no-wrap my-0" id="page__title">Book Details</h1>
117117
<script type="text/javascript" defer src="js/render.js"></script>
118118
<script type="text/javascript" defer src="js/render-dice.js"></script>
119119
<script type="text/javascript" defer src="js/render-markdown.js"></script>
120-
<script type="text/javascript" defer src="js/render-map.js"></script>
121120
<script type="module" src="js/shim-esmodules.js"></script>
122121
<script type="text/javascript" defer src="js/hist.js"></script>
123-
<script type="text/javascript" defer src="js/bookutils.js"></script>
124-
<script type="text/javascript" defer src="js/book.js"></script>
122+
<script type="module" src="js/render-map.js"></script>
123+
<script type="module" src="js/bookutils.js"></script>
124+
<script type="module" src="js/book.js"></script>
125125
<script type="text/javascript" defer src="js/list2.js"></script>
126126
<script type="text/javascript" defer src="lib/elasticlunr.js"></script>
127127

books.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ <h1 class="page__title no-wrap my-0" id="page__title">Books</h1>
128128
<script type="text/javascript" defer src="js/render-dice.js"></script>
129129
<script type="module" src="js/shim-esmodules.js"></script>
130130
<script type="text/javascript" defer src="js/hist.js"></script>
131-
<script type="text/javascript" defer src="js/bookutils.js"></script>
132-
<script type="text/javascript" defer src="js/bookslist.js"></script>
133-
<script type="text/javascript" defer src="js/books.js"></script>
131+
<script type="module" src="js/bookutils.js"></script>
132+
<script type="module" src="js/bookslist.js"></script>
133+
<script type="module" src="js/books.js"></script>
134134
<script type="text/javascript" defer src="js/list2.js"></script>
135135
<script type="text/javascript" defer src="lib/elasticlunr.js"></script>
136136

css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/backgrounds.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4472,7 +4472,7 @@
44724472
],
44734473
"toolProficiencies": [
44744474
{
4475-
"calligrapher's supplies": true
4475+
"forgery kit": true
44764476
}
44774477
],
44784478
"startingEquipment": [

data/bestiary/bestiary-aitfr-dn.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@
410410
"constitution"
411411
],
412412
"savingThrowForcedLegendary": [
413-
"constitution"
413+
"constitution",
414+
"dexterity"
414415
],
415416
"hasToken": true,
416417
"hasFluff": true

data/bestiary/bestiary-bgg.json

+6
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,9 @@
12211221
"dexterity",
12221222
"strength"
12231223
],
1224+
"savingThrowForcedLegendary": [
1225+
"wisdom"
1226+
],
12241227
"hasToken": true,
12251228
"hasFluff": true
12261229
},
@@ -7250,6 +7253,9 @@
72507253
"strength",
72517254
"wisdom"
72527255
],
7256+
"savingThrowForcedLegendary": [
7257+
"wisdom"
7258+
],
72537259
"hasToken": true,
72547260
"hasFluff": true,
72557261
"hasFluffImages": true

data/bestiary/bestiary-bmt.json

+36
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
"conditionInflict": [
210210
"invisible"
211211
],
212+
"savingThrowForcedLegendary": [
213+
"constitution",
214+
"dexterity",
215+
"strength"
216+
],
212217
"hasToken": true,
213218
"hasFluff": true,
214219
"hasFluffImages": true
@@ -746,6 +751,10 @@
746751
"savingThrowForced": [
747752
"dexterity"
748753
],
754+
"savingThrowForcedLegendary": [
755+
"constitution",
756+
"strength"
757+
],
749758
"savingThrowForcedSpell": [
750759
"constitution",
751760
"wisdom"
@@ -1644,6 +1653,11 @@
16441653
"savingThrowForced": [
16451654
"wisdom"
16461655
],
1656+
"savingThrowForcedLegendary": [
1657+
"constitution",
1658+
"dexterity",
1659+
"strength"
1660+
],
16471661
"hasToken": true,
16481662
"hasFluff": true,
16491663
"hasFluffImages": true
@@ -3211,6 +3225,10 @@
32113225
"savingThrowForced": [
32123226
"constitution"
32133227
],
3228+
"savingThrowForcedLegendary": [
3229+
"constitution",
3230+
"dexterity"
3231+
],
32143232
"savingThrowForcedSpell": [
32153233
"dexterity"
32163234
],
@@ -4143,6 +4161,9 @@
41434161
"dexterity",
41444162
"strength"
41454163
],
4164+
"savingThrowForcedLegendary": [
4165+
"strength"
4166+
],
41464167
"hasToken": true,
41474168
"hasFluff": true,
41484169
"hasFluffImages": true
@@ -4657,6 +4678,11 @@
46574678
"intelligence",
46584679
"wisdom"
46594680
],
4681+
"savingThrowForcedLegendary": [
4682+
"constitution",
4683+
"dexterity",
4684+
"strength"
4685+
],
46604686
"hasToken": true,
46614687
"hasFluff": true,
46624688
"hasFluffImages": true
@@ -4868,6 +4894,11 @@
48684894
"dexterity",
48694895
"strength"
48704896
],
4897+
"savingThrowForcedLegendary": [
4898+
"charisma",
4899+
"dexterity",
4900+
"wisdom"
4901+
],
48714902
"savingThrowForcedSpell": [
48724903
"charisma",
48734904
"dexterity"
@@ -5758,6 +5789,11 @@
57585789
"constitution",
57595790
"wisdom"
57605791
],
5792+
"savingThrowForcedLegendary": [
5793+
"constitution",
5794+
"dexterity",
5795+
"strength"
5796+
],
57615797
"hasToken": true,
57625798
"hasFluff": true,
57635799
"hasFluffImages": true

data/bestiary/bestiary-cm.json

+15
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,10 @@
23652365
"constitution",
23662366
"dexterity"
23672367
],
2368+
"savingThrowForcedLegendary": [
2369+
"constitution",
2370+
"strength"
2371+
],
23682372
"savingThrowForcedSpell": [
23692373
"dexterity"
23702374
],
@@ -3181,6 +3185,10 @@
31813185
"constitution",
31823186
"dexterity"
31833187
],
3188+
"savingThrowForcedLegendary": [
3189+
"dexterity",
3190+
"strength"
3191+
],
31843192
"savingThrowForcedSpell": [
31853193
"dexterity"
31863194
],
@@ -4560,6 +4568,9 @@
45604568
"constitution",
45614569
"wisdom"
45624570
],
4571+
"savingThrowForcedLegendary": [
4572+
"constitution"
4573+
],
45634574
"savingThrowForcedSpell": [
45644575
"constitution",
45654576
"dexterity",
@@ -4947,6 +4958,10 @@
49474958
"dexterity",
49484959
"wisdom"
49494960
],
4961+
"savingThrowForcedLegendary": [
4962+
"constitution",
4963+
"dexterity"
4964+
],
49504965
"hasToken": true,
49514966
"hasFluff": true,
49524967
"hasFluffImages": true

data/bestiary/bestiary-coa.json

+30
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,9 @@
21022102
"constitution",
21032103
"wisdom"
21042104
],
2105+
"savingThrowForcedLegendary": [
2106+
"dexterity"
2107+
],
21052108
"savingThrowForcedSpell": [
21062109
"dexterity",
21072110
"wisdom"
@@ -2330,6 +2333,9 @@
23302333
"intelligence",
23312334
"wisdom"
23322335
],
2336+
"savingThrowForcedLegendary": [
2337+
"constitution"
2338+
],
23332339
"hasToken": true,
23342340
"hasFluff": true,
23352341
"hasFluffImages": true
@@ -3530,6 +3536,9 @@
35303536
"dexterity",
35313537
"wisdom"
35323538
],
3539+
"savingThrowForcedLegendary": [
3540+
"constitution"
3541+
],
35333542
"hasToken": true,
35343543
"hasFluff": true,
35353544
"hasFluffImages": true
@@ -4318,6 +4327,9 @@
43184327
"dexterity",
43194328
"wisdom"
43204329
],
4330+
"savingThrowForcedLegendary": [
4331+
"constitution"
4332+
],
43214333
"hasToken": true,
43224334
"hasFluff": true,
43234335
"hasFluffImages": true
@@ -4734,6 +4746,9 @@
47344746
"constitution",
47354747
"wisdom"
47364748
],
4749+
"savingThrowForcedLegendary": [
4750+
"dexterity"
4751+
],
47374752
"hasToken": true,
47384753
"hasFluff": true,
47394754
"hasFluffImages": true
@@ -4907,6 +4922,9 @@
49074922
"intelligence",
49084923
"wisdom"
49094924
],
4925+
"savingThrowForcedLegendary": [
4926+
"charisma"
4927+
],
49104928
"hasToken": true,
49114929
"hasFluff": true,
49124930
"hasFluffImages": true
@@ -5910,6 +5928,9 @@
59105928
"dexterity",
59115929
"intelligence"
59125930
],
5931+
"savingThrowForcedLegendary": [
5932+
"dexterity"
5933+
],
59135934
"savingThrowForcedSpell": [
59145935
"constitution",
59155936
"dexterity"
@@ -6293,6 +6314,9 @@
62936314
"constitution",
62946315
"wisdom"
62956316
],
6317+
"savingThrowForcedLegendary": [
6318+
"constitution"
6319+
],
62966320
"hasToken": true,
62976321
"hasFluff": true,
62986322
"hasFluffImages": true
@@ -6558,6 +6582,9 @@
65586582
"savingThrowForced": [
65596583
"dexterity"
65606584
],
6585+
"savingThrowForcedLegendary": [
6586+
"dexterity"
6587+
],
65616588
"savingThrowForcedSpell": [
65626589
"charisma",
65636590
"constitution",
@@ -9222,6 +9249,9 @@
92229249
"constitution",
92239250
"wisdom"
92249251
],
9252+
"savingThrowForcedLegendary": [
9253+
"wisdom"
9254+
],
92259255
"savingThrowForcedSpell": [
92269256
"charisma",
92279257
"constitution",

data/bestiary/bestiary-crcotn.json

+16
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,10 @@
549549
"savingThrowForced": [
550550
"constitution"
551551
],
552+
"savingThrowForcedLegendary": [
553+
"dexterity",
554+
"wisdom"
555+
],
552556
"savingThrowForcedSpell": [
553557
"dexterity"
554558
],
@@ -729,6 +733,10 @@
729733
"constitution",
730734
"strength"
731735
],
736+
"savingThrowForcedLegendary": [
737+
"dexterity",
738+
"wisdom"
739+
],
732740
"hasToken": true,
733741
"hasFluffImages": true
734742
},
@@ -921,6 +929,10 @@
921929
"charisma",
922930
"constitution"
923931
],
932+
"savingThrowForcedLegendary": [
933+
"dexterity",
934+
"wisdom"
935+
],
924936
"hasToken": true,
925937
"hasFluffImages": true
926938
},
@@ -1220,6 +1232,10 @@
12201232
"savingThrowForced": [
12211233
"constitution"
12221234
],
1235+
"savingThrowForcedLegendary": [
1236+
"dexterity",
1237+
"wisdom"
1238+
],
12231239
"hasToken": true,
12241240
"hasFluffImages": true
12251241
},

data/bestiary/bestiary-ditlcot.json

+3
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
"savingThrowForced": [
153153
"strength"
154154
],
155+
"savingThrowForcedSpell": [
156+
"dexterity"
157+
],
155158
"hasToken": true,
156159
"hasFluff": true,
157160
"hasFluffImages": true

0 commit comments

Comments
 (0)