Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* -WHAT IS THIS?-
- This file adds optional material to "MPMB's Character Record Sheet" found at https://flapkan.com/mpmb/charsheets
- Import this file using the "Add Extra Materials" bookmark.
- -KEEP IN MIND-
- It is recommended to enter the code in a fresh sheet before adding any other information (i.e. before making your character with it).
- */
- var iFileName = "BeholderRace.js";
- RequiredSheetVersion(12.999);
- RaceList["eye tyrant beholder"] = {
- regExpSearch : /^(?=.*\beholder?\b)(?!.*eye tyrant).*$/i,
- name : "Beholder, Eye Tyrant",
- source : ["HB", 0],
- plural : "Beholders",
- size : 3,
- speed : {
- fly : { spd : 20, enc : 10 }
- },
- languageProfs : ["Common", "Deep Speech", "Undercommon"],
- vision : [["Darkvision", 60]],
- weapons : ["bite"],
- addarmor : "Natural Armor",
- age : " rearch adulthood at age 2 and live up to 100 years",
- height : " are between 6 and 8 feet in diameter (6'0\" + 2d12\")",
- weight : "",
- // weight : " weigh between 40 and 70 lb (35 + 2d4 \xD7 1 lb)",
- // heightMetric : " are between 100 and 120 cm tall (100 + 5d4 cm)",
- // weightMetric : " weigh between 20 and 30 kg (17 + 5d4 \xD7 2 / 10 kg)",
- improvements : "Beholder: +1 Intelligence;",
- scores : [0, 0, 0, 1, 0, 0],
- features : {
- "antimagic cone" : {
- name : "Antimagic Cone",
- minlevel : 1,
- action : ["bonus action", ""],
- usages : 1,
- recovery : "long rest",
- },
- "eye rays" : {
- name : "Eye Rays",
- minlevel : 1,
- spellcastingBonus : {
- name : "Eye Rays",
- spells : [["chill touch"],["eldritch blast"],["friends"],["mage hand"]],
- selection : [["chill touch"],["eldritch blast"],["friends"],["mage hand"]],
- }
- },
- },
- 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."
- };
Advertisement
Add Comment
Please, Sign In to add comment