Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var iFileName = "Warlock - Coven of Tentacles.js";
- RequiredSheetVersion(12.999);
- SourceList["ATC:BBW"] = {
- abbreviation : "SEH",
- name : "Coven of Tentacles (Deep Scion)",
- group : "SEH",
- url : "https://www.worldanvil.com/w/shifting-earth-rageglitter/a/coven-of-tentacles-deep-scion-article",
- date : "26/01/2019"
- };
- AddSubClass("warlock", "Coven of Tentacles", {
- regExpSearch : /^(?=.*\bCoven\b)(?=.*\bTentacles\b)(?=.*\bDeep Scion\b).*$/i,
- subname : "Deep Scion",
- source : ["SEH", 1],
- spellcastingExtra : ["thunderwave", "create or destroy water", "augury", "gust of wind", "call lightning", "water breathing", "evard's black tentacles", "control water", "commune with nature", "cone of cold"],
- features : {
- "subclassfeature1" : {
- name : "Grasp of the Kraken",
- source : ["SEH", 1],
- minlevel : 1,
- description : desc([
- "As an action, pick a point you see within 60 ft, a horde of grasping tendrils appears there.",
- "Creatures you choose within 10 ft must make a Str save.",
- "If failed, it is grappled for 1 minute or until you use this ability again.",
- "The tentacle's Strength (Athletics) bonus is = 2 + your prof bonus and its reach is 10ft."
- ]),
- action : ["action", ""]
- },
- "subclassfeature6" : {
- name : "Inky Escape",
- source : ["SEH", 1],
- minlevel : 6,
- description : desc([
- "As a reaction when I take damage, I can cast darkness centered on a point within 5ft of me.",
- "I can see in this darkness, and it lasts until the end of my next turn"
- ]),
- usages : 1,
- spellcastingBonus : {
- name : "Inky Escape",
- spells : ["darkness"],
- selection : ["darkness"]
- }
- recovery : "short rest",
- action : ["reaction", ""]
- },
- "subclassfeature10" : {
- name : "Scion of the Depths",
- source : ["SEH", 1],
- minlevel : 10,
- description : desc([
- "I gain a swim speed = to walk and resistance to lighting dmg.",
- "When I reduce damage with my lighting resistance, as a reaction creatures I choose and see,",
- "take lighting dmg equal to my Cha + prof bonus."
- ]),
- speed : {
- swim : { spd : "walk", enc : "walk" }
- },
- dmgres : ["Lighting"]
- action : ["reaction", ""]
- },
- "subclassfeature14" : {
- name : "Unleash the Kraken",
- source : ["SEH", 1],
- minlevel : 14,
- description : desc([
- "As an action, I open a portal at a point I see within 30 ft and choose one of these following effects:",
- "\u2022 Transport: I and up to 5 aliies I see are pulled through a portal",
- " that can take us to a location visted within the last 24 hours and within 100 miles",
- "\u2022 Fury: I choose 5 creatures I can see within 30 ft and have them make a Dex save";
- " If failed, it takes 10d6 bludgeoning damage (half of success) and is restrained for 1 minute.",
- " On its turn it can make a DC 15 Strength (Athletics) or Dexterity (Acrobatics) to escape".
- ]),
- usages : 1,
- recovery : "long rest"
- action : ["action", ""]
- }
- }
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment