5etools-utils 0.5.8 → 0.5.9
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
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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1792,6 +1792,21 @@
|
|
|
1792
1792
|
"comic-speaker-right",
|
|
1793
1793
|
"deity-symbol"
|
|
1794
1794
|
]
|
|
1795
|
+
},
|
|
1796
|
+
"foundrySceneRoot": {
|
|
1797
|
+
"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.",
|
|
1798
|
+
"type": "object",
|
|
1799
|
+
"properties": {
|
|
1800
|
+
"name": false,
|
|
1801
|
+
"width": false,
|
|
1802
|
+
"height": false,
|
|
1803
|
+
"background": false,
|
|
1804
|
+
"grid": false,
|
|
1805
|
+
"flags": false
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"foundrySceneFlags": {
|
|
1809
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
1795
1810
|
}
|
|
1796
1811
|
},
|
|
1797
1812
|
"required": [
|
|
@@ -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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1792,6 +1792,21 @@
|
|
|
1792
1792
|
"comic-speaker-right",
|
|
1793
1793
|
"deity-symbol"
|
|
1794
1794
|
]
|
|
1795
|
+
},
|
|
1796
|
+
"foundrySceneRoot": {
|
|
1797
|
+
"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.",
|
|
1798
|
+
"type": "object",
|
|
1799
|
+
"properties": {
|
|
1800
|
+
"name": false,
|
|
1801
|
+
"width": false,
|
|
1802
|
+
"height": false,
|
|
1803
|
+
"background": false,
|
|
1804
|
+
"grid": false,
|
|
1805
|
+
"flags": false
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"foundrySceneFlags": {
|
|
1809
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
1795
1810
|
}
|
|
1796
1811
|
},
|
|
1797
1812
|
"required": [
|
package/schema/site/entry.json
CHANGED