|
1 | 1 | { |
2 | 2 | "index": "monk", |
3 | 3 | "name": "Monk", |
| 4 | + "primary_ability": { |
| 5 | + "desc": "Dexterity and Wisdom", |
| 6 | + "all_of": [ |
| 7 | + { |
| 8 | + "index": "dex", |
| 9 | + "name": "DEX", |
| 10 | + "url": "/api/2024/ability-scores/dex" |
| 11 | + }, |
| 12 | + { |
| 13 | + "index": "wis", |
| 14 | + "name": "WIS", |
| 15 | + "url": "/api/2024/ability-scores/wis" |
| 16 | + } |
| 17 | + ] |
| 18 | + }, |
4 | 19 | "hit_die": 8, |
5 | 20 | "proficiency_choices": [ |
6 | 21 | { |
|
336 | 351 | "name": "Simple Weapons", |
337 | 352 | "url": "/api/2024/proficiencies/simple-weapons" |
338 | 353 | }, |
| 354 | + { |
| 355 | + "index": "scimitars", |
| 356 | + "name": "Scimitars", |
| 357 | + "url": "/api/2024/proficiencies/scimitars" |
| 358 | + }, |
339 | 359 | { |
340 | 360 | "index": "shortswords", |
341 | 361 | "name": "Shortswords", |
342 | 362 | "url": "/api/2024/proficiencies/shortswords" |
343 | 363 | }, |
| 364 | + { |
| 365 | + "index": "hand-crossbows", |
| 366 | + "name": "Hand Crossbows", |
| 367 | + "url": "/api/2024/proficiencies/hand-crossbows" |
| 368 | + }, |
344 | 369 | { |
345 | 370 | "index": "saving-throw-dex", |
346 | 371 | "name": "Saving Throw: DEX", |
|
364 | 389 | "url": "/api/2024/ability-scores/dex" |
365 | 390 | } |
366 | 391 | ], |
367 | | - "starting_equipment": [ |
368 | | - { |
369 | | - "equipment": { |
370 | | - "index": "dart", |
371 | | - "name": "Dart", |
372 | | - "url": "/api/2024/equipment/dart" |
373 | | - }, |
374 | | - "quantity": 10 |
375 | | - } |
376 | | - ], |
| 392 | + "starting_equipment": [], |
377 | 393 | "starting_equipment_options": [ |
378 | 394 | { |
379 | | - "desc": "(a) a shortsword or (b) any simple weapon", |
380 | | - "choose": 1, |
381 | | - "type": "equipment", |
382 | | - "from": { |
383 | | - "option_set_type": "options_array", |
384 | | - "options": [ |
385 | | - { |
386 | | - "option_type": "counted_reference", |
387 | | - "count": 1, |
388 | | - "of": { |
389 | | - "index": "shortsword", |
390 | | - "name": "Shortsword", |
391 | | - "url": "/api/2024/equipment/shortsword" |
392 | | - } |
393 | | - }, |
394 | | - { |
395 | | - "option_type": "choice", |
396 | | - "choice": { |
397 | | - "desc": "any simple weapon", |
398 | | - "choose": 1, |
399 | | - "type": "equipment", |
400 | | - "from": { |
401 | | - "option_set_type": "equipment_category", |
402 | | - "equipment_category": { |
403 | | - "index": "simple-weapons", |
404 | | - "name": "Simple Weapons", |
405 | | - "url": "/api/2024/equipment-categories/simple-weapons" |
406 | | - } |
407 | | - } |
408 | | - } |
409 | | - } |
410 | | - ] |
411 | | - } |
412 | | - }, |
413 | | - { |
414 | | - "desc": "(a) a dungeoneer\u00e2\u20ac\u2122s pack or (b) an explorer\u00e2\u20ac\u2122s pack", |
| 395 | + "desc": "(a) Spear, 5 Daggers, Artisan’s Tools or Musical Instrument chosen for the tool proficiency above,Explorer’s Pack, and 11 GP; or (b) 50 GP", |
415 | 396 | "choose": 1, |
416 | 397 | "type": "equipment", |
417 | 398 | "from": { |
418 | 399 | "option_set_type": "options_array", |
419 | 400 | "options": [ |
420 | 401 | { |
421 | | - "option_type": "counted_reference", |
422 | | - "count": 1, |
423 | | - "of": { |
424 | | - "index": "dungeoneers-pack", |
425 | | - "name": "Dungeoneer's Pack", |
426 | | - "url": "/api/2024/equipment/dungeoneers-pack" |
427 | | - } |
| 402 | + "option_type": "multiple", |
| 403 | + "items": [ |
| 404 | + { "option_type": "counted_reference", "count": 1,"of":{ "index": "spear", "name": "Spear", "url": "/api/2024/equipment/spear" }}, |
| 405 | + { "option_type": "counted_reference", "count": 5, "of": { "index": "dagger", "name": "Dagger", "url": "/api/2024/equipment/dagger" }}, |
| 406 | + { "option_type": "choice", |
| 407 | + "choice": { |
| 408 | + "desc": "Artisan’s Tools or Musical Instrument", |
| 409 | + "choose": 1, |
| 410 | + "type": "equipment", |
| 411 | + "from": { |
| 412 | + "option_set_type": "options_array", |
| 413 | + "options": [ |
| 414 | + { |
| 415 | + "option_type": "choice", |
| 416 | + "choice": { |
| 417 | + "desc": "An Artisan's Tool", |
| 418 | + "choose": 1, "type": "equipment", |
| 419 | + "from": { "option_set_type": "equipment_category", "equipment_category": { "index": "artisans-tools", "name": "Artisan's Tools", "url": "/api/2024/equipment-categories/artisans-tools" }} |
| 420 | + } |
| 421 | + }, |
| 422 | + { |
| 423 | + "option_type": "choice", |
| 424 | + "choice": { |
| 425 | + "desc": "A Musical Instrument", |
| 426 | + "choose": 1, "type": "equipment", |
| 427 | + "from": { "option_set_type": "equipment_category", "equipment_category": { "index": "musical-instruments", "name": "Musical Instruments", "url": "/api/2024/equipment-categories/musical-instruments" } } |
| 428 | + } |
| 429 | + }] |
| 430 | + }} |
| 431 | + }, |
| 432 | + { "option_type": "counted_reference", "count": 1, "of": { "index": "explorers-pack", "name": "Explorer's Pack", "url": "/api/2014/equipment/explorers-pack" }}, |
| 433 | + { "option_type": "money", "count": 11, "unit": "gp"} |
| 434 | + ] |
428 | 435 | }, |
429 | 436 | { |
430 | | - "option_type": "counted_reference", |
431 | | - "count": 1, |
432 | | - "of": { |
433 | | - "index": "explorers-pack", |
434 | | - "name": "Explorer's Pack", |
435 | | - "url": "/api/2024/equipment/explorers-pack" |
436 | | - } |
437 | | - } |
438 | | - ] |
439 | | - } |
| 437 | + "option_type": "money", |
| 438 | + "count": 50, |
| 439 | + "unit": "gp" |
| 440 | + }] |
440 | 441 | } |
441 | | - ], |
| 442 | + }], |
442 | 443 | "class_levels": "/api/2024/classes/monk/levels", |
443 | 444 | "multi_classing": { |
444 | 445 | "prerequisites": [ |
|
459 | 460 | "minimum_score": 13 |
460 | 461 | } |
461 | 462 | ], |
462 | | - "proficiencies": [ |
463 | | - { |
464 | | - "index": "simple-weapons", |
465 | | - "name": "Simple Weapons", |
466 | | - "url": "/api/2024/proficiencies/simple-weapons" |
467 | | - }, |
468 | | - { |
469 | | - "index": "shortswords", |
470 | | - "name": "Shortswords", |
471 | | - "url": "/api/2024/proficiencies/shortswords" |
472 | | - } |
473 | | - ] |
| 463 | + "proficiencies": [] |
474 | 464 | }, |
475 | 465 | "subclasses": [ |
476 | 466 | { |
477 | | - "index": "open-hand", |
478 | | - "name": "Open Hand", |
479 | | - "url": "/api/2024/subclasses/open-hand" |
| 467 | + "index": "warrior-of-the-open-hand", |
| 468 | + "name": "Warrior of the Open Hand", |
| 469 | + "url": "/api/2024/subclasses/warrior-of-the-open-hand" |
480 | 470 | } |
481 | 471 | ], |
482 | 472 | "url": "/api/2024/classes/monk" |
|
0 commit comments