5etools-utils 0.13.40 → 0.13.41
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/entry.json +3 -1
- package/schema/brew/homebrew.json +9 -3
- package/schema/brew-fast/entry.json +3 -1
- package/schema/brew-fast/homebrew.json +9 -3
- package/schema/site/entry.json +3 -1
- package/schema/site/homebrew.json +9 -3
- package/schema/site-fast/entry.json +3 -1
- package/schema/site-fast/homebrew.json +9 -3
- package/schema/ua/entry.json +3 -1
- package/schema/ua/homebrew.json +9 -3
- package/schema/ua-fast/entry.json +3 -1
- package/schema/ua-fast/homebrew.json +9 -3
package/package.json
CHANGED
package/schema/brew/entry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
},
|
|
141
141
|
"color": {
|
|
142
142
|
"type": "string",
|
|
143
|
-
"description": "HTML hex color code this
|
|
143
|
+
"description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
|
|
144
144
|
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
145
|
-
"markdownDescription": "HTML hex color code this
|
|
145
|
+
"markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -207,6 +207,12 @@
|
|
|
207
207
|
"short": {
|
|
208
208
|
"type": "string"
|
|
209
209
|
},
|
|
210
|
+
"color": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
|
|
213
|
+
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
214
|
+
"markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
|
|
215
|
+
},
|
|
210
216
|
"hasOrder": {
|
|
211
217
|
"description": "If this type has a psionic order.",
|
|
212
218
|
"type": "boolean",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
},
|
|
139
139
|
"color": {
|
|
140
140
|
"type": "string",
|
|
141
|
-
"description": "HTML hex color code this
|
|
141
|
+
"description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
|
|
142
142
|
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
143
|
-
"markdownDescription": "HTML hex color code this
|
|
143
|
+
"markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
"required": [
|
|
@@ -205,6 +205,12 @@
|
|
|
205
205
|
"short": {
|
|
206
206
|
"type": "string"
|
|
207
207
|
},
|
|
208
|
+
"color": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
|
|
211
|
+
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
212
|
+
"markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
|
|
213
|
+
},
|
|
208
214
|
"hasOrder": {
|
|
209
215
|
"description": "If this type has a psionic order.",
|
|
210
216
|
"type": "boolean",
|
package/schema/site/entry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
},
|
|
141
141
|
"color": {
|
|
142
142
|
"type": "string",
|
|
143
|
-
"description": "HTML hex color code this
|
|
143
|
+
"description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
|
|
144
144
|
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
145
|
-
"markdownDescription": "HTML hex color code this
|
|
145
|
+
"markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -207,6 +207,12 @@
|
|
|
207
207
|
"short": {
|
|
208
208
|
"type": "string"
|
|
209
209
|
},
|
|
210
|
+
"color": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
|
|
213
|
+
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
214
|
+
"markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
|
|
215
|
+
},
|
|
210
216
|
"hasOrder": {
|
|
211
217
|
"description": "If this type has a psionic order.",
|
|
212
218
|
"type": "boolean",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
},
|
|
139
139
|
"color": {
|
|
140
140
|
"type": "string",
|
|
141
|
-
"description": "HTML hex color code this
|
|
141
|
+
"description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
|
|
142
142
|
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
143
|
-
"markdownDescription": "HTML hex color code this
|
|
143
|
+
"markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
"required": [
|
|
@@ -205,6 +205,12 @@
|
|
|
205
205
|
"short": {
|
|
206
206
|
"type": "string"
|
|
207
207
|
},
|
|
208
|
+
"color": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
|
|
211
|
+
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
212
|
+
"markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
|
|
213
|
+
},
|
|
208
214
|
"hasOrder": {
|
|
209
215
|
"description": "If this type has a psionic order.",
|
|
210
216
|
"type": "boolean",
|
package/schema/ua/entry.json
CHANGED
package/schema/ua/homebrew.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
},
|
|
141
141
|
"color": {
|
|
142
142
|
"type": "string",
|
|
143
|
-
"description": "HTML hex color code this
|
|
143
|
+
"description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
|
|
144
144
|
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
145
|
-
"markdownDescription": "HTML hex color code this
|
|
145
|
+
"markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"required": [
|
|
@@ -207,6 +207,12 @@
|
|
|
207
207
|
"short": {
|
|
208
208
|
"type": "string"
|
|
209
209
|
},
|
|
210
|
+
"color": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
|
|
213
|
+
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
214
|
+
"markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
|
|
215
|
+
},
|
|
210
216
|
"hasOrder": {
|
|
211
217
|
"description": "If this type has a psionic order.",
|
|
212
218
|
"type": "boolean",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
},
|
|
139
139
|
"color": {
|
|
140
140
|
"type": "string",
|
|
141
|
-
"description": "HTML hex color code this
|
|
141
|
+
"description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
|
|
142
142
|
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
143
|
-
"markdownDescription": "HTML hex color code this
|
|
143
|
+
"markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
"required": [
|
|
@@ -205,6 +205,12 @@
|
|
|
205
205
|
"short": {
|
|
206
206
|
"type": "string"
|
|
207
207
|
},
|
|
208
|
+
"color": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
|
|
211
|
+
"pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
|
|
212
|
+
"markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
|
|
213
|
+
},
|
|
208
214
|
"hasOrder": {
|
|
209
215
|
"description": "If this type has a psionic order.",
|
|
210
216
|
"type": "boolean",
|