5etools-utils 0.12.38 → 0.12.40
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.
- package/package.json +1 -1
- package/schema/brew/adventures.json +3 -2
- package/schema/brew/bestiary/bestiary.json +85 -1
- package/schema/brew/feats.json +9 -0
- package/schema/brew/magicvariants.json +3 -5
- package/schema/brew/spells/spells.json +7 -4
- package/schema/brew-fast/adventures.json +3 -2
- package/schema/brew-fast/bestiary/bestiary.json +85 -1
- package/schema/brew-fast/feats.json +9 -0
- package/schema/brew-fast/magicvariants.json +3 -5
- package/schema/brew-fast/spells/spells.json +7 -4
- package/schema/site/adventures.json +3 -2
- package/schema/site/bestiary/bestiary.json +85 -1
- package/schema/site/feats.json +9 -0
- package/schema/site/magicvariants.json +3 -5
- package/schema/site/spells/spells.json +7 -4
- package/schema/site-fast/adventures.json +3 -2
- package/schema/site-fast/bestiary/bestiary.json +85 -1
- package/schema/site-fast/feats.json +9 -0
- package/schema/site-fast/magicvariants.json +3 -5
- package/schema/site-fast/spells/spells.json +7 -4
- package/schema/ua/adventures.json +3 -2
- package/schema/ua/bestiary/bestiary.json +85 -1
- package/schema/ua/feats.json +9 -0
- package/schema/ua/magicvariants.json +3 -5
- package/schema/ua/spells/spells.json +7 -4
- package/schema/ua-fast/adventures.json +3 -2
- package/schema/ua-fast/bestiary/bestiary.json +85 -1
- package/schema/ua-fast/feats.json +9 -0
- package/schema/ua-fast/magicvariants.json +3 -5
- package/schema/ua-fast/spells/spells.json +7 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -208,7 +208,8 @@
|
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
210
|
"LEGO",
|
|
211
|
-
"Shadow Realm"
|
|
211
|
+
"Shadow Realm",
|
|
212
|
+
"Animated Series"
|
|
212
213
|
]
|
|
213
214
|
},
|
|
214
215
|
"alAveragePlayerLevel": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.37",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -529,6 +529,34 @@
|
|
|
529
529
|
"additionalProperties": false,
|
|
530
530
|
"minProperties": 1
|
|
531
531
|
},
|
|
532
|
+
"gear": {
|
|
533
|
+
"type": "array",
|
|
534
|
+
"items": {
|
|
535
|
+
"oneOf": [
|
|
536
|
+
{
|
|
537
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
538
|
+
"type": "string"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"type": "object",
|
|
542
|
+
"properties": {
|
|
543
|
+
"item": {
|
|
544
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
545
|
+
"type": "string"
|
|
546
|
+
},
|
|
547
|
+
"quantity": {
|
|
548
|
+
"type": "integer"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"required": [
|
|
552
|
+
"item",
|
|
553
|
+
"quantity"
|
|
554
|
+
],
|
|
555
|
+
"additionalProperties": false
|
|
556
|
+
}
|
|
557
|
+
]
|
|
558
|
+
}
|
|
559
|
+
},
|
|
532
560
|
"senses": {
|
|
533
561
|
"oneOf": [
|
|
534
562
|
{
|
|
@@ -1743,6 +1771,34 @@
|
|
|
1743
1771
|
"additionalProperties": false,
|
|
1744
1772
|
"minProperties": 1
|
|
1745
1773
|
},
|
|
1774
|
+
"gear": {
|
|
1775
|
+
"type": "array",
|
|
1776
|
+
"items": {
|
|
1777
|
+
"oneOf": [
|
|
1778
|
+
{
|
|
1779
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
1780
|
+
"type": "string"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"type": "object",
|
|
1784
|
+
"properties": {
|
|
1785
|
+
"item": {
|
|
1786
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
1787
|
+
"type": "string"
|
|
1788
|
+
},
|
|
1789
|
+
"quantity": {
|
|
1790
|
+
"type": "integer"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
"required": [
|
|
1794
|
+
"item",
|
|
1795
|
+
"quantity"
|
|
1796
|
+
],
|
|
1797
|
+
"additionalProperties": false
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1746
1802
|
"senses": {
|
|
1747
1803
|
"oneOf": [
|
|
1748
1804
|
{
|
|
@@ -2962,6 +3018,34 @@
|
|
|
2962
3018
|
"additionalProperties": false,
|
|
2963
3019
|
"minProperties": 1
|
|
2964
3020
|
},
|
|
3021
|
+
"gear": {
|
|
3022
|
+
"type": "array",
|
|
3023
|
+
"items": {
|
|
3024
|
+
"oneOf": [
|
|
3025
|
+
{
|
|
3026
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
3027
|
+
"type": "string"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"type": "object",
|
|
3031
|
+
"properties": {
|
|
3032
|
+
"item": {
|
|
3033
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
3034
|
+
"type": "string"
|
|
3035
|
+
},
|
|
3036
|
+
"quantity": {
|
|
3037
|
+
"type": "integer"
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
"required": [
|
|
3041
|
+
"item",
|
|
3042
|
+
"quantity"
|
|
3043
|
+
],
|
|
3044
|
+
"additionalProperties": false
|
|
3045
|
+
}
|
|
3046
|
+
]
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
2965
3049
|
"senses": {
|
|
2966
3050
|
"oneOf": [
|
|
2967
3051
|
{
|
package/schema/brew/feats.json
CHANGED
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
"senses": {
|
|
107
107
|
"$ref": "util.json#/$defs/sensesArray"
|
|
108
108
|
},
|
|
109
|
+
"bonusSenses": {
|
|
110
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
111
|
+
},
|
|
109
112
|
"traitTags": {
|
|
110
113
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
111
114
|
"oneOf": [
|
|
@@ -249,6 +252,9 @@
|
|
|
249
252
|
"senses": {
|
|
250
253
|
"$ref": "util.json#/$defs/sensesArray"
|
|
251
254
|
},
|
|
255
|
+
"bonusSenses": {
|
|
256
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
257
|
+
},
|
|
252
258
|
"traitTags": {
|
|
253
259
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
254
260
|
"oneOf": [
|
|
@@ -395,6 +401,9 @@
|
|
|
395
401
|
"senses": {
|
|
396
402
|
"$ref": "util.json#/$defs/sensesArray"
|
|
397
403
|
},
|
|
404
|
+
"bonusSenses": {
|
|
405
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
406
|
+
},
|
|
398
407
|
"traitTags": {
|
|
399
408
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
400
409
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -970,8 +970,7 @@
|
|
|
970
970
|
"additionalProperties": false,
|
|
971
971
|
"required": [
|
|
972
972
|
"rarity",
|
|
973
|
-
"source"
|
|
974
|
-
"page"
|
|
973
|
+
"source"
|
|
975
974
|
]
|
|
976
975
|
},
|
|
977
976
|
"excludes": {
|
|
@@ -1549,8 +1548,7 @@
|
|
|
1549
1548
|
},
|
|
1550
1549
|
"additionalProperties": false,
|
|
1551
1550
|
"required": [
|
|
1552
|
-
"source"
|
|
1553
|
-
"page"
|
|
1551
|
+
"source"
|
|
1554
1552
|
]
|
|
1555
1553
|
},
|
|
1556
1554
|
"excludes": {
|
|
@@ -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.
|
|
4
|
+
"version": "1.9.17",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
},
|
|
297
297
|
"miscTags": {
|
|
298
298
|
"type": "array",
|
|
299
|
-
"description": "AAD: Additional Attack Damage\
|
|
299
|
+
"description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
|
|
300
300
|
"minItems": 1,
|
|
301
301
|
"uniqueItems": true,
|
|
302
302
|
"items": {
|
|
@@ -317,6 +317,7 @@
|
|
|
317
317
|
"PS",
|
|
318
318
|
"RO",
|
|
319
319
|
"SCL",
|
|
320
|
+
"SCT",
|
|
320
321
|
"SMN",
|
|
321
322
|
"SGT",
|
|
322
323
|
"THP",
|
|
@@ -858,7 +859,7 @@
|
|
|
858
859
|
},
|
|
859
860
|
"miscTags": {
|
|
860
861
|
"type": "array",
|
|
861
|
-
"description": "AAD: Additional Attack Damage\
|
|
862
|
+
"description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
|
|
862
863
|
"minItems": 1,
|
|
863
864
|
"uniqueItems": true,
|
|
864
865
|
"items": {
|
|
@@ -879,6 +880,7 @@
|
|
|
879
880
|
"PS",
|
|
880
881
|
"RO",
|
|
881
882
|
"SCL",
|
|
883
|
+
"SCT",
|
|
882
884
|
"SMN",
|
|
883
885
|
"SGT",
|
|
884
886
|
"THP",
|
|
@@ -1428,7 +1430,7 @@
|
|
|
1428
1430
|
},
|
|
1429
1431
|
"miscTags": {
|
|
1430
1432
|
"type": "array",
|
|
1431
|
-
"description": "AAD: Additional Attack Damage\
|
|
1433
|
+
"description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
|
|
1432
1434
|
"minItems": 1,
|
|
1433
1435
|
"uniqueItems": true,
|
|
1434
1436
|
"items": {
|
|
@@ -1449,6 +1451,7 @@
|
|
|
1449
1451
|
"PS",
|
|
1450
1452
|
"RO",
|
|
1451
1453
|
"SCL",
|
|
1454
|
+
"SCT",
|
|
1452
1455
|
"SMN",
|
|
1453
1456
|
"SGT",
|
|
1454
1457
|
"THP",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -208,7 +208,8 @@
|
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
210
|
"LEGO",
|
|
211
|
-
"Shadow Realm"
|
|
211
|
+
"Shadow Realm",
|
|
212
|
+
"Animated Series"
|
|
212
213
|
]
|
|
213
214
|
},
|
|
214
215
|
"alAveragePlayerLevel": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.37",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -529,6 +529,34 @@
|
|
|
529
529
|
"additionalProperties": false,
|
|
530
530
|
"minProperties": 1
|
|
531
531
|
},
|
|
532
|
+
"gear": {
|
|
533
|
+
"type": "array",
|
|
534
|
+
"items": {
|
|
535
|
+
"oneOf": [
|
|
536
|
+
{
|
|
537
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
538
|
+
"type": "string"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"type": "object",
|
|
542
|
+
"properties": {
|
|
543
|
+
"item": {
|
|
544
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
545
|
+
"type": "string"
|
|
546
|
+
},
|
|
547
|
+
"quantity": {
|
|
548
|
+
"type": "integer"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"required": [
|
|
552
|
+
"item",
|
|
553
|
+
"quantity"
|
|
554
|
+
],
|
|
555
|
+
"additionalProperties": false
|
|
556
|
+
}
|
|
557
|
+
]
|
|
558
|
+
}
|
|
559
|
+
},
|
|
532
560
|
"senses": {
|
|
533
561
|
"oneOf": [
|
|
534
562
|
{
|
|
@@ -1743,6 +1771,34 @@
|
|
|
1743
1771
|
"additionalProperties": false,
|
|
1744
1772
|
"minProperties": 1
|
|
1745
1773
|
},
|
|
1774
|
+
"gear": {
|
|
1775
|
+
"type": "array",
|
|
1776
|
+
"items": {
|
|
1777
|
+
"oneOf": [
|
|
1778
|
+
{
|
|
1779
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
1780
|
+
"type": "string"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"type": "object",
|
|
1784
|
+
"properties": {
|
|
1785
|
+
"item": {
|
|
1786
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
1787
|
+
"type": "string"
|
|
1788
|
+
},
|
|
1789
|
+
"quantity": {
|
|
1790
|
+
"type": "integer"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
"required": [
|
|
1794
|
+
"item",
|
|
1795
|
+
"quantity"
|
|
1796
|
+
],
|
|
1797
|
+
"additionalProperties": false
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1746
1802
|
"senses": {
|
|
1747
1803
|
"oneOf": [
|
|
1748
1804
|
{
|
|
@@ -2962,6 +3018,34 @@
|
|
|
2962
3018
|
"additionalProperties": false,
|
|
2963
3019
|
"minProperties": 1
|
|
2964
3020
|
},
|
|
3021
|
+
"gear": {
|
|
3022
|
+
"type": "array",
|
|
3023
|
+
"items": {
|
|
3024
|
+
"oneOf": [
|
|
3025
|
+
{
|
|
3026
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
3027
|
+
"type": "string"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"type": "object",
|
|
3031
|
+
"properties": {
|
|
3032
|
+
"item": {
|
|
3033
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
3034
|
+
"type": "string"
|
|
3035
|
+
},
|
|
3036
|
+
"quantity": {
|
|
3037
|
+
"type": "integer"
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
"required": [
|
|
3041
|
+
"item",
|
|
3042
|
+
"quantity"
|
|
3043
|
+
],
|
|
3044
|
+
"additionalProperties": false
|
|
3045
|
+
}
|
|
3046
|
+
]
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
2965
3049
|
"senses": {
|
|
2966
3050
|
"oneOf": [
|
|
2967
3051
|
{
|
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
"senses": {
|
|
107
107
|
"$ref": "util.json#/$defs/sensesArray"
|
|
108
108
|
},
|
|
109
|
+
"bonusSenses": {
|
|
110
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
111
|
+
},
|
|
109
112
|
"traitTags": {
|
|
110
113
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
111
114
|
"oneOf": [
|
|
@@ -249,6 +252,9 @@
|
|
|
249
252
|
"senses": {
|
|
250
253
|
"$ref": "util.json#/$defs/sensesArray"
|
|
251
254
|
},
|
|
255
|
+
"bonusSenses": {
|
|
256
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
257
|
+
},
|
|
252
258
|
"traitTags": {
|
|
253
259
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
254
260
|
"oneOf": [
|
|
@@ -395,6 +401,9 @@
|
|
|
395
401
|
"senses": {
|
|
396
402
|
"$ref": "util.json#/$defs/sensesArray"
|
|
397
403
|
},
|
|
404
|
+
"bonusSenses": {
|
|
405
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
406
|
+
},
|
|
398
407
|
"traitTags": {
|
|
399
408
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
400
409
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -970,8 +970,7 @@
|
|
|
970
970
|
"additionalProperties": false,
|
|
971
971
|
"required": [
|
|
972
972
|
"rarity",
|
|
973
|
-
"source"
|
|
974
|
-
"page"
|
|
973
|
+
"source"
|
|
975
974
|
]
|
|
976
975
|
},
|
|
977
976
|
"excludes": {
|
|
@@ -1549,8 +1548,7 @@
|
|
|
1549
1548
|
},
|
|
1550
1549
|
"additionalProperties": false,
|
|
1551
1550
|
"required": [
|
|
1552
|
-
"source"
|
|
1553
|
-
"page"
|
|
1551
|
+
"source"
|
|
1554
1552
|
]
|
|
1555
1553
|
},
|
|
1556
1554
|
"excludes": {
|
|
@@ -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.
|
|
4
|
+
"version": "1.9.17",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
},
|
|
297
297
|
"miscTags": {
|
|
298
298
|
"type": "array",
|
|
299
|
-
"description": "AAD: Additional Attack Damage\
|
|
299
|
+
"description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
|
|
300
300
|
"minItems": 1,
|
|
301
301
|
"uniqueItems": true,
|
|
302
302
|
"items": {
|
|
@@ -317,6 +317,7 @@
|
|
|
317
317
|
"PS",
|
|
318
318
|
"RO",
|
|
319
319
|
"SCL",
|
|
320
|
+
"SCT",
|
|
320
321
|
"SMN",
|
|
321
322
|
"SGT",
|
|
322
323
|
"THP",
|
|
@@ -858,7 +859,7 @@
|
|
|
858
859
|
},
|
|
859
860
|
"miscTags": {
|
|
860
861
|
"type": "array",
|
|
861
|
-
"description": "AAD: Additional Attack Damage\
|
|
862
|
+
"description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
|
|
862
863
|
"minItems": 1,
|
|
863
864
|
"uniqueItems": true,
|
|
864
865
|
"items": {
|
|
@@ -879,6 +880,7 @@
|
|
|
879
880
|
"PS",
|
|
880
881
|
"RO",
|
|
881
882
|
"SCL",
|
|
883
|
+
"SCT",
|
|
882
884
|
"SMN",
|
|
883
885
|
"SGT",
|
|
884
886
|
"THP",
|
|
@@ -1428,7 +1430,7 @@
|
|
|
1428
1430
|
},
|
|
1429
1431
|
"miscTags": {
|
|
1430
1432
|
"type": "array",
|
|
1431
|
-
"description": "AAD: Additional Attack Damage\
|
|
1433
|
+
"description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
|
|
1432
1434
|
"minItems": 1,
|
|
1433
1435
|
"uniqueItems": true,
|
|
1434
1436
|
"items": {
|
|
@@ -1449,6 +1451,7 @@
|
|
|
1449
1451
|
"PS",
|
|
1450
1452
|
"RO",
|
|
1451
1453
|
"SCL",
|
|
1454
|
+
"SCT",
|
|
1452
1455
|
"SMN",
|
|
1453
1456
|
"SGT",
|
|
1454
1457
|
"THP",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -208,7 +208,8 @@
|
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
210
|
"LEGO",
|
|
211
|
-
"Shadow Realm"
|
|
211
|
+
"Shadow Realm",
|
|
212
|
+
"Animated Series"
|
|
212
213
|
]
|
|
213
214
|
}
|
|
214
215
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.37",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -521,6 +521,34 @@
|
|
|
521
521
|
"additionalProperties": false,
|
|
522
522
|
"minProperties": 1
|
|
523
523
|
},
|
|
524
|
+
"gear": {
|
|
525
|
+
"type": "array",
|
|
526
|
+
"items": {
|
|
527
|
+
"oneOf": [
|
|
528
|
+
{
|
|
529
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
530
|
+
"type": "string"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"type": "object",
|
|
534
|
+
"properties": {
|
|
535
|
+
"item": {
|
|
536
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
537
|
+
"type": "string"
|
|
538
|
+
},
|
|
539
|
+
"quantity": {
|
|
540
|
+
"type": "integer"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"required": [
|
|
544
|
+
"item",
|
|
545
|
+
"quantity"
|
|
546
|
+
],
|
|
547
|
+
"additionalProperties": false
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
}
|
|
551
|
+
},
|
|
524
552
|
"senses": {
|
|
525
553
|
"oneOf": [
|
|
526
554
|
{
|
|
@@ -1638,6 +1666,34 @@
|
|
|
1638
1666
|
"additionalProperties": false,
|
|
1639
1667
|
"minProperties": 1
|
|
1640
1668
|
},
|
|
1669
|
+
"gear": {
|
|
1670
|
+
"type": "array",
|
|
1671
|
+
"items": {
|
|
1672
|
+
"oneOf": [
|
|
1673
|
+
{
|
|
1674
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
1675
|
+
"type": "string"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"type": "object",
|
|
1679
|
+
"properties": {
|
|
1680
|
+
"item": {
|
|
1681
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
1682
|
+
"type": "string"
|
|
1683
|
+
},
|
|
1684
|
+
"quantity": {
|
|
1685
|
+
"type": "integer"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"required": [
|
|
1689
|
+
"item",
|
|
1690
|
+
"quantity"
|
|
1691
|
+
],
|
|
1692
|
+
"additionalProperties": false
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1641
1697
|
"senses": {
|
|
1642
1698
|
"oneOf": [
|
|
1643
1699
|
{
|
|
@@ -2760,6 +2816,34 @@
|
|
|
2760
2816
|
"additionalProperties": false,
|
|
2761
2817
|
"minProperties": 1
|
|
2762
2818
|
},
|
|
2819
|
+
"gear": {
|
|
2820
|
+
"type": "array",
|
|
2821
|
+
"items": {
|
|
2822
|
+
"oneOf": [
|
|
2823
|
+
{
|
|
2824
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
2825
|
+
"type": "string"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"type": "object",
|
|
2829
|
+
"properties": {
|
|
2830
|
+
"item": {
|
|
2831
|
+
"description": "An item UID, e.g. \"longsword|phb\"",
|
|
2832
|
+
"type": "string"
|
|
2833
|
+
},
|
|
2834
|
+
"quantity": {
|
|
2835
|
+
"type": "integer"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"required": [
|
|
2839
|
+
"item",
|
|
2840
|
+
"quantity"
|
|
2841
|
+
],
|
|
2842
|
+
"additionalProperties": false
|
|
2843
|
+
}
|
|
2844
|
+
]
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2763
2847
|
"senses": {
|
|
2764
2848
|
"oneOf": [
|
|
2765
2849
|
{
|
package/schema/site/feats.json
CHANGED
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
"senses": {
|
|
107
107
|
"$ref": "util.json#/$defs/sensesArray"
|
|
108
108
|
},
|
|
109
|
+
"bonusSenses": {
|
|
110
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
111
|
+
},
|
|
109
112
|
"traitTags": {
|
|
110
113
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
111
114
|
"oneOf": [
|
|
@@ -233,6 +236,9 @@
|
|
|
233
236
|
"senses": {
|
|
234
237
|
"$ref": "util.json#/$defs/sensesArray"
|
|
235
238
|
},
|
|
239
|
+
"bonusSenses": {
|
|
240
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
241
|
+
},
|
|
236
242
|
"traitTags": {
|
|
237
243
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
238
244
|
"oneOf": [
|
|
@@ -363,6 +369,9 @@
|
|
|
363
369
|
"senses": {
|
|
364
370
|
"$ref": "util.json#/$defs/sensesArray"
|
|
365
371
|
},
|
|
372
|
+
"bonusSenses": {
|
|
373
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
374
|
+
},
|
|
366
375
|
"traitTags": {
|
|
367
376
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
368
377
|
"oneOf": [
|