|
1 | 1 | { |
2 | 2 | "index": "fighter", |
3 | 3 | "name": "Fighter", |
| 4 | + "primary_ability": { |
| 5 | + "desc": "Strength or Dexterity", |
| 6 | + "any_of": [ |
| 7 | + { |
| 8 | + "index": "str", |
| 9 | + "name": "STR", |
| 10 | + "url": "/api/2024/ability-scores/str" |
| 11 | + }, |
| 12 | + { |
| 13 | + "index": "dex", |
| 14 | + "name": "DEX", |
| 15 | + "url": "/api/2024/ability-scores/dex" |
| 16 | + } |
| 17 | + ] |
| 18 | + }, |
4 | 19 | "hit_die": 10, |
5 | 20 | "proficiency_choices": [ |
6 | 21 | { |
|
125 | 140 | "starting_equipment": [], |
126 | 141 | "starting_equipment_options": [ |
127 | 142 | { |
128 | | - "desc": "(a) chain mail or (b) leather armor, longbow, and 20 arrows", |
| 143 | + "desc": "(a) Chain Mail, Greatsword, Flail, 8 Javelins, Dungeoneer’s Pack, and 4 GP; (b) Studded Leather Armor, Scimitar, Shortsword, Longbow, 20 Arrows, Quiver, Dungeoneer’s Pack, and 11 GP; or (c) 155 GP", |
129 | 144 | "choose": 1, |
130 | 145 | "type": "equipment", |
131 | 146 | "from": { |
132 | 147 | "option_set_type": "options_array", |
133 | 148 | "options": [ |
134 | | - { |
135 | | - "option_type": "counted_reference", |
136 | | - "count": 1, |
137 | | - "of": { |
138 | | - "index": "chain-mail", |
139 | | - "name": "Chain Mail", |
140 | | - "url": "/api/2024/equipment/chain-mail" |
141 | | - } |
142 | | - }, |
143 | 149 | { |
144 | 150 | "option_type": "multiple", |
145 | 151 | "items": [ |
146 | | - { |
147 | | - "option_type": "counted_reference", |
148 | | - "count": 1, |
149 | | - "of": { |
150 | | - "index": "leather-armor", |
151 | | - "name": "Leather Armor", |
152 | | - "url": "/api/2024/equipment/leather-armor" |
153 | | - } |
154 | | - }, |
155 | | - { |
156 | | - "option_type": "counted_reference", |
157 | | - "count": 1, |
158 | | - "of": { |
159 | | - "index": "longbow", |
160 | | - "name": "Longbow", |
161 | | - "url": "/api/2024/equipment/longbow" |
162 | | - } |
163 | | - }, |
164 | | - { |
165 | | - "option_type": "counted_reference", |
166 | | - "count": 20, |
167 | | - "of": { |
168 | | - "index": "arrow", |
169 | | - "name": "Arrow", |
170 | | - "url": "/api/2024/equipment/arrow" |
171 | | - } |
172 | | - } |
173 | | - ] |
174 | | - } |
175 | | - ] |
176 | | - } |
177 | | - }, |
178 | | - { |
179 | | - "desc": "(a) a martial weapon and a shield or (b) two martial weapons", |
180 | | - "choose": 1, |
181 | | - "type": "equipment", |
182 | | - "from": { |
183 | | - "option_set_type": "options_array", |
184 | | - "options": [ |
185 | | - { |
186 | | - "option_type": "multiple", |
187 | | - "items": [ |
188 | | - { |
189 | | - "option_type": "choice", |
190 | | - "choice": { |
191 | | - "desc": "a martial weapon", |
192 | | - "choose": 1, |
193 | | - "type": "equipment", |
194 | | - "from": { |
195 | | - "option_set_type": "equipment_category", |
196 | | - "equipment_category": { |
197 | | - "index": "martial-weapons", |
198 | | - "name": "Martial Weapons", |
199 | | - "url": "/api/2024/equipment-categories/martial-weapons" |
200 | | - } |
201 | | - } |
202 | | - } |
203 | | - }, |
204 | | - { |
205 | | - "option_type": "counted_reference", |
206 | | - "count": 1, |
207 | | - "of": { |
208 | | - "index": "shield", |
209 | | - "name": "Shield", |
210 | | - "url": "/api/2024/equipment/shield" |
211 | | - } |
212 | | - } |
| 152 | + { "option_type": "counted_reference", "count": 1,"of":{ "index": "chain-mail", "name": "Chain Mail", "url": "/api/2024/equipment/chain-mail" }}, |
| 153 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "greatsword", "name": "Greatsword", "url": "/api/2024/equipment/greatsword" }}, |
| 154 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "flail", "name": "Flail", "url": "/api/2024/equipment/flail" }}, |
| 155 | + { "option_type": "counted_reference", "count": 8, "of": { "index": "javelin", "name": "Javelin", "url": "/api/2024/equipment/javelin" }}, |
| 156 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "dungeoneers-pack", "name": "Dungeoneer's Pack", "url": "/api/2014/equipment/dungeoneer-pack" }}, |
| 157 | + { "option_type": "money", "count": 4, "unit": "gp"} |
213 | 158 | ] |
214 | 159 | }, |
215 | | - { |
216 | | - "option_type": "choice", |
217 | | - "choice": { |
218 | | - "desc": "two martial weapons", |
219 | | - "choose": 2, |
220 | | - "type": "equipment", |
221 | | - "from": { |
222 | | - "option_set_type": "equipment_category", |
223 | | - "equipment_category": { |
224 | | - "index": "martial-weapons", |
225 | | - "name": "Martial Weapons", |
226 | | - "url": "/api/2024/equipment-categories/martial-weapons" |
227 | | - } |
228 | | - } |
229 | | - } |
230 | | - } |
231 | | - ] |
232 | | - } |
233 | | - }, |
234 | | - { |
235 | | - "desc": "(a) a light crossbow and 20 bolts or (b) two handaxes", |
236 | | - "choose": 1, |
237 | | - "type": "equipment", |
238 | | - "from": { |
239 | | - "option_set_type": "options_array", |
240 | | - "options": [ |
241 | 160 | { |
242 | 161 | "option_type": "multiple", |
243 | 162 | "items": [ |
244 | | - { |
245 | | - "option_type": "counted_reference", |
246 | | - "count": 1, |
247 | | - "of": { |
248 | | - "index": "crossbow-light", |
249 | | - "name": "Crossbow, light", |
250 | | - "url": "/api/2024/equipment/crossbow-light" |
251 | | - } |
252 | | - }, |
253 | | - { |
254 | | - "option_type": "counted_reference", |
255 | | - "count": 20, |
256 | | - "of": { |
257 | | - "index": "crossbow-bolt", |
258 | | - "name": "Crossbow bolt", |
259 | | - "url": "/api/2024/equipment/crossbow-bolt" |
260 | | - } |
261 | | - } |
| 163 | + { "option_type": "counted_reference", "count": 1,"of":{ "index": "studded-leather-armor", "name": "Studded Leather Armor", "url": "/api/2024/equipment/studded-leather-armor" }}, |
| 164 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "scimitar", "name": "Scimitar", "url": "/api/2024/equipment/scimitar" }}, |
| 165 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "shortsword", "name": "Shortsword", "url": "/api/2024/equipment/shortsword" }}, |
| 166 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "longbow", "name": "Longbow", "url": "/api/2024/equipment/longbow" }}, |
| 167 | + { "option_type": "counted_reference", "count": 20, "of": { "index": "arrows", "name": "arrows", "url": "/api/2024/equipment/arrows" }}, |
| 168 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "quiver", "name": "Quiver", "url": "/api/2024/equipment/quiver" }}, |
| 169 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "dungeoneers-pack", "name": "Dungeoneer's Pack", "url": "/api/2014/equipment/dungeoneer-pack" }}, |
| 170 | + { "option_type": "money", "count": 11, "unit": "gp"} |
262 | 171 | ] |
263 | 172 | }, |
264 | 173 | { |
265 | | - "option_type": "counted_reference", |
266 | | - "count": 2, |
267 | | - "of": { |
268 | | - "index": "handaxe", |
269 | | - "name": "Handaxe", |
270 | | - "url": "/api/2024/equipment/handaxe" |
271 | | - } |
272 | | - } |
273 | | - ] |
274 | | - } |
275 | | - }, |
276 | | - { |
277 | | - "desc": "(a) a dungeoneer\u00e2\u20ac\u2122s pack or (b) an explorer\u00e2\u20ac\u2122s pack", |
278 | | - "choose": 1, |
279 | | - "type": "equipment", |
280 | | - "from": { |
281 | | - "option_set_type": "options_array", |
282 | | - "options": [ |
283 | | - { |
284 | | - "option_type": "counted_reference", |
285 | | - "count": 1, |
286 | | - "of": { |
287 | | - "index": "dungeoneers-pack", |
288 | | - "name": "Dungeoneer's Pack", |
289 | | - "url": "/api/2024/equipment/dungeoneers-pack" |
290 | | - } |
291 | | - }, |
292 | | - { |
293 | | - "option_type": "counted_reference", |
294 | | - "count": 1, |
295 | | - "of": { |
296 | | - "index": "explorers-pack", |
297 | | - "name": "Explorer's Pack", |
298 | | - "url": "/api/2024/equipment/explorers-pack" |
299 | | - } |
| 174 | + "option_type": "money", |
| 175 | + "count": 155, |
| 176 | + "unit": "gp" |
300 | 177 | } |
301 | 178 | ] |
302 | 179 | } |
|
347 | 224 | "name": "Shields", |
348 | 225 | "url": "/api/2024/proficiencies/shields" |
349 | 226 | }, |
350 | | - { |
351 | | - "index": "simple-weapons", |
352 | | - "name": "Simple Weapons", |
353 | | - "url": "/api/2024/proficiencies/simple-weapons" |
354 | | - }, |
355 | 227 | { |
356 | 228 | "index": "martial-weapons", |
357 | 229 | "name": "Martial Weapons", |
|
0 commit comments