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
package/package.json
CHANGED
package/schema/brew/entry.json
CHANGED
|
@@ -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",
|
|
@@ -63,7 +63,10 @@
|
|
|
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
65
|
"minLength": 3,
|
|
66
|
-
"pattern": "^https?://"
|
|
66
|
+
"pattern": "^https?://",
|
|
67
|
+
"not": {
|
|
68
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
69
|
+
}
|
|
67
70
|
}
|
|
68
71
|
},
|
|
69
72
|
"required": [
|
|
@@ -1973,6 +1976,12 @@
|
|
|
1973
1976
|
"flags": false
|
|
1974
1977
|
}
|
|
1975
1978
|
},
|
|
1979
|
+
"foundrySceneWalls": {
|
|
1980
|
+
"$ref": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-scenes/main/test/schema/shared.json#/$defs/wallArray"
|
|
1981
|
+
},
|
|
1982
|
+
"foundrySceneLights": {
|
|
1983
|
+
"$ref": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-scenes/main/test/schema/shared.json#/$defs/lightArray"
|
|
1984
|
+
},
|
|
1976
1985
|
"foundrySceneFlags": {
|
|
1977
1986
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
1978
1987
|
}
|
|
@@ -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": {
|
|
@@ -333,45 +333,7 @@
|
|
|
333
333
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
334
334
|
},
|
|
335
335
|
"packContents": {
|
|
336
|
-
"
|
|
337
|
-
"items": {
|
|
338
|
-
"oneOf": [
|
|
339
|
-
{
|
|
340
|
-
"type": "string"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"type": "object",
|
|
344
|
-
"properties": {
|
|
345
|
-
"special": {
|
|
346
|
-
"type": "string"
|
|
347
|
-
},
|
|
348
|
-
"quantity": {
|
|
349
|
-
"type": "integer"
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
"additionalProperties": false,
|
|
353
|
-
"required": [
|
|
354
|
-
"special"
|
|
355
|
-
]
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"type": "object",
|
|
359
|
-
"properties": {
|
|
360
|
-
"item": {
|
|
361
|
-
"type": "string"
|
|
362
|
-
},
|
|
363
|
-
"quantity": {
|
|
364
|
-
"type": "integer"
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"additionalProperties": false,
|
|
368
|
-
"required": [
|
|
369
|
-
"item",
|
|
370
|
-
"quantity"
|
|
371
|
-
]
|
|
372
|
-
}
|
|
373
|
-
]
|
|
374
|
-
}
|
|
336
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
375
337
|
},
|
|
376
338
|
"lootTables": {
|
|
377
339
|
"type": "array",
|
|
@@ -681,45 +643,7 @@
|
|
|
681
643
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
682
644
|
},
|
|
683
645
|
"packContents": {
|
|
684
|
-
"
|
|
685
|
-
"items": {
|
|
686
|
-
"oneOf": [
|
|
687
|
-
{
|
|
688
|
-
"type": "string"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"type": "object",
|
|
692
|
-
"properties": {
|
|
693
|
-
"special": {
|
|
694
|
-
"type": "string"
|
|
695
|
-
},
|
|
696
|
-
"quantity": {
|
|
697
|
-
"type": "integer"
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
"additionalProperties": false,
|
|
701
|
-
"required": [
|
|
702
|
-
"special"
|
|
703
|
-
]
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"type": "object",
|
|
707
|
-
"properties": {
|
|
708
|
-
"item": {
|
|
709
|
-
"type": "string"
|
|
710
|
-
},
|
|
711
|
-
"quantity": {
|
|
712
|
-
"type": "integer"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
"additionalProperties": false,
|
|
716
|
-
"required": [
|
|
717
|
-
"item",
|
|
718
|
-
"quantity"
|
|
719
|
-
]
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
}
|
|
646
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
723
647
|
},
|
|
724
648
|
"lootTables": {
|
|
725
649
|
"type": "array",
|
|
@@ -1033,45 +957,7 @@
|
|
|
1033
957
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
1034
958
|
},
|
|
1035
959
|
"packContents": {
|
|
1036
|
-
"
|
|
1037
|
-
"items": {
|
|
1038
|
-
"oneOf": [
|
|
1039
|
-
{
|
|
1040
|
-
"type": "string"
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
"type": "object",
|
|
1044
|
-
"properties": {
|
|
1045
|
-
"special": {
|
|
1046
|
-
"type": "string"
|
|
1047
|
-
},
|
|
1048
|
-
"quantity": {
|
|
1049
|
-
"type": "integer"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
"additionalProperties": false,
|
|
1053
|
-
"required": [
|
|
1054
|
-
"special"
|
|
1055
|
-
]
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"type": "object",
|
|
1059
|
-
"properties": {
|
|
1060
|
-
"item": {
|
|
1061
|
-
"type": "string"
|
|
1062
|
-
},
|
|
1063
|
-
"quantity": {
|
|
1064
|
-
"type": "integer"
|
|
1065
|
-
}
|
|
1066
|
-
},
|
|
1067
|
-
"additionalProperties": false,
|
|
1068
|
-
"required": [
|
|
1069
|
-
"item",
|
|
1070
|
-
"quantity"
|
|
1071
|
-
]
|
|
1072
|
-
}
|
|
1073
|
-
]
|
|
1074
|
-
}
|
|
960
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
1075
961
|
},
|
|
1076
962
|
"lootTables": {
|
|
1077
963
|
"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/brew/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
|
},
|
|
@@ -1012,47 +974,6 @@
|
|
|
1012
974
|
"legacy": {
|
|
1013
975
|
"$ref": "util.json#/$defs/legacy"
|
|
1014
976
|
},
|
|
1015
|
-
"packContents": {
|
|
1016
|
-
"type": "array",
|
|
1017
|
-
"items": {
|
|
1018
|
-
"oneOf": [
|
|
1019
|
-
{
|
|
1020
|
-
"type": "string"
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"type": "object",
|
|
1024
|
-
"properties": {
|
|
1025
|
-
"special": {
|
|
1026
|
-
"type": "string"
|
|
1027
|
-
},
|
|
1028
|
-
"quantity": {
|
|
1029
|
-
"type": "integer"
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
"additionalProperties": false,
|
|
1033
|
-
"required": [
|
|
1034
|
-
"special"
|
|
1035
|
-
]
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"type": "object",
|
|
1039
|
-
"properties": {
|
|
1040
|
-
"item": {
|
|
1041
|
-
"type": "string"
|
|
1042
|
-
},
|
|
1043
|
-
"quantity": {
|
|
1044
|
-
"type": "integer"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
"additionalProperties": false,
|
|
1048
|
-
"required": [
|
|
1049
|
-
"item",
|
|
1050
|
-
"quantity"
|
|
1051
|
-
]
|
|
1052
|
-
}
|
|
1053
|
-
]
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
977
|
"atomicPackContents": {
|
|
1057
978
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
1058
979
|
"type": "boolean"
|
|
@@ -1088,6 +1009,9 @@
|
|
|
1088
1009
|
"ammoType": {
|
|
1089
1010
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
1090
1011
|
},
|
|
1012
|
+
"packContents": {
|
|
1013
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
1014
|
+
},
|
|
1091
1015
|
"grantsProficiency": {
|
|
1092
1016
|
"type": "boolean"
|
|
1093
1017
|
},
|
|
@@ -1605,47 +1529,6 @@
|
|
|
1605
1529
|
"legacy": {
|
|
1606
1530
|
"$ref": "util.json#/$defs/legacy"
|
|
1607
1531
|
},
|
|
1608
|
-
"packContents": {
|
|
1609
|
-
"type": "array",
|
|
1610
|
-
"items": {
|
|
1611
|
-
"oneOf": [
|
|
1612
|
-
{
|
|
1613
|
-
"type": "string"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"type": "object",
|
|
1617
|
-
"properties": {
|
|
1618
|
-
"special": {
|
|
1619
|
-
"type": "string"
|
|
1620
|
-
},
|
|
1621
|
-
"quantity": {
|
|
1622
|
-
"type": "integer"
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
"additionalProperties": false,
|
|
1626
|
-
"required": [
|
|
1627
|
-
"special"
|
|
1628
|
-
]
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"type": "object",
|
|
1632
|
-
"properties": {
|
|
1633
|
-
"item": {
|
|
1634
|
-
"type": "string"
|
|
1635
|
-
},
|
|
1636
|
-
"quantity": {
|
|
1637
|
-
"type": "integer"
|
|
1638
|
-
}
|
|
1639
|
-
},
|
|
1640
|
-
"additionalProperties": false,
|
|
1641
|
-
"required": [
|
|
1642
|
-
"item",
|
|
1643
|
-
"quantity"
|
|
1644
|
-
]
|
|
1645
|
-
}
|
|
1646
|
-
]
|
|
1647
|
-
}
|
|
1648
|
-
},
|
|
1649
1532
|
"atomicPackContents": {
|
|
1650
1533
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
1651
1534
|
"type": "boolean"
|
|
@@ -1681,6 +1564,9 @@
|
|
|
1681
1564
|
"ammoType": {
|
|
1682
1565
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
1683
1566
|
},
|
|
1567
|
+
"packContents": {
|
|
1568
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
1569
|
+
},
|
|
1684
1570
|
"grantsProficiency": {
|
|
1685
1571
|
"type": "boolean"
|
|
1686
1572
|
},
|
|
@@ -2203,47 +2089,6 @@
|
|
|
2203
2089
|
"legacy": {
|
|
2204
2090
|
"$ref": "util.json#/$defs/legacy"
|
|
2205
2091
|
},
|
|
2206
|
-
"packContents": {
|
|
2207
|
-
"type": "array",
|
|
2208
|
-
"items": {
|
|
2209
|
-
"oneOf": [
|
|
2210
|
-
{
|
|
2211
|
-
"type": "string"
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"type": "object",
|
|
2215
|
-
"properties": {
|
|
2216
|
-
"special": {
|
|
2217
|
-
"type": "string"
|
|
2218
|
-
},
|
|
2219
|
-
"quantity": {
|
|
2220
|
-
"type": "integer"
|
|
2221
|
-
}
|
|
2222
|
-
},
|
|
2223
|
-
"additionalProperties": false,
|
|
2224
|
-
"required": [
|
|
2225
|
-
"special"
|
|
2226
|
-
]
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"type": "object",
|
|
2230
|
-
"properties": {
|
|
2231
|
-
"item": {
|
|
2232
|
-
"type": "string"
|
|
2233
|
-
},
|
|
2234
|
-
"quantity": {
|
|
2235
|
-
"type": "integer"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
"additionalProperties": false,
|
|
2239
|
-
"required": [
|
|
2240
|
-
"item",
|
|
2241
|
-
"quantity"
|
|
2242
|
-
]
|
|
2243
|
-
}
|
|
2244
|
-
]
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
2092
|
"atomicPackContents": {
|
|
2248
2093
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
2249
2094
|
"type": "boolean"
|
|
@@ -2279,6 +2124,9 @@
|
|
|
2279
2124
|
"ammoType": {
|
|
2280
2125
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
2281
2126
|
},
|
|
2127
|
+
"packContents": {
|
|
2128
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
2129
|
+
},
|
|
2282
2130
|
"grantsProficiency": {
|
|
2283
2131
|
"type": "boolean"
|
|
2284
2132
|
},
|
|
@@ -2800,47 +2648,6 @@
|
|
|
2800
2648
|
"legacy": {
|
|
2801
2649
|
"$ref": "util.json#/$defs/legacy"
|
|
2802
2650
|
},
|
|
2803
|
-
"packContents": {
|
|
2804
|
-
"type": "array",
|
|
2805
|
-
"items": {
|
|
2806
|
-
"oneOf": [
|
|
2807
|
-
{
|
|
2808
|
-
"type": "string"
|
|
2809
|
-
},
|
|
2810
|
-
{
|
|
2811
|
-
"type": "object",
|
|
2812
|
-
"properties": {
|
|
2813
|
-
"special": {
|
|
2814
|
-
"type": "string"
|
|
2815
|
-
},
|
|
2816
|
-
"quantity": {
|
|
2817
|
-
"type": "integer"
|
|
2818
|
-
}
|
|
2819
|
-
},
|
|
2820
|
-
"additionalProperties": false,
|
|
2821
|
-
"required": [
|
|
2822
|
-
"special"
|
|
2823
|
-
]
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"type": "object",
|
|
2827
|
-
"properties": {
|
|
2828
|
-
"item": {
|
|
2829
|
-
"type": "string"
|
|
2830
|
-
},
|
|
2831
|
-
"quantity": {
|
|
2832
|
-
"type": "integer"
|
|
2833
|
-
}
|
|
2834
|
-
},
|
|
2835
|
-
"additionalProperties": false,
|
|
2836
|
-
"required": [
|
|
2837
|
-
"item",
|
|
2838
|
-
"quantity"
|
|
2839
|
-
]
|
|
2840
|
-
}
|
|
2841
|
-
]
|
|
2842
|
-
}
|
|
2843
|
-
},
|
|
2844
2651
|
"atomicPackContents": {
|
|
2845
2652
|
"description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
|
|
2846
2653
|
"type": "boolean"
|
|
@@ -2876,6 +2683,9 @@
|
|
|
2876
2683
|
"ammoType": {
|
|
2877
2684
|
"$ref": "items-shared.json#/$defs/itemAmmoType"
|
|
2878
2685
|
},
|
|
2686
|
+
"packContents": {
|
|
2687
|
+
"$ref": "items-shared.json#/$defs/packContents"
|
|
2688
|
+
},
|
|
2879
2689
|
"grantsProficiency": {
|
|
2880
2690
|
"type": "boolean"
|
|
2881
2691
|
},
|
|
@@ -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": {
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
},
|
|
290
290
|
"miscTags": {
|
|
291
291
|
"type": "array",
|
|
292
|
-
"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",
|
|
292
|
+
"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",
|
|
293
293
|
"minItems": 1,
|
|
294
294
|
"uniqueItems": true,
|
|
295
295
|
"items": {
|
|
@@ -305,6 +305,7 @@
|
|
|
305
305
|
"MAC",
|
|
306
306
|
"OBJ",
|
|
307
307
|
"OBS",
|
|
308
|
+
"PIR",
|
|
308
309
|
"PRM",
|
|
309
310
|
"PS",
|
|
310
311
|
"RO",
|
|
@@ -837,7 +838,7 @@
|
|
|
837
838
|
},
|
|
838
839
|
"miscTags": {
|
|
839
840
|
"type": "array",
|
|
840
|
-
"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",
|
|
841
|
+
"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",
|
|
841
842
|
"minItems": 1,
|
|
842
843
|
"uniqueItems": true,
|
|
843
844
|
"items": {
|
|
@@ -853,6 +854,7 @@
|
|
|
853
854
|
"MAC",
|
|
854
855
|
"OBJ",
|
|
855
856
|
"OBS",
|
|
857
|
+
"PIR",
|
|
856
858
|
"PRM",
|
|
857
859
|
"PS",
|
|
858
860
|
"RO",
|
|
@@ -1393,7 +1395,7 @@
|
|
|
1393
1395
|
},
|
|
1394
1396
|
"miscTags": {
|
|
1395
1397
|
"type": "array",
|
|
1396
|
-
"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",
|
|
1398
|
+
"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",
|
|
1397
1399
|
"minItems": 1,
|
|
1398
1400
|
"uniqueItems": true,
|
|
1399
1401
|
"items": {
|
|
@@ -1409,6 +1411,7 @@
|
|
|
1409
1411
|
"MAC",
|
|
1410
1412
|
"OBJ",
|
|
1411
1413
|
"OBS",
|
|
1414
|
+
"PIR",
|
|
1412
1415
|
"PRM",
|
|
1413
1416
|
"PS",
|
|
1414
1417
|
"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",
|
|
@@ -63,7 +63,10 @@
|
|
|
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
65
|
"minLength": 3,
|
|
66
|
-
"pattern": "^https?://"
|
|
66
|
+
"pattern": "^https?://",
|
|
67
|
+
"not": {
|
|
68
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
69
|
+
}
|
|
67
70
|
}
|
|
68
71
|
},
|
|
69
72
|
"required": [
|
|
@@ -1973,6 +1976,12 @@
|
|
|
1973
1976
|
"flags": false
|
|
1974
1977
|
}
|
|
1975
1978
|
},
|
|
1979
|
+
"foundrySceneWalls": {
|
|
1980
|
+
"$ref": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-scenes/main/test/schema/shared.json#/$defs/wallArray"
|
|
1981
|
+
},
|
|
1982
|
+
"foundrySceneLights": {
|
|
1983
|
+
"$ref": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-scenes/main/test/schema/shared.json#/$defs/lightArray"
|
|
1984
|
+
},
|
|
1976
1985
|
"foundrySceneFlags": {
|
|
1977
1986
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
1978
1987
|
}
|