5etools-utils 0.2.2 → 0.3.0
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 +3 -2
- package/schema/brew/actions.json +109 -0
- package/schema/brew/adventure/adventure.json +12 -0
- package/schema/brew/adventures.json +249 -0
- package/schema/brew/backgrounds.json +425 -0
- package/schema/brew/bestiary/bestiary.json +3766 -0
- package/schema/brew/bestiary/fluff-bestiary.json +15 -0
- package/schema/brew/bestiary/foundry.json +15 -0
- package/schema/brew/bestiary/legendarygroups.json +202 -0
- package/schema/brew/bestiary/traits.json +85 -0
- package/schema/brew/book/book.json +12 -0
- package/schema/brew/books.json +137 -0
- package/schema/brew/charcreationoptions.json +96 -0
- package/schema/brew/class/class.json +2059 -0
- package/schema/brew/class/foundry.json +373 -0
- package/schema/brew/conditionsdiseases.json +103 -0
- package/schema/brew/cultsboons.json +196 -0
- package/schema/brew/deities.json +482 -0
- package/schema/brew/encounters.json +99 -0
- package/schema/brew/entry.json +3538 -0
- package/schema/brew/feats.json +215 -0
- package/schema/brew/fluff-backgrounds.json +15 -0
- package/schema/brew/fluff-charcreationoptions.json +43 -0
- package/schema/brew/fluff-conditionsdiseases.json +43 -0
- package/schema/brew/fluff-feats.json +15 -0
- package/schema/brew/fluff-items.json +15 -0
- package/schema/brew/fluff-languages.json +42 -0
- package/schema/brew/fluff-objects.json +15 -0
- package/schema/brew/fluff-races.json +214 -0
- package/schema/brew/fluff-recipes.json +42 -0
- package/schema/brew/fluff-vehicles.json +63 -0
- package/schema/brew/foundry-actions.json +15 -0
- package/schema/brew/foundry-backgrounds.json +47 -0
- package/schema/brew/foundry-feats.json +15 -0
- package/schema/brew/foundry-items.json +57 -0
- package/schema/brew/foundry-optionalfeatures.json +15 -0
- package/schema/brew/foundry-psionics.json +50 -0
- package/schema/brew/foundry-races.json +52 -0
- package/schema/brew/foundry-rewards.json +15 -0
- package/schema/brew/foundry-vehicles.json +15 -0
- package/schema/brew/generated/bookref-quick.json +72 -0
- package/schema/brew/homebrew.json +564 -0
- package/schema/brew/items-base.json +460 -0
- package/schema/brew/items-shared.json +295 -0
- package/schema/brew/items.json +1866 -0
- package/schema/brew/languages.json +127 -0
- package/schema/brew/loot.json +510 -0
- package/schema/brew/magicvariants.json +387 -0
- package/schema/brew/makebrew-creature.json +40 -0
- package/schema/brew/makecards.json +43 -0
- package/schema/brew/monsterfeatures.json +53 -0
- package/schema/brew/msbcr.json +60 -0
- package/schema/brew/names.json +91 -0
- package/schema/brew/objects.json +172 -0
- package/schema/brew/optionalfeatures.json +139 -0
- package/schema/brew/psionics.json +185 -0
- package/schema/brew/races.json +1799 -0
- package/schema/brew/recipes.json +191 -0
- package/schema/brew/renderdemo.json +16 -0
- package/schema/brew/rewards.json +102 -0
- package/schema/brew/senses.json +54 -0
- package/schema/brew/skills.json +54 -0
- package/schema/brew/spells/fluff-spells.json +15 -0
- package/schema/brew/spells/foundry.json +15 -0
- package/schema/brew/spells/roll20.json +112 -0
- package/schema/brew/spells/spells.json +1841 -0
- package/schema/brew/tables.json +202 -0
- package/schema/brew/trapshazards.json +249 -0
- package/schema/brew/util.json +3867 -0
- package/schema/brew/variantrules.json +74 -0
- package/schema/brew/vehicles.json +854 -0
- package/schema/brew-fast/actions.json +109 -0
- package/schema/brew-fast/adventure/adventure.json +12 -0
- package/schema/brew-fast/adventures.json +249 -0
- package/schema/brew-fast/backgrounds.json +425 -0
- package/schema/brew-fast/bestiary/bestiary.json +3766 -0
- package/schema/brew-fast/bestiary/fluff-bestiary.json +15 -0
- package/schema/brew-fast/bestiary/foundry.json +15 -0
- package/schema/brew-fast/bestiary/legendarygroups.json +202 -0
- package/schema/brew-fast/bestiary/traits.json +85 -0
- package/schema/brew-fast/book/book.json +12 -0
- package/schema/brew-fast/books.json +137 -0
- package/schema/brew-fast/charcreationoptions.json +96 -0
- package/schema/brew-fast/class/class.json +2059 -0
- package/schema/brew-fast/class/foundry.json +373 -0
- package/schema/brew-fast/conditionsdiseases.json +103 -0
- package/schema/brew-fast/cultsboons.json +196 -0
- package/schema/brew-fast/deities.json +482 -0
- package/schema/brew-fast/encounters.json +99 -0
- package/schema/brew-fast/entry.json +3538 -0
- package/schema/brew-fast/feats.json +215 -0
- package/schema/brew-fast/fluff-backgrounds.json +15 -0
- package/schema/brew-fast/fluff-charcreationoptions.json +43 -0
- package/schema/brew-fast/fluff-conditionsdiseases.json +43 -0
- package/schema/brew-fast/fluff-feats.json +15 -0
- package/schema/brew-fast/fluff-items.json +15 -0
- package/schema/brew-fast/fluff-languages.json +42 -0
- package/schema/brew-fast/fluff-objects.json +15 -0
- package/schema/brew-fast/fluff-races.json +214 -0
- package/schema/brew-fast/fluff-recipes.json +42 -0
- package/schema/brew-fast/fluff-vehicles.json +63 -0
- package/schema/brew-fast/foundry-actions.json +15 -0
- package/schema/brew-fast/foundry-backgrounds.json +47 -0
- package/schema/brew-fast/foundry-feats.json +15 -0
- package/schema/brew-fast/foundry-items.json +57 -0
- package/schema/brew-fast/foundry-optionalfeatures.json +15 -0
- package/schema/brew-fast/foundry-psionics.json +50 -0
- package/schema/brew-fast/foundry-races.json +52 -0
- package/schema/brew-fast/foundry-rewards.json +15 -0
- package/schema/brew-fast/foundry-vehicles.json +15 -0
- package/schema/brew-fast/generated/bookref-quick.json +72 -0
- package/schema/brew-fast/homebrew.json +562 -0
- package/schema/brew-fast/items-base.json +460 -0
- package/schema/brew-fast/items-shared.json +295 -0
- package/schema/brew-fast/items.json +1866 -0
- package/schema/brew-fast/languages.json +127 -0
- package/schema/brew-fast/loot.json +510 -0
- package/schema/brew-fast/magicvariants.json +387 -0
- package/schema/brew-fast/makebrew-creature.json +40 -0
- package/schema/brew-fast/makecards.json +43 -0
- package/schema/brew-fast/monsterfeatures.json +53 -0
- package/schema/brew-fast/msbcr.json +60 -0
- package/schema/brew-fast/names.json +91 -0
- package/schema/brew-fast/objects.json +172 -0
- package/schema/brew-fast/optionalfeatures.json +139 -0
- package/schema/brew-fast/psionics.json +185 -0
- package/schema/brew-fast/races.json +1799 -0
- package/schema/brew-fast/recipes.json +191 -0
- package/schema/brew-fast/renderdemo.json +16 -0
- package/schema/brew-fast/rewards.json +102 -0
- package/schema/brew-fast/senses.json +54 -0
- package/schema/brew-fast/skills.json +54 -0
- package/schema/brew-fast/spells/fluff-spells.json +15 -0
- package/schema/brew-fast/spells/foundry.json +15 -0
- package/schema/brew-fast/spells/roll20.json +112 -0
- package/schema/brew-fast/spells/spells.json +1841 -0
- package/schema/brew-fast/tables.json +202 -0
- package/schema/brew-fast/trapshazards.json +249 -0
- package/schema/brew-fast/util.json +3867 -0
- package/schema/brew-fast/variantrules.json +74 -0
- package/schema/brew-fast/vehicles.json +854 -0
- package/schema/site/actions.json +97 -0
- package/schema/site/adventure/adventure.json +12 -0
- package/schema/site/adventures.json +211 -0
- package/schema/site/backgrounds.json +306 -0
- package/schema/site/bestiary/bestiary.json +3537 -0
- package/schema/site/bestiary/fluff-bestiary.json +15 -0
- package/schema/site/bestiary/foundry.json +15 -0
- package/schema/site/bestiary/legendarygroups.json +202 -0
- package/schema/site/bestiary/traits.json +85 -0
- package/schema/site/book/book.json +12 -0
- package/schema/site/books.json +137 -0
- package/schema/site/charcreationoptions.json +80 -0
- package/schema/site/class/class.json +1792 -0
- package/schema/site/class/foundry.json +373 -0
- package/schema/site/conditionsdiseases.json +82 -0
- package/schema/site/cultsboons.json +172 -0
- package/schema/site/deities.json +461 -0
- package/schema/site/encounters.json +99 -0
- package/schema/site/entry.json +3471 -0
- package/schema/site/feats.json +199 -0
- package/schema/site/fluff-backgrounds.json +15 -0
- package/schema/site/fluff-charcreationoptions.json +43 -0
- package/schema/site/fluff-conditionsdiseases.json +43 -0
- package/schema/site/fluff-feats.json +15 -0
- package/schema/site/fluff-items.json +15 -0
- package/schema/site/fluff-languages.json +42 -0
- package/schema/site/fluff-objects.json +15 -0
- package/schema/site/fluff-races.json +214 -0
- package/schema/site/fluff-recipes.json +42 -0
- package/schema/site/fluff-vehicles.json +63 -0
- package/schema/site/foundry-actions.json +15 -0
- package/schema/site/foundry-backgrounds.json +47 -0
- package/schema/site/foundry-feats.json +15 -0
- package/schema/site/foundry-items.json +57 -0
- package/schema/site/foundry-optionalfeatures.json +15 -0
- package/schema/site/foundry-psionics.json +50 -0
- package/schema/site/foundry-races.json +52 -0
- package/schema/site/foundry-rewards.json +15 -0
- package/schema/site/foundry-vehicles.json +15 -0
- package/schema/site/generated/bookref-quick.json +72 -0
- package/schema/site/homebrew.json +564 -0
- package/schema/site/items-base.json +425 -0
- package/schema/site/items-shared.json +259 -0
- package/schema/site/items.json +1722 -0
- package/schema/site/languages.json +120 -0
- package/schema/site/loot.json +510 -0
- package/schema/site/magicvariants.json +355 -0
- package/schema/site/makebrew-creature.json +39 -0
- package/schema/site/makecards.json +43 -0
- package/schema/site/monsterfeatures.json +53 -0
- package/schema/site/msbcr.json +60 -0
- package/schema/site/names.json +91 -0
- package/schema/site/objects.json +165 -0
- package/schema/site/optionalfeatures.json +127 -0
- package/schema/site/psionics.json +173 -0
- package/schema/site/races.json +1708 -0
- package/schema/site/recipes.json +185 -0
- package/schema/site/renderdemo.json +16 -0
- package/schema/site/rewards.json +90 -0
- package/schema/site/senses.json +54 -0
- package/schema/site/skills.json +54 -0
- package/schema/site/spells/fluff-spells.json +15 -0
- package/schema/site/spells/foundry.json +15 -0
- package/schema/site/spells/roll20.json +112 -0
- package/schema/site/spells/spells.json +1238 -0
- package/schema/site/tables.json +185 -0
- package/schema/site/trapshazards.json +227 -0
- package/schema/site/util.json +3857 -0
- package/schema/site/variantrules.json +71 -0
- package/schema/site/vehicles.json +807 -0
- package/schema/site-fast/actions.json +97 -0
- package/schema/site-fast/adventure/adventure.json +12 -0
- package/schema/site-fast/adventures.json +211 -0
- package/schema/site-fast/backgrounds.json +306 -0
- package/schema/site-fast/bestiary/bestiary.json +3537 -0
- package/schema/site-fast/bestiary/fluff-bestiary.json +15 -0
- package/schema/site-fast/bestiary/foundry.json +15 -0
- package/schema/site-fast/bestiary/legendarygroups.json +202 -0
- package/schema/site-fast/bestiary/traits.json +85 -0
- package/schema/site-fast/book/book.json +12 -0
- package/schema/site-fast/books.json +137 -0
- package/schema/site-fast/charcreationoptions.json +80 -0
- package/schema/site-fast/class/class.json +1792 -0
- package/schema/site-fast/class/foundry.json +373 -0
- package/schema/site-fast/conditionsdiseases.json +82 -0
- package/schema/site-fast/cultsboons.json +172 -0
- package/schema/site-fast/deities.json +461 -0
- package/schema/site-fast/encounters.json +99 -0
- package/schema/site-fast/entry.json +3471 -0
- package/schema/site-fast/feats.json +199 -0
- package/schema/site-fast/fluff-backgrounds.json +15 -0
- package/schema/site-fast/fluff-charcreationoptions.json +43 -0
- package/schema/site-fast/fluff-conditionsdiseases.json +43 -0
- package/schema/site-fast/fluff-feats.json +15 -0
- package/schema/site-fast/fluff-items.json +15 -0
- package/schema/site-fast/fluff-languages.json +42 -0
- package/schema/site-fast/fluff-objects.json +15 -0
- package/schema/site-fast/fluff-races.json +214 -0
- package/schema/site-fast/fluff-recipes.json +42 -0
- package/schema/site-fast/fluff-vehicles.json +63 -0
- package/schema/site-fast/foundry-actions.json +15 -0
- package/schema/site-fast/foundry-backgrounds.json +47 -0
- package/schema/site-fast/foundry-feats.json +15 -0
- package/schema/site-fast/foundry-items.json +57 -0
- package/schema/site-fast/foundry-optionalfeatures.json +15 -0
- package/schema/site-fast/foundry-psionics.json +50 -0
- package/schema/site-fast/foundry-races.json +52 -0
- package/schema/site-fast/foundry-rewards.json +15 -0
- package/schema/site-fast/foundry-vehicles.json +15 -0
- package/schema/site-fast/generated/bookref-quick.json +72 -0
- package/schema/site-fast/homebrew.json +562 -0
- package/schema/site-fast/items-base.json +425 -0
- package/schema/site-fast/items-shared.json +259 -0
- package/schema/site-fast/items.json +1722 -0
- package/schema/site-fast/languages.json +120 -0
- package/schema/site-fast/loot.json +510 -0
- package/schema/site-fast/magicvariants.json +355 -0
- package/schema/site-fast/makebrew-creature.json +39 -0
- package/schema/site-fast/makecards.json +43 -0
- package/schema/site-fast/monsterfeatures.json +53 -0
- package/schema/site-fast/msbcr.json +60 -0
- package/schema/site-fast/names.json +91 -0
- package/schema/site-fast/objects.json +165 -0
- package/schema/site-fast/optionalfeatures.json +127 -0
- package/schema/site-fast/psionics.json +173 -0
- package/schema/site-fast/races.json +1708 -0
- package/schema/site-fast/recipes.json +185 -0
- package/schema/site-fast/renderdemo.json +16 -0
- package/schema/site-fast/rewards.json +90 -0
- package/schema/site-fast/senses.json +54 -0
- package/schema/site-fast/skills.json +54 -0
- package/schema/site-fast/spells/fluff-spells.json +15 -0
- package/schema/site-fast/spells/foundry.json +15 -0
- package/schema/site-fast/spells/roll20.json +112 -0
- package/schema/site-fast/spells/spells.json +1238 -0
- package/schema/site-fast/tables.json +185 -0
- package/schema/site-fast/trapshazards.json +227 -0
- package/schema/site-fast/util.json +3857 -0
- package/schema/site-fast/variantrules.json +71 -0
- package/schema/site-fast/vehicles.json +807 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-vehicles.json",
|
|
4
|
+
"version": "1.3.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"vehicleFluff": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"uniqueItems": true,
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"source": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"images": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"items": {
|
|
23
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entries": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"$ref": "entry.json"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"_copy": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"name": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"source": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"_appendCopy": {
|
|
44
|
+
"type": "object",
|
|
45
|
+
"properties": {
|
|
46
|
+
"name": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"source": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": [
|
|
56
|
+
"name",
|
|
57
|
+
"source"
|
|
58
|
+
],
|
|
59
|
+
"additionalProperties": false
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-actions.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"action": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericArray"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"required": [
|
|
12
|
+
"action"
|
|
13
|
+
],
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-backgrounds.json",
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"backgroundFeature": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"uniqueItems": true,
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"source": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"backgroundName": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"backgroundSource": {
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"system": {
|
|
27
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
28
|
+
},
|
|
29
|
+
"flags": {
|
|
30
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
31
|
+
},
|
|
32
|
+
"effects": {
|
|
33
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"required": [
|
|
37
|
+
"name",
|
|
38
|
+
"source",
|
|
39
|
+
"backgroundName",
|
|
40
|
+
"backgroundSource"
|
|
41
|
+
],
|
|
42
|
+
"additionalProperties": false
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"additionalProperties": false
|
|
47
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-feats.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"feat": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"required": [
|
|
12
|
+
"feat"
|
|
13
|
+
],
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-items.json",
|
|
4
|
+
"version": "1.2.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"magicvariant": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericArray"
|
|
9
|
+
},
|
|
10
|
+
"item": {
|
|
11
|
+
"type": "array",
|
|
12
|
+
"minItems": 1,
|
|
13
|
+
"uniqueItems": true,
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "object",
|
|
16
|
+
"properties": {
|
|
17
|
+
"name": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"source": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"system": {
|
|
24
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
25
|
+
},
|
|
26
|
+
"flags": {
|
|
27
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
28
|
+
},
|
|
29
|
+
"effects": {
|
|
30
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
31
|
+
},
|
|
32
|
+
"type": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"enum": [
|
|
35
|
+
"weapon",
|
|
36
|
+
"tool",
|
|
37
|
+
"consumable",
|
|
38
|
+
"equipment",
|
|
39
|
+
"container",
|
|
40
|
+
"loot"
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"required": [
|
|
45
|
+
"name",
|
|
46
|
+
"source"
|
|
47
|
+
],
|
|
48
|
+
"additionalProperties": false
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": [
|
|
53
|
+
"magicvariant",
|
|
54
|
+
"item"
|
|
55
|
+
],
|
|
56
|
+
"additionalProperties": false
|
|
57
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-optionalfeatures.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"optionalfeature": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"required": [
|
|
12
|
+
"optionalfeature"
|
|
13
|
+
],
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-psionics.json",
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"psionicDisciplineFocus": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
|
|
9
|
+
},
|
|
10
|
+
"psionicDisciplineActive": {
|
|
11
|
+
"type": "array",
|
|
12
|
+
"minItems": 1,
|
|
13
|
+
"uniqueItems": true,
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "object",
|
|
16
|
+
"properties": {
|
|
17
|
+
"name": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"source": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"psionicName": {
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"psionicSource": {
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"system": {
|
|
30
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
31
|
+
},
|
|
32
|
+
"flags": {
|
|
33
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
34
|
+
},
|
|
35
|
+
"effects": {
|
|
36
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"required": [
|
|
40
|
+
"name",
|
|
41
|
+
"source",
|
|
42
|
+
"psionicName",
|
|
43
|
+
"psionicSource"
|
|
44
|
+
],
|
|
45
|
+
"additionalProperties": false
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"additionalProperties": false
|
|
50
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-races.json",
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"raceFeature": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"uniqueItems": true,
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"source": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"raceName": {
|
|
21
|
+
"description": "The full name of the race, with subrace parts/etc. applied.",
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"raceSource": {
|
|
25
|
+
"description": "The source of the subrace or race.",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"system": {
|
|
29
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
30
|
+
},
|
|
31
|
+
"flags": {
|
|
32
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
33
|
+
},
|
|
34
|
+
"effects": {
|
|
35
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"required": [
|
|
39
|
+
"name",
|
|
40
|
+
"source",
|
|
41
|
+
"raceName",
|
|
42
|
+
"raceSource"
|
|
43
|
+
],
|
|
44
|
+
"additionalProperties": false
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"required": [
|
|
49
|
+
"raceFeature"
|
|
50
|
+
],
|
|
51
|
+
"additionalProperties": false
|
|
52
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-rewards.json",
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"reward": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"required": [
|
|
12
|
+
"reward"
|
|
13
|
+
],
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "foundry-vehicles.json",
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"vehicleUpgrade": {
|
|
8
|
+
"$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"required": [
|
|
12
|
+
"vehicleUpgrade"
|
|
13
|
+
],
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "bookref-quick.json",
|
|
4
|
+
"version": "1.1.1",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"reference": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"bookref-quick": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"properties": {
|
|
13
|
+
"name": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"contents": {
|
|
20
|
+
"type": "array",
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"name": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"headers": {
|
|
28
|
+
"type": "array",
|
|
29
|
+
"items": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"additionalProperties": false,
|
|
35
|
+
"required": [
|
|
36
|
+
"name"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false,
|
|
42
|
+
"required": [
|
|
43
|
+
"name",
|
|
44
|
+
"id",
|
|
45
|
+
"contents"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"required": [
|
|
50
|
+
"bookref-quick"
|
|
51
|
+
],
|
|
52
|
+
"additionalProperties": false
|
|
53
|
+
},
|
|
54
|
+
"data": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"bookref-quick": {
|
|
58
|
+
"type": "array",
|
|
59
|
+
"items": {
|
|
60
|
+
"$ref": "../entry.json"
|
|
61
|
+
},
|
|
62
|
+
"minItems": 1
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"required": [
|
|
66
|
+
"bookref-quick"
|
|
67
|
+
],
|
|
68
|
+
"additionalProperties": false
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"additionalProperties": false
|
|
72
|
+
}
|