Guest User

Moon Elf

a guest
Aug 10th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var iFileName = "MoonElf.js";
  2. RaceList["moon elf"] = {
  3.     regExpSearch : /^((?=.*moon)|((?=.*\b(elfs?|elves|elvish|elven)\b)(?=.*\b(moon|lunar?|shadow|depths?)\b))).*$/i,
  4.     name : "moon elf",
  5.     sortname : "Elf, Moon",
  6.     source : ["HB", 0],
  7.     plural : "moon elves",
  8.     size : 3,
  9.     speed : {
  10.         walk : { spd : 30, enc : 20 }
  11.     },
  12.     languageProfs : ["Common", "Elvish"],
  13.     vision : [["Darkvision", 60]],
  14.     savetxt : {
  15.         text : ["Magic can't put me to sleep"],
  16.         adv_vs : ["charmed"]
  17.     },
  18.     weaponprofs : [false, false, ["longsword", "shortsword", "longbow", "shortbow"]],
  19.     skills : ["Perception", "Stealth"],
  20.     age : " typically claim adulthood around age 100 and can live to be 750 years old",
  21.     height : " range from under 5 to 5 1/2 feet tall (4'5\" + 2d6\")",
  22.     weight : " weigh around 100 lb (75 + 2d6 \xD7 1d6 lb)",
  23.     heightMetric : " range from under 1,5 to 1,7 metres tall (135 + 5d6 cm)",
  24.     weightMetric : " weigh around 45 kg (35 + 5d6 \xD7 2d6 / 10 kg)",
  25.     improvements : "Lunar: +1 Dexterity, +1 Intelligence;",
  26.     scores : [0, 1, 0, 1, 0, 0],
  27.     trait : "Moon Elf (+1 Dexterity, +1 Intelligence)\nTrance: Elves don't need to sleep, but meditate semiconsciously, for 4 hours a day. While meditating, I can dream after a fashion; such dreams are actually mental exercises that have become reflexive through years of practice. After resting in this way, I gain the same benefit that a human does from 8 hours of sleep, thus needing only 4 hours for a long rest.\nBathed in Moonlight. You are proficient in the Stealth skill. In addition, you can attempt to hide while you are only obscured by dim light.",
  28.     spellcastingAbility : 4,
  29.     features : {
  30.         "minor illusion" : {
  31.             name : "Minor Illusion",
  32.             minlevel : 1,
  33.             usages : 1,
  34.             recovery : "short rest",
  35.             tooltip : "(Minor Illusion)",
  36.             action : ["bonus action", ""],
  37.             spellcastingBonus : {
  38.                 name : "Minor Illusion",
  39.                 spells : ["minor illusion"],
  40.                 selection : ["minor illusion"],
  41.                 oncesr : true
  42.             }
  43.         },
  44.         "sleep" : {
  45.             name : "Sleep",
  46.             minlevel : 3,
  47.             usages : 1,
  48.             recovery : "short rest",
  49.             tooltip : "(Sleep)",
  50.             action : ["action", ""],
  51.             spellcastingBonus : {
  52.                 name : "Sleep",
  53.                 spells : ["sleep"],
  54.                 selection : ["sleep"],
  55.                 oncesr : true
  56.             }
  57.         },
  58.         "moonbeam" : {
  59.             name : "Moonbeam",
  60.             minlevel : 5,
  61.             usages : 1,
  62.             recovery : "short rest",
  63.             tooltip : "(Moonbeam)",
  64.             action : ["action", ""],
  65.             spellcastingBonus : {
  66.                 name : "Moonbeam",
  67.                 spells : ["moonbeam"],
  68.                 selection : ["moonbeam"],
  69.                 oncesr : true
  70.             }
  71.         }
  72.     }
  73. };
Advertisement
Add Comment
Please, Sign In to add comment