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,199 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "feats.json",
|
|
4
|
+
"version": "1.6.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$defs": {
|
|
7
|
+
"feat": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"name": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"prerequisite": {
|
|
14
|
+
"$ref": "util.json#/$defs/prerequisite"
|
|
15
|
+
},
|
|
16
|
+
"source": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"additionalSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/additionalSources"
|
|
21
|
+
},
|
|
22
|
+
"page": {
|
|
23
|
+
"$ref": "util.json#/$defs/page"
|
|
24
|
+
},
|
|
25
|
+
"entries": {
|
|
26
|
+
"type": "array",
|
|
27
|
+
"items": {
|
|
28
|
+
"$ref": "entry.json"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"ability": {
|
|
32
|
+
"type": "array",
|
|
33
|
+
"minItems": 1,
|
|
34
|
+
"items": {
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"str": {
|
|
38
|
+
"type": "integer"
|
|
39
|
+
},
|
|
40
|
+
"dex": {
|
|
41
|
+
"type": "integer"
|
|
42
|
+
},
|
|
43
|
+
"con": {
|
|
44
|
+
"type": "integer"
|
|
45
|
+
},
|
|
46
|
+
"int": {
|
|
47
|
+
"type": "integer"
|
|
48
|
+
},
|
|
49
|
+
"wis": {
|
|
50
|
+
"type": "integer"
|
|
51
|
+
},
|
|
52
|
+
"cha": {
|
|
53
|
+
"type": "integer"
|
|
54
|
+
},
|
|
55
|
+
"choose": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"from": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {
|
|
61
|
+
"enum": [
|
|
62
|
+
"str",
|
|
63
|
+
"dex",
|
|
64
|
+
"con",
|
|
65
|
+
"int",
|
|
66
|
+
"wis",
|
|
67
|
+
"cha"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"uniqueItems": true
|
|
71
|
+
},
|
|
72
|
+
"count": {
|
|
73
|
+
"type": "integer"
|
|
74
|
+
},
|
|
75
|
+
"amount": {
|
|
76
|
+
"type": "integer"
|
|
77
|
+
},
|
|
78
|
+
"weighted": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"from": {
|
|
82
|
+
"type": "array",
|
|
83
|
+
"items": {
|
|
84
|
+
"enum": [
|
|
85
|
+
"str",
|
|
86
|
+
"dex",
|
|
87
|
+
"con",
|
|
88
|
+
"int",
|
|
89
|
+
"wis",
|
|
90
|
+
"cha"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"uniqueItems": true
|
|
94
|
+
},
|
|
95
|
+
"weights": {
|
|
96
|
+
"type": "array",
|
|
97
|
+
"items": {
|
|
98
|
+
"type": "integer"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"entry": {
|
|
104
|
+
"$ref": "entry.json"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"additionalProperties": false
|
|
108
|
+
},
|
|
109
|
+
"hidden": {
|
|
110
|
+
"type": "boolean"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"additionalProperties": false
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"srd": {
|
|
117
|
+
"$ref": "util.json#/$defs/srd"
|
|
118
|
+
},
|
|
119
|
+
"otherSources": {
|
|
120
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
121
|
+
},
|
|
122
|
+
"repeatable": {
|
|
123
|
+
"type": "boolean"
|
|
124
|
+
},
|
|
125
|
+
"repeatableNote": {
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"additionalSpells": {
|
|
129
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
130
|
+
},
|
|
131
|
+
"languageProficiencies": {
|
|
132
|
+
"$ref": "util.json#/$defs/languageProficiencies"
|
|
133
|
+
},
|
|
134
|
+
"skillProficiencies": {
|
|
135
|
+
"$ref": "util.json#/$defs/skillProficiencies"
|
|
136
|
+
},
|
|
137
|
+
"weaponProficiencies": {
|
|
138
|
+
"$ref": "util.json#/$defs/weaponProficiencies"
|
|
139
|
+
},
|
|
140
|
+
"armorProficiencies": {
|
|
141
|
+
"$ref": "util.json#/$defs/armorProficiencies"
|
|
142
|
+
},
|
|
143
|
+
"toolProficiencies": {
|
|
144
|
+
"$ref": "util.json#/$defs/toolProficiencies"
|
|
145
|
+
},
|
|
146
|
+
"skillToolLanguageProficiencies": {
|
|
147
|
+
"$ref": "util.json#/$defs/skillToolLanguageProficiencies"
|
|
148
|
+
},
|
|
149
|
+
"savingThrowProficiencies": {
|
|
150
|
+
"$ref": "util.json#/$defs/savingThrowProficiencies"
|
|
151
|
+
},
|
|
152
|
+
"optionalfeatureProgression": {
|
|
153
|
+
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
154
|
+
},
|
|
155
|
+
"expertise": {
|
|
156
|
+
"$ref": "util.json#/$defs/expertise"
|
|
157
|
+
},
|
|
158
|
+
"resist": {
|
|
159
|
+
"$ref": "util.json#/$defs/damageResistArrayPlayer"
|
|
160
|
+
},
|
|
161
|
+
"immune": {
|
|
162
|
+
"$ref": "util.json#/$defs/damageImmunityArrayPlayer"
|
|
163
|
+
},
|
|
164
|
+
"vulnerable": {
|
|
165
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArrayPlayer"
|
|
166
|
+
},
|
|
167
|
+
"conditionImmune": {
|
|
168
|
+
"$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
|
|
169
|
+
},
|
|
170
|
+
"hasFluff": {
|
|
171
|
+
"const": true
|
|
172
|
+
},
|
|
173
|
+
"hasFluffImages": {
|
|
174
|
+
"const": true
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"required": [
|
|
178
|
+
"name",
|
|
179
|
+
"source",
|
|
180
|
+
"entries"
|
|
181
|
+
],
|
|
182
|
+
"additionalProperties": false
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"properties": {
|
|
186
|
+
"feat": {
|
|
187
|
+
"type": "array",
|
|
188
|
+
"minItems": 1,
|
|
189
|
+
"uniqueItems": true,
|
|
190
|
+
"items": {
|
|
191
|
+
"$ref": "#/$defs/feat"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"required": [
|
|
196
|
+
"feat"
|
|
197
|
+
],
|
|
198
|
+
"additionalProperties": false
|
|
199
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-backgrounds.json",
|
|
4
|
+
"version": "1.3.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"_meta": {
|
|
8
|
+
"$ref": "util.json#/$defs/metaBlock"
|
|
9
|
+
},
|
|
10
|
+
"backgroundFluff": {
|
|
11
|
+
"$ref": "util.json#/$defs/genericFluffArray"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-charcreationoptions.json",
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"charoptionFluff": {
|
|
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
|
+
"minItems": 1,
|
|
23
|
+
"items": {
|
|
24
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"entries": {
|
|
28
|
+
"type": "array",
|
|
29
|
+
"items": {
|
|
30
|
+
"$ref": "entry.json"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"required": [
|
|
35
|
+
"name",
|
|
36
|
+
"source"
|
|
37
|
+
],
|
|
38
|
+
"additionalProperties": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"additionalProperties": false
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-conditionsdiseases.json",
|
|
4
|
+
"version": "1.2.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"conditionFluff": {
|
|
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
|
+
"minItems": 1,
|
|
23
|
+
"items": {
|
|
24
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"entries": {
|
|
28
|
+
"type": "array",
|
|
29
|
+
"items": {
|
|
30
|
+
"$ref": "entry.json"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"required": [
|
|
35
|
+
"name",
|
|
36
|
+
"source"
|
|
37
|
+
],
|
|
38
|
+
"additionalProperties": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"additionalProperties": false
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-feats.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"_meta": {
|
|
8
|
+
"$ref": "util.json#/$defs/metaBlock"
|
|
9
|
+
},
|
|
10
|
+
"featFluff": {
|
|
11
|
+
"$ref": "util.json#/$defs/genericFluffArray"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-items.json",
|
|
4
|
+
"version": "1.2.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"itemFluff": {
|
|
8
|
+
"$ref": "util.json#/$defs/genericFluffArray"
|
|
9
|
+
},
|
|
10
|
+
"_meta": {
|
|
11
|
+
"$ref": "util.json#/$defs/metaBlock"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-languages.json",
|
|
4
|
+
"version": "1.1.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"languageFluff": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"uniqueItems": true,
|
|
10
|
+
"minItems": 1,
|
|
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
|
+
},
|
|
33
|
+
"required": [
|
|
34
|
+
"name",
|
|
35
|
+
"source"
|
|
36
|
+
],
|
|
37
|
+
"additionalProperties": false
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-objects.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"_meta": {
|
|
8
|
+
"$ref": "util.json#/$defs/metaBlock"
|
|
9
|
+
},
|
|
10
|
+
"objectFluff": {
|
|
11
|
+
"$ref": "util.json#/$defs/genericFluffArray"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-races.json",
|
|
4
|
+
"version": "2.1.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$defs": {
|
|
7
|
+
"raceFluffData": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"name": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"source": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"images": {
|
|
17
|
+
"oneOf": [
|
|
18
|
+
{
|
|
19
|
+
"type": "array",
|
|
20
|
+
"items": {
|
|
21
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "null"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"entries": {
|
|
30
|
+
"type": "array",
|
|
31
|
+
"items": {
|
|
32
|
+
"$ref": "entry.json"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"uncommon": {
|
|
36
|
+
"type": "boolean"
|
|
37
|
+
},
|
|
38
|
+
"monstrous": {
|
|
39
|
+
"type": "boolean"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"additionalProperties": false
|
|
43
|
+
},
|
|
44
|
+
"raceFluff": {
|
|
45
|
+
"anyOf": [
|
|
46
|
+
{
|
|
47
|
+
"type": "object",
|
|
48
|
+
"properties": {
|
|
49
|
+
"name": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"source": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"images": {
|
|
56
|
+
"oneOf": [
|
|
57
|
+
{
|
|
58
|
+
"type": "array",
|
|
59
|
+
"items": {
|
|
60
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"type": "null"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"entries": {
|
|
69
|
+
"type": "array",
|
|
70
|
+
"items": {
|
|
71
|
+
"$ref": "entry.json"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"uncommon": {
|
|
75
|
+
"type": "boolean"
|
|
76
|
+
},
|
|
77
|
+
"monstrous": {
|
|
78
|
+
"type": "boolean"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"additionalProperties": false,
|
|
82
|
+
"required": [
|
|
83
|
+
"name",
|
|
84
|
+
"source"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"type": "object",
|
|
89
|
+
"$comment": "This is a custom pre-processor tag, which merges together the array of objects into one. This allows proper inheritance, which JSON schema don't really do.",
|
|
90
|
+
"properties": {
|
|
91
|
+
"name": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"source": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"images": {
|
|
98
|
+
"oneOf": [
|
|
99
|
+
{
|
|
100
|
+
"type": "array",
|
|
101
|
+
"items": {
|
|
102
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "null"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"entries": {
|
|
111
|
+
"type": "array",
|
|
112
|
+
"items": {
|
|
113
|
+
"$ref": "entry.json"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"uncommon": {
|
|
117
|
+
"type": "boolean"
|
|
118
|
+
},
|
|
119
|
+
"monstrous": {
|
|
120
|
+
"type": "boolean"
|
|
121
|
+
},
|
|
122
|
+
"_copy": {
|
|
123
|
+
"type": "object",
|
|
124
|
+
"properties": {
|
|
125
|
+
"name": {
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"source": {
|
|
129
|
+
"type": "string"
|
|
130
|
+
},
|
|
131
|
+
"pantheon": {
|
|
132
|
+
"description": "Used in deity data",
|
|
133
|
+
"type": "string"
|
|
134
|
+
},
|
|
135
|
+
"shortName": {
|
|
136
|
+
"description": "Used in subclass data",
|
|
137
|
+
"type": "string"
|
|
138
|
+
},
|
|
139
|
+
"className": {
|
|
140
|
+
"description": "Used in subclass data",
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
"classSource": {
|
|
144
|
+
"description": "Used in subclass data",
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
"_mod": {
|
|
148
|
+
"$ref": "util.json#/$defs/_modObject"
|
|
149
|
+
},
|
|
150
|
+
"_trait": {
|
|
151
|
+
"type": "object",
|
|
152
|
+
"properties": {
|
|
153
|
+
"name": {
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
"source": {
|
|
157
|
+
"type": "string"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"required": [
|
|
161
|
+
"name",
|
|
162
|
+
"source"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"_preserve": {
|
|
166
|
+
"type": "object",
|
|
167
|
+
"patternProperties": {
|
|
168
|
+
".*": {
|
|
169
|
+
"const": true
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"required": [
|
|
175
|
+
"name",
|
|
176
|
+
"source"
|
|
177
|
+
],
|
|
178
|
+
"additionalProperties": false
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"additionalProperties": false,
|
|
182
|
+
"required": [
|
|
183
|
+
"_copy"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"properties": {
|
|
190
|
+
"raceFluff": {
|
|
191
|
+
"type": "array",
|
|
192
|
+
"uniqueItems": true,
|
|
193
|
+
"minItems": 1,
|
|
194
|
+
"items": {
|
|
195
|
+
"$ref": "#/$defs/raceFluff"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"raceFluffMeta": {
|
|
199
|
+
"type": "object",
|
|
200
|
+
"properties": {
|
|
201
|
+
"uncommon": {
|
|
202
|
+
"$ref": "entry.json"
|
|
203
|
+
},
|
|
204
|
+
"monstrous": {
|
|
205
|
+
"$ref": "entry.json"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"_meta": {
|
|
210
|
+
"$ref": "util.json#/$defs/metaBlock"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"additionalProperties": false
|
|
214
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-recipes.json",
|
|
4
|
+
"version": "1.1.2",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"recipeFluff": {
|
|
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
|
+
},
|
|
33
|
+
"required": [
|
|
34
|
+
"name",
|
|
35
|
+
"source"
|
|
36
|
+
],
|
|
37
|
+
"additionalProperties": false
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false
|
|
42
|
+
}
|