5etools-utils 0.8.25 → 0.8.26
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/bestiary/template.json +275 -0
- package/schema/brew/util.json +18 -1
- package/schema/brew-fast/bestiary/template.json +275 -0
- package/schema/brew-fast/util.json +18 -1
- package/schema/site/bestiary/template.json +275 -0
- package/schema/site/util.json +18 -1
- package/schema/site-fast/bestiary/template.json +275 -0
- package/schema/site-fast/util.json +18 -1
- package/schema/brew/bestiary/traits.json +0 -85
- package/schema/brew-fast/bestiary/traits.json +0 -85
- package/schema/site/bestiary/traits.json +0 -85
- package/schema/site-fast/bestiary/traits.json +0 -85
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.0.2",
|
|
4
|
-
"$id": "traits.json",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"$defs": {
|
|
7
|
-
"trait": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"name": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"source": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"page": {
|
|
17
|
-
"$ref": "../util.json#/$defs/page"
|
|
18
|
-
},
|
|
19
|
-
"ref": {
|
|
20
|
-
"type": "string"
|
|
21
|
-
},
|
|
22
|
-
"crMin": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
},
|
|
25
|
-
"crMax": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
"prerequisite": {
|
|
29
|
-
"type": "object",
|
|
30
|
-
"patternProperties": {
|
|
31
|
-
"^.*$": {
|
|
32
|
-
"oneOf": [
|
|
33
|
-
{
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"min": {},
|
|
37
|
-
"max": {}
|
|
38
|
-
},
|
|
39
|
-
"additionalProperties": false
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"type": "object",
|
|
43
|
-
"properties": {
|
|
44
|
-
"oneOf": {
|
|
45
|
-
"type": "array"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"additionalProperties": false
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"apply": {
|
|
55
|
-
"type": "object",
|
|
56
|
-
"properties": {
|
|
57
|
-
"_root": {
|
|
58
|
-
"$ref": "bestiary.json#/$defs/creatureData"
|
|
59
|
-
},
|
|
60
|
-
"_mod": {
|
|
61
|
-
"$ref": "../util.json#/$defs/_modObject"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"additionalProperties": false,
|
|
67
|
-
"required": [
|
|
68
|
-
"name",
|
|
69
|
-
"source",
|
|
70
|
-
"apply"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"properties": {
|
|
75
|
-
"trait": {
|
|
76
|
-
"type": "array",
|
|
77
|
-
"minItems": 1,
|
|
78
|
-
"uniqueItems": true,
|
|
79
|
-
"items": {
|
|
80
|
-
"$ref": "#/$defs/trait"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"additionalProperties": false
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.0.2",
|
|
4
|
-
"$id": "traits.json",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"$defs": {
|
|
7
|
-
"trait": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"name": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"source": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"page": {
|
|
17
|
-
"$ref": "../util.json#/$defs/page"
|
|
18
|
-
},
|
|
19
|
-
"ref": {
|
|
20
|
-
"type": "string"
|
|
21
|
-
},
|
|
22
|
-
"crMin": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
},
|
|
25
|
-
"crMax": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
"prerequisite": {
|
|
29
|
-
"type": "object",
|
|
30
|
-
"patternProperties": {
|
|
31
|
-
"^.*$": {
|
|
32
|
-
"oneOf": [
|
|
33
|
-
{
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"min": {},
|
|
37
|
-
"max": {}
|
|
38
|
-
},
|
|
39
|
-
"additionalProperties": false
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"type": "object",
|
|
43
|
-
"properties": {
|
|
44
|
-
"oneOf": {
|
|
45
|
-
"type": "array"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"additionalProperties": false
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"apply": {
|
|
55
|
-
"type": "object",
|
|
56
|
-
"properties": {
|
|
57
|
-
"_root": {
|
|
58
|
-
"$ref": "bestiary.json#/$defs/creatureData"
|
|
59
|
-
},
|
|
60
|
-
"_mod": {
|
|
61
|
-
"$ref": "../util.json#/$defs/_modObject"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"additionalProperties": false,
|
|
67
|
-
"required": [
|
|
68
|
-
"name",
|
|
69
|
-
"source",
|
|
70
|
-
"apply"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"properties": {
|
|
75
|
-
"trait": {
|
|
76
|
-
"type": "array",
|
|
77
|
-
"minItems": 1,
|
|
78
|
-
"uniqueItems": true,
|
|
79
|
-
"items": {
|
|
80
|
-
"$ref": "#/$defs/trait"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"additionalProperties": false
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.0.2",
|
|
4
|
-
"$id": "traits.json",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"$defs": {
|
|
7
|
-
"trait": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"name": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"source": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"page": {
|
|
17
|
-
"$ref": "../util.json#/$defs/page"
|
|
18
|
-
},
|
|
19
|
-
"ref": {
|
|
20
|
-
"type": "string"
|
|
21
|
-
},
|
|
22
|
-
"crMin": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
},
|
|
25
|
-
"crMax": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
"prerequisite": {
|
|
29
|
-
"type": "object",
|
|
30
|
-
"patternProperties": {
|
|
31
|
-
"^.*$": {
|
|
32
|
-
"oneOf": [
|
|
33
|
-
{
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"min": {},
|
|
37
|
-
"max": {}
|
|
38
|
-
},
|
|
39
|
-
"additionalProperties": false
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"type": "object",
|
|
43
|
-
"properties": {
|
|
44
|
-
"oneOf": {
|
|
45
|
-
"type": "array"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"additionalProperties": false
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"apply": {
|
|
55
|
-
"type": "object",
|
|
56
|
-
"properties": {
|
|
57
|
-
"_root": {
|
|
58
|
-
"$ref": "bestiary.json#/$defs/creatureData"
|
|
59
|
-
},
|
|
60
|
-
"_mod": {
|
|
61
|
-
"$ref": "../util.json#/$defs/_modObject"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"additionalProperties": false,
|
|
67
|
-
"required": [
|
|
68
|
-
"name",
|
|
69
|
-
"source",
|
|
70
|
-
"apply"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"properties": {
|
|
75
|
-
"trait": {
|
|
76
|
-
"type": "array",
|
|
77
|
-
"minItems": 1,
|
|
78
|
-
"uniqueItems": true,
|
|
79
|
-
"items": {
|
|
80
|
-
"$ref": "#/$defs/trait"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"additionalProperties": false
|
|
85
|
-
}
|