5etools-utils 0.8.37 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +1 -0
  2. package/bin/test-json-ua.js +5 -0
  3. package/lib/BrewTester.js +3 -3
  4. package/lib/TestJson.js +22 -7
  5. package/package.json +2 -1
  6. package/schema/brew/backgrounds.json +13 -13
  7. package/schema/brew/class/class.json +1 -1
  8. package/schema/brew/items-shared.json +1 -1
  9. package/schema/brew/races.json +1 -1
  10. package/schema/brew/spells/spells.json +61 -61
  11. package/schema/brew/util.json +47 -1
  12. package/schema/brew-fast/backgrounds.json +13 -13
  13. package/schema/brew-fast/class/class.json +1 -1
  14. package/schema/brew-fast/items-shared.json +1 -1
  15. package/schema/brew-fast/races.json +1 -1
  16. package/schema/brew-fast/spells/spells.json +61 -61
  17. package/schema/brew-fast/util.json +47 -1
  18. package/schema/site/backgrounds.json +1 -1
  19. package/schema/site/class/class.json +1 -1
  20. package/schema/site/items-shared.json +1 -1
  21. package/schema/site/races.json +1 -1
  22. package/schema/site/spells/spells.json +1 -1
  23. package/schema/site/util.json +48 -2
  24. package/schema/site-fast/backgrounds.json +1 -1
  25. package/schema/site-fast/class/class.json +1 -1
  26. package/schema/site-fast/items-shared.json +1 -1
  27. package/schema/site-fast/races.json +1 -1
  28. package/schema/site-fast/spells/spells.json +1 -1
  29. package/schema/site-fast/util.json +48 -2
  30. package/schema/ua/actions.json +97 -0
  31. package/schema/ua/adventure/adventure.json +12 -0
  32. package/schema/ua/adventures.json +214 -0
  33. package/schema/ua/backgrounds.json +326 -0
  34. package/schema/ua/bestiary/bestiary.json +3735 -0
  35. package/schema/ua/bestiary/fluff-bestiary.json +15 -0
  36. package/schema/ua/bestiary/fluff-index.json +11 -0
  37. package/schema/ua/bestiary/foundry.json +15 -0
  38. package/schema/ua/bestiary/index.json +11 -0
  39. package/schema/ua/bestiary/legendarygroups.json +202 -0
  40. package/schema/ua/bestiary/template.json +275 -0
  41. package/schema/ua/book/book.json +12 -0
  42. package/schema/ua/books.json +141 -0
  43. package/schema/ua/changelog.json +35 -0
  44. package/schema/ua/charcreationoptions.json +80 -0
  45. package/schema/ua/class/class.json +1881 -0
  46. package/schema/ua/class/foundry.json +397 -0
  47. package/schema/ua/class/index.json +11 -0
  48. package/schema/ua/conditionsdiseases.json +82 -0
  49. package/schema/ua/cultsboons.json +175 -0
  50. package/schema/ua/decks.json +504 -0
  51. package/schema/ua/deities.json +473 -0
  52. package/schema/ua/encounters.json +105 -0
  53. package/schema/ua/entry.json +3748 -0
  54. package/schema/ua/feats.json +117 -0
  55. package/schema/ua/fluff-backgrounds.json +15 -0
  56. package/schema/ua/fluff-charcreationoptions.json +43 -0
  57. package/schema/ua/fluff-conditionsdiseases.json +43 -0
  58. package/schema/ua/fluff-feats.json +15 -0
  59. package/schema/ua/fluff-items.json +15 -0
  60. package/schema/ua/fluff-languages.json +42 -0
  61. package/schema/ua/fluff-objects.json +15 -0
  62. package/schema/ua/fluff-races.json +214 -0
  63. package/schema/ua/fluff-recipes.json +42 -0
  64. package/schema/ua/fluff-vehicles.json +63 -0
  65. package/schema/ua/foundry-actions.json +15 -0
  66. package/schema/ua/foundry-backgrounds.json +53 -0
  67. package/schema/ua/foundry-feats.json +15 -0
  68. package/schema/ua/foundry-items.json +63 -0
  69. package/schema/ua/foundry-optionalfeatures.json +15 -0
  70. package/schema/ua/foundry-psionics.json +56 -0
  71. package/schema/ua/foundry-races.json +58 -0
  72. package/schema/ua/foundry-rewards.json +15 -0
  73. package/schema/ua/foundry-vehicles.json +15 -0
  74. package/schema/ua/generated/bookref-quick.json +72 -0
  75. package/schema/ua/generated/gendata-spell-source-lookup.json +230 -0
  76. package/schema/ua/homebrew.json +633 -0
  77. package/schema/ua/items-base.json +959 -0
  78. package/schema/ua/items-shared.json +267 -0
  79. package/schema/ua/items.json +1770 -0
  80. package/schema/ua/languages.json +123 -0
  81. package/schema/ua/life.json +17 -0
  82. package/schema/ua/loot.json +510 -0
  83. package/schema/ua/magicvariants.json +361 -0
  84. package/schema/ua/makebrew-creature.json +66 -0
  85. package/schema/ua/makecards.json +43 -0
  86. package/schema/ua/monsterfeatures.json +53 -0
  87. package/schema/ua/msbcr.json +60 -0
  88. package/schema/ua/names.json +94 -0
  89. package/schema/ua/objects.json +165 -0
  90. package/schema/ua/optionalfeatures.json +130 -0
  91. package/schema/ua/psionics.json +173 -0
  92. package/schema/ua/races.json +1668 -0
  93. package/schema/ua/recipes.json +185 -0
  94. package/schema/ua/renderdemo.json +16 -0
  95. package/schema/ua/rewards.json +93 -0
  96. package/schema/ua/senses.json +54 -0
  97. package/schema/ua/skills.json +54 -0
  98. package/schema/ua/spells/fluff-index.json +11 -0
  99. package/schema/ua/spells/fluff-spells.json +15 -0
  100. package/schema/ua/spells/foundry.json +15 -0
  101. package/schema/ua/spells/index.json +11 -0
  102. package/schema/ua/spells/roll20.json +112 -0
  103. package/schema/ua/spells/spells.json +1250 -0
  104. package/schema/ua/tables.json +220 -0
  105. package/schema/ua/trapshazards.json +236 -0
  106. package/schema/ua/util.json +4466 -0
  107. package/schema/ua/variantrules.json +74 -0
  108. package/schema/ua/vehicles.json +820 -0
  109. package/schema/ua-fast/actions.json +97 -0
  110. package/schema/ua-fast/adventure/adventure.json +12 -0
  111. package/schema/ua-fast/adventures.json +214 -0
  112. package/schema/ua-fast/backgrounds.json +326 -0
  113. package/schema/ua-fast/bestiary/bestiary.json +3735 -0
  114. package/schema/ua-fast/bestiary/fluff-bestiary.json +15 -0
  115. package/schema/ua-fast/bestiary/fluff-index.json +11 -0
  116. package/schema/ua-fast/bestiary/foundry.json +15 -0
  117. package/schema/ua-fast/bestiary/index.json +11 -0
  118. package/schema/ua-fast/bestiary/legendarygroups.json +202 -0
  119. package/schema/ua-fast/bestiary/template.json +275 -0
  120. package/schema/ua-fast/book/book.json +12 -0
  121. package/schema/ua-fast/books.json +141 -0
  122. package/schema/ua-fast/changelog.json +35 -0
  123. package/schema/ua-fast/charcreationoptions.json +80 -0
  124. package/schema/ua-fast/class/class.json +1881 -0
  125. package/schema/ua-fast/class/foundry.json +397 -0
  126. package/schema/ua-fast/class/index.json +11 -0
  127. package/schema/ua-fast/conditionsdiseases.json +82 -0
  128. package/schema/ua-fast/cultsboons.json +175 -0
  129. package/schema/ua-fast/decks.json +504 -0
  130. package/schema/ua-fast/deities.json +473 -0
  131. package/schema/ua-fast/encounters.json +105 -0
  132. package/schema/ua-fast/entry.json +3748 -0
  133. package/schema/ua-fast/feats.json +117 -0
  134. package/schema/ua-fast/fluff-backgrounds.json +15 -0
  135. package/schema/ua-fast/fluff-charcreationoptions.json +43 -0
  136. package/schema/ua-fast/fluff-conditionsdiseases.json +43 -0
  137. package/schema/ua-fast/fluff-feats.json +15 -0
  138. package/schema/ua-fast/fluff-items.json +15 -0
  139. package/schema/ua-fast/fluff-languages.json +42 -0
  140. package/schema/ua-fast/fluff-objects.json +15 -0
  141. package/schema/ua-fast/fluff-races.json +214 -0
  142. package/schema/ua-fast/fluff-recipes.json +42 -0
  143. package/schema/ua-fast/fluff-vehicles.json +63 -0
  144. package/schema/ua-fast/foundry-actions.json +15 -0
  145. package/schema/ua-fast/foundry-backgrounds.json +53 -0
  146. package/schema/ua-fast/foundry-feats.json +15 -0
  147. package/schema/ua-fast/foundry-items.json +63 -0
  148. package/schema/ua-fast/foundry-optionalfeatures.json +15 -0
  149. package/schema/ua-fast/foundry-psionics.json +56 -0
  150. package/schema/ua-fast/foundry-races.json +58 -0
  151. package/schema/ua-fast/foundry-rewards.json +15 -0
  152. package/schema/ua-fast/foundry-vehicles.json +15 -0
  153. package/schema/ua-fast/generated/bookref-quick.json +72 -0
  154. package/schema/ua-fast/generated/gendata-spell-source-lookup.json +230 -0
  155. package/schema/ua-fast/homebrew.json +631 -0
  156. package/schema/ua-fast/items-base.json +959 -0
  157. package/schema/ua-fast/items-shared.json +267 -0
  158. package/schema/ua-fast/items.json +1770 -0
  159. package/schema/ua-fast/languages.json +123 -0
  160. package/schema/ua-fast/life.json +17 -0
  161. package/schema/ua-fast/loot.json +510 -0
  162. package/schema/ua-fast/magicvariants.json +361 -0
  163. package/schema/ua-fast/makebrew-creature.json +66 -0
  164. package/schema/ua-fast/makecards.json +43 -0
  165. package/schema/ua-fast/monsterfeatures.json +53 -0
  166. package/schema/ua-fast/msbcr.json +60 -0
  167. package/schema/ua-fast/names.json +94 -0
  168. package/schema/ua-fast/objects.json +165 -0
  169. package/schema/ua-fast/optionalfeatures.json +130 -0
  170. package/schema/ua-fast/psionics.json +173 -0
  171. package/schema/ua-fast/races.json +1668 -0
  172. package/schema/ua-fast/recipes.json +185 -0
  173. package/schema/ua-fast/renderdemo.json +16 -0
  174. package/schema/ua-fast/rewards.json +93 -0
  175. package/schema/ua-fast/senses.json +54 -0
  176. package/schema/ua-fast/skills.json +54 -0
  177. package/schema/ua-fast/spells/fluff-index.json +11 -0
  178. package/schema/ua-fast/spells/fluff-spells.json +15 -0
  179. package/schema/ua-fast/spells/foundry.json +15 -0
  180. package/schema/ua-fast/spells/index.json +11 -0
  181. package/schema/ua-fast/spells/roll20.json +112 -0
  182. package/schema/ua-fast/spells/spells.json +1250 -0
  183. package/schema/ua-fast/tables.json +220 -0
  184. package/schema/ua-fast/trapshazards.json +236 -0
  185. package/schema/ua-fast/util.json +4466 -0
  186. package/schema/ua-fast/variantrules.json +74 -0
  187. package/schema/ua-fast/vehicles.json +820 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.6",
