5etools-utils 0.10.1 → 0.10.2

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.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-optionalfeatures.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "_meta": {
8
+ "$ref": "util.json#/$defs/metaBlock"
9
+ },
10
+ "optionalfeatureFluff": {
11
+ "$ref": "util.json#/$defs/genericFluffArray"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -614,6 +614,9 @@
614
614
  "optionalfeature": {
615
615
  "$ref": "optionalfeatures.json#/properties/optionalfeature"
616
616
  },
617
+ "optionalfeatureFluff": {
618
+ "$ref": "fluff-optionalfeatures.json#/properties/optionalfeatureFluff"
619
+ },
617
620
  "psionic": {
618
621
  "$ref": "psionics.json#/properties/psionic"
619
622
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.1",
4
+ "version": "1.12.2",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -106,6 +106,15 @@
106
106
  "conditionImmune": {
107
107
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
108
108
  },
109
+ "hasFluff": {
110
+ "const": true
111
+ },
112
+ "hasFluffImages": {
113
+ "const": true
114
+ },
115
+ "fluff": {
116
+ "$ref": "util.json#/$defs/fluffObject"
117
+ },
109
118
  "foundrySystem": {
110
119
  "$ref": "util-foundry.json#/$defs/foundrySystemObject"
111
120
  },
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-optionalfeatures.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "_meta": {
8
+ "$ref": "util.json#/$defs/metaBlock"
9
+ },
10
+ "optionalfeatureFluff": {
11
+ "$ref": "util.json#/$defs/genericFluffArray"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -612,6 +612,9 @@
612
612
  "optionalfeature": {
613
613
  "$ref": "optionalfeatures.json#/properties/optionalfeature"
614
614
  },
615
+ "optionalfeatureFluff": {
616
+ "$ref": "fluff-optionalfeatures.json#/properties/optionalfeatureFluff"
617
+ },
615
618
  "psionic": {
616
619
  "$ref": "psionics.json#/properties/psionic"
617
620
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.1",
4
+ "version": "1.12.2",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -106,6 +106,15 @@
106
106
  "conditionImmune": {
107
107
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
108
108
  },
109
+ "hasFluff": {
110
+ "const": true
111
+ },
112
+ "hasFluffImages": {
113
+ "const": true
114
+ },
115
+ "fluff": {
116
+ "$ref": "util.json#/$defs/fluffObject"
117
+ },
109
118
  "foundrySystem": {
110
119
  "$ref": "util-foundry.json#/$defs/foundrySystemObject"
111
120
  },
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-optionalfeatures.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "_meta": {
8
+ "$ref": "util.json#/$defs/metaBlock"
9
+ },
10
+ "optionalfeatureFluff": {
11
+ "$ref": "util.json#/$defs/genericFluffArray"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -614,6 +614,9 @@
614
614
  "optionalfeature": {
615
615
  "$ref": "optionalfeatures.json#/properties/optionalfeature"
616
616
  },
617
+ "optionalfeatureFluff": {
618
+ "$ref": "fluff-optionalfeatures.json#/properties/optionalfeatureFluff"
619
+ },
617
620
  "psionic": {
618
621
  "$ref": "psionics.json#/properties/psionic"
619
622
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.1",
4
+ "version": "1.12.2",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -105,6 +105,12 @@
105
105
  },
106
106
  "conditionImmune": {
107
107
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
108
+ },
109
+ "hasFluff": {
110
+ "const": true
111
+ },
112
+ "hasFluffImages": {
113
+ "const": true
108
114
  }
109
115
  },
110
116
  "required": [
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-optionalfeatures.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "_meta": {
8
+ "$ref": "util.json#/$defs/metaBlock"
9
+ },
10
+ "optionalfeatureFluff": {
11
+ "$ref": "util.json#/$defs/genericFluffArray"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -612,6 +612,9 @@
612
612
  "optionalfeature": {
613
613
  "$ref": "optionalfeatures.json#/properties/optionalfeature"
614
614
  },
615
+ "optionalfeatureFluff": {
616
+ "$ref": "fluff-optionalfeatures.json#/properties/optionalfeatureFluff"
617
+ },
615
618
  "psionic": {
616
619
  "$ref": "psionics.json#/properties/psionic"
617
620
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.1",
4
+ "version": "1.12.2",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -105,6 +105,12 @@
105
105
  },
106
106
  "conditionImmune": {
107
107
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
108
+ },
109
+ "hasFluff": {
110
+ "const": true
111
+ },
112
+ "hasFluffImages": {
113
+ "const": true
108
114
  }
109
115
  },
110
116
  "required": [
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-optionalfeatures.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "_meta": {
8
+ "$ref": "util.json#/$defs/metaBlock"
9
+ },
10
+ "optionalfeatureFluff": {
11
+ "$ref": "util.json#/$defs/genericFluffArray"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -614,6 +614,9 @@
614
614
  "optionalfeature": {
615
615
  "$ref": "optionalfeatures.json#/properties/optionalfeature"
616
616
  },
617
+ "optionalfeatureFluff": {
618
+ "$ref": "fluff-optionalfeatures.json#/properties/optionalfeatureFluff"
619
+ },
617
620
  "psionic": {
618
621
  "$ref": "psionics.json#/properties/psionic"
619
622
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.1",
4
+ "version": "1.12.2",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -105,6 +105,12 @@
105
105
  },
106
106
  "conditionImmune": {
107
107
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
108
+ },
109
+ "hasFluff": {
110
+ "const": true
111
+ },
112
+ "hasFluffImages": {
113
+ "const": true
108
114
  }
109
115
  },
110
116
  "required": [
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-optionalfeatures.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "_meta": {
8
+ "$ref": "util.json#/$defs/metaBlock"
9
+ },
10
+ "optionalfeatureFluff": {
11
+ "$ref": "util.json#/$defs/genericFluffArray"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -612,6 +612,9 @@
612
612
  "optionalfeature": {
613
613
  "$ref": "optionalfeatures.json#/properties/optionalfeature"
614
614
  },
615
+ "optionalfeatureFluff": {
616
+ "$ref": "fluff-optionalfeatures.json#/properties/optionalfeatureFluff"
617
+ },
615
618
  "psionic": {
616
619
  "$ref": "psionics.json#/properties/psionic"
617
620
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.1",
4
+ "version": "1.12.2",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -105,6 +105,12 @@
105
105
  },
106
106
  "conditionImmune": {
107
107
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
108
+ },
109
+ "hasFluff": {
110
+ "const": true
111
+ },
112
+ "hasFluffImages": {
113
+ "const": true
108
114
  }
109
115
  },
110
116
  "required": [