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,295 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "items-shared.json",
|
|
4
|
+
"title": "Shared Item Schema",
|
|
5
|
+
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
+
"version": "1.0.1",
|
|
7
|
+
"$defs": {
|
|
8
|
+
"_itemModifySpeedEqual": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"enum": [
|
|
11
|
+
"walk",
|
|
12
|
+
"burrow",
|
|
13
|
+
"climb",
|
|
14
|
+
"fly",
|
|
15
|
+
"swim"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"itemModifySpeed": {
|
|
19
|
+
"type": "object",
|
|
20
|
+
"properties": {
|
|
21
|
+
"multiply": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"walk": {
|
|
25
|
+
"type": "number"
|
|
26
|
+
},
|
|
27
|
+
"burrow": {
|
|
28
|
+
"type": "number"
|
|
29
|
+
},
|
|
30
|
+
"climb": {
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
"fly": {
|
|
34
|
+
"type": "number"
|
|
35
|
+
},
|
|
36
|
+
"swim": {
|
|
37
|
+
"type": "number"
|
|
38
|
+
},
|
|
39
|
+
"*": {
|
|
40
|
+
"type": "number"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"additionalProperties": false
|
|
44
|
+
},
|
|
45
|
+
"static": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"properties": {
|
|
48
|
+
"walk": {
|
|
49
|
+
"type": "number"
|
|
50
|
+
},
|
|
51
|
+
"burrow": {
|
|
52
|
+
"type": "number"
|
|
53
|
+
},
|
|
54
|
+
"climb": {
|
|
55
|
+
"type": "number"
|
|
56
|
+
},
|
|
57
|
+
"fly": {
|
|
58
|
+
"type": "number"
|
|
59
|
+
},
|
|
60
|
+
"swim": {
|
|
61
|
+
"type": "number"
|
|
62
|
+
},
|
|
63
|
+
"*": {
|
|
64
|
+
"type": "number"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"additionalProperties": false
|
|
68
|
+
},
|
|
69
|
+
"equal": {
|
|
70
|
+
"type": "object",
|
|
71
|
+
"properties": {
|
|
72
|
+
"walk": {
|
|
73
|
+
"$ref": "#/$defs/_itemModifySpeedEqual"
|
|
74
|
+
},
|
|
75
|
+
"burrow": {
|
|
76
|
+
"$ref": "#/$defs/_itemModifySpeedEqual"
|
|
77
|
+
},
|
|
78
|
+
"climb": {
|
|
79
|
+
"$ref": "#/$defs/_itemModifySpeedEqual"
|
|
80
|
+
},
|
|
81
|
+
"fly": {
|
|
82
|
+
"$ref": "#/$defs/_itemModifySpeedEqual"
|
|
83
|
+
},
|
|
84
|
+
"swim": {
|
|
85
|
+
"$ref": "#/$defs/_itemModifySpeedEqual"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"additionalProperties": false
|
|
89
|
+
},
|
|
90
|
+
"bonus": {
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": {
|
|
93
|
+
"walk": {
|
|
94
|
+
"type": "number"
|
|
95
|
+
},
|
|
96
|
+
"burrow": {
|
|
97
|
+
"type": "number"
|
|
98
|
+
},
|
|
99
|
+
"climb": {
|
|
100
|
+
"type": "number"
|
|
101
|
+
},
|
|
102
|
+
"fly": {
|
|
103
|
+
"type": "number"
|
|
104
|
+
},
|
|
105
|
+
"swim": {
|
|
106
|
+
"type": "number"
|
|
107
|
+
},
|
|
108
|
+
"*": {
|
|
109
|
+
"type": "number"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"additionalProperties": false
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"additionalProperties": false
|
|
116
|
+
},
|
|
117
|
+
"itemRarity": {
|
|
118
|
+
"anyOf": [
|
|
119
|
+
{
|
|
120
|
+
"$ref": "util.json#/$defs/rarity"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "string",
|
|
124
|
+
"description": "\"none\" is for mundane items. \"unknown (magic)\" is for miscellaneous magical items. \"unknown\" is for miscellaneous mundane items. \"varies\" is for item groups, or for magic variants, where it has the special functionality of maintaining a base item's rarity when creating specific variants.",
|
|
125
|
+
"enum": [
|
|
126
|
+
"none",
|
|
127
|
+
"unknown",
|
|
128
|
+
"unknown (magic)",
|
|
129
|
+
"varies"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"itemRecharge": {
|
|
135
|
+
"enum": [
|
|
136
|
+
"round",
|
|
137
|
+
"restShort",
|
|
138
|
+
"restLong",
|
|
139
|
+
"dawn",
|
|
140
|
+
"dusk",
|
|
141
|
+
"midnight",
|
|
142
|
+
"special"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"itemRechargeAmount": {
|
|
146
|
+
"type": [
|
|
147
|
+
"integer",
|
|
148
|
+
"string"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"itemType": {
|
|
152
|
+
"type": "string",
|
|
153
|
+
"$comment": "Dumped from `Object(Parser.ITEM_TYPE_JSON_TO_ABV)`",
|
|
154
|
+
"description": "$: Treasure\n A: Ammunition\n AF: Ammunition (futuristic)\n AIR: Vehicle (air)\n AT: Artisan Tool\n EM: Eldritch Machine\n EXP: Explosive\n FD: Food and Drink\n G: Adventuring Gear\n GS: Gaming Set\n GV: Generic Variant\n HA: Heavy Armor\n INS: Instrument\n LA: Light Armor\n M: Melee Weapon\n MA: Medium Armor\n MNT: Mount\n MR: Master Rune \n OTH: Other\n P: Potion\n R: Ranged Weapon\n RD: Rod\n RG: Ring\n S: Shield\n SC: Scroll\n SCF: Spellcasting Focus\n SHP: Vehicle (water)\n SPC: Vehicle (space)\n T: Tool\n TAH: Tack and Harness\n TG: Trade Good\n VEH: Vehicle (land)\n WD: Wand",
|
|
155
|
+
"examples": [
|
|
156
|
+
"$",
|
|
157
|
+
"A",
|
|
158
|
+
"AF",
|
|
159
|
+
"AIR",
|
|
160
|
+
"AT",
|
|
161
|
+
"EM",
|
|
162
|
+
"EXP",
|
|
163
|
+
"FD",
|
|
164
|
+
"G",
|
|
165
|
+
"GS",
|
|
166
|
+
"GV",
|
|
167
|
+
"HA",
|
|
168
|
+
"INS",
|
|
169
|
+
"LA",
|
|
170
|
+
"M",
|
|
171
|
+
"MA",
|
|
172
|
+
"MNT",
|
|
173
|
+
"MR",
|
|
174
|
+
"OTH",
|
|
175
|
+
"P",
|
|
176
|
+
"R",
|
|
177
|
+
"RD",
|
|
178
|
+
"RG",
|
|
179
|
+
"S",
|
|
180
|
+
"SC",
|
|
181
|
+
"SCF",
|
|
182
|
+
"SHP",
|
|
183
|
+
"SPC",
|
|
184
|
+
"T",
|
|
185
|
+
"TAH",
|
|
186
|
+
"TG",
|
|
187
|
+
"VEH",
|
|
188
|
+
"WD"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"itemAge": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"examples": [
|
|
194
|
+
"futuristic",
|
|
195
|
+
"modern",
|
|
196
|
+
"renaissance"
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"itemProperty": {
|
|
200
|
+
"type": "array",
|
|
201
|
+
"description": "2H: Two-Handed\n A: Ammunition\n AF: Ammunition (futuristic)\n BF: Burst Fire\n EM: Eldritch Machine\n F: Finesse\n H: Heavy\n L: Light\n LD: Loading\n OTH: Other\n R: Reach\n RLD: Reload\n S: Special\n T: Thrown\n V: Versatile",
|
|
202
|
+
"items": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"examples": [
|
|
205
|
+
"2H",
|
|
206
|
+
"A",
|
|
207
|
+
"AF",
|
|
208
|
+
"BF",
|
|
209
|
+
"EM",
|
|
210
|
+
"F",
|
|
211
|
+
"H",
|
|
212
|
+
"L",
|
|
213
|
+
"LD",
|
|
214
|
+
"OTH",
|
|
215
|
+
"R",
|
|
216
|
+
"RLD",
|
|
217
|
+
"S",
|
|
218
|
+
"T",
|
|
219
|
+
"V"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"itemScfType": {
|
|
224
|
+
"type": "string",
|
|
225
|
+
"examples": [
|
|
226
|
+
"arcane",
|
|
227
|
+
"druid",
|
|
228
|
+
"holy"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
"itemTier": {
|
|
232
|
+
"type": "string",
|
|
233
|
+
"description": "Item Tier as per XGE p135",
|
|
234
|
+
"examples": [
|
|
235
|
+
"minor",
|
|
236
|
+
"major"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"itemWeaponCategory": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"examples": [
|
|
242
|
+
"simple",
|
|
243
|
+
"martial"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"itemAmmoType": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"examples": [
|
|
249
|
+
"energy cell",
|
|
250
|
+
"modern bullet",
|
|
251
|
+
"blowgun needle|phb",
|
|
252
|
+
"crossbow bolt|phb",
|
|
253
|
+
"arrow|phb",
|
|
254
|
+
"renaissance bullet",
|
|
255
|
+
"sling bullet|phb"
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
"fluff": {
|
|
259
|
+
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
|
|
260
|
+
"anyOf": [
|
|
261
|
+
{
|
|
262
|
+
"description": "References \"itemFluff\" array items",
|
|
263
|
+
"type": "object",
|
|
264
|
+
"properties": {
|
|
265
|
+
"_itemFluff": {
|
|
266
|
+
"type": "object",
|
|
267
|
+
"properties": {
|
|
268
|
+
"name": {
|
|
269
|
+
"type": "string"
|
|
270
|
+
},
|
|
271
|
+
"source": {
|
|
272
|
+
"type": "string"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"_appendItemFluff": {
|
|
277
|
+
"type": "object",
|
|
278
|
+
"properties": {
|
|
279
|
+
"name": {
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
"source": {
|
|
283
|
+
"type": "string"
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"$ref": "util.json#/$defs/fluffObject"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|