5etools-utils 0.16.10 → 0.16.12
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 +10 -1
- package/schema/brew/util.json +16 -1
- package/schema/brew-fast/charcreationoptions.json +10 -1
- package/schema/brew-fast/util.json +16 -1
- package/schema/site/charcreationoptions.json +10 -1
- package/schema/site/util.json +16 -1
- package/schema/site-fast/charcreationoptions.json +10 -1
- package/schema/site-fast/util.json +16 -1
- package/schema/ua/charcreationoptions.json +10 -1
- package/schema/ua/util.json +16 -1
- package/schema/ua-fast/charcreationoptions.json +10 -1
- package/schema/ua-fast/util.json +16 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"page": {
|
|
37
37
|
"$ref": "util.json#/$defs/page"
|
|
38
38
|
},
|
|
39
|
+
"reprintedAs": {
|
|
40
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
41
|
+
},
|
|
39
42
|
"optionType": {
|
|
40
43
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
41
44
|
"type": "array",
|
|
@@ -107,6 +110,9 @@
|
|
|
107
110
|
"page": {
|
|
108
111
|
"$ref": "util.json#/$defs/page"
|
|
109
112
|
},
|
|
113
|
+
"reprintedAs": {
|
|
114
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
115
|
+
},
|
|
110
116
|
"optionType": {
|
|
111
117
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
112
118
|
"type": "array",
|
|
@@ -182,6 +188,9 @@
|
|
|
182
188
|
"page": {
|
|
183
189
|
"$ref": "util.json#/$defs/page"
|
|
184
190
|
},
|
|
191
|
+
"reprintedAs": {
|
|
192
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
193
|
+
},
|
|
185
194
|
"optionType": {
|
|
186
195
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
187
196
|
"type": "array",
|
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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2290,6 +2290,21 @@
|
|
|
2290
2290
|
"martial"
|
|
2291
2291
|
],
|
|
2292
2292
|
"markdownDescription": "All <simple|martial> weapons."
|
|
2293
|
+
},
|
|
2294
|
+
"skill": {
|
|
2295
|
+
"oneOf": [
|
|
2296
|
+
{
|
|
2297
|
+
"const": true
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"type": "array",
|
|
2301
|
+
"items": {
|
|
2302
|
+
"$ref": "#/$defs/skillNameLower"
|
|
2303
|
+
},
|
|
2304
|
+
"minItems": 1,
|
|
2305
|
+
"uniqueItems": true
|
|
2306
|
+
}
|
|
2307
|
+
]
|
|
2293
2308
|
}
|
|
2294
2309
|
},
|
|
2295
2310
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"page": {
|
|
37
37
|
"$ref": "util.json#/$defs/page"
|
|
38
38
|
},
|
|
39
|
+
"reprintedAs": {
|
|
40
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
41
|
+
},
|
|
39
42
|
"optionType": {
|
|
40
43
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
41
44
|
"type": "array",
|
|
@@ -107,6 +110,9 @@
|
|
|
107
110
|
"page": {
|
|
108
111
|
"$ref": "util.json#/$defs/page"
|
|
109
112
|
},
|
|
113
|
+
"reprintedAs": {
|
|
114
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
115
|
+
},
|
|
110
116
|
"optionType": {
|
|
111
117
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
112
118
|
"type": "array",
|
|
@@ -182,6 +188,9 @@
|
|
|
182
188
|
"page": {
|
|
183
189
|
"$ref": "util.json#/$defs/page"
|
|
184
190
|
},
|
|
191
|
+
"reprintedAs": {
|
|
192
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
193
|
+
},
|
|
185
194
|
"optionType": {
|
|
186
195
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
187
196
|
"type": "array",
|
|
@@ -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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2290,6 +2290,21 @@
|
|
|
2290
2290
|
"martial"
|
|
2291
2291
|
],
|
|
2292
2292
|
"markdownDescription": "All <simple|martial> weapons."
|
|
2293
|
+
},
|
|
2294
|
+
"skill": {
|
|
2295
|
+
"oneOf": [
|
|
2296
|
+
{
|
|
2297
|
+
"const": true
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"type": "array",
|
|
2301
|
+
"items": {
|
|
2302
|
+
"$ref": "#/$defs/skillNameLower"
|
|
2303
|
+
},
|
|
2304
|
+
"minItems": 1,
|
|
2305
|
+
"uniqueItems": true
|
|
2306
|
+
}
|
|
2307
|
+
]
|
|
2293
2308
|
}
|
|
2294
2309
|
},
|
|
2295
2310
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"page": {
|
|
37
37
|
"$ref": "util.json#/$defs/page"
|
|
38
38
|
},
|
|
39
|
+
"reprintedAs": {
|
|
40
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
41
|
+
},
|
|
39
42
|
"optionType": {
|
|
40
43
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
41
44
|
"type": "array",
|
|
@@ -93,6 +96,9 @@
|
|
|
93
96
|
"page": {
|
|
94
97
|
"$ref": "util.json#/$defs/page"
|
|
95
98
|
},
|
|
99
|
+
"reprintedAs": {
|
|
100
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
101
|
+
},
|
|
96
102
|
"optionType": {
|
|
97
103
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
98
104
|
"type": "array",
|
|
@@ -154,6 +160,9 @@
|
|
|
154
160
|
"page": {
|
|
155
161
|
"$ref": "util.json#/$defs/page"
|
|
156
162
|
},
|
|
163
|
+
"reprintedAs": {
|
|
164
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
165
|
+
},
|
|
157
166
|
"optionType": {
|
|
158
167
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
159
168
|
"type": "array",
|
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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2235,6 +2235,21 @@
|
|
|
2235
2235
|
"martial"
|
|
2236
2236
|
],
|
|
2237
2237
|
"markdownDescription": "All <simple|martial> weapons."
|
|
2238
|
+
},
|
|
2239
|
+
"skill": {
|
|
2240
|
+
"oneOf": [
|
|
2241
|
+
{
|
|
2242
|
+
"const": true
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"type": "array",
|
|
2246
|
+
"items": {
|
|
2247
|
+
"$ref": "#/$defs/skillNameLower"
|
|
2248
|
+
},
|
|
2249
|
+
"minItems": 1,
|
|
2250
|
+
"uniqueItems": true
|
|
2251
|
+
}
|
|
2252
|
+
]
|
|
2238
2253
|
}
|
|
2239
2254
|
},
|
|
2240
2255
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"page": {
|
|
37
37
|
"$ref": "util.json#/$defs/page"
|
|
38
38
|
},
|
|
39
|
+
"reprintedAs": {
|
|
40
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
41
|
+
},
|
|
39
42
|
"optionType": {
|
|
40
43
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
41
44
|
"type": "array",
|
|
@@ -93,6 +96,9 @@
|
|
|
93
96
|
"page": {
|
|
94
97
|
"$ref": "util.json#/$defs/page"
|
|
95
98
|
},
|
|
99
|
+
"reprintedAs": {
|
|
100
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
101
|
+
},
|
|
96
102
|
"optionType": {
|
|
97
103
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
98
104
|
"type": "array",
|
|
@@ -154,6 +160,9 @@
|
|
|
154
160
|
"page": {
|
|
155
161
|
"$ref": "util.json#/$defs/page"
|
|
156
162
|
},
|
|
163
|
+
"reprintedAs": {
|
|
164
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
165
|
+
},
|
|
157
166
|
"optionType": {
|
|
158
167
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
159
168
|
"type": "array",
|
|
@@ -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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2235,6 +2235,21 @@
|
|
|
2235
2235
|
"martial"
|
|
2236
2236
|
],
|
|
2237
2237
|
"markdownDescription": "All <simple|martial> weapons."
|
|
2238
|
+
},
|
|
2239
|
+
"skill": {
|
|
2240
|
+
"oneOf": [
|
|
2241
|
+
{
|
|
2242
|
+
"const": true
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"type": "array",
|
|
2246
|
+
"items": {
|
|
2247
|
+
"$ref": "#/$defs/skillNameLower"
|
|
2248
|
+
},
|
|
2249
|
+
"minItems": 1,
|
|
2250
|
+
"uniqueItems": true
|
|
2251
|
+
}
|
|
2252
|
+
]
|
|
2238
2253
|
}
|
|
2239
2254
|
},
|
|
2240
2255
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"page": {
|
|
37
37
|
"$ref": "util.json#/$defs/page"
|
|
38
38
|
},
|
|
39
|
+
"reprintedAs": {
|
|
40
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
41
|
+
},
|
|
39
42
|
"optionType": {
|
|
40
43
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
41
44
|
"type": "array",
|
|
@@ -81,6 +84,9 @@
|
|
|
81
84
|
"page": {
|
|
82
85
|
"$ref": "util.json#/$defs/page"
|
|
83
86
|
},
|
|
87
|
+
"reprintedAs": {
|
|
88
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
89
|
+
},
|
|
84
90
|
"optionType": {
|
|
85
91
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
86
92
|
"type": "array",
|
|
@@ -130,6 +136,9 @@
|
|
|
130
136
|
"page": {
|
|
131
137
|
"$ref": "util.json#/$defs/page"
|
|
132
138
|
},
|
|
139
|
+
"reprintedAs": {
|
|
140
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
141
|
+
},
|
|
133
142
|
"optionType": {
|
|
134
143
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
135
144
|
"type": "array",
|
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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2246,6 +2246,21 @@
|
|
|
2246
2246
|
"martial"
|
|
2247
2247
|
],
|
|
2248
2248
|
"markdownDescription": "All <simple|martial> weapons."
|
|
2249
|
+
},
|
|
2250
|
+
"skill": {
|
|
2251
|
+
"oneOf": [
|
|
2252
|
+
{
|
|
2253
|
+
"const": true
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"type": "array",
|
|
2257
|
+
"items": {
|
|
2258
|
+
"$ref": "#/$defs/skillNameLower"
|
|
2259
|
+
},
|
|
2260
|
+
"minItems": 1,
|
|
2261
|
+
"uniqueItems": true
|
|
2262
|
+
}
|
|
2263
|
+
]
|
|
2249
2264
|
}
|
|
2250
2265
|
},
|
|
2251
2266
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"page": {
|
|
37
37
|
"$ref": "util.json#/$defs/page"
|
|
38
38
|
},
|
|
39
|
+
"reprintedAs": {
|
|
40
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
41
|
+
},
|
|
39
42
|
"optionType": {
|
|
40
43
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
41
44
|
"type": "array",
|
|
@@ -81,6 +84,9 @@
|
|
|
81
84
|
"page": {
|
|
82
85
|
"$ref": "util.json#/$defs/page"
|
|
83
86
|
},
|
|
87
|
+
"reprintedAs": {
|
|
88
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
89
|
+
},
|
|
84
90
|
"optionType": {
|
|
85
91
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
86
92
|
"type": "array",
|
|
@@ -130,6 +136,9 @@
|
|
|
130
136
|
"page": {
|
|
131
137
|
"$ref": "util.json#/$defs/page"
|
|
132
138
|
},
|
|
139
|
+
"reprintedAs": {
|
|
140
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
141
|
+
},
|
|
133
142
|
"optionType": {
|
|
134
143
|
"$comment": "Note that this field supports arbitrary strings for homebrew usage.",
|
|
135
144
|
"type": "array",
|
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.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2246,6 +2246,21 @@
|
|
|
2246
2246
|
"martial"
|
|
2247
2247
|
],
|
|
2248
2248
|
"markdownDescription": "All <simple|martial> weapons."
|
|
2249
|
+
},
|
|
2250
|
+
"skill": {
|
|
2251
|
+
"oneOf": [
|
|
2252
|
+
{
|
|
2253
|
+
"const": true
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"type": "array",
|
|
2257
|
+
"items": {
|
|
2258
|
+
"$ref": "#/$defs/skillNameLower"
|
|
2259
|
+
},
|
|
2260
|
+
"minItems": 1,
|
|
2261
|
+
"uniqueItems": true
|
|
2262
|
+
}
|
|
2263
|
+
]
|
|
2249
2264
|
}
|
|
2250
2265
|
},
|
|
2251
2266
|
"additionalProperties": false
|