5etools-utils 0.16.11 → 0.16.13
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 +1 -0
- package/schema/brew-fast/charcreationoptions.json +10 -1
- package/schema/brew-fast/util.json +1 -0
- package/schema/site/charcreationoptions.json +10 -1
- package/schema/site/util.json +1 -0
- package/schema/site-fast/charcreationoptions.json +10 -1
- package/schema/site-fast/util.json +1 -0
- package/schema/ua/charcreationoptions.json +10 -1
- package/schema/ua/util.json +1 -0
- package/schema/ua-fast/charcreationoptions.json +10 -1
- package/schema/ua-fast/util.json +1 -0
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
|
@@ -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",
|
|
@@ -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
|
@@ -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",
|
|
@@ -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
|
@@ -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",
|