Guest User

Correct Beholder Race

a guest
Jul 11th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*  -WHAT IS THIS?-
  2.     This file adds optional material to "MPMB's Character Record Sheet" found at https://flapkan.com/mpmb/charsheets
  3.     Import this file using the "Add Extra Materials" bookmark.
  4.  
  5.     -KEEP IN MIND-
  6.     It is recommended to enter the code in a fresh sheet before adding any other information (i.e. before making your character with it).
  7. */
  8.  
  9. var iFileName = "BeholderRace.js";
  10. RequiredSheetVersion(12.999);
  11.  
  12. RaceList["eye tyrant beholder"] = {
  13.     regExpSearch : /^(?=.*\beholder?\b)(?!.*eye tyrant).*$/i,
  14.     name : "Beholder, Eye Tyrant",
  15.     source : ["HB", 0],
  16.     plural : "Beholders",
  17.     size : 3,
  18.     speed : {
  19.         fly : { spd : 20, enc : 10 }
  20.     },
  21.     languageProfs : ["Common", "Deep Speech", "Undercommon"],
  22.     vision : [["Darkvision", 60]],
  23.     weapons : ["bite"],
  24.     addarmor : "Natural Armor",
  25.     age : " rearch adulthood at age 2 and live up to 100 years",
  26.     height : " are between 6 and 8 feet in diameter (6'0\" + 2d12\")",
  27.     weight : "",
  28. //  weight : " weigh between 40 and 70 lb (35 + 2d4 \xD7 1 lb)",
  29. //  heightMetric : " are between 100 and 120 cm tall (100 + 5d4 cm)",
  30. //  weightMetric : " weigh between 20 and 30 kg (17 + 5d4 \xD7 2 / 10 kg)",
  31.     improvements : "Beholder: +1 Intelligence;",
  32.     scores : [0, 0, 0, 1, 0, 0],
  33.     features : {
  34.         "antimagic cone" : {
  35.             name : "Antimagic Cone",
  36.             minlevel : 1,
  37.             action : ["bonus action", ""],
  38.             usages : 1,
  39.             recovery : "long rest",
  40.         },
  41.         "eye rays" : {
  42.             name : "Eye Rays",
  43.             minlevel : 1,
  44.             spellcastingBonus : {
  45.                 name : "Eye Rays",
  46.                 spells : [["chill touch"],["eldritch blast"],["friends"],["mage hand"]],
  47.                 selection : [["chill touch"],["eldritch blast"],["friends"],["mage hand"]],
  48.             }
  49.         },
  50.     },
  51.     trait : "Eye Tyrant (+1 Intelligence)\n\nAntimagic Cone: Once per long rest, when a creature I can see within 60 ft. attempts to cast a spell, I can use my reaction to attempt to negate the spell, as if using counterspell except I can counter a spell of any level."
  52. };
Advertisement
Add Comment
Please, Sign In to add comment