5etools-utils 0.9.9 → 0.9.10

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 (103) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/backgrounds.json +8 -0
  3. package/schema/brew/bestiary/bestiary.json +8 -0
  4. package/schema/brew/bestiary/legendarygroups.json +8 -0
  5. package/schema/brew/bestiary/template.json +8 -0
  6. package/schema/brew/class/class.json +16 -0
  7. package/schema/brew/class/foundry.json +5 -53
  8. package/schema/brew/decks.json +16 -0
  9. package/schema/brew/deities.json +8 -0
  10. package/schema/brew/fluff-races.json +8 -0
  11. package/schema/brew/foundry-races.json +348 -40
  12. package/schema/brew/foundry-shared.json +54 -0
  13. package/schema/brew/homebrew.json +4 -1
  14. package/schema/brew/items-base.json +8 -0
  15. package/schema/brew/items.json +8 -0
  16. package/schema/brew/races.json +16 -0
  17. package/schema/brew/spells/spells.json +8 -0
  18. package/schema/brew/util.json +17 -1
  19. package/schema/brew-fast/backgrounds.json +8 -0
  20. package/schema/brew-fast/bestiary/bestiary.json +8 -0
  21. package/schema/brew-fast/bestiary/legendarygroups.json +8 -0
  22. package/schema/brew-fast/bestiary/template.json +8 -0
  23. package/schema/brew-fast/class/class.json +16 -0
  24. package/schema/brew-fast/class/foundry.json +5 -53
  25. package/schema/brew-fast/decks.json +16 -0
  26. package/schema/brew-fast/deities.json +8 -0
  27. package/schema/brew-fast/fluff-races.json +8 -0
  28. package/schema/brew-fast/foundry-races.json +348 -40
  29. package/schema/brew-fast/foundry-shared.json +54 -0
  30. package/schema/brew-fast/homebrew.json +4 -1
  31. package/schema/brew-fast/items-base.json +8 -0
  32. package/schema/brew-fast/items.json +8 -0
  33. package/schema/brew-fast/races.json +16 -0
  34. package/schema/brew-fast/spells/spells.json +8 -0
  35. package/schema/brew-fast/util.json +17 -1
  36. package/schema/site/backgrounds.json +8 -0
  37. package/schema/site/bestiary/bestiary.json +8 -0
  38. package/schema/site/bestiary/legendarygroups.json +8 -0
  39. package/schema/site/bestiary/template.json +8 -0
  40. package/schema/site/class/class.json +16 -0
  41. package/schema/site/class/foundry.json +5 -53
  42. package/schema/site/decks.json +16 -0
  43. package/schema/site/deities.json +8 -0
  44. package/schema/site/fluff-races.json +8 -0
  45. package/schema/site/foundry-races.json +348 -40
  46. package/schema/site/foundry-shared.json +54 -0
  47. package/schema/site/homebrew.json +4 -1
  48. package/schema/site/items-base.json +8 -0
  49. package/schema/site/items.json +8 -0
  50. package/schema/site/races.json +16 -0
  51. package/schema/site/spells/spells.json +8 -0
  52. package/schema/site/util.json +17 -1
  53. package/schema/site-fast/backgrounds.json +8 -0
  54. package/schema/site-fast/bestiary/bestiary.json +8 -0
  55. package/schema/site-fast/bestiary/legendarygroups.json +8 -0
  56. package/schema/site-fast/bestiary/template.json +8 -0
  57. package/schema/site-fast/class/class.json +16 -0
  58. package/schema/site-fast/class/foundry.json +5 -53
  59. package/schema/site-fast/decks.json +16 -0
  60. package/schema/site-fast/deities.json +8 -0
  61. package/schema/site-fast/fluff-races.json +8 -0
  62. package/schema/site-fast/foundry-races.json +348 -40
  63. package/schema/site-fast/foundry-shared.json +54 -0
  64. package/schema/site-fast/homebrew.json +4 -1
  65. package/schema/site-fast/items-base.json +8 -0
  66. package/schema/site-fast/items.json +8 -0
  67. package/schema/site-fast/races.json +16 -0
  68. package/schema/site-fast/spells/spells.json +8 -0
  69. package/schema/site-fast/util.json +17 -1
  70. package/schema/ua/backgrounds.json +8 -0
  71. package/schema/ua/bestiary/bestiary.json +8 -0
  72. package/schema/ua/bestiary/legendarygroups.json +8 -0
  73. package/schema/ua/bestiary/template.json +8 -0
  74. package/schema/ua/class/class.json +16 -0
  75. package/schema/ua/class/foundry.json +5 -53
  76. package/schema/ua/decks.json +16 -0
  77. package/schema/ua/deities.json +8 -0
  78. package/schema/ua/fluff-races.json +8 -0
  79. package/schema/ua/foundry-races.json +348 -40
  80. package/schema/ua/foundry-shared.json +54 -0
  81. package/schema/ua/homebrew.json +4 -1
  82. package/schema/ua/items-base.json +8 -0
  83. package/schema/ua/items.json +8 -0
  84. package/schema/ua/races.json +16 -0
  85. package/schema/ua/spells/spells.json +8 -0
  86. package/schema/ua/util.json +17 -1
  87. package/schema/ua-fast/backgrounds.json +8 -0
  88. package/schema/ua-fast/bestiary/bestiary.json +8 -0
  89. package/schema/ua-fast/bestiary/legendarygroups.json +8 -0
  90. package/schema/ua-fast/bestiary/template.json +8 -0
  91. package/schema/ua-fast/class/class.json +16 -0
  92. package/schema/ua-fast/class/foundry.json +5 -53
  93. package/schema/ua-fast/decks.json +16 -0
  94. package/schema/ua-fast/deities.json +8 -0
  95. package/schema/ua-fast/fluff-races.json +8 -0
  96. package/schema/ua-fast/foundry-races.json +348 -40
  97. package/schema/ua-fast/foundry-shared.json +54 -0
  98. package/schema/ua-fast/homebrew.json +4 -1
  99. package/schema/ua-fast/items-base.json +8 -0
  100. package/schema/ua-fast/items.json +8 -0
  101. package/schema/ua-fast/races.json +16 -0
  102. package/schema/ua-fast/spells/spells.json +8 -0
  103. package/schema/ua-fast/util.json +17 -1
@@ -1062,6 +1062,14 @@
1062
1062
  "description": "Used in subclass data",
1063
1063
  "$ref": "../util.json#/$defs/source"
1064
1064
  },
1065
+ "raceName": {
1066
+ "description": "Used in race feature data",
1067
+ "type": "string"
1068
+ },
1069
+ "raceSource": {
1070
+ "description": "Used in race feature data",
1071
+ "$ref": "../util.json#/$defs/source"
1072
+ },
1065
1073
  "_mod": {
1066
1074
  "$ref": "../util.json#/$defs/_modObject"
1067
1075
  },
@@ -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.34",
6
+ "version": "1.13.35",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2772,6 +2772,14 @@
2772
2772
  "description": "Used in subclass data",
2773
2773
  "$ref": "util.json#/$defs/source"
2774
2774
  },
2775
+ "raceName": {
2776
+ "description": "Used in race feature data",
2777
+ "type": "string"
2778
+ },
2779
+ "raceSource": {
2780
+ "description": "Used in race feature data",
2781
+ "$ref": "util.json#/$defs/source"
2782
+ },
2775
2783
  "_mod": {
2776
2784
  "$ref": "#/$defs/_modObject"
2777
2785
  },
@@ -3504,6 +3512,14 @@
3504
3512
  "description": "Used in subclass data",
3505
3513
  "$ref": "util.json#/$defs/source"
3506
3514
  },
3515
+ "raceName": {
3516
+ "description": "Used in race feature data",
3517
+ "type": "string"
3518
+ },
3519
+ "raceSource": {
3520
+ "description": "Used in race feature data",
3521
+ "$ref": "util.json#/$defs/source"
3522
+ },
3507
3523
  "_mod": {
3508
3524
  "$ref": "#/$defs/_modObject"
3509
3525
  },
@@ -282,6 +282,14 @@
282
282
  "description": "Used in subclass data",
283
283
  "$ref": "util.json#/$defs/source"
284
284
  },
285
+ "raceName": {
286
+ "description": "Used in race feature data",
287
+ "type": "string"
288
+ },
289
+ "raceSource": {
290
+ "description": "Used in race feature data",
291
+ "$ref": "util.json#/$defs/source"
292
+ },
285
293
  "_mod": {
286
294
  "$ref": "util.json#/$defs/_modObject"
287
295
  },