4
+ "version": "1.9.7",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -341,6 +341,26 @@
341
341
  "hasFluffImages": {
342
342
  "type": "boolean"
343
343
  },
344
+ "groups": {
345
+ "type": "array",
346
+ "items": {
347
+ "type": "object",
348
+ "properties": {
349
+ "name": {
350
+ "type": "string"
351
+ },
352
+ "source": {
353
+ "$ref": "../util.json#/$defs/source"
354
+ }
355
+ },
356
+ "required": [
357
+ "name",
358
+ "source"
359
+ ]
360
+ },
361
+ "minItems": 1,
362
+ "uniqueItems": true
363
+ },
344
364
  "classes": {
345
365
  "type": "object",
346
366
  "properties": {
@@ -497,26 +517,6 @@
497
517
  "minItems": 1,
498
518
  "uniqueItems": true
499
519
  },
500
- "groups": {
501
- "type": "array",
502
- "items": {
503
- "type": "object",
504
- "properties": {
505
- "name": {
506
- "type": "string"
507
- },
508
- "source": {
509
- "$ref": "../util.json#/$defs/source"
510
- }
511
- },
512
- "required": [
513
- "name",
514
- "source"
515
- ]
516
- },
517
- "minItems": 1,
518
- "uniqueItems": true
519
- },
520
520
  "subschools": {
521
521
  "description": "For homebrew use only.",
522
522
  "type": "array",
@@ -886,6 +886,26 @@
886
886
  "hasFluffImages": {
887
887
  "type": "boolean"
888
888
  },
889
+ "groups": {
890
+ "type": "array",
891
+ "items": {
892
+ "type": "object",
893
+ "properties": {
894
+ "name": {
895
+ "type": "string"
896
+ },
897
+ "source": {
898
+ "$ref": "../util.json#/$defs/source"
899
+ }
900
+ },
901
+ "required": [
902
+ "name",
903
+ "source"
904
+ ]
905
+ },
906
+ "minItems": 1,
907
+ "uniqueItems": true
908
+ },
889
909
  "classes": {
890
910
  "type": "object",
891
911
  "properties": {
@@ -1042,26 +1062,6 @@
1042
1062
  "minItems": 1,
1043
1063
  "uniqueItems": true
1044
1064
  },
1045
- "groups": {
1046
- "type": "array",
1047
- "items": {
1048
- "type": "object",
1049
- "properties": {
1050
- "name": {
1051
- "type": "string"
1052
- },
1053
- "source": {
1054
- "$ref": "../util.json#/$defs/source"
1055
- }
1056
- },
1057
- "required": [
1058
- "name",
1059
- "source"
1060
- ]
1061
- },
1062
- "minItems": 1,
1063
- "uniqueItems": true
1064
- },
1065
1065
  "subschools": {
1066
1066
  "description": "For homebrew use only.",
1067
1067
  "type": "array",
@@ -1439,6 +1439,26 @@
1439
1439
  "hasFluffImages": {
1440
1440
  "type": "boolean"
1441
1441
  },
1442
+ "groups": {
1443
+ "type": "array",
1444
+ "items": {
1445
+ "type": "object",
1446
+ "properties": {
1447
+ "name": {
1448
+ "type": "string"
1449
+ },
1450
+ "source": {
1451
+ "$ref": "../util.json#/$defs/source"
1452
+ }
1453
+ },
1454
+ "required": [
1455
+ "name",
1456
+ "source"
1457
+ ]
1458
+ },
1459
+ "minItems": 1,
1460
+ "uniqueItems": true
1461
+ },
1442
1462
  "classes": {
1443
1463
  "type": "object",
1444
1464
  "properties": {
@@ -1595,26 +1615,6 @@
1595
1615
  "minItems": 1,
1596
1616
  "uniqueItems": true
1597
1617
  },
1598
- "groups": {
1599
- "type": "array",
1600
- "items": {
1601
- "type": "object",
1602
- "properties": {
1603
- "name": {
1604
- "type": "string"
1605
- },
1606
- "source": {
1607
- "$ref": "../util.json#/$defs/source"
1608
- }
1609
- },
1610
- "required": [
1611
- "name",
1612
- "source"
1613
- ]
1614
- },
1615
- "minItems": 1,
1616
- "uniqueItems": true
1617
- },
1618
1618
  "subschools": {
1619
1619
  "description": "For homebrew use only.",
1620
1620
  "type": "array",
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.29",
6
+ "version": "1.13.30",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -193,6 +193,7 @@
193
193
  "auran",
194
194
  "celestial",
195
195
  "common",
196
+ "common sign language",
196
197
  "deep speech",
197
198
  "draconic",
198
199
  "druidic",
@@ -237,6 +238,9 @@
237
238
  "common": {
238
239
  "const": true
239
240
  },
241
+ "common sign language": {
242
+ "const": true
243
+ },
240
244
  "deep speech": {
241
245
  "const": true
242
246
  },
@@ -683,6 +687,12 @@
683
687
  "celestial": {
684
688
  "const": true
685
689
  },
690
+ "common": {
691
+ "const": true
692
+ },
693
+ "common sign language": {
694
+ "const": true
695
+ },
686
696
  "deep speech": {
687
697
  "const": true
688
698
  },
@@ -692,9 +702,36 @@
692
702
  "infernal": {
693
703
  "const": true
694
704
  },
705
+ "gith": {
706
+ "const": true
707
+ },
708
+ "gnomish": {
709
+ "const": true
710
+ },
711
+ "goblin": {
712
+ "const": true
713
+ },
714
+ "halfling": {
715
+ "const": true
716
+ },
717
+ "orc": {
718
+ "const": true
719
+ },
695
720
  "primordial": {
696
721
  "const": true
697
722
  },
723
+ "aquan": {
724
+ "const": true
725
+ },
726
+ "auran": {
727
+ "const": true
728
+ },
729
+ "ignan": {
730
+ "const": true
731
+ },
732
+ "terran": {
733
+ "const": true
734
+ },
698
735
  "sylvan": {
699
736
  "const": true
700
737
  },
@@ -710,6 +747,15 @@
710
747
  "giant": {
711
748
  "const": true
712
749
  },
750
+ "other": {
751
+ "const": true
752
+ },
753
+ "druidic": {
754
+ "const": true
755
+ },
756
+ "thieves' cant": {
757
+ "const": true
758
+ },
713
759
  "otherLanguage": {
714
760
  "const": true
715
761
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "backgrounds.json",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "backgroundData": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.11.4",
3
+ "version": "2.11.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -3,7 +3,7 @@
3
3
  "$id": "items-shared.json",
4
4
  "title": "Shared Item Schema",
5
5
  "description": "Shared item definitions to be used in item schemas.",
6
- "version": "1.0.2",
6
+ "version": "1.0.3",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "races.json",
4
- "version": "1.12.3",
4
+ "version": "1.12.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "sharedData": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.6",
4
+ "version": "1.9.7",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.29",
6
+ "version": "1.13.30",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -48,7 +48,7 @@
48
48
  "sourceJson": {
49
49
  "type": "string",
50
50
  "description": "An identifying string, as seen in the JSON in \"source\" fields.",
51
- "pattern": "^(?!UA|XUA)[-a-zA-Z0-9 :&+!]+$"
51
+ "pattern": "^[-a-zA-Z0-9 :&+!]+$"
52
52
  },
53
53
  "page": {
54
54
  "type": "integer"
@@ -183,6 +183,7 @@
183
183
  "auran",
184
184
  "celestial",
185
185
  "common",
186
+ "common sign language",
186
187
  "deep speech",
187
188
  "draconic",
188
189
  "druidic",
@@ -227,6 +228,9 @@
227
228
  "common": {
228
229
  "const": true
229
230
  },
231
+ "common sign language": {
232
+ "const": true
233
+ },
230
234
  "deep speech": {
231
235
  "const": true
232
236
  },
@@ -667,6 +671,12 @@
667
671
  "celestial": {
668
672
  "const": true
669
673
  },
674
+ "common": {
675
+ "const": true
676
+ },
677
+ "common sign language": {
678
+ "const": true
679
+ },
670
680
  "deep speech": {
671
681
  "const": true
672
682
  },
@@ -676,9 +686,36 @@
676
686
  "infernal": {
677
687
  "const": true
678
688
  },
689
+ "gith": {
690
+ "const": true
691
+ },
692
+ "gnomish": {
693
+ "const": true
694
+ },
695
+ "goblin": {
696
+ "const": true
697
+ },
698
+ "halfling": {
699
+ "const": true
700
+ },
701
+ "orc": {
702
+ "const": true
703
+ },
679
704
  "primordial": {
680
705
  "const": true
681
706
  },
707
+ "aquan": {
708
+ "const": true
709
+ },
710
+ "auran": {
711
+ "const": true
712
+ },
713
+ "ignan": {
714
+ "const": true
715
+ },
716
+ "terran": {
717
+ "const": true
718
+ },
682
719
  "sylvan": {
683
720
  "const": true
684
721
  },
@@ -694,6 +731,15 @@
694
731
  "giant": {
695
732
  "const": true
696
733
  },
734
+ "other": {
735
+ "const": true
736
+ },
737
+ "druidic": {
738
+ "const": true
739
+ },
740
+ "thieves' cant": {
741
+ "const": true
742
+ },
697
743
  "otherLanguage": {
698
744
  "const": true
699
745
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "backgrounds.json",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "backgroundData": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.11.4",
3
+ "version": "2.11.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -3,7 +3,7 @@
3
3
  "$id": "items-shared.json",
4
4
  "title": "Shared Item Schema",
5
5
  "description": "Shared item definitions to be used in item schemas.",
6
- "version": "1.0.2",
6
+ "version": "1.0.3",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "races.json",
4
- "version": "1.12.3",
4
+ "version": "1.12.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "sharedData": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.6",
4
+ "version": "1.9.7",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.29",
6
+ "version": "1.13.30",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -48,7 +48,7 @@
48
48
  "sourceJson": {
49
49
  "type": "string",
50
50
  "description": "An identifying string, as seen in the JSON in \"source\" fields.",
51
- "pattern": "^(?!UA|XUA)[-a-zA-Z0-9 :&+!]+$"
51
+ "pattern": "^[-a-zA-Z0-9 :&+!]+$"
52
52
  },
53
53
  "page": {
54
54
  "type": "integer"
@@ -183,6 +183,7 @@
183
183
  "auran",
184
184
  "celestial",
185
185
  "common",
186
+ "common sign language",
186
187
  "deep speech",
187
188
  "draconic",
188
189
  "druidic",
@@ -227,6 +228,9 @@
227
228
  "common": {
228
229
  "const": true
229
230
  },
231
+ "common sign language": {
232
+ "const": true
233
+ },
230
234
  "deep speech": {
231
235
  "const": true
232
236
  },
@@ -667,6 +671,12 @@
667
671
  "celestial": {
668
672
  "const": true
669
673
  },
674
+ "common": {
675
+ "const": true
676
+ },
677
+ "common sign language": {
678
+ "const": true
679
+ },
670
680
  "deep speech": {
671
681
  "const": true
672
682
  },
@@ -676,9 +686,36 @@
676
686
  "infernal": {
677
687
  "const": true
678
688
  },
689
+ "gith": {
690
+ "const": true
691
+ },
692
+ "gnomish": {
693
+ "const": true
694
+ },
695
+ "goblin": {
696
+ "const": true
697
+ },
698
+ "halfling": {
699
+ "const": true
700
+ },
701
+ "orc": {
702
+ "const": true
703
+ },
679
704
  "primordial": {
680
705
  "const": true
681
706
  },
707
+ "aquan": {
708
+ "const": true
709
+ },
710
+ "auran": {
711
+ "const": true
712
+ },
713
+ "ignan": {
714
+ "const": true
715
+ },
716
+ "terran": {
717
+ "const": true
718
+ },
682
719
  "sylvan": {
683
720
  "const": true
684
721
  },
@@ -694,6 +731,15 @@
694
731
  "giant": {
695
732
  "const": true
696
733
  },
734
+ "other": {
735
+ "const": true
736
+ },
737
+ "druidic": {
738
+ "const": true
739
+ },
740
+ "thieves' cant": {
741
+ "const": true
742
+ },
697
743
  "otherLanguage": {
698
744
  "const": true
699
745
  },
@@ -0,0 +1,97 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "actions.json",
4
+ "version": "1.2.0",
5
+ "type": "object",
6
+ "$defs": {
7
+ "action": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "entries": {
14
+ "type": "array",
15
+ "items": {
16
+ "$ref": "entry.json"
17
+ }
18
+ },
19
+ "source": {
20
+ "$ref": "util.json#/$defs/source"
21
+ },
22
+ "page": {
23
+ "$ref": "util.json#/$defs/page"
24
+ },
25
+ "fromVariant": {
26
+ "type": "string",
27
+ "description": "UID of a \"variantrule\" to be linked as a footnote in the action."
28
+ },
29
+ "time": {
30
+ "type": "array",
31
+ "items": {
32
+ "oneOf": [
33
+ {
34
+ "type": "string"
35
+ },
36
+ {
37
+ "type": "object",
38
+ "properties": {
39
+ "unit": {
40
+ "type": "string",
41
+ "enum": [
42
+ "action",
43
+ "bonus",
44
+ "reaction"
45
+ ]
46
+ },
47
+ "number": {
48
+ "type": "integer"
49
+ }
50
+ },
51
+ "required": [
52
+ "unit",
53
+ "number"
54
+ ],
55
+ "additionalProperties": false
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ "srd": {
61
+ "$ref": "util.json#/$defs/srd"
62
+ },
63
+ "basicRules": {
64
+ "$ref": "util.json#/$defs/basicRules"
65
+ },
66
+ "seeAlsoAction": {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string",
70
+ "description": "UIDs of \"action\"s to be linked in a \"See Also\" footnote.\nEx.: \"disarm|dmg\"."
71
+ }
72
+ }
73
+ },
74
+ "required": [
75
+ "name",
76
+ "entries",
77
+ "source",
78
+ "page"
79
+ ],
80
+ "additionalProperties": false
81
+ }
82
+ },
83
+ "properties": {
84
+ "action": {
85
+ "type": "array",
86
+ "minItems": 1,
87
+ "uniqueItems": true,
88
+ "items": {
89
+ "$ref": "#/$defs/action"
90
+ }
91
+ }
92
+ },
93
+ "required": [
94
+ "action"
95
+ ],
96
+ "additionalProperties": false
97
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "adventure.json",
4
+ "version": "1.2.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "data": {
8
+ "$ref": "../util.json#/$defs/adventureBookData"
9
+ }
10
+ },
11
+ "additionalProperties": false
12
+ }