Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var iFileName = "MoonElf.js";
- RaceList["moon elf"] = {
- regExpSearch : /^((?=.*moon)|((?=.*\b(elfs?|elves|elvish|elven)\b)(?=.*\b(moon|lunar?|shadow|depths?)\b))).*$/i,
- name : "moon elf",
- sortname : "Elf, Moon",
- source : ["HB", 0],
- plural : "moon elves",
- size : 3,
- speed : {
- walk : { spd : 30, enc : 20 }
- },
- languageProfs : ["Common", "Elvish"],
- vision : [["Darkvision", 60]],
- savetxt : {
- text : ["Magic can't put me to sleep"],
- adv_vs : ["charmed"]
- },
- weaponprofs : [false, false, ["longsword", "shortsword", "longbow", "shortbow"]],
- skills : ["Perception", "Stealth"],
- age : " typically claim adulthood around age 100 and can live to be 750 years old",
- height : " range from under 5 to 5 1/2 feet tall (4'5\" + 2d6\")",
- weight : " weigh around 100 lb (75 + 2d6 \xD7 1d6 lb)",
- heightMetric : " range from under 1,5 to 1,7 metres tall (135 + 5d6 cm)",
- weightMetric : " weigh around 45 kg (35 + 5d6 \xD7 2d6 / 10 kg)",
- improvements : "Lunar: +1 Dexterity, +1 Intelligence;",
- scores : [0, 1, 0, 1, 0, 0],
- 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.",
- spellcastingAbility : 4,
- features : {
- "minor illusion" : {
- name : "Minor Illusion",
- minlevel : 1,
- usages : 1,
- recovery : "short rest",
- tooltip : "(Minor Illusion)",
- action : ["bonus action", ""],
- spellcastingBonus : {
- name : "Minor Illusion",
- spells : ["minor illusion"],
- selection : ["minor illusion"],
- oncesr : true
- }
- },
- "sleep" : {
- name : "Sleep",
- minlevel : 3,
- usages : 1,
- recovery : "short rest",
- tooltip : "(Sleep)",
- action : ["action", ""],
- spellcastingBonus : {
- name : "Sleep",
- spells : ["sleep"],
- selection : ["sleep"],
- oncesr : true
- }
- },
- "moonbeam" : {
- name : "Moonbeam",
- minlevel : 5,
- usages : 1,
- recovery : "short rest",
- tooltip : "(Moonbeam)",
- action : ["action", ""],
- spellcastingBonus : {
- name : "Moonbeam",
- spells : ["moonbeam"],
- selection : ["moonbeam"],
- oncesr : true
- }
- }
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment