5etools-utils 0.5.8 → 0.5.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.
- package/package.json +1 -1
- package/schema/brew/entry.json +23 -3
- package/schema/brew/spells/spells.json +7 -1
- package/schema/brew-fast/entry.json +23 -3
- package/schema/brew-fast/spells/spells.json +7 -1
- package/schema/site/entry.json +8 -3
- package/schema/site/spells/spells.json +4 -1
- package/schema/site-fast/entry.json +8 -3
- package/schema/site-fast/spells/spells.json +4 -1
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.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1697,8 +1697,13 @@
|
|
|
1697
1697
|
"type": "number"
|
|
1698
1698
|
},
|
|
1699
1699
|
"units": {
|
|
1700
|
-
"description": "A unit of measurement (e.g. \"
|
|
1701
|
-
"type": "string"
|
|
1700
|
+
"description": "A unit of measurement (e.g. \"feet\", \"miles\") in which the grid should be presented.",
|
|
1701
|
+
"type": "string",
|
|
1702
|
+
"examples": [
|
|
1703
|
+
"feet",
|
|
1704
|
+
"yards",
|
|
1705
|
+
"miles"
|
|
1706
|
+
]
|
|
1702
1707
|
},
|
|
1703
1708
|
"distance": {
|
|
1704
1709
|
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
@@ -1792,6 +1797,21 @@
|
|
|
1792
1797
|
"comic-speaker-right",
|
|
1793
1798
|
"deity-symbol"
|
|
1794
1799
|
]
|
|
1800
|
+
},
|
|
1801
|
+
"foundrySceneRoot": {
|
|
1802
|
+
"description": "Additional data to be applied if/when the image is used to create a scene in Foundry.\nSome properties are forbidden, as they should be provided/are implicit in non-Foundry-specific data on the entry.",
|
|
1803
|
+
"type": "object",
|
|
1804
|
+
"properties": {
|
|
1805
|
+
"name": false,
|
|
1806
|
+
"width": false,
|
|
1807
|
+
"height": false,
|
|
1808
|
+
"background": false,
|
|
1809
|
+
"grid": false,
|
|
1810
|
+
"flags": false
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"foundrySceneFlags": {
|
|
1814
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
1795
1815
|
}
|
|
1796
1816
|
},
|
|
1797
1817
|
"required": [
|
|
@@ -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.3",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"type": "string",
|
|
71
71
|
"examples": [
|
|
72
72
|
"feet",
|
|
73
|
+
"yards",
|
|
73
74
|
"miles",
|
|
74
75
|
"self",
|
|
75
76
|
"touch",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"type": "string",
|
|
87
88
|
"examples": [
|
|
88
89
|
"feet",
|
|
90
|
+
"yards",
|
|
89
91
|
"miles",
|
|
90
92
|
"self",
|
|
91
93
|
"touch",
|
|
@@ -630,6 +632,7 @@
|
|
|
630
632
|
"type": "string",
|
|
631
633
|
"examples": [
|
|
632
634
|
"feet",
|
|
635
|
+
"yards",
|
|
633
636
|
"miles",
|
|
634
637
|
"self",
|
|
635
638
|
"touch",
|
|
@@ -646,6 +649,7 @@
|
|
|
646
649
|
"type": "string",
|
|
647
650
|
"examples": [
|
|
648
651
|
"feet",
|
|
652
|
+
"yards",
|
|
649
653
|
"miles",
|
|
650
654
|
"self",
|
|
651
655
|
"touch",
|
|
@@ -1198,6 +1202,7 @@
|
|
|
1198
1202
|
"type": "string",
|
|
1199
1203
|
"examples": [
|
|
1200
1204
|
"feet",
|
|
1205
|
+
"yards",
|
|
1201
1206
|
"miles",
|
|
1202
1207
|
"self",
|
|
1203
1208
|
"touch",
|
|
@@ -1214,6 +1219,7 @@
|
|
|
1214
1219
|
"type": "string",
|
|
1215
1220
|
"examples": [
|
|
1216
1221
|
"feet",
|
|
1222
|
+
"yards",
|
|
1217
1223
|
"miles",
|
|
1218
1224
|
"self",
|
|
1219
1225
|
"touch",
|
|
@@ -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.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1697,8 +1697,13 @@
|
|
|
1697
1697
|
"type": "number"
|
|
1698
1698
|
},
|
|
1699
1699
|
"units": {
|
|
1700
|
-
"description": "A unit of measurement (e.g. \"
|
|
1701
|
-
"type": "string"
|
|
1700
|
+
"description": "A unit of measurement (e.g. \"feet\", \"miles\") in which the grid should be presented.",
|
|
1701
|
+
"type": "string",
|
|
1702
|
+
"examples": [
|
|
1703
|
+
"feet",
|
|
1704
|
+
"yards",
|
|
1705
|
+
"miles"
|
|
1706
|
+
]
|
|
1702
1707
|
},
|
|
1703
1708
|
"distance": {
|
|
1704
1709
|
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
@@ -1792,6 +1797,21 @@
|
|
|
1792
1797
|
"comic-speaker-right",
|
|
1793
1798
|
"deity-symbol"
|
|
1794
1799
|
]
|
|
1800
|
+
},
|
|
1801
|
+
"foundrySceneRoot": {
|
|
1802
|
+
"description": "Additional data to be applied if/when the image is used to create a scene in Foundry.\nSome properties are forbidden, as they should be provided/are implicit in non-Foundry-specific data on the entry.",
|
|
1803
|
+
"type": "object",
|
|
1804
|
+
"properties": {
|
|
1805
|
+
"name": false,
|
|
1806
|
+
"width": false,
|
|
1807
|
+
"height": false,
|
|
1808
|
+
"background": false,
|
|
1809
|
+
"grid": false,
|
|
1810
|
+
"flags": false
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"foundrySceneFlags": {
|
|
1814
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
1795
1815
|
}
|
|
1796
1816
|
},
|
|
1797
1817
|
"required": [
|
|
@@ -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.3",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"type": "string",
|
|
71
71
|
"examples": [
|
|
72
72
|
"feet",
|
|
73
|
+
"yards",
|
|
73
74
|
"miles",
|
|
74
75
|
"self",
|
|
75
76
|
"touch",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"type": "string",
|
|
87
88
|
"examples": [
|
|
88
89
|
"feet",
|
|
90
|
+
"yards",
|
|
89
91
|
"miles",
|
|
90
92
|
"self",
|
|
91
93
|
"touch",
|
|
@@ -630,6 +632,7 @@
|
|
|
630
632
|
"type": "string",
|
|
631
633
|
"examples": [
|
|
632
634
|
"feet",
|
|
635
|
+
"yards",
|
|
633
636
|
"miles",
|
|
634
637
|
"self",
|
|
635
638
|
"touch",
|
|
@@ -646,6 +649,7 @@
|
|
|
646
649
|
"type": "string",
|
|
647
650
|
"examples": [
|
|
648
651
|
"feet",
|
|
652
|
+
"yards",
|
|
649
653
|
"miles",
|
|
650
654
|
"self",
|
|
651
655
|
"touch",
|
|
@@ -1198,6 +1202,7 @@
|
|
|
1198
1202
|
"type": "string",
|
|
1199
1203
|
"examples": [
|
|
1200
1204
|
"feet",
|
|
1205
|
+
"yards",
|
|
1201
1206
|
"miles",
|
|
1202
1207
|
"self",
|
|
1203
1208
|
"touch",
|
|
@@ -1214,6 +1219,7 @@
|
|
|
1214
1219
|
"type": "string",
|
|
1215
1220
|
"examples": [
|
|
1216
1221
|
"feet",
|
|
1222
|
+
"yards",
|
|
1217
1223
|
"miles",
|
|
1218
1224
|
"self",
|
|
1219
1225
|
"touch",
|
package/schema/site/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.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1683,8 +1683,13 @@
|
|
|
1683
1683
|
"type": "number"
|
|
1684
1684
|
},
|
|
1685
1685
|
"units": {
|
|
1686
|
-
"description": "A unit of measurement (e.g. \"
|
|
1687
|
-
"type": "string"
|
|
1686
|
+
"description": "A unit of measurement (e.g. \"feet\", \"miles\") in which the grid should be presented.",
|
|
1687
|
+
"type": "string",
|
|
1688
|
+
"enum": [
|
|
1689
|
+
"feet",
|
|
1690
|
+
"yards",
|
|
1691
|
+
"miles"
|
|
1692
|
+
]
|
|
1688
1693
|
},
|
|
1689
1694
|
"distance": {
|
|
1690
1695
|
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
@@ -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.3",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"type": "string",
|
|
71
71
|
"enum": [
|
|
72
72
|
"feet",
|
|
73
|
+
"yards",
|
|
73
74
|
"miles",
|
|
74
75
|
"self",
|
|
75
76
|
"touch",
|
|
@@ -409,6 +410,7 @@
|
|
|
409
410
|
"type": "string",
|
|
410
411
|
"enum": [
|
|
411
412
|
"feet",
|
|
413
|
+
"yards",
|
|
412
414
|
"miles",
|
|
413
415
|
"self",
|
|
414
416
|
"touch",
|
|
@@ -756,6 +758,7 @@
|
|
|
756
758
|
"type": "string",
|
|
757
759
|
"enum": [
|
|
758
760
|
"feet",
|
|
761
|
+
"yards",
|
|
759
762
|
"miles",
|
|
760
763
|
"self",
|
|
761
764
|
"touch",
|
|
@@ -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.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1683,8 +1683,13 @@
|
|
|
1683
1683
|
"type": "number"
|
|
1684
1684
|
},
|
|
1685
1685
|
"units": {
|
|
1686
|
-
"description": "A unit of measurement (e.g. \"
|
|
1687
|
-
"type": "string"
|
|
1686
|
+
"description": "A unit of measurement (e.g. \"feet\", \"miles\") in which the grid should be presented.",
|
|
1687
|
+
"type": "string",
|
|
1688
|
+
"enum": [
|
|
1689
|
+
"feet",
|
|
1690
|
+
"yards",
|
|
1691
|
+
"miles"
|
|
1692
|
+
]
|
|
1688
1693
|
},
|
|
1689
1694
|
"distance": {
|
|
1690
1695
|
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
@@ -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.3",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"type": "string",
|
|
71
71
|
"enum": [
|
|
72
72
|
"feet",
|
|
73
|
+
"yards",
|
|
73
74
|
"miles",
|
|
74
75
|
"self",
|
|
75
76
|
"touch",
|
|
@@ -409,6 +410,7 @@
|
|
|
409
410
|
"type": "string",
|
|
410
411
|
"enum": [
|
|
411
412
|
"feet",
|
|
413
|
+
"yards",
|
|
412
414
|
"miles",
|
|
413
415
|
"self",
|
|
414
416
|
"touch",
|
|
@@ -756,6 +758,7 @@
|
|
|
756
758
|
"type": "string",
|
|
757
759
|
"enum": [
|
|
758
760
|
"feet",
|
|
761
|
+
"yards",
|
|
759
762
|
"miles",
|
|
760
763
|
"self",
|
|
761
764
|
"touch",
|