5etools-utils 0.15.15 → 0.15.17
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/charcreationoptions.json +4 -3
- package/schema/brew/entry.json +2 -2
- package/schema/brew/util-additionalspells.json +4 -1
- package/schema/brew/util.json +23 -2
- package/schema/brew-fast/charcreationoptions.json +4 -3
- package/schema/brew-fast/entry.json +2 -2
- package/schema/brew-fast/util-additionalspells.json +4 -1
- package/schema/brew-fast/util.json +23 -2
- package/schema/site/charcreationoptions.json +4 -3
- package/schema/site/entry.json +2 -2
- package/schema/site/util-additionalspells.json +4 -1
- package/schema/site/util.json +23 -2
- package/schema/site-fast/charcreationoptions.json +4 -3
- package/schema/site-fast/entry.json +2 -2
- package/schema/site-fast/util-additionalspells.json +4 -1
- package/schema/site-fast/util.json +23 -2
- package/schema/ua/charcreationoptions.json +4 -3
- package/schema/ua/entry.json +2 -2
- package/schema/ua/util-additionalspells.json +4 -1
- package/schema/ua/util.json +23 -2
- package/schema/ua-fast/charcreationoptions.json +4 -3
- package/schema/ua-fast/entry.json +2 -2
- package/schema/ua-fast/util-additionalspells.json +4 -1
- package/schema/ua-fast/util.json +23 -2
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"examples": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
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.9.
|
|
6
|
+
"version": "1.9.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"path": {
|
|
144
144
|
"type": "string",
|
|
145
|
-
"pattern": "\\.(webp|mp3)$"
|
|
145
|
+
"pattern": "\\.(webp|mp3|opus)$"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-additionalspells.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Additional Spells",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_additionalSpellObject": {
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"cha": {
|
|
178
178
|
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
|
+
},
|
|
180
|
+
"mod": {
|
|
181
|
+
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"additionalProperties": false
|
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.18.
|
|
6
|
+
"version": "1.18.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2042,7 +2042,28 @@
|
|
|
2042
2042
|
"featCategory": {
|
|
2043
2043
|
"type": "array",
|
|
2044
2044
|
"items": {
|
|
2045
|
-
"
|
|
2045
|
+
"oneOf": [
|
|
2046
|
+
{
|
|
2047
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"type": "object",
|
|
2051
|
+
"properties": {
|
|
2052
|
+
"category": {
|
|
2053
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2054
|
+
},
|
|
2055
|
+
"count": {
|
|
2056
|
+
"type": "integer",
|
|
2057
|
+
"minimum": 2
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
"required": [
|
|
2061
|
+
"category",
|
|
2062
|
+
"count"
|
|
2063
|
+
],
|
|
2064
|
+
"additionalProperties": false
|
|
2065
|
+
}
|
|
2066
|
+
]
|
|
2046
2067
|
},
|
|
2047
2068
|
"uniqueItems": true,
|
|
2048
2069
|
"minItems": 1
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"examples": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"path": {
|
|
144
144
|
"type": "string",
|
|
145
|
-
"pattern": "\\.(webp|mp3)$"
|
|
145
|
+
"pattern": "\\.(webp|mp3|opus)$"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-additionalspells.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Additional Spells",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_additionalSpellObject": {
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"cha": {
|
|
178
178
|
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
|
+
},
|
|
180
|
+
"mod": {
|
|
181
|
+
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"additionalProperties": false
|
|
@@ -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.18.
|
|
6
|
+
"version": "1.18.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2042,7 +2042,28 @@
|
|
|
2042
2042
|
"featCategory": {
|
|
2043
2043
|
"type": "array",
|
|
2044
2044
|
"items": {
|
|
2045
|
-
"
|
|
2045
|
+
"oneOf": [
|
|
2046
|
+
{
|
|
2047
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"type": "object",
|
|
2051
|
+
"properties": {
|
|
2052
|
+
"category": {
|
|
2053
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2054
|
+
},
|
|
2055
|
+
"count": {
|
|
2056
|
+
"type": "integer",
|
|
2057
|
+
"minimum": 2
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
"required": [
|
|
2061
|
+
"category",
|
|
2062
|
+
"count"
|
|
2063
|
+
],
|
|
2064
|
+
"additionalProperties": false
|
|
2065
|
+
}
|
|
2066
|
+
]
|
|
2046
2067
|
},
|
|
2047
2068
|
"uniqueItems": true,
|
|
2048
2069
|
"minItems": 1
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
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.9.
|
|
6
|
+
"version": "1.9.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
},
|
|
155
155
|
"path": {
|
|
156
156
|
"type": "string",
|
|
157
|
-
"pattern": "\\.(webp|mp3)$"
|
|
157
|
+
"pattern": "\\.(webp|mp3|opus)$"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-additionalspells.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Additional Spells",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_additionalSpellObject": {
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"cha": {
|
|
178
178
|
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
|
+
},
|
|
180
|
+
"mod": {
|
|
181
|
+
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"additionalProperties": false
|
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.18.
|
|
6
|
+
"version": "1.18.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1987,7 +1987,28 @@
|
|
|
1987
1987
|
"featCategory": {
|
|
1988
1988
|
"type": "array",
|
|
1989
1989
|
"items": {
|
|
1990
|
-
"
|
|
1990
|
+
"oneOf": [
|
|
1991
|
+
{
|
|
1992
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "object",
|
|
1996
|
+
"properties": {
|
|
1997
|
+
"category": {
|
|
1998
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1999
|
+
},
|
|
2000
|
+
"count": {
|
|
2001
|
+
"type": "integer",
|
|
2002
|
+
"minimum": 2
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
"required": [
|
|
2006
|
+
"category",
|
|
2007
|
+
"count"
|
|
2008
|
+
],
|
|
2009
|
+
"additionalProperties": false
|
|
2010
|
+
}
|
|
2011
|
+
]
|
|
1991
2012
|
},
|
|
1992
2013
|
"uniqueItems": true,
|
|
1993
2014
|
"minItems": 1
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
},
|
|
155
155
|
"path": {
|
|
156
156
|
"type": "string",
|
|
157
|
-
"pattern": "\\.(webp|mp3)$"
|
|
157
|
+
"pattern": "\\.(webp|mp3|opus)$"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-additionalspells.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Additional Spells",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_additionalSpellObject": {
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"cha": {
|
|
178
178
|
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
|
+
},
|
|
180
|
+
"mod": {
|
|
181
|
+
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"additionalProperties": false
|
|
@@ -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.18.
|
|
6
|
+
"version": "1.18.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1987,7 +1987,28 @@
|
|
|
1987
1987
|
"featCategory": {
|
|
1988
1988
|
"type": "array",
|
|
1989
1989
|
"items": {
|
|
1990
|
-
"
|
|
1990
|
+
"oneOf": [
|
|
1991
|
+
{
|
|
1992
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "object",
|
|
1996
|
+
"properties": {
|
|
1997
|
+
"category": {
|
|
1998
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1999
|
+
},
|
|
2000
|
+
"count": {
|
|
2001
|
+
"type": "integer",
|
|
2002
|
+
"minimum": 2
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
"required": [
|
|
2006
|
+
"category",
|
|
2007
|
+
"count"
|
|
2008
|
+
],
|
|
2009
|
+
"additionalProperties": false
|
|
2010
|
+
}
|
|
2011
|
+
]
|
|
1991
2012
|
},
|
|
1992
2013
|
"uniqueItems": true,
|
|
1993
2014
|
"minItems": 1
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
package/schema/ua/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.9.
|
|
6
|
+
"version": "1.9.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"path": {
|
|
144
144
|
"type": "string",
|
|
145
|
-
"pattern": "\\.(webp|mp3)$"
|
|
145
|
+
"pattern": "\\.(webp|mp3|opus)$"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-additionalspells.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Additional Spells",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_additionalSpellObject": {
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"cha": {
|
|
178
178
|
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
|
+
},
|
|
180
|
+
"mod": {
|
|
181
|
+
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"additionalProperties": false
|
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.18.
|
|
6
|
+
"version": "1.18.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1998,7 +1998,28 @@
|
|
|
1998
1998
|
"featCategory": {
|
|
1999
1999
|
"type": "array",
|
|
2000
2000
|
"items": {
|
|
2001
|
-
"
|
|
2001
|
+
"oneOf": [
|
|
2002
|
+
{
|
|
2003
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"type": "object",
|
|
2007
|
+
"properties": {
|
|
2008
|
+
"category": {
|
|
2009
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2010
|
+
},
|
|
2011
|
+
"count": {
|
|
2012
|
+
"type": "integer",
|
|
2013
|
+
"minimum": 2
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
"required": [
|
|
2017
|
+
"category",
|
|
2018
|
+
"count"
|
|
2019
|
+
],
|
|
2020
|
+
"additionalProperties": false
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
2002
2023
|
},
|
|
2003
2024
|
"uniqueItems": true,
|
|
2004
2025
|
"minItems": 1
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"path": {
|
|
144
144
|
"type": "string",
|
|
145
|
-
"pattern": "\\.(webp|mp3)$"
|
|
145
|
+
"pattern": "\\.(webp|mp3|opus)$"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-additionalspells.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Additional Spells",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_additionalSpellObject": {
|
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"cha": {
|
|
178
178
|
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
|
+
},
|
|
180
|
+
"mod": {
|
|
181
|
+
"$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"additionalProperties": false
|
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.18.
|
|
6
|
+
"version": "1.18.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1998,7 +1998,28 @@
|
|
|
1998
1998
|
"featCategory": {
|
|
1999
1999
|
"type": "array",
|
|
2000
2000
|
"items": {
|
|
2001
|
-
"
|
|
2001
|
+
"oneOf": [
|
|
2002
|
+
{
|
|
2003
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"type": "object",
|
|
2007
|
+
"properties": {
|
|
2008
|
+
"category": {
|
|
2009
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
2010
|
+
},
|
|
2011
|
+
"count": {
|
|
2012
|
+
"type": "integer",
|
|
2013
|
+
"minimum": 2
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
"required": [
|
|
2017
|
+
"category",
|
|
2018
|
+
"count"
|
|
2019
|
+
],
|
|
2020
|
+
"additionalProperties": false
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
2002
2023
|
},
|
|
2003
2024
|
"uniqueItems": true,
|
|
2004
2025
|
"minItems": 1
|