Skip to content

Instantly share code, notes, and snippets.

@AelarTheElfRogue
Last active October 30, 2019 01:40
Show Gist options
  • Save AelarTheElfRogue/a191216cfbf6673bdc45b7f980a7a096 to your computer and use it in GitHub Desktop.
Save AelarTheElfRogue/a191216cfbf6673bdc45b7f980a7a096 to your computer and use it in GitHub Desktop.
[Race] - Half-Dwarf
var iFileName = "Race - Half-Dwarf.js";
RaceList["half-dwarf"] = {
regExpSearch : /^(?=.*half-dwarf).*$/i,
name : "Half-Dwarf",
source : ["HB", 1],
plural : "Half-Dwarves",
size : 3,
speed : {
walk : { spd : 25, enc : 15 }
},
languageProfs : ["Common", "Dwarvish"],
vision : [["Darkvision", 60]],
savetxt : { adv_vs : ["poison"] },
dmgres : ["Poison"],
skillstxt : "\n\n" + toUni("Half-Dwarf") + ": Choose two skills",
toolProfs : [["Artisan's tools", 1]],
age : " reach adulthood in their 30s and often live over 200 years",
height : " range from 4 and a half to 5 and half feet tall",
weight : " weigh between 150 and 250 lbs",
improvements : "Half-Dwarf: +2 Constitution, +1 to two different ability scores of my choice;",
scores : [0, 0, 2, 0, 0, 0],
trait : "Half-Dwarf (+2 Constitution and +1 to two other ability scores of my choice)\n\nSkill Versatiltiy: I gain training in two skills of my choice, and 1 artisan's tool\n\nDwarven Reslilience: I have advantage on saving throws against poison and resistance to poison damage.",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment