5etools-utils 0.5.7 → 0.5.8
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.5",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1682,8 +1682,9 @@
|
|
|
1682
1682
|
]
|
|
1683
1683
|
},
|
|
1684
1684
|
"size": {
|
|
1685
|
+
"description": "The size of a single grid square/hex, in pixels.",
|
|
1685
1686
|
"type": "integer",
|
|
1686
|
-
"
|
|
1687
|
+
"minimum": 50
|
|
1687
1688
|
},
|
|
1688
1689
|
"offsetX": {
|
|
1689
1690
|
"type": "integer"
|
|
@@ -1696,9 +1697,11 @@
|
|
|
1696
1697
|
"type": "number"
|
|
1697
1698
|
},
|
|
1698
1699
|
"units": {
|
|
1700
|
+
"description": "A unit of measurement (e.g. \"ft\", \"mi\") in which the grid should be presented.",
|
|
1699
1701
|
"type": "string"
|
|
1700
1702
|
},
|
|
1701
1703
|
"distance": {
|
|
1704
|
+
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
1702
1705
|
"type": "number"
|
|
1703
1706
|
}
|
|
1704
1707
|
},
|
|
@@ -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.5",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1682,8 +1682,9 @@
|
|
|
1682
1682
|
]
|
|
1683
1683
|
},
|
|
1684
1684
|
"size": {
|
|
1685
|
+
"description": "The size of a single grid square/hex, in pixels.",
|
|
1685
1686
|
"type": "integer",
|
|
1686
|
-
"
|
|
1687
|
+
"minimum": 50
|
|
1687
1688
|
},
|
|
1688
1689
|
"offsetX": {
|
|
1689
1690
|
"type": "integer"
|
|
@@ -1696,9 +1697,11 @@
|
|
|
1696
1697
|
"type": "number"
|
|
1697
1698
|
},
|
|
1698
1699
|
"units": {
|
|
1700
|
+
"description": "A unit of measurement (e.g. \"ft\", \"mi\") in which the grid should be presented.",
|
|
1699
1701
|
"type": "string"
|
|
1700
1702
|
},
|
|
1701
1703
|
"distance": {
|
|
1704
|
+
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
1702
1705
|
"type": "number"
|
|
1703
1706
|
}
|
|
1704
1707
|
},
|
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.5",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1668,8 +1668,9 @@
|
|
|
1668
1668
|
]
|
|
1669
1669
|
},
|
|
1670
1670
|
"size": {
|
|
1671
|
+
"description": "The size of a single grid square/hex, in pixels.",
|
|
1671
1672
|
"type": "integer",
|
|
1672
|
-
"
|
|
1673
|
+
"minimum": 50
|
|
1673
1674
|
},
|
|
1674
1675
|
"offsetX": {
|
|
1675
1676
|
"type": "integer"
|
|
@@ -1682,9 +1683,11 @@
|
|
|
1682
1683
|
"type": "number"
|
|
1683
1684
|
},
|
|
1684
1685
|
"units": {
|
|
1686
|
+
"description": "A unit of measurement (e.g. \"ft\", \"mi\") in which the grid should be presented.",
|
|
1685
1687
|
"type": "string"
|
|
1686
1688
|
},
|
|
1687
1689
|
"distance": {
|
|
1690
|
+
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
1688
1691
|
"type": "number"
|
|
1689
1692
|
}
|
|
1690
1693
|
},
|
|
@@ -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.5",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1668,8 +1668,9 @@
|
|
|
1668
1668
|
]
|
|
1669
1669
|
},
|
|
1670
1670
|
"size": {
|
|
1671
|
+
"description": "The size of a single grid square/hex, in pixels.",
|
|
1671
1672
|
"type": "integer",
|
|
1672
|
-
"
|
|
1673
|
+
"minimum": 50
|
|
1673
1674
|
},
|
|
1674
1675
|
"offsetX": {
|
|
1675
1676
|
"type": "integer"
|
|
@@ -1682,9 +1683,11 @@
|
|
|
1682
1683
|
"type": "number"
|
|
1683
1684
|
},
|
|
1684
1685
|
"units": {
|
|
1686
|
+
"description": "A unit of measurement (e.g. \"ft\", \"mi\") in which the grid should be presented.",
|
|
1685
1687
|
"type": "string"
|
|
1686
1688
|
},
|
|
1687
1689
|
"distance": {
|
|
1690
|
+
"description": "The number of units (e.g. feet) per grid square/hex.",
|
|
1688
1691
|
"type": "number"
|
|
1689
1692
|
}
|
|
1690
1693
|
},
|