5etools-utils 0.16.41 → 0.16.42

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.16.41",
3
+ "version": "0.16.42",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "rewardData": {
@@ -67,6 +67,16 @@
67
67
  "$ref": "entry.json"
68
68
  }
69
69
  },
70
+ "seeAlsoFacility": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string",
74
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
75
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
76
+ },
77
+ "minItems": 1,
78
+ "uniqueItems": true
79
+ },
70
80
  "hasFluff": {
71
81
  "type": "boolean"
72
82
  },
@@ -162,6 +172,16 @@
162
172
  "$ref": "entry.json"
163
173
  }
164
174
  },
175
+ "seeAlsoFacility": {
176
+ "type": "array",
177
+ "items": {
178
+ "type": "string",
179
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
180
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
181
+ },
182
+ "minItems": 1,
183
+ "uniqueItems": true
184
+ },
165
185
  "hasFluff": {
166
186
  "type": "boolean"
167
187
  },
@@ -261,6 +281,16 @@
261
281
  "$ref": "entry.json"
262
282
  }
263
283
  },
284
+ "seeAlsoFacility": {
285
+ "type": "array",
286
+ "items": {
287
+ "type": "string",
288
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
289
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
290
+ },
291
+ "minItems": 1,
292
+ "uniqueItems": true
293
+ },
264
294
  "hasFluff": {
265
295
  "type": "boolean"
266
296
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "rewardData": {
@@ -67,6 +67,16 @@
67
67
  "$ref": "entry.json"
68
68
  }
69
69
  },
70
+ "seeAlsoFacility": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string",
74
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
75
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
76
+ },
77
+ "minItems": 1,
78
+ "uniqueItems": true
79
+ },
70
80
  "hasFluff": {
71
81
  "type": "boolean"
72
82
  },
@@ -162,6 +172,16 @@
162
172
  "$ref": "entry.json"
163
173
  }
164
174
  },
175
+ "seeAlsoFacility": {
176
+ "type": "array",
177
+ "items": {
178
+ "type": "string",
179
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
180
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
181
+ },
182
+ "minItems": 1,
183
+ "uniqueItems": true
184
+ },
165
185
  "hasFluff": {
166
186
  "type": "boolean"
167
187
  },
@@ -261,6 +281,16 @@
261
281
  "$ref": "entry.json"
262
282
  }
263
283
  },
284
+ "seeAlsoFacility": {
285
+ "type": "array",
286
+ "items": {
287
+ "type": "string",
288
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
289
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
290
+ },
291
+ "minItems": 1,
292
+ "uniqueItems": true
293
+ },
264
294
  "hasFluff": {
265
295
  "type": "boolean"
266
296
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "rewardData": {
@@ -67,6 +67,16 @@
67
67
  "$ref": "entry.json"
68
68
  }
69
69
  },
70
+ "seeAlsoFacility": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string",
74
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
75
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
76
+ },
77
+ "minItems": 1,
78
+ "uniqueItems": true
79
+ },
70
80
  "hasFluff": {
71
81
  "type": "boolean"
72
82
  },
@@ -141,6 +151,16 @@
141
151
  "$ref": "entry.json"
142
152
  }
143
153
  },
154
+ "seeAlsoFacility": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string",
158
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
159
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
160
+ },
161
+ "minItems": 1,
162
+ "uniqueItems": true
163
+ },
144
164
  "hasFluff": {
145
165
  "type": "boolean"
146
166
  },
@@ -219,6 +239,16 @@
219
239
  "$ref": "entry.json"
220
240
  }
221
241
  },
242
+ "seeAlsoFacility": {
243
+ "type": "array",
244
+ "items": {
245
+ "type": "string",
246
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
247
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
248
+ },
249
+ "minItems": 1,
250
+ "uniqueItems": true
251
+ },
222
252
  "hasFluff": {
223
253
  "type": "boolean"
224
254
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "rewardData": {
@@ -67,6 +67,16 @@
67
67
  "$ref": "entry.json"
68
68
  }
69
69
  },
70
+ "seeAlsoFacility": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string",
74
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
75
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
76
+ },
77
+ "minItems": 1,
78
+ "uniqueItems": true
79
+ },
70
80
  "hasFluff": {
71
81
  "type": "boolean"
72
82
  },
@@ -141,6 +151,16 @@
141
151
  "$ref": "entry.json"
142
152
  }
143
153
  },
154
+ "seeAlsoFacility": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string",
158
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
159
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
160
+ },
161
+ "minItems": 1,
162
+ "uniqueItems": true
163
+ },
144
164
  "hasFluff": {
145
165
  "type": "boolean"
146
166
  },
@@ -219,6 +239,16 @@
219
239
  "$ref": "entry.json"
220
240
  }
221
241
  },
242
+ "seeAlsoFacility": {
243
+ "type": "array",
244
+ "items": {
245
+ "type": "string",
246
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
247
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
248
+ },
249
+ "minItems": 1,
250
+ "uniqueItems": true
251
+ },
222
252
  "hasFluff": {
223
253
  "type": "boolean"
224
254
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "rewardData": {
@@ -67,6 +67,16 @@
67
67
  "$ref": "entry.json"
68
68
  }
69
69
  },
70
+ "seeAlsoFacility": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string",
74
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
75
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
76
+ },
77
+ "minItems": 1,
78
+ "uniqueItems": true
79
+ },
70
80
  "hasFluff": {
71
81
  "type": "boolean"
72
82
  },
@@ -141,6 +151,16 @@
141
151
  "$ref": "entry.json"
142
152
  }
143
153
  },
154
+ "seeAlsoFacility": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string",
158
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
159
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
160
+ },
161
+ "minItems": 1,
162
+ "uniqueItems": true
163
+ },
144
164
  "hasFluff": {
145
165
  "type": "boolean"
146
166
  },
@@ -219,6 +239,16 @@
219
239
  "$ref": "entry.json"
220
240
  }
221
241
  },
242
+ "seeAlsoFacility": {
243
+ "type": "array",
244
+ "items": {
245
+ "type": "string",
246
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
247
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
248
+ },
249
+ "minItems": 1,
250
+ "uniqueItems": true
251
+ },
222
252
  "hasFluff": {
223
253
  "type": "boolean"
224
254
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "rewardData": {
@@ -67,6 +67,16 @@
67
67
  "$ref": "entry.json"
68
68
  }
69
69
  },
70
+ "seeAlsoFacility": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "string",
74
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
75
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
76
+ },
77
+ "minItems": 1,
78
+ "uniqueItems": true
79
+ },
70
80
  "hasFluff": {
71
81
  "type": "boolean"
72
82
  },
@@ -141,6 +151,16 @@
141
151
  "$ref": "entry.json"
142
152
  }
143
153
  },
154
+ "seeAlsoFacility": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string",
158
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
159
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
160
+ },
161
+ "minItems": 1,
162
+ "uniqueItems": true
163
+ },
144
164
  "hasFluff": {
145
165
  "type": "boolean"
146
166
  },
@@ -219,6 +239,16 @@
219
239
  "$ref": "entry.json"
220
240
  }
221
241
  },
242
+ "seeAlsoFacility": {
243
+ "type": "array",
244
+ "items": {
245
+ "type": "string",
246
+ "description": "UIDs of \"facility\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"arcane study|xdmg\".",
247
+ "markdownDescription": "UIDs of "facility"s to be linked in a "See Also" footnote.\n\nEx.: "arcane study|xdmg"."
248
+ },
249
+ "minItems": 1,
250
+ "uniqueItems": true
251
+ },
222
252
  "hasFluff": {
223
253
  "type": "boolean"
224
254
  },