5etools-utils 0.9.23 → 0.9.25
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/adventures.json +3 -2
- package/schema/brew/util.json +30 -5
- package/schema/brew-fast/adventures.json +3 -2
- package/schema/brew-fast/util.json +30 -5
- package/schema/site/adventures.json +3 -2
- package/schema/site/util.json +30 -5
- package/schema/site-fast/adventures.json +3 -2
- package/schema/site-fast/util.json +30 -5
- package/schema/ua/adventures.json +3 -2
- package/schema/ua/util.json +30 -5
- package/schema/ua-fast/adventures.json +3 -2
- package/schema/ua-fast/util.json +30 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
"Spelljammer",
|
|
194
194
|
"Dragonlance",
|
|
195
195
|
"Keys from the Golden Vault",
|
|
196
|
-
"Giants of the Star Forge"
|
|
196
|
+
"Giants of the Star Forge",
|
|
197
|
+
"Minecraft"
|
|
197
198
|
]
|
|
198
199
|
},
|
|
199
200
|
"alAveragePlayerLevel": {
|
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1833,25 +1833,50 @@
|
|
|
1833
1833
|
"spell": {
|
|
1834
1834
|
"type": "array",
|
|
1835
1835
|
"items": {
|
|
1836
|
-
"
|
|
1836
|
+
"oneOf": [
|
|
1837
|
+
{
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"type": "object",
|
|
1842
|
+
"properties": {
|
|
1843
|
+
"choose": {
|
|
1844
|
+
"type": "string",
|
|
1845
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1846
|
+
},
|
|
1847
|
+
"entry": {
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"entrySummary": {
|
|
1851
|
+
"description": "Used in short/list displays",
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"required": [
|
|
1856
|
+
"choose",
|
|
1857
|
+
"entry"
|
|
1858
|
+
],
|
|
1859
|
+
"additionalProperties": false
|
|
1860
|
+
}
|
|
1861
|
+
]
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"feat": {
|
|
1840
1865
|
"type": "array",
|
|
1841
1866
|
"items": {
|
|
1842
|
-
"
|
|
1867
|
+
"type": "string"
|
|
1843
1868
|
}
|
|
1844
1869
|
},
|
|
1845
1870
|
"feature": {
|
|
1846
1871
|
"type": "array",
|
|
1847
1872
|
"items": {
|
|
1848
|
-
"
|
|
1873
|
+
"type": "string"
|
|
1849
1874
|
}
|
|
1850
1875
|
},
|
|
1851
1876
|
"item": {
|
|
1852
1877
|
"type": "array",
|
|
1853
1878
|
"items": {
|
|
1854
|
-
"
|
|
1879
|
+
"type": "string"
|
|
1855
1880
|
}
|
|
1856
1881
|
},
|
|
1857
1882
|
"itemType": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
"Spelljammer",
|
|
194
194
|
"Dragonlance",
|
|
195
195
|
"Keys from the Golden Vault",
|
|
196
|
-
"Giants of the Star Forge"
|
|
196
|
+
"Giants of the Star Forge",
|
|
197
|
+
"Minecraft"
|
|
197
198
|
]
|
|
198
199
|
},
|
|
199
200
|
"alAveragePlayerLevel": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1833,25 +1833,50 @@
|
|
|
1833
1833
|
"spell": {
|
|
1834
1834
|
"type": "array",
|
|
1835
1835
|
"items": {
|
|
1836
|
-
"
|
|
1836
|
+
"oneOf": [
|
|
1837
|
+
{
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"type": "object",
|
|
1842
|
+
"properties": {
|
|
1843
|
+
"choose": {
|
|
1844
|
+
"type": "string",
|
|
1845
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1846
|
+
},
|
|
1847
|
+
"entry": {
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"entrySummary": {
|
|
1851
|
+
"description": "Used in short/list displays",
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"required": [
|
|
1856
|
+
"choose",
|
|
1857
|
+
"entry"
|
|
1858
|
+
],
|
|
1859
|
+
"additionalProperties": false
|
|
1860
|
+
}
|
|
1861
|
+
]
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"feat": {
|
|
1840
1865
|
"type": "array",
|
|
1841
1866
|
"items": {
|
|
1842
|
-
"
|
|
1867
|
+
"type": "string"
|
|
1843
1868
|
}
|
|
1844
1869
|
},
|
|
1845
1870
|
"feature": {
|
|
1846
1871
|
"type": "array",
|
|
1847
1872
|
"items": {
|
|
1848
|
-
"
|
|
1873
|
+
"type": "string"
|
|
1849
1874
|
}
|
|
1850
1875
|
},
|
|
1851
1876
|
"item": {
|
|
1852
1877
|
"type": "array",
|
|
1853
1878
|
"items": {
|
|
1854
|
-
"
|
|
1879
|
+
"type": "string"
|
|
1855
1880
|
}
|
|
1856
1881
|
},
|
|
1857
1882
|
"itemType": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
"Spelljammer",
|
|
194
194
|
"Dragonlance",
|
|
195
195
|
"Keys from the Golden Vault",
|
|
196
|
-
"Giants of the Star Forge"
|
|
196
|
+
"Giants of the Star Forge",
|
|
197
|
+
"Minecraft"
|
|
197
198
|
]
|
|
198
199
|
}
|
|
199
200
|
},
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
"Spelljammer",
|
|
194
194
|
"Dragonlance",
|
|
195
195
|
"Keys from the Golden Vault",
|
|
196
|
-
"Giants of the Star Forge"
|
|
196
|
+
"Giants of the Star Forge",
|
|
197
|
+
"Minecraft"
|
|
197
198
|
]
|
|
198
199
|
}
|
|
199
200
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
"Spelljammer",
|
|
194
194
|
"Dragonlance",
|
|
195
195
|
"Keys from the Golden Vault",
|
|
196
|
-
"Giants of the Star Forge"
|
|
196
|
+
"Giants of the Star Forge",
|
|
197
|
+
"Minecraft"
|
|
197
198
|
]
|
|
198
199
|
}
|
|
199
200
|
},
|
package/schema/ua/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
"Spelljammer",
|
|
194
194
|
"Dragonlance",
|
|
195
195
|
"Keys from the Golden Vault",
|
|
196
|
-
"Giants of the Star Forge"
|
|
196
|
+
"Giants of the Star Forge",
|
|
197
|
+
"Minecraft"
|
|
197
198
|
]
|
|
198
199
|
}
|
|
199
200
|
},
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|