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,172 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "objects.json",
|
|
4
|
+
"version": "1.2.8",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$defs": {
|
|
7
|
+
"object": {
|
|
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
|
+
"size": {
|
|
20
|
+
"$ref": "util.json#/$defs/size"
|
|
21
|
+
},
|
|
22
|
+
"creatureType": {
|
|
23
|
+
"$ref": "util.json#/$defs/creatureType"
|
|
24
|
+
},
|
|
25
|
+
"objectType": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"description": "G: Generic\n SW: Siege Weapon\n U: Unknown",
|
|
28
|
+
"enum": [
|
|
29
|
+
"GEN",
|
|
30
|
+
"SW",
|
|
31
|
+
"U"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"str": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
37
|
+
"dex": {
|
|
38
|
+
"type": "integer"
|
|
39
|
+
},
|
|
40
|
+
"con": {
|
|
41
|
+
"type": "integer"
|
|
42
|
+
},
|
|
43
|
+
"int": {
|
|
44
|
+
"type": "integer"
|
|
45
|
+
},
|
|
46
|
+
"wis": {
|
|
47
|
+
"type": "integer"
|
|
48
|
+
},
|
|
49
|
+
"cha": {
|
|
50
|
+
"type": "integer"
|
|
51
|
+
},
|
|
52
|
+
"ac": {
|
|
53
|
+
"oneOf": [
|
|
54
|
+
{
|
|
55
|
+
"type": "integer"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"type": "object",
|
|
59
|
+
"properties": {
|
|
60
|
+
"special": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": [
|
|
65
|
+
"special"
|
|
66
|
+
],
|
|
67
|
+
"additionalProperties": false
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"hp": {
|
|
72
|
+
"oneOf": [
|
|
73
|
+
{
|
|
74
|
+
"type": "integer"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"special": {
|
|
80
|
+
"type": "string"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"required": [
|
|
84
|
+
"special"
|
|
85
|
+
],
|
|
86
|
+
"additionalProperties": false
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"speed": {
|
|
91
|
+
"$ref": "util.json#/$defs/speed"
|
|
92
|
+
},
|
|
93
|
+
"senses": {
|
|
94
|
+
"type": "array",
|
|
95
|
+
"items": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"resist": {
|
|
100
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
101
|
+
},
|
|
102
|
+
"conditionImmune": {
|
|
103
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
104
|
+
},
|
|
105
|
+
"immune": {
|
|
106
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
107
|
+
},
|
|
108
|
+
"vulnerable": {
|
|
109
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
110
|
+
},
|
|
111
|
+
"entries": {
|
|
112
|
+
"type": "array",
|
|
113
|
+
"items": {
|
|
114
|
+
"$ref": "entry.json"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"actionEntries": {
|
|
118
|
+
"type": "array",
|
|
119
|
+
"description": "Actions available with the object, like firing a siege weapon. Uses the normal entries data.",
|
|
120
|
+
"items": {
|
|
121
|
+
"$ref": "entry.json"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"tokenUrl": {
|
|
125
|
+
"type": "string"
|
|
126
|
+
},
|
|
127
|
+
"srd": {
|
|
128
|
+
"$ref": "util.json#/$defs/srd"
|
|
129
|
+
},
|
|
130
|
+
"isNpc": {
|
|
131
|
+
"type": "boolean"
|
|
132
|
+
},
|
|
133
|
+
"hasToken": {
|
|
134
|
+
"type": "boolean"
|
|
135
|
+
},
|
|
136
|
+
"hasFluff": {
|
|
137
|
+
"const": true
|
|
138
|
+
},
|
|
139
|
+
"hasFluffImages": {
|
|
140
|
+
"const": true
|
|
141
|
+
},
|
|
142
|
+
"fluff": {
|
|
143
|
+
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
144
|
+
"$ref": "util.json#/$defs/fluffObject"
|
|
145
|
+
},
|
|
146
|
+
"foundryImg": {
|
|
147
|
+
"$ref": "util.json#/$defs/foundryImg"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"name",
|
|
153
|
+
"source",
|
|
154
|
+
"size",
|
|
155
|
+
"objectType",
|
|
156
|
+
"hp",
|
|
157
|
+
"immune"
|
|
158
|
+
]
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"properties": {
|
|
162
|
+
"object": {
|
|
163
|
+
"type": "array",
|
|
164
|
+
"uniqueItems": true,
|
|
165
|
+
"minItems": 1,
|
|
166
|
+
"items": {
|
|
167
|
+
"$ref": "#/$defs/object"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"additionalProperties": false
|
|
172
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "optionalfeatures.json",
|
|
4
|
+
"version": "1.12.0",
|
|
5
|
+
"title": "Optional Features",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"$defs": {
|
|
8
|
+
"optionalfeature": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"name": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
14
|
+
"prerequisite": {
|
|
15
|
+
"$ref": "util.json#/$defs/prerequisite"
|
|
16
|
+
},
|
|
17
|
+
"entries": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"items": {
|
|
20
|
+
"$ref": "entry.json"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"previousVersion": {
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"name": {
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"source": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": [
|
|
34
|
+
"name",
|
|
35
|
+
"source"
|
|
36
|
+
],
|
|
37
|
+
"additionalProperties": false
|
|
38
|
+
},
|
|
39
|
+
"source": {
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"page": {
|
|
43
|
+
"$ref": "util.json#/$defs/page"
|
|
44
|
+
},
|
|
45
|
+
"featureType": {
|
|
46
|
+
"type": "array",
|
|
47
|
+
"items": {
|
|
48
|
+
"$ref": "util.json#/$defs/dataOptionalfeatureType"
|
|
49
|
+
},
|
|
50
|
+
"uniqueItems": true
|
|
51
|
+
},
|
|
52
|
+
"otherSources": {
|
|
53
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
54
|
+
},
|
|
55
|
+
"srd": {
|
|
56
|
+
"$ref": "util.json#/$defs/srd"
|
|
57
|
+
},
|
|
58
|
+
"isClassFeatureVariant": {
|
|
59
|
+
"type": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"additionalSpells": {
|
|
62
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
63
|
+
},
|
|
64
|
+
"languageProficiencies": {
|
|
65
|
+
"$ref": "util.json#/$defs/languageProficiencies"
|
|
66
|
+
},
|
|
67
|
+
"skillProficiencies": {
|
|
68
|
+
"$ref": "util.json#/$defs/skillProficiencies"
|
|
69
|
+
},
|
|
70
|
+
"weaponProficiencies": {
|
|
71
|
+
"$ref": "util.json#/$defs/weaponProficiencies"
|
|
72
|
+
},
|
|
73
|
+
"armorProficiencies": {
|
|
74
|
+
"$ref": "util.json#/$defs/armorProficiencies"
|
|
75
|
+
},
|
|
76
|
+
"toolProficiencies": {
|
|
77
|
+
"$ref": "util.json#/$defs/toolProficiencies"
|
|
78
|
+
},
|
|
79
|
+
"skillToolLanguageProficiencies": {
|
|
80
|
+
"$ref": "util.json#/$defs/skillToolLanguageProficiencies"
|
|
81
|
+
},
|
|
82
|
+
"consumes": {
|
|
83
|
+
"$ref": "util.json#/$defs/consumesObject"
|
|
84
|
+
},
|
|
85
|
+
"senses": {
|
|
86
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
87
|
+
},
|
|
88
|
+
"optionalfeatureProgression": {
|
|
89
|
+
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
90
|
+
},
|
|
91
|
+
"expertise": {
|
|
92
|
+
"$ref": "util.json#/$defs/expertise"
|
|
93
|
+
},
|
|
94
|
+
"resist": {
|
|
95
|
+
"$ref": "util.json#/$defs/damageResistArrayPlayer"
|
|
96
|
+
},
|
|
97
|
+
"immune": {
|
|
98
|
+
"$ref": "util.json#/$defs/damageImmunityArrayPlayer"
|
|
99
|
+
},
|
|
100
|
+
"vulnerable": {
|
|
101
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArrayPlayer"
|
|
102
|
+
},
|
|
103
|
+
"conditionImmune": {
|
|
104
|
+
"$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
|
|
105
|
+
},
|
|
106
|
+
"foundrySystem": {
|
|
107
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
108
|
+
},
|
|
109
|
+
"foundryFlags": {
|
|
110
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
111
|
+
},
|
|
112
|
+
"foundryEffects": {
|
|
113
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
114
|
+
},
|
|
115
|
+
"foundryImg": {
|
|
116
|
+
"$ref": "util.json#/$defs/foundryImg"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"required": [
|
|
120
|
+
"name",
|
|
121
|
+
"entries",
|
|
122
|
+
"source",
|
|
123
|
+
"featureType"
|
|
124
|
+
],
|
|
125
|
+
"additionalProperties": false
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"properties": {
|
|
129
|
+
"optionalfeature": {
|
|
130
|
+
"type": "array",
|
|
131
|
+
"uniqueItems": true,
|
|
132
|
+
"minItems": 1,
|
|
133
|
+
"items": {
|
|
134
|
+
"$ref": "#/$defs/optionalfeature"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"additionalProperties": false
|
|
139
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "psionics.json",
|
|
4
|
+
"version": "1.2.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$defs": {
|
|
7
|
+
"psionic": {
|
|
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
|
+
"type": {
|
|
20
|
+
"description": "D: Discipline\nT: Talent",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"examples": [
|
|
23
|
+
"D",
|
|
24
|
+
"T"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"focus": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"order": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"examples": [
|
|
33
|
+
"Avatar",
|
|
34
|
+
"Awakened",
|
|
35
|
+
"Immortal",
|
|
36
|
+
"Nomad",
|
|
37
|
+
"Wu Jen"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"modes": {
|
|
41
|
+
"type": "array",
|
|
42
|
+
"minItems": 1,
|
|
43
|
+
"uniqueItems": true,
|
|
44
|
+
"items": {
|
|
45
|
+
"type": "object",
|
|
46
|
+
"properties": {
|
|
47
|
+
"cost": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"min": {
|
|
51
|
+
"type": "integer"
|
|
52
|
+
},
|
|
53
|
+
"max": {
|
|
54
|
+
"type": "integer"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": [
|
|
58
|
+
"min",
|
|
59
|
+
"max"
|
|
60
|
+
],
|
|
61
|
+
"additionalProperties": false
|
|
62
|
+
},
|
|
63
|
+
"concentration": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {
|
|
66
|
+
"duration": {
|
|
67
|
+
"type": "integer"
|
|
68
|
+
},
|
|
69
|
+
"unit": {
|
|
70
|
+
"type": "string",
|
|
71
|
+
"examples": [
|
|
72
|
+
"hr",
|
|
73
|
+
"min",
|
|
74
|
+
"rnd"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"required": [
|
|
79
|
+
"duration",
|
|
80
|
+
"unit"
|
|
81
|
+
],
|
|
82
|
+
"additionalProperties": false
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"entries": {
|
|
88
|
+
"type": "array",
|
|
89
|
+
"items": {
|
|
90
|
+
"$ref": "entry.json"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"submodes": {
|
|
94
|
+
"type": "array",
|
|
95
|
+
"minItems": 1,
|
|
96
|
+
"uniqueItems": true,
|
|
97
|
+
"items": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"cost": {
|
|
101
|
+
"type": "object",
|
|
102
|
+
"properties": {
|
|
103
|
+
"min": {
|
|
104
|
+
"type": "integer"
|
|
105
|
+
},
|
|
106
|
+
"max": {
|
|
107
|
+
"type": "integer"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"required": [
|
|
111
|
+
"min",
|
|
112
|
+
"max"
|
|
113
|
+
],
|
|
114
|
+
"additionalProperties": false
|
|
115
|
+
},
|
|
116
|
+
"name": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"entries": {
|
|
120
|
+
"type": "array",
|
|
121
|
+
"uniqueItems": true,
|
|
122
|
+
"items": {
|
|
123
|
+
"$ref": "entry.json"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"required": [
|
|
128
|
+
"cost",
|
|
129
|
+
"name",
|
|
130
|
+
"entries"
|
|
131
|
+
],
|
|
132
|
+
"additionalProperties": false
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"required": [
|
|
137
|
+
"name",
|
|
138
|
+
"entries"
|
|
139
|
+
],
|
|
140
|
+
"additionalProperties": false
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"entries": {
|
|
144
|
+
"type": "array",
|
|
145
|
+
"uniqueItems": true,
|
|
146
|
+
"items": {
|
|
147
|
+
"$ref": "entry.json"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"foundrySystem": {
|
|
151
|
+
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
152
|
+
},
|
|
153
|
+
"foundryFlags": {
|
|
154
|
+
"$ref": "util.json#/$defs/foundryFlagsObject"
|
|
155
|
+
},
|
|
156
|
+
"foundryEffects": {
|
|
157
|
+
"$ref": "util.json#/$defs/foundryEffectsArray"
|
|
158
|
+
},
|
|
159
|
+
"foundryImg": {
|
|
160
|
+
"$ref": "util.json#/$defs/foundryImg"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"required": [
|
|
164
|
+
"name",
|
|
165
|
+
"source",
|
|
166
|
+
"type"
|
|
167
|
+
],
|
|
168
|
+
"additionalProperties": false
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"properties": {
|
|
172
|
+
"psionic": {
|
|
173
|
+
"type": "array",
|
|
174
|
+
"minItems": 1,
|
|
175
|
+
"uniqueItems": true,
|
|
176
|
+
"items": {
|
|
177
|
+
"$ref": "#/$defs/psionic"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"required": [
|
|
182
|
+
"psionic"
|
|
183
|
+
],
|
|
184
|
+
"additionalProperties": false
|
|
185
|
+
}
|