5etools-utils 0.5.4 → 0.5.6
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/deities.json +7 -4
- package/schema/brew/entry.json +9 -2
- package/schema/brew-fast/deities.json +7 -4
- package/schema/brew-fast/entry.json +9 -2
- package/schema/site/deities.json +7 -4
- package/schema/site/entry.json +9 -2
- package/schema/site-fast/deities.json +7 -4
- package/schema/site-fast/entry.json +9 -2
package/package.json
CHANGED
package/schema/brew/deities.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "deities.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"Duergar",
|
|
48
48
|
"Exandria",
|
|
49
49
|
"Theros",
|
|
50
|
-
"Unknown"
|
|
50
|
+
"Unknown",
|
|
51
|
+
"Yuan-ti"
|
|
51
52
|
]
|
|
52
53
|
},
|
|
53
54
|
"category": {
|
|
@@ -179,7 +180,8 @@
|
|
|
179
180
|
"Duergar",
|
|
180
181
|
"Exandria",
|
|
181
182
|
"Theros",
|
|
182
|
-
"Unknown"
|
|
183
|
+
"Unknown",
|
|
184
|
+
"Yuan-ti"
|
|
183
185
|
]
|
|
184
186
|
},
|
|
185
187
|
"category": {
|
|
@@ -314,7 +316,8 @@
|
|
|
314
316
|
"Duergar",
|
|
315
317
|
"Exandria",
|
|
316
318
|
"Theros",
|
|
317
|
-
"Unknown"
|
|
319
|
+
"Unknown",
|
|
320
|
+
"Yuan-ti"
|
|
318
321
|
]
|
|
319
322
|
},
|
|
320
323
|
"category": {
|
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.4",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1682,7 +1682,8 @@
|
|
|
1682
1682
|
]
|
|
1683
1683
|
},
|
|
1684
1684
|
"size": {
|
|
1685
|
-
"type": "integer"
|
|
1685
|
+
"type": "integer",
|
|
1686
|
+
"min": 50
|
|
1686
1687
|
},
|
|
1687
1688
|
"offsetX": {
|
|
1688
1689
|
"type": "integer"
|
|
@@ -1693,6 +1694,12 @@
|
|
|
1693
1694
|
"scale": {
|
|
1694
1695
|
"description": "Map image scaling. Where possible, avoid using this, and use size/offset instead.",
|
|
1695
1696
|
"type": "number"
|
|
1697
|
+
},
|
|
1698
|
+
"units": {
|
|
1699
|
+
"type": "string"
|
|
1700
|
+
},
|
|
1701
|
+
"distance": {
|
|
1702
|
+
"type": "number"
|
|
1696
1703
|
}
|
|
1697
1704
|
},
|
|
1698
1705
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "deities.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"Duergar",
|
|
48
48
|
"Exandria",
|
|
49
49
|
"Theros",
|
|
50
|
-
"Unknown"
|
|
50
|
+
"Unknown",
|
|
51
|
+
"Yuan-ti"
|
|
51
52
|
]
|
|
52
53
|
},
|
|
53
54
|
"category": {
|
|
@@ -179,7 +180,8 @@
|
|
|
179
180
|
"Duergar",
|
|
180
181
|
"Exandria",
|
|
181
182
|
"Theros",
|
|
182
|
-
"Unknown"
|
|
183
|
+
"Unknown",
|
|
184
|
+
"Yuan-ti"
|
|
183
185
|
]
|
|
184
186
|
},
|
|
185
187
|
"category": {
|
|
@@ -314,7 +316,8 @@
|
|
|
314
316
|
"Duergar",
|
|
315
317
|
"Exandria",
|
|
316
318
|
"Theros",
|
|
317
|
-
"Unknown"
|
|
319
|
+
"Unknown",
|
|
320
|
+
"Yuan-ti"
|
|
318
321
|
]
|
|
319
322
|
},
|
|
320
323
|
"category": {
|
|
@@ -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.4",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1682,7 +1682,8 @@
|
|
|
1682
1682
|
]
|
|
1683
1683
|
},
|
|
1684
1684
|
"size": {
|
|
1685
|
-
"type": "integer"
|
|
1685
|
+
"type": "integer",
|
|
1686
|
+
"min": 50
|
|
1686
1687
|
},
|
|
1687
1688
|
"offsetX": {
|
|
1688
1689
|
"type": "integer"
|
|
@@ -1693,6 +1694,12 @@
|
|
|
1693
1694
|
"scale": {
|
|
1694
1695
|
"description": "Map image scaling. Where possible, avoid using this, and use size/offset instead.",
|
|
1695
1696
|
"type": "number"
|
|
1697
|
+
},
|
|
1698
|
+
"units": {
|
|
1699
|
+
"type": "string"
|
|
1700
|
+
},
|
|
1701
|
+
"distance": {
|
|
1702
|
+
"type": "number"
|
|
1696
1703
|
}
|
|
1697
1704
|
},
|
|
1698
1705
|
"additionalProperties": false
|
package/schema/site/deities.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "deities.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"Duergar",
|
|
48
48
|
"Exandria",
|
|
49
49
|
"Theros",
|
|
50
|
-
"Unknown"
|
|
50
|
+
"Unknown",
|
|
51
|
+
"Yuan-ti"
|
|
51
52
|
]
|
|
52
53
|
},
|
|
53
54
|
"category": {
|
|
@@ -172,7 +173,8 @@
|
|
|
172
173
|
"Duergar",
|
|
173
174
|
"Exandria",
|
|
174
175
|
"Theros",
|
|
175
|
-
"Unknown"
|
|
176
|
+
"Unknown",
|
|
177
|
+
"Yuan-ti"
|
|
176
178
|
]
|
|
177
179
|
},
|
|
178
180
|
"category": {
|
|
@@ -300,7 +302,8 @@
|
|
|
300
302
|
"Duergar",
|
|
301
303
|
"Exandria",
|
|
302
304
|
"Theros",
|
|
303
|
-
"Unknown"
|
|
305
|
+
"Unknown",
|
|
306
|
+
"Yuan-ti"
|
|
304
307
|
]
|
|
305
308
|
},
|
|
306
309
|
"category": {
|
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.4",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1668,7 +1668,8 @@
|
|
|
1668
1668
|
]
|
|
1669
1669
|
},
|
|
1670
1670
|
"size": {
|
|
1671
|
-
"type": "integer"
|
|
1671
|
+
"type": "integer",
|
|
1672
|
+
"min": 50
|
|
1672
1673
|
},
|
|
1673
1674
|
"offsetX": {
|
|
1674
1675
|
"type": "integer"
|
|
@@ -1679,6 +1680,12 @@
|
|
|
1679
1680
|
"scale": {
|
|
1680
1681
|
"description": "Map image scaling. Where possible, avoid using this, and use size/offset instead.",
|
|
1681
1682
|
"type": "number"
|
|
1683
|
+
},
|
|
1684
|
+
"units": {
|
|
1685
|
+
"type": "string"
|
|
1686
|
+
},
|
|
1687
|
+
"distance": {
|
|
1688
|
+
"type": "number"
|
|
1682
1689
|
}
|
|
1683
1690
|
},
|
|
1684
1691
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "deities.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"Duergar",
|
|
48
48
|
"Exandria",
|
|
49
49
|
"Theros",
|
|
50
|
-
"Unknown"
|
|
50
|
+
"Unknown",
|
|
51
|
+
"Yuan-ti"
|
|
51
52
|
]
|
|
52
53
|
},
|
|
53
54
|
"category": {
|
|
@@ -172,7 +173,8 @@
|
|
|
172
173
|
"Duergar",
|
|
173
174
|
"Exandria",
|
|
174
175
|
"Theros",
|
|
175
|
-
"Unknown"
|
|
176
|
+
"Unknown",
|
|
177
|
+
"Yuan-ti"
|
|
176
178
|
]
|
|
177
179
|
},
|
|
178
180
|
"category": {
|
|
@@ -300,7 +302,8 @@
|
|
|
300
302
|
"Duergar",
|
|
301
303
|
"Exandria",
|
|
302
304
|
"Theros",
|
|
303
|
-
"Unknown"
|
|
305
|
+
"Unknown",
|
|
306
|
+
"Yuan-ti"
|
|
304
307
|
]
|
|
305
308
|
},
|
|
306
309
|
"category": {
|
|
@@ -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.4",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1668,7 +1668,8 @@
|
|
|
1668
1668
|
]
|
|
1669
1669
|
},
|
|
1670
1670
|
"size": {
|
|
1671
|
-
"type": "integer"
|
|
1671
|
+
"type": "integer",
|
|
1672
|
+
"min": 50
|
|
1672
1673
|
},
|
|
1673
1674
|
"offsetX": {
|
|
1674
1675
|
"type": "integer"
|
|
@@ -1679,6 +1680,12 @@
|
|
|
1679
1680
|
"scale": {
|
|
1680
1681
|
"description": "Map image scaling. Where possible, avoid using this, and use size/offset instead.",
|
|
1681
1682
|
"type": "number"
|
|
1683
|
+
},
|
|
1684
|
+
"units": {
|
|
1685
|
+
"type": "string"
|
|
1686
|
+
},
|
|
1687
|
+
"distance": {
|
|
1688
|
+
"type": "number"
|
|
1682
1689
|
}
|
|
1683
1690
|
},
|
|
1684
1691
|
"additionalProperties": false
|