5etools-utils 0.10.28 → 0.10.30
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/entry.json +11 -2
- package/schema/brew/items-base.json +4 -118
- package/schema/brew/items-shared.json +45 -1
- package/schema/brew/items.json +16 -206
- package/schema/brew/spells/spells.json +7 -4
- package/schema/brew-fast/entry.json +11 -2
- package/schema/brew-fast/items-base.json +4 -118
- package/schema/brew-fast/items-shared.json +45 -1
- package/schema/brew-fast/items.json +16 -206
- package/schema/brew-fast/spells/spells.json +7 -4
- package/schema/site/entry.json +5 -2
- package/schema/site/items-base.json +4 -118
- package/schema/site/items-shared.json +45 -1
- package/schema/site/items.json +16 -206
- package/schema/site/spells/spells.json +7 -4
- package/schema/site-fast/entry.json +5 -2
- package/schema/site-fast/items-base.json +4 -118
- package/schema/site-fast/items-shared.json +45 -1
- package/schema/site-fast/items.json +16 -206
- package/schema/site-fast/spells/spells.json +7 -4
- package/schema/ua/entry.json +5 -2
- package/schema/ua/items-base.json +4 -118
- package/schema/ua/items-shared.json +45 -1
- package/schema/ua/items.json +16 -206
- package/schema/ua/spells/spells.json +7 -4
- package/schema/ua-fast/entry.json +5 -2
- package/schema/ua-fast/items-base.json +4 -118
- package/schema/ua-fast/items-shared.json +45 -1
- package/schema/ua-fast/items.json +16 -206
- package/schema/ua-fast/spells/spells.json +7 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -335,45 +335,7 @@
|
|
|
335
335
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
336
336
|
},
|
|
337
337
|
"packContents": {
|
|
338
|
-
"
|
|
339
|
-
"items": {
|
|
340
|
-
"oneOf": [
|
|
341
|
-
{
|
|
342
|
-
"type": "string"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"type": "object",
|
|
346
|
-
"properties": {
|
|
347
|
-
"special": {
|
|
348
|
-
"type": "string"
|
|
349
|
-
},
|
|
350
|
-
"quantity": {
|
|
351
|
-
"type": "integer"
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
"additionalProperties": false,
|
|
355
|
-
"required": [
|
|
356
|
-
"special"
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"type": "object",
|
|
361
|
-
"properties": {
|
|
362
|
-
"item": {
|
|
363
|
-
"type": "string"
|
|
364
|
-
},
|
|
365
|
-
"quantity": {
|
|
366
|
-
"type": "integer"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"additionalProperties": false,
|
|
370
|
-
"required": [
|
|
371
|
-
"item",
|
|
372
|
-
"quantity"
|
|
373
|
-
]
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
}
|
|
338
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
377
339
|
},
|
|
378
340
|
"lootTables": {
|
|
379
341
|
"type": "array",
|
|
@@ -646,45 +608,7 @@
|
|
|
646
608
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
647
609
|
},
|
|
648
610
|
"packContents": {
|
|
649
|
-
"
|
|
650
|
-
"items": {
|
|
651
|
-
"oneOf": [
|
|
652
|
-
{
|
|
653
|
-
"type": "string"
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"type": "object",
|
|
657
|
-
"properties": {
|
|
658
|
-
"special": {
|
|
659
|
-
"type": "string"
|
|
660
|
-
},
|
|
661
|
-
"quantity": {
|
|
662
|
-
"type": "integer"
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"additionalProperties": false,
|
|
666
|
-
"required": [
|
|
667
|
-
"special"
|
|
668
|
-
]
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"type": "object",
|
|
672
|
-
"properties": {
|
|
673
|
-
"item": {
|
|
674
|
-
"type": "string"
|
|
675
|
-
},
|
|
676
|
-
"quantity": {
|
|
677
|
-
"type": "integer"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
"additionalProperties": false,
|
|
681
|
-
"required": [
|
|
682
|
-
"item",
|
|
683
|
-
"quantity"
|
|
684
|
-
]
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
}
|
|
611
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
688
612
|
},
|
|
689
613
|
"lootTables": {
|
|
690
614
|
"type": "array",
|
|
@@ -961,45 +885,7 @@
|
|
|
961
885
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
962
886
|
},
|
|
963
887
|
"packContents": {
|
|
964
|
-
"
|
|
965
|
-
"items": {
|
|
966
|
-
"oneOf": [
|
|
967
|
-
{
|
|
968
|
-
"type": "string"
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"type": "object",
|
|
972
|
-
"properties": {
|
|
973
|
-
"special": {
|
|
974
|
-
"type": "string"
|
|
975
|
-
},
|
|
976
|
-
"quantity": {
|
|
977
|
-
"type": "integer"
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
"additionalProperties": false,
|
|
981
|
-
"required": [
|
|
982
|
-
"special"
|
|
983
|
-
]
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"type": "object",
|
|
987
|
-
"properties": {
|
|
988
|
-
"item": {
|
|
989
|
-
"type": "string"
|
|
990
|
-
},
|
|
991
|
-
"quantity": {
|
|
992
|
-
"type": "integer"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
"additionalProperties": false,
|
|
996
|
-
"required": [
|
|
997
|
-
"item",
|
|
998
|
-
"quantity"
|
|
999
|
-
]
|
|
1000
|
-
}
|
|
1001
|
-
]
|
|
1002
|
-
}
|
|
888
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
1003
889
|
},
|
|
1004
890
|
"lootTables": {
|
|
1005
891
|
"type": "array",
|
|
@@ -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.
|
|
6
|
+
"version": "1.0.8",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -291,6 +291,50 @@
|
|
|
291
291
|
"null"
|
|
292
292
|
]
|
|
293
293
|
},
|
|
294
|
+
"packContents": {
|
|
295
|
+
"type": "array",
|
|
296
|
+
"items": {
|
|
297
|
+
"oneOf": [
|
|
298
|
+
{
|
|
299
|
+
"type": "string"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"type": "object",
|
|
303
|
+
"properties": {
|
|
304
|
+
"special": {
|
|
305
|
+
"type": "string"
|
|
306
|
+
},
|
|
307
|
+
"quantity": {
|
|
308
|
+
"type": "integer"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"additionalProperties": false,
|
|
312
|
+
"required": [
|
|
313
|
+
"special"
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"type": "object",
|
|
318
|
+
"properties": {
|
|
319
|
+
"item": {
|
|
320
|
+
"type": "string"
|
|
321
|
+
},
|
|
322
|
+
"quantity": {
|
|
323
|
+
"type": "integer"
|
|
324
|
+
},
|
|
325
|
+
"displayName": {
|
|
326
|
+
"type": "string"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"additionalProperties": false,
|
|
330
|
+
"required": [
|
|
331
|
+
"item"
|
|
332
|
+
],
|
|
333
|
+
"minProperties": 2
|
|
334
|
+
}
|
|
335
|
+
]
|
|
336
|
+
}
|
|
337
|
+
},
|
|
294
338
|
"customProperties": {
|
|
295
339
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
296
340
|
"type": "object",
|
package/schema/ua/items.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items.json",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -414,47 +414,6 @@
|
|
|
414
414
|
"legacy": {
|
|
415
415
|
"$ref": "util.json#/$defs/legacy"
|
|
416
416
|
},
|
|
417
|
-
"packContents": {
|
|
418
|
-
"type": "array",
|
|
419
|
-
"items": {
|
|
420
|
-
"oneOf": [
|
|
421
|
-
{
|
|
422
|
-
"type": "string"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"type": "object",
|
|
426
|
-
"properties": {
|
|
427
|
-
"special": {
|
|
428
|
-
"type": "string"
|
|
429
|
-
},
|
|
430
|
-
"quantity": {
|
|
431
|
-
"type": "integer"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
"additionalProperties": false,
|
|
435
|
-
"required": [
|
|
436
|
-
"special"
|
|
437
|
-
]
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"type": "object",
|
|
441
|
-
"properties": {
|
|
442
|
-
"item": {
|
|
443
|
-
"type": "string"
|
|
444
|
-
},
|
|
445
|
-
"quantity": {
|
|
446
|
-
"type": "integer"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"additionalProperties": false,
|
|
450
|
-
"required": [
|
|
451
|
-
"item",
|
|
452
|
-
"quantity"
|
|
453
|
-
]
|
|
454
|
-
}
|
|
455
|
-
]
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
417
|
"atomicPackContents": {
|
|
459
418
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
460
419
|
"type": "boolean"
|
|
@@ -490,6 +449,9 @@
|
|
|
490
449
|
"ammoType": {
|
|
491
450
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
492
451
|
},
|
|
452
|
+
"packContents": {
|
|
453
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
454
|
+
},
|
|
493
455
|
"grantsProficiency": {
|
|
494
456
|
"type": "boolean"
|
|
495
457
|
},
|
|
@@ -971,47 +933,6 @@
|
|
|
971
933
|
"legacy": {
|
|
972
934
|
"$ref": "util.json#/$defs/legacy"
|
|
973
935
|
},
|
|
974
|
-
"packContents": {
|
|
975
|
-
"type": "array",
|
|
976
|
-
"items": {
|
|
977
|
-
"oneOf": [
|
|
978
|
-
{
|
|
979
|
-
"type": "string"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"type": "object",
|
|
983
|
-
"properties": {
|
|
984
|
-
"special": {
|
|
985
|
-
"type": "string"
|
|
986
|
-
},
|
|
987
|
-
"quantity": {
|
|
988
|
-
"type": "integer"
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"additionalProperties": false,
|
|
992
|
-
"required": [
|
|
993
|
-
"special"
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"type": "object",
|
|
998
|
-
"properties": {
|
|
999
|
-
"item": {
|
|
1000
|
-
"type": "string"
|
|
1001
|
-
},
|
|
1002
|
-
"quantity": {
|
|
1003
|
-
"type": "integer"
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
"additionalProperties": false,
|
|
1007
|
-
"required": [
|
|
1008
|
-
"item",
|
|
1009
|
-
"quantity"
|
|
1010
|
-
]
|
|
1011
|
-
}
|
|
1012
|
-
]
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
936
|
"atomicPackContents": {
|
|
1016
937
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
1017
938
|
"type": "boolean"
|
|
@@ -1047,6 +968,9 @@
|
|
|
1047
968
|
"ammoType": {
|
|
1048
969
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
1049
970
|
},
|
|
971
|
+
"packContents": {
|
|
972
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
973
|
+
},
|
|
1050
974
|
"grantsProficiency": {
|
|
1051
975
|
"type": "boolean"
|
|
1052
976
|
},
|
|
@@ -1523,47 +1447,6 @@
|
|
|
1523
1447
|
"legacy": {
|
|
1524
1448
|
"$ref": "util.json#/$defs/legacy"
|
|
1525
1449
|
},
|
|
1526
|
-
"packContents": {
|
|
1527
|
-
"type": "array",
|
|
1528
|
-
"items": {
|
|
1529
|
-
"oneOf": [
|
|
1530
|
-
{
|
|
1531
|
-
"type": "string"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"type": "object",
|
|
1535
|
-
"properties": {
|
|
1536
|
-
"special": {
|
|
1537
|
-
"type": "string"
|
|
1538
|
-
},
|
|
1539
|
-
"quantity": {
|
|
1540
|
-
"type": "integer"
|
|
1541
|
-
}
|
|
1542
|
-
},
|
|
1543
|
-
"additionalProperties": false,
|
|
1544
|
-
"required": [
|
|
1545
|
-
"special"
|
|
1546
|
-
]
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"type": "object",
|
|
1550
|
-
"properties": {
|
|
1551
|
-
"item": {
|
|
1552
|
-
"type": "string"
|
|
1553
|
-
},
|
|
1554
|
-
"quantity": {
|
|
1555
|
-
"type": "integer"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
"additionalProperties": false,
|
|
1559
|
-
"required": [
|
|
1560
|
-
"item",
|
|
1561
|
-
"quantity"
|
|
1562
|
-
]
|
|
1563
|
-
}
|
|
1564
|
-
]
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
1450
|
"atomicPackContents": {
|
|
1568
1451
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
1569
1452
|
"type": "boolean"
|
|
@@ -1599,6 +1482,9 @@
|
|
|
1599
1482
|
"ammoType": {
|
|
1600
1483
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
1601
1484
|
},
|
|
1485
|
+
"packContents": {
|
|
1486
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
1487
|
+
},
|
|
1602
1488
|
"grantsProficiency": {
|
|
1603
1489
|
"type": "boolean"
|
|
1604
1490
|
},
|
|
@@ -2080,47 +1966,6 @@
|
|
|
2080
1966
|
"legacy": {
|
|
2081
1967
|
"$ref": "util.json#/$defs/legacy"
|
|
2082
1968
|
},
|
|
2083
|
-
"packContents": {
|
|
2084
|
-
"type": "array",
|
|
2085
|
-
"items": {
|
|
2086
|
-
"oneOf": [
|
|
2087
|
-
{
|
|
2088
|
-
"type": "string"
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"type": "object",
|
|
2092
|
-
"properties": {
|
|
2093
|
-
"special": {
|
|
2094
|
-
"type": "string"
|
|
2095
|
-
},
|
|
2096
|
-
"quantity": {
|
|
2097
|
-
"type": "integer"
|
|
2098
|
-
}
|
|
2099
|
-
},
|
|
2100
|
-
"additionalProperties": false,
|
|
2101
|
-
"required": [
|
|
2102
|
-
"special"
|
|
2103
|
-
]
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"type": "object",
|
|
2107
|
-
"properties": {
|
|
2108
|
-
"item": {
|
|
2109
|
-
"type": "string"
|
|
2110
|
-
},
|
|
2111
|
-
"quantity": {
|
|
2112
|
-
"type": "integer"
|
|
2113
|
-
}
|
|
2114
|
-
},
|
|
2115
|
-
"additionalProperties": false,
|
|
2116
|
-
"required": [
|
|
2117
|
-
"item",
|
|
2118
|
-
"quantity"
|
|
2119
|
-
]
|
|
2120
|
-
}
|
|
2121
|
-
]
|
|
2122
|
-
}
|
|
2123
|
-
},
|
|
2124
1969
|
"atomicPackContents": {
|
|
2125
1970
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
2126
1971
|
"type": "boolean"
|
|
@@ -2156,6 +2001,9 @@
|
|
|
2156
2001
|
"ammoType": {
|
|
2157
2002
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
2158
2003
|
},
|
|
2004
|
+
"packContents": {
|
|
2005
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
2006
|
+
},
|
|
2159
2007
|
"grantsProficiency": {
|
|
2160
2008
|
"type": "boolean"
|
|
2161
2009
|
},
|
|
@@ -2636,47 +2484,6 @@
|
|
|
2636
2484
|
"legacy": {
|
|
2637
2485
|
"$ref": "util.json#/$defs/legacy"
|
|
2638
2486
|
},
|
|
2639
|
-
"packContents": {
|
|
2640
|
-
"type": "array",
|
|
2641
|
-
"items": {
|
|
2642
|
-
"oneOf": [
|
|
2643
|
-
{
|
|
2644
|
-
"type": "string"
|
|
2645
|
-
},
|
|
2646
|
-
{
|
|
2647
|
-
"type": "object",
|
|
2648
|
-
"properties": {
|
|
2649
|
-
"special": {
|
|
2650
|
-
"type": "string"
|
|
2651
|
-
},
|
|
2652
|
-
"quantity": {
|
|
2653
|
-
"type": "integer"
|
|
2654
|
-
}
|
|
2655
|
-
},
|
|
2656
|
-
"additionalProperties": false,
|
|
2657
|
-
"required": [
|
|
2658
|
-
"special"
|
|
2659
|
-
]
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"type": "object",
|
|
2663
|
-
"properties": {
|
|
2664
|
-
"item": {
|
|
2665
|
-
"type": "string"
|
|
2666
|
-
},
|
|
2667
|
-
"quantity": {
|
|
2668
|
-
"type": "integer"
|
|
2669
|
-
}
|
|
2670
|
-
},
|
|
2671
|
-
"additionalProperties": false,
|
|
2672
|
-
"required": [
|
|
2673
|
-
"item",
|
|
2674
|
-
"quantity"
|
|
2675
|
-
]
|
|
2676
|
-
}
|
|
2677
|
-
]
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
2487
|
"atomicPackContents": {
|
|
2681
2488
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
2682
2489
|
"type": "boolean"
|
|
@@ -2712,6 +2519,9 @@
|
|
|
2712
2519
|
"ammoType": {
|
|
2713
2520
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
2714
2521
|
},
|
|
2522
|
+
"packContents": {
|
|
2523
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
2524
|
+
},
|
|
2715
2525
|
"grantsProficiency": {
|
|
2716
2526
|
"type": "boolean"
|
|
2717
2527
|
},
|
|
@@ -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.12",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
},
|
|
272
272
|
"miscTags": {
|
|
273
273
|
"type": "array",
|
|
274
|
-
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
274
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PIR: Permanent If Repeated\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
275
275
|
"minItems": 1,
|
|
276
276
|
"uniqueItems": true,
|
|
277
277
|
"items": {
|
|
@@ -287,6 +287,7 @@
|
|
|
287
287
|
"MAC",
|
|
288
288
|
"OBJ",
|
|
289
289
|
"OBS",
|
|
290
|
+
"PIR",
|
|
290
291
|
"PRM",
|
|
291
292
|
"PS",
|
|
292
293
|
"RO",
|
|
@@ -786,7 +787,7 @@
|
|
|
786
787
|
},
|
|
787
788
|
"miscTags": {
|
|
788
789
|
"type": "array",
|
|
789
|
-
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
790
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PIR: Permanent If Repeated\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
790
791
|
"minItems": 1,
|
|
791
792
|
"uniqueItems": true,
|
|
792
793
|
"items": {
|
|
@@ -802,6 +803,7 @@
|
|
|
802
803
|
"MAC",
|
|
803
804
|
"OBJ",
|
|
804
805
|
"OBS",
|
|
806
|
+
"PIR",
|
|
805
807
|
"PRM",
|
|
806
808
|
"PS",
|
|
807
809
|
"RO",
|
|
@@ -1309,7 +1311,7 @@
|
|
|
1309
1311
|
},
|
|
1310
1312
|
"miscTags": {
|
|
1311
1313
|
"type": "array",
|
|
1312
|
-
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
1314
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PIR: Permanent If Repeated\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
1313
1315
|
"minItems": 1,
|
|
1314
1316
|
"uniqueItems": true,
|
|
1315
1317
|
"items": {
|
|
@@ -1325,6 +1327,7 @@
|
|
|
1325
1327
|
"MAC",
|
|
1326
1328
|
"OBJ",
|
|
1327
1329
|
"OBS",
|
|
1330
|
+
"PIR",
|
|
1328
1331
|
"PRM",
|
|
1329
1332
|
"PS",
|
|
1330
1333
|
"RO",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.20",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -62,7 +62,10 @@
|
|
|
62
62
|
"url": {
|
|
63
63
|
"type": "string",
|
|
64
64
|
"description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
|
|
65
|
-
"pattern": "^https?://"
|
|
65
|
+
"pattern": "^https?://",
|
|
66
|
+
"not": {
|
|
67
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
68
|
+
}
|
|
66
69
|
}
|
|
67
70
|
},
|
|
68
71
|
"required": [
|