@@ -3390,6 +3390,14 @@
3390
3390
  "description": "Used in subclass data",
3391
3391
  "$ref": "../util.json#/$defs/source"
3392
3392
  },
3393
+ "raceName": {
3394
+ "description": "Used in race feature data",
3395
+ "type": "string"
3396
+ },
3397
+ "raceSource": {
3398
+ "description": "Used in race feature data",
3399
+ "$ref": "../util.json#/$defs/source"
3400
+ },
3393
3401
  "_mod": {
3394
3402
  "$ref": "../util.json#/$defs/_modObject"
3395
3403
  },
@@ -140,6 +140,14 @@
140
140
  "description": "Used in subclass data",
141
141
  "$ref": "../util.json#/$defs/source"
142
142
  },
143
+ "raceName": {
144
+ "description": "Used in race feature data",
145
+ "type": "string"
146
+ },
147
+ "raceSource": {
148
+ "description": "Used in race feature data",
149
+ "$ref": "../util.json#/$defs/source"
150
+ },
143
151
  "_mod": {
144
152
  "$ref": "../util.json#/$defs/_modObject"
145
153
  },
@@ -216,6 +216,14 @@
216
216
  "description": "Used in subclass data",
217
217
  "$ref": "../util.json#/$defs/source"
218
218
  },
219
+ "raceName": {
220
+ "description": "Used in race feature data",
221
+ "type": "string"
222
+ },
223
+ "raceSource": {
224
+ "description": "Used in race feature data",
225
+ "$ref": "../util.json#/$defs/source"
226
+ },
219
227
  "_mod": {
220
228
  "$ref": "../util.json#/$defs/_modObject"
221
229
  },
@@ -710,6 +710,14 @@
710
710
  "description": "Used in subclass data",
711
711
  "$ref": "../util.json#/$defs/source"
712
712
  },
713
+ "raceName": {
714
+ "description": "Used in race feature data",
715
+ "type": "string"
716
+ },
717
+ "raceSource": {
718
+ "description": "Used in race feature data",
719
+ "$ref": "../util.json#/$defs/source"
720
+ },
713
721
  "_mod": {
714
722
  "$ref": "../util.json#/$defs/_modObject"
715
723
  },
@@ -1428,6 +1436,14 @@
1428
1436
  "description": "Used in subclass data",
1429
1437
  "$ref": "../util.json#/$defs/source"
1430
1438
  },
1439
+ "raceName": {
1440
+ "description": "Used in race feature data",
1441
+ "type": "string"
1442
+ },
1443
+ "raceSource": {
1444
+ "description": "Used in race feature data",
1445
+ "$ref": "../util.json#/$defs/source"
1446
+ },
1431
1447
  "_mod": {
1432
1448
  "$ref": "../util.json#/$defs/_modObject"
1433
1449
  },
@@ -1,56 +1,8 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-class.json",
4
- "version": "1.4.3",
4
+ "version": "1.4.4",
5
5
  "type": "object",
6
- "$defs": {
7
- "entryDataObject": {
8
- "description": "Additional \"5etools-type\" data to be stored on the entry.",
9
- "type": "object",
10
- "properties": {
11
- "languageProficiencies": {
12
- "$ref": "../util.json#/$defs/languageProficiencies"
13
- },
14
- "skillProficiencies": {
15
- "$ref": "../util.json#/$defs/skillProficiencies"
16
- },
17
- "weaponProficiencies": {
18
- "$ref": "../util.json#/$defs/weaponProficiencies"
19
- },
20
- "armorProficiencies": {
21
- "$ref": "../util.json#/$defs/armorProficiencies"
22
- },
23
- "toolProficiencies": {
24
- "$ref": "../util.json#/$defs/toolProficiencies"
25
- },
26
- "savingThrowProficiencies": {
27
- "$ref": "../util.json#/$defs/savingThrowProficiencies"
28
- },
29
- "expertise": {
30
- "$ref": "../util.json#/$defs/expertise"
31
- },
32
- "resist": {
33
- "$ref": "../util.json#/$defs/damageResistArrayPlayer"
34
- },
35
- "immune": {
36
- "$ref": "../util.json#/$defs/damageImmunityArrayPlayer"
37
- },
38
- "vulnerable": {
39
- "$ref": "../util.json#/$defs/damageVulnerabilityArrayPlayer"
40
- },
41
- "conditionImmune": {
42
- "$ref": "../util.json#/$defs/conditionImmunityArrayPlayer"
43
- },
44
- "resources": {
45
- "$ref": "../util.json#/$defs/resourcesArray"
46
- },
47
- "senses": {
48
- "$ref": "../util.json#/$defs/sensesArray"
49
- }
50
- },
51
- "additionalProperties": false
52
- }
53
- },
54
6
  "properties": {
55
7
  "class": {
56
8
  "type": "array",
@@ -86,7 +38,7 @@
86
38
  }
87
39
  },
88
40
  "entryData": {
89
- "$ref": "#/$defs/entryDataObject"
41
+ "$ref": "../foundry-shared.json#/$defs/entryDataObject"
90
42
  },
91
43
  "advancement": {
92
44
  "$ref": "../util.json#/$defs/foundryAdvancementsArray"
@@ -173,7 +125,7 @@
173
125
  }
174
126
  },
175
127
  "entryData": {
176
- "$ref": "#/$defs/entryDataObject"
128
+ "$ref": "../foundry-shared.json#/$defs/entryDataObject"
177
129
  },
178
130
  "advancement": {
179
131
  "$ref": "../util.json#/$defs/foundryAdvancementsArray"
@@ -260,7 +212,7 @@
260
212
  }
261
213
  },
262
214
  "entryData": {
263
- "$ref": "#/$defs/entryDataObject"
215
+ "$ref": "../foundry-shared.json#/$defs/entryDataObject"
264
216
  },
265
217
  "chooseSystem": {
266
218
  "type": "array",
@@ -352,7 +304,7 @@
352
304
  }
353
305
  },
354
306
  "entryData": {
355
- "$ref": "#/$defs/entryDataObject"
307
+ "$ref": "../foundry-shared.json#/$defs/entryDataObject"
356
308
  },
357
309
  "chooseSystem": {
358
310
  "type": "array",
@@ -228,6 +228,14 @@
228
228
  "description": "Used in subclass data",
229
229
  "$ref": "util.json#/$defs/source"
230
230
  },
231
+ "raceName": {
232
+ "description": "Used in race feature data",
233
+ "type": "string"
234
+ },
235
+ "raceSource": {
236
+ "description": "Used in race feature data",
237
+ "$ref": "util.json#/$defs/source"
238
+ },
231
239
  "_mod": {
232
240
  "$ref": "util.json#/$defs/_modObject"
233
241
  },
@@ -433,6 +441,14 @@
433
441
  "description": "Used in subclass data",
434
442
  "$ref": "util.json#/$defs/source"
435
443
  },
444
+ "raceName": {
445
+ "description": "Used in race feature data",
446
+ "type": "string"
447
+ },
448
+ "raceSource": {
449
+ "description": "Used in race feature data",
450
+ "$ref": "util.json#/$defs/source"
451
+ },
436
452
  "_mod": {
437
453
  "$ref": "util.json#/$defs/_modObject"
438
454
  },
@@ -417,6 +417,14 @@
417
417
  "description": "Used in subclass data",
418
418
  "$ref": "util.json#/$defs/source"
419
419
  },
420
+ "raceName": {
421
+ "description": "Used in race feature data",
422
+ "type": "string"
423
+ },
424
+ "raceSource": {
425
+ "description": "Used in race feature data",
426
+ "$ref": "util.json#/$defs/source"
427
+ },
420
428
  "_mod": {
421
429
  "$ref": "util.json#/$defs/_modObject"
422
430
  },
@@ -144,6 +144,14 @@
144
144
  "description": "Used in subclass data",
145
145
  "$ref": "util.json#/$defs/source"
146
146
  },
147
+ "raceName": {
148
+ "description": "Used in race feature data",
149
+ "type": "string"
150
+ },
151
+ "raceSource": {
152
+ "description": "Used in race feature data",
153
+ "$ref": "util.json#/$defs/source"
154
+ },
147
155
  "_mod": {
148
156
  "$ref": "util.json#/$defs/_modObject"
149
157
  },