5etools-utils 0.15.15 → 0.15.16
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 +4 -3
- package/schema/brew-fast/charcreationoptions.json +4 -3
- package/schema/site/charcreationoptions.json +4 -3
- package/schema/site-fast/charcreationoptions.json +4 -3
- package/schema/ua/charcreationoptions.json +4 -3
- package/schema/ua-fast/charcreationoptions.json +4 -3
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"examples": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"examples": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "charcreationoptions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"title": "Character Creation Options",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"optionType": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
-
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
10
|
+
"description": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
11
|
+
"markdownDescription": "- CS: Character Secret\n- DG: Dark Gift\n- OF: Optional Feature\n- PTH: Path\n- RF:B Replacement Feature: Background\n- SG: Supernatural Gift",
|
|
12
12
|
"enum": [
|
|
13
13
|
"CS",
|
|
14
14
|
"DG",
|
|
15
15
|
"OF",
|
|
16
|
+
"PTH",
|
|
16
17
|
"RF:B",
|
|
17
18
|
"SG"
|
|
18
19
|
]
|