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,387 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "magicvariants.json",
|
|
4
|
+
"version": "1.8.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"magicvariant": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"uniqueItems": true,
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"type": {
|
|
18
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
19
|
+
},
|
|
20
|
+
"entries": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"items": {
|
|
23
|
+
"$ref": "entry.json"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"requires": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"armor": {
|
|
32
|
+
"type": "boolean"
|
|
33
|
+
},
|
|
34
|
+
"axe": {
|
|
35
|
+
"type": "boolean"
|
|
36
|
+
},
|
|
37
|
+
"bow": {
|
|
38
|
+
"type": "boolean"
|
|
39
|
+
},
|
|
40
|
+
"crossbow": {
|
|
41
|
+
"type": "boolean"
|
|
42
|
+
},
|
|
43
|
+
"sword": {
|
|
44
|
+
"type": "boolean"
|
|
45
|
+
},
|
|
46
|
+
"weapon": {
|
|
47
|
+
"type": "boolean"
|
|
48
|
+
},
|
|
49
|
+
"dmgType": {
|
|
50
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"source": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"type": {
|
|
59
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
60
|
+
},
|
|
61
|
+
"scfType": {
|
|
62
|
+
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
63
|
+
},
|
|
64
|
+
"net": {
|
|
65
|
+
"type": "boolean"
|
|
66
|
+
},
|
|
67
|
+
"weaponCategory": {
|
|
68
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
69
|
+
},
|
|
70
|
+
"property": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"additionalProperties": {
|
|
75
|
+
"type": "boolean"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"inherits": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"type": {
|
|
83
|
+
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
84
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
85
|
+
},
|
|
86
|
+
"property": {
|
|
87
|
+
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
88
|
+
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
89
|
+
},
|
|
90
|
+
"propertyAdd": {
|
|
91
|
+
"description": "Additional properties to grant the specific variant, if not already present on the base item.",
|
|
92
|
+
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
93
|
+
},
|
|
94
|
+
"propertyRemove": {
|
|
95
|
+
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
96
|
+
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
97
|
+
},
|
|
98
|
+
"bonusAc": {
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
"bonusWeapon": {
|
|
102
|
+
"type": "string"
|
|
103
|
+
},
|
|
104
|
+
"bonusWeaponAttack": {
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"bonusSpellAttack": {
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
"bonusSpellDamage": {
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
"bonusSavingThrow": {
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
"bonusAbilityCheck": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"modifySpeed": {
|
|
120
|
+
"$ref": "items-shared.json#/$defs/itemModifySpeed"
|
|
121
|
+
},
|
|
122
|
+
"tier": {
|
|
123
|
+
"$ref": "items-shared.json#/$defs/itemTier"
|
|
124
|
+
},
|
|
125
|
+
"rarity": {
|
|
126
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
127
|
+
},
|
|
128
|
+
"source": {
|
|
129
|
+
"type": "string"
|
|
130
|
+
},
|
|
131
|
+
"page": {
|
|
132
|
+
"$ref": "util.json#/$defs/page"
|
|
133
|
+
},
|
|
134
|
+
"namePrefix": {
|
|
135
|
+
"type": "string"
|
|
136
|
+
},
|
|
137
|
+
"nameSuffix": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"nameRemove": {
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
"reqAttune": {
|
|
144
|
+
"type": [
|
|
145
|
+
"string",
|
|
146
|
+
"boolean"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"curse": {
|
|
150
|
+
"type": "boolean"
|
|
151
|
+
},
|
|
152
|
+
"vulnerable": {
|
|
153
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
154
|
+
},
|
|
155
|
+
"resist": {
|
|
156
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
157
|
+
},
|
|
158
|
+
"immune": {
|
|
159
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
160
|
+
},
|
|
161
|
+
"conditionImmune": {
|
|
162
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
163
|
+
},
|
|
164
|
+
"stealth": {
|
|
165
|
+
"type": "boolean"
|
|
166
|
+
},
|
|
167
|
+
"strength": {
|
|
168
|
+
"type": [
|
|
169
|
+
"string",
|
|
170
|
+
"null"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"wondrous": {
|
|
174
|
+
"type": "boolean"
|
|
175
|
+
},
|
|
176
|
+
"entries": {
|
|
177
|
+
"type": "array",
|
|
178
|
+
"items": {
|
|
179
|
+
"$ref": "entry.json"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"charges": {
|
|
183
|
+
"type": [
|
|
184
|
+
"string",
|
|
185
|
+
"integer"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"recharge": {
|
|
189
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
190
|
+
},
|
|
191
|
+
"rechargeAmount": {
|
|
192
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
193
|
+
},
|
|
194
|
+
"attachedSpells": {
|
|
195
|
+
"type": "array",
|
|
196
|
+
"items": {
|
|
197
|
+
"type": "string"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"lootTables": {
|
|
201
|
+
"type": "array",
|
|
202
|
+
"items": {
|
|
203
|
+
"oneOf": [
|
|
204
|
+
{
|
|
205
|
+
"type": "string"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"type": "object",
|
|
209
|
+
"properties": {
|
|
210
|
+
"name": {
|
|
211
|
+
"type": "string"
|
|
212
|
+
},
|
|
213
|
+
"source": {
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"srd": {
|
|
222
|
+
"$ref": "util.json#/$defs/srd"
|
|
223
|
+
},
|
|
224
|
+
"basicRules": {
|
|
225
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
226
|
+
},
|
|
227
|
+
"otherSources": {
|
|
228
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
229
|
+
},
|
|
230
|
+
"valueMult": {
|
|
231
|
+
"type": "number"
|
|
232
|
+
},
|
|
233
|
+
"valueExpression": {
|
|
234
|
+
"description": "Expression used to calculate each specific variant's value.",
|
|
235
|
+
"type": "string"
|
|
236
|
+
},
|
|
237
|
+
"weightMult": {
|
|
238
|
+
"type": "number"
|
|
239
|
+
},
|
|
240
|
+
"weightExpression": {
|
|
241
|
+
"description": "Expression used to calculate each specific variant's weight.",
|
|
242
|
+
"type": "string"
|
|
243
|
+
},
|
|
244
|
+
"barding": {
|
|
245
|
+
"type": "boolean"
|
|
246
|
+
},
|
|
247
|
+
"reqAttuneTags": {
|
|
248
|
+
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
249
|
+
},
|
|
250
|
+
"reqAttuneAltTags": {
|
|
251
|
+
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
252
|
+
},
|
|
253
|
+
"hasRefs": {
|
|
254
|
+
"type": "boolean",
|
|
255
|
+
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
256
|
+
},
|
|
257
|
+
"fluff": {
|
|
258
|
+
"$ref": "items-shared.json#/$defs/fluff"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"required": [
|
|
262
|
+
"rarity",
|
|
263
|
+
"source",
|
|
264
|
+
"page"
|
|
265
|
+
],
|
|
266
|
+
"additionalProperties": {
|
|
267
|
+
"type": [
|
|
268
|
+
"boolean",
|
|
269
|
+
"integer",
|
|
270
|
+
"string"
|
|
271
|
+
]
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"excludes": {
|
|
275
|
+
"type": "object",
|
|
276
|
+
"properties": {
|
|
277
|
+
"name": {
|
|
278
|
+
"oneOf": [
|
|
279
|
+
{
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"type": "array",
|
|
284
|
+
"items": {
|
|
285
|
+
"type": "string"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
"page": {
|
|
291
|
+
"$ref": "util.json#/$defs/page"
|
|
292
|
+
},
|
|
293
|
+
"property": {
|
|
294
|
+
"oneOf": [
|
|
295
|
+
{
|
|
296
|
+
"type": "string"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"type": "array",
|
|
300
|
+
"items": {
|
|
301
|
+
"type": "string"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
"net": {
|
|
307
|
+
"type": "boolean"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"additionalProperties": {
|
|
311
|
+
"type": [
|
|
312
|
+
"boolean",
|
|
313
|
+
"integer",
|
|
314
|
+
"string"
|
|
315
|
+
]
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"noDisplay": {
|
|
319
|
+
"type": "boolean"
|
|
320
|
+
},
|
|
321
|
+
"charges": {
|
|
322
|
+
"type": [
|
|
323
|
+
"string",
|
|
324
|
+
"integer"
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
"attachedSpells": {
|
|
328
|
+
"type": "array",
|
|
329
|
+
"items": {
|
|
330
|
+
"type": "string"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"ammo": {
|
|
334
|
+
"type": "boolean"
|
|
335
|
+
},
|
|
336
|
+
"reqAttuneTags": {
|
|
337
|
+
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
338
|
+
},
|
|
339
|
+
"reqAttuneAltTags": {
|
|
340
|
+
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
341
|
+
},
|
|
342
|
+
"weaponCategory": {
|
|
343
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
344
|
+
},
|
|
345
|
+
"hasFluff": {
|
|
346
|
+
"type": "boolean"
|
|
347
|
+
},
|
|
348
|
+
"hasFluffImages": {
|
|
349
|
+
"type": "boolean"
|
|
350
|
+
},
|
|
351
|
+
"fluff": {
|
|
352
|
+
"$ref": "items-shared.json#/$defs/fluff"
|
|
353
|
+
},
|
|
354
|
+
"foundrySystem": {
|
|
355
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
356
|
+
},
|
|
357
|
+
"foundryFlags": {
|
|
358
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
359
|
+
},
|
|
360
|
+
"foundryEffects": {
|
|
361
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
362
|
+
},
|
|
363
|
+
"foundryImg": {
|
|
364
|
+
"$ref": "util.json#/$defs/foundryImg"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"required": [
|
|
368
|
+
"name",
|
|
369
|
+
"inherits"
|
|
370
|
+
],
|
|
371
|
+
"additionalProperties": false
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"linkedLootTables": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"patternProperties": {
|
|
377
|
+
".*": {
|
|
378
|
+
"type": "object"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"required": [
|
|
384
|
+
"magicvariant"
|
|
385
|
+
],
|
|
386
|
+
"additionalProperties": false
|
|
387
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "makebrew-creature.json",
|
|
4
|
+
"version": "1.1.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"#makebrewCreatureTrait": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"makebrewCreatureTrait": {
|
|
11
|
+
"description": "Additional trait templates which can be used in the homebrew builder.",
|
|
12
|
+
"type": "array",
|
|
13
|
+
"minItems": 1,
|
|
14
|
+
"uniqueItems": true,
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "object",
|
|
17
|
+
"properties": {
|
|
18
|
+
"name": {
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"source": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"entries": {
|
|
25
|
+
"type": "array",
|
|
26
|
+
"items": {
|
|
27
|
+
"$ref": "entry.json"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"required": [
|
|
32
|
+
"name",
|
|
33
|
+
"source",
|
|
34
|
+
"entries"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"additionalProperties": false
|
|
40
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "makecards.json",
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"$defs": {
|
|
6
|
+
"itemLookupArray": {
|
|
7
|
+
"type": "array",
|
|
8
|
+
"minItems": 1,
|
|
9
|
+
"uniqueItems": true,
|
|
10
|
+
"items": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"properties": {
|
|
13
|
+
"abbreviation": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"name": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"entries": {
|
|
20
|
+
"type": "array",
|
|
21
|
+
"items": {
|
|
22
|
+
"$ref": "entry.json"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"required": [
|
|
27
|
+
"abbreviation"
|
|
28
|
+
],
|
|
29
|
+
"additionalProperties": false
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"reducedItemProperty": {
|
|
36
|
+
"$ref": "#/$defs/itemLookupArray"
|
|
37
|
+
},
|
|
38
|
+
"reducedItemType": {
|
|
39
|
+
"$ref": "#/$defs/itemLookupArray"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"additionalProperties": false
|
|
43
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "monsterfeatures.json",
|
|
4
|
+
"version": "1.1.1",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"monsterfeatures": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"uniqueItems": true,
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"example": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"effect": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"hp": {
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"ac": {
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"dpr": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
"attackBonus": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
"hasNumberParam": {
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"description": "Whether this feature requires an automatic input when applied."
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": [
|
|
41
|
+
"name",
|
|
42
|
+
"example",
|
|
43
|
+
"effect"
|
|
44
|
+
],
|
|
45
|
+
"additionalProperties": false
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"required": [
|
|
50
|
+
"monsterfeatures"
|
|
51
|
+
],
|
|
52
|
+
"additionalProperties": false
|
|
53
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "msbcr.json",
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"cr": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"uniqueItems": true,
|
|
10
|
+
"items": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"properties": {
|
|
13
|
+
"_cr": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"pb": {
|
|
17
|
+
"type": "integer"
|
|
18
|
+
},
|
|
19
|
+
"ac": {
|
|
20
|
+
"type": "integer"
|
|
21
|
+
},
|
|
22
|
+
"hpMin": {
|
|
23
|
+
"type": "integer"
|
|
24
|
+
},
|
|
25
|
+
"hpMax": {
|
|
26
|
+
"type": "integer"
|
|
27
|
+
},
|
|
28
|
+
"attackBonus": {
|
|
29
|
+
"type": "integer"
|
|
30
|
+
},
|
|
31
|
+
"dprMin": {
|
|
32
|
+
"type": "integer"
|
|
33
|
+
},
|
|
34
|
+
"dprMax": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
37
|
+
"saveDc": {
|
|
38
|
+
"type": "integer"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"required": [
|
|
42
|
+
"_cr",
|
|
43
|
+
"pb",
|
|
44
|
+
"ac",
|
|
45
|
+
"hpMin",
|
|
46
|
+
"hpMax",
|
|
47
|
+
"attackBonus",
|
|
48
|
+
"dprMin",
|
|
49
|
+
"dprMax",
|
|
50
|
+
"saveDc"
|
|
51
|
+
],
|
|
52
|
+
"additionalProperties": false
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"required": [
|
|
57
|
+
"cr"
|
|
58
|
+
],
|
|
59
|
+
"additionalProperties": false
|
|
60
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "names.json",
|
|
4
|
+
"version": "1.2.3",
|
|
5
|
+
"title": "NameArray",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"$defs": {
|
|
8
|
+
"nameTableRow": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"min": {
|
|
12
|
+
"type": "integer"
|
|
13
|
+
},
|
|
14
|
+
"max": {
|
|
15
|
+
"type": "integer"
|
|
16
|
+
},
|
|
17
|
+
"result": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"required": [
|
|
22
|
+
"min",
|
|
23
|
+
"max",
|
|
24
|
+
"result"
|
|
25
|
+
],
|
|
26
|
+
"additionalProperties": false
|
|
27
|
+
},
|
|
28
|
+
"nameTable": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"option": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"diceType": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
37
|
+
"table": {
|
|
38
|
+
"type": "array",
|
|
39
|
+
"items": {
|
|
40
|
+
"$ref": "#/$defs/nameTableRow"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"required": [
|
|
45
|
+
"option",
|
|
46
|
+
"table"
|
|
47
|
+
],
|
|
48
|
+
"additionalProperties": false
|
|
49
|
+
},
|
|
50
|
+
"name": {
|
|
51
|
+
"type": "object",
|
|
52
|
+
"properties": {
|
|
53
|
+
"name": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"source": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"page": {
|
|
60
|
+
"$ref": "util.json#/$defs/page"
|
|
61
|
+
},
|
|
62
|
+
"tables": {
|
|
63
|
+
"type": "array",
|
|
64
|
+
"items": {
|
|
65
|
+
"$ref": "#/$defs/nameTable"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"required": [
|
|
70
|
+
"name",
|
|
71
|
+
"source",
|
|
72
|
+
"tables"
|
|
73
|
+
],
|
|
74
|
+
"additionalProperties": false
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"properties": {
|
|
78
|
+
"name": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"minItems": 1,
|
|
81
|
+
"uniqueItems": true,
|
|
82
|
+
"items": {
|
|
83
|
+
"$ref": "#/$defs/name"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"required": [
|
|
88
|
+
"name"
|
|
89
|
+
],
|
|
90
|
+
"additionalProperties": false
|
|
91
|
+
}
|