5etools-utils 0.4.10 → 0.4.11
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/encounters.json +3 -3
- package/schema/brew/names.json +3 -3
- package/schema/brew-fast/encounters.json +3 -3
- package/schema/brew-fast/names.json +3 -3
- package/schema/site/encounters.json +3 -3
- package/schema/site/names.json +3 -3
- package/schema/site-fast/encounters.json +3 -3
- package/schema/site-fast/names.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "encounters.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "EncounterArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"maxlvl": {
|
|
38
38
|
"type": "integer"
|
|
39
39
|
},
|
|
40
|
-
"
|
|
41
|
-
"type": "
|
|
40
|
+
"diceExpression": {
|
|
41
|
+
"type": "string"
|
|
42
42
|
},
|
|
43
43
|
"rollAttitude": {
|
|
44
44
|
"type": "boolean"
|
package/schema/brew/names.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "names.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "NameArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"option": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
35
|
-
"type": "
|
|
34
|
+
"diceExpression": {
|
|
35
|
+
"type": "string"
|
|
36
36
|
},
|
|
37
37
|
"table": {
|
|
38
38
|
"type": "array",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "encounters.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "EncounterArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"maxlvl": {
|
|
38
38
|
"type": "integer"
|
|
39
39
|
},
|
|
40
|
-
"
|
|
41
|
-
"type": "
|
|
40
|
+
"diceExpression": {
|
|
41
|
+
"type": "string"
|
|
42
42
|
},
|
|
43
43
|
"rollAttitude": {
|
|
44
44
|
"type": "boolean"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "names.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "NameArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"option": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
35
|
-
"type": "
|
|
34
|
+
"diceExpression": {
|
|
35
|
+
"type": "string"
|
|
36
36
|
},
|
|
37
37
|
"table": {
|
|
38
38
|
"type": "array",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "encounters.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "EncounterArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"maxlvl": {
|
|
38
38
|
"type": "integer"
|
|
39
39
|
},
|
|
40
|
-
"
|
|
41
|
-
"type": "
|
|
40
|
+
"diceExpression": {
|
|
41
|
+
"type": "string"
|
|
42
42
|
},
|
|
43
43
|
"rollAttitude": {
|
|
44
44
|
"type": "boolean"
|
package/schema/site/names.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "names.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "NameArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"option": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
35
|
-
"type": "
|
|
34
|
+
"diceExpression": {
|
|
35
|
+
"type": "string"
|
|
36
36
|
},
|
|
37
37
|
"table": {
|
|
38
38
|
"type": "array",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "encounters.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "EncounterArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"maxlvl": {
|
|
38
38
|
"type": "integer"
|
|
39
39
|
},
|
|
40
|
-
"
|
|
41
|
-
"type": "
|
|
40
|
+
"diceExpression": {
|
|
41
|
+
"type": "string"
|
|
42
42
|
},
|
|
43
43
|
"rollAttitude": {
|
|
44
44
|
"type": "boolean"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "names.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"title": "NameArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"option": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
35
|
-
"type": "
|
|
34
|
+
"diceExpression": {
|
|
35
|
+
"type": "string"
|
|
36
36
|
},
|
|
37
37
|
"table": {
|
|
38
38
|
"type": "array",
|