Guest User

EGtDB

a guest
Sep 25th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 2.21 KB | Software | 0 0
  1. racelist["scholar of ruin voidkin"] = {
  2.     regExpSearch : /^(?=.*voidkin)(?=.*scholar).*$/i,
  3.     name : "scholar of ruin voidkin",
  4.     sortname : "voidkin, scholar of ruin",
  5.     source : [["EGtDB", 46]],
  6.     plural : "voidkin",
  7.     size : [2,3],
  8.     speed : {
  9.         walk : {spd : 30, enc : 20}
  10.     },
  11.     languageprofs : ["common", 2],
  12.     vision : ["darkvision", 60],
  13.     skills : ["history"],
  14.     skillstxt : "choose one from: arcane, insight, perception, or survival",
  15.     age : "Voidkin are created fully grown and do not age in the same way as other races. They are effectively immortal, as long as their parasitic bond remains intact.",
  16.     improvements : "+2 Intelligence +1 Wisdom",
  17.     scores : [0, 0, 0, 2, 1, 0],
  18.     spellcastingAbility : 4,
  19.     features : {
  20.         "void morphosis" : {
  21.             name : "void morphosis",
  22.             minlevel : 1,
  23.             usages : 1,
  24.             recovery : "long rest",
  25.             action : ["action", ""]
  26.         },
  27.         "rune of eldritch knowledge" : {
  28.             name : "rune of eldritch knowledge",
  29.             minlevel : 3,
  30.             usages : "long rest",
  31.             spellcastingBonus : {
  32.                 name : "rune of eldritch knowledge (level 3)",
  33.                 spells : ["detect thoughts"],
  34.                 selection : ["detect thoughts"],
  35.                 oncelr : true
  36.             }
  37.         }
  38.     },
  39.     traits : "voidkin (+2 Intelligence +1 Wisdom)" +
  40.     "\n Void Morphosis: You harbor a void parasite within, a creature of the chaos that underpins the universe. As an action, you can unleash the essence of the void, causing your body to undergo a dramatic and terrifying transformation. Your form mutates into a swirling mass of aberrant shapes and eerie energies. Each creature within 30 feet of you that can see you must succeed on a Charisma saving throw or become frightened of you until the end of its next turn. The DC for this saving throw equals 8 + your proficiency bonus + your Charisma modifier. Once you use this trait, you can't use it again until you finish a long rest." +
  41.     "\n Rune of Eldritch Knowledge: Starting at 3rd level, you can cast the detect thoughts spell with this trait. Intelligence is your spellcasting ability for it when you cast this spell with this trait. Once you cast the spell with this trait, you can’t do so again until you finish a long rest. You can also cast this spell using any spell slots you have of the appropriate level."
  42. };
Add Comment
Please, Sign In to add comment