5etools-utils 0.4.2 → 0.4.4

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.4.2",
3
+ "version": "0.4.4",
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": "items-base.json",
4
- "version": "1.5.1",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -232,6 +232,18 @@
232
232
  "scfType": {
233
233
  "$ref": "items-shared.json#/$defs/itemScfType"
234
234
  },
235
+ "vulnerable": {
236
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
237
+ },
238
+ "resist": {
239
+ "$ref": "util.json#/$defs/damageResistArray"
240
+ },
241
+ "immune": {
242
+ "$ref": "util.json#/$defs/damageImmunityArray"
243
+ },
244
+ "conditionImmune": {
245
+ "$ref": "util.json#/$defs/conditionImmunityArray"
246
+ },
235
247
  "stealth": {
236
248
  "type": "boolean"
237
249
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.1",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -232,6 +232,18 @@
232
232
  "scfType": {
233
233
  "$ref": "items-shared.json#/$defs/itemScfType"
234
234
  },
235
+ "vulnerable": {
236
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
237
+ },
238
+ "resist": {
239
+ "$ref": "util.json#/$defs/damageResistArray"
240
+ },
241
+ "immune": {
242
+ "$ref": "util.json#/$defs/damageImmunityArray"
243
+ },
244
+ "conditionImmune": {
245
+ "$ref": "util.json#/$defs/conditionImmunityArray"
246
+ },
235
247
  "stealth": {
236
248
  "type": "boolean"
237
249
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.1",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -237,6 +237,18 @@
237
237
  "scfType": {
238
238
  "$ref": "items-shared.json#/$defs/itemScfType"
239
239
  },
240
+ "vulnerable": {
241
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
242
+ },
243
+ "resist": {
244
+ "$ref": "util.json#/$defs/damageResistArray"
245
+ },
246
+ "immune": {
247
+ "$ref": "util.json#/$defs/damageImmunityArray"
248
+ },
249
+ "conditionImmune": {
250
+ "$ref": "util.json#/$defs/conditionImmunityArray"
251
+ },
240
252
  "stealth": {
241
253
  "type": "boolean"
242
254
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.1",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -237,6 +237,18 @@
237
237
  "scfType": {
238
238
  "$ref": "items-shared.json#/$defs/itemScfType"
239
239
  },
240
+ "vulnerable": {
241
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
242
+ },
243
+ "resist": {
244
+ "$ref": "util.json#/$defs/damageResistArray"
245
+ },
246
+ "immune": {
247
+ "$ref": "util.json#/$defs/damageImmunityArray"
248
+ },
249
+ "conditionImmune": {
250
+ "$ref": "util.json#/$defs/conditionImmunityArray"
251
+ },
240
252
  "stealth": {
241
253
  "type": "boolean"
242
254
  },