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 +1 -1
- package/schema/brew/fluff-optionalfeatures.json +15 -0
- package/schema/brew/homebrew.json +3 -0
- package/schema/brew/optionalfeatures.json +10 -1
- package/schema/brew-fast/fluff-optionalfeatures.json +15 -0
- package/schema/brew-fast/homebrew.json +3 -0
- package/schema/brew-fast/optionalfeatures.json +10 -1
- package/schema/site/fluff-optionalfeatures.json +15 -0
- package/schema/site/homebrew.json +3 -0
- package/schema/site/optionalfeatures.json +7 -1
- package/schema/site-fast/fluff-optionalfeatures.json +15 -0
- package/schema/site-fast/homebrew.json +3 -0
- package/schema/site-fast/optionalfeatures.json +7 -1
- package/schema/ua/fluff-optionalfeatures.json +15 -0
- package/schema/ua/homebrew.json +3 -0
- package/schema/ua/optionalfeatures.json +7 -1
- package/schema/ua-fast/fluff-optionalfeatures.json +15 -0
- package/schema/ua-fast/homebrew.json +3 -0
- package/schema/ua-fast/optionalfeatures.json +7 -1
package/package.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
+
}
|
package/schema/ua/homebrew.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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": [
|