Advertisement
Guest User

LaserLlama's Half Dwarf

a guest
Apr 14th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.03 KB | None | 0 0
  1. {
  2.   "$schema": "../schema.json",
  3.   "_meta": {
  4.     "sources": [
  5.       {
  6.         "json": "HalfDwarf.json",
  7.         "abbreviation": "Half-Dwarf",
  8.         "full": "Half-Dwarf",
  9.         "Authors":"u/laserllama",
  10.         "convertedBy": "Horrible Tomato"
  11.       }
  12.     ]
  13.   },
  14.   "race": [
  15.     {
  16.   "name": "Half-Dwarf",
  17.             "source": "Half-Dwarf",
  18.             "page": 1,
  19.             "size": "M",
  20.             "speed": 30,
  21.             "ability": [
  22.                 {
  23.                     "con": 2,
  24.                     "choose": {
  25.                         "from": [
  26.                             "str",
  27.                             "dex",
  28.                             "con",
  29.                             "int",
  30.                             "wis"
  31.                         ],
  32.                         "count": 2
  33.                     }
  34.                 }
  35.             ],
  36.  
  37.             "heightAndWeight": {
  38.                 "baseHeight": 54,
  39.                 "heightMod": "2d6",
  40.                 "baseWeight": 200,
  41.                 "weightMod": "2d4"
  42.             },
  43.             "darkvision": 60,
  44.             "traitTags": [
  45.                 "Skill Proficiency",
  46.                 "Uncommon Race",
  47.         "Tool Proficiency",
  48.         "Damage Resistance"
  49.             ],
  50.             "languageProficiencies": [
  51.                 {
  52.                     "common": true,
  53.                     "dwarvish": true
  54.                 }
  55.             ],
  56.       "soundClip": "https://media-waterdeep.cursecdn.com/file-attachments/0/146/dwarf.mp3",
  57.             "entries": [
  58.                 {
  59.                     "name": "Age",
  60.                     "type": "entries",
  61.                     "entries": [
  62.                         "Half-dwarves mature at the same rate humans do and reach adulthood around the age of 20. They live much longer than humans however, often close to 200 years."
  63.                     ]
  64.                 },
  65.                 {
  66.                     "name": "Alignment",
  67.                     "type": "entries",
  68.                     "entries": [
  69.                         "Half-dwarves often share the lawful bend of their dwarven heritage, but some favor more chaotic ways of life. Most tend toward good as well, with a strong sense of fair play and a belief that everyone deserves to share in the benefits of a free life."
  70.                     ]
  71.                 },
  72.                 {
  73.                     "type": "entries",
  74.                     "name": "Size",
  75.                     "entries": [
  76.                         "Half-dwarves are about the same size as humans, if a little shorter and stockier. You are between 4 1/2 and 5 1/2 feet tall, and weigh over 200 pounds. Your size is medium."
  77.                     ]
  78.                 },
  79.                 {
  80.                     "name": "Darkvision",
  81.                     "entries": [
  82.                         "Thanks to your dwarven blood, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray."
  83.                     ],
  84.                     "type": "entries"
  85.                 },
  86.                 {
  87.                     "name": "Reslience",
  88.                     "entries": [
  89.                         "You have advantage on saving throws against poison, and you have resistance against poison damage."
  90.                     ],
  91.                     "type": "entries"
  92.                 },
  93.                 {
  94.                     "name": "Natural Craftsman",
  95.                     "entries": [
  96.                         "You either gain proficiency with two types of {@filter artisan's tools|items|source=phb|miscellaneous=mundane|type=artisan's tools}, or proficiency and expertise with one set of {@filter artisan's tools|items|source=phb|miscellaneous=mundane|type=artisan's tools} of your choice."
  97.                     ],
  98.                     "type": "entries"
  99.                 },
  100.                 {
  101.                     "name": "Languages",
  102.                     "entries": [
  103.                         "You can speak, read, and write Common and Dwarvish."
  104.                     ],
  105.                     "type": "entries"
  106.                 }
  107.             ]
  108.     }
  109.   ]
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement