Guest User

Coven of Tentacles

a guest
Jan 25th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. var iFileName = "Warlock - Coven of Tentacles.js";
  2. RequiredSheetVersion(12.999);
  3.  
  4. SourceList["ATC:BBW"] = {
  5. abbreviation : "SEH",
  6. name : "Coven of Tentacles (Deep Scion)",
  7. group : "SEH",
  8. url : "https://www.worldanvil.com/w/shifting-earth-rageglitter/a/coven-of-tentacles-deep-scion-article",
  9. date : "26/01/2019"
  10. };
  11.  
  12. AddSubClass("warlock", "Coven of Tentacles", {
  13. regExpSearch : /^(?=.*\bCoven\b)(?=.*\bTentacles\b)(?=.*\bDeep Scion\b).*$/i,
  14. subname : "Deep Scion",
  15. source : ["SEH", 1],
  16. 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"],
  17. features : {
  18. "subclassfeature1" : {
  19. name : "Grasp of the Kraken",
  20. source : ["SEH", 1],
  21. minlevel : 1,
  22. description : desc([
  23. "As an action, pick a point you see within 60 ft, a horde of grasping tendrils appears there.",
  24. "Creatures you choose within 10 ft must make a Str save.",
  25. "If failed, it is grappled for 1 minute or until you use this ability again.",
  26. "The tentacle's Strength (Athletics) bonus is = 2 + your prof bonus and its reach is 10ft."
  27. ]),
  28. action : ["action", ""]
  29. },
  30.  
  31. "subclassfeature6" : {
  32. name : "Inky Escape",
  33. source : ["SEH", 1],
  34. minlevel : 6,
  35. description : desc([
  36. "As a reaction when I take damage, I can cast darkness centered on a point within 5ft of me.",
  37. "I can see in this darkness, and it lasts until the end of my next turn"
  38. ]),
  39. usages : 1,
  40. spellcastingBonus : {
  41. name : "Inky Escape",
  42. spells : ["darkness"],
  43. selection : ["darkness"]
  44. }
  45. recovery : "short rest",
  46. action : ["reaction", ""]
  47. },
  48.  
  49. "subclassfeature10" : {
  50. name : "Scion of the Depths",
  51. source : ["SEH", 1],
  52. minlevel : 10,
  53. description : desc([
  54. "I gain a swim speed = to walk and resistance to lighting dmg.",
  55. "When I reduce damage with my lighting resistance, as a reaction creatures I choose and see,",
  56. "take lighting dmg equal to my Cha + prof bonus."
  57. ]),
  58. speed : {
  59. swim : { spd : "walk", enc : "walk" }
  60. },
  61. dmgres : ["Lighting"]
  62. action : ["reaction", ""]
  63.  
  64. },
  65.  
  66. "subclassfeature14" : {
  67. name : "Unleash the Kraken",
  68. source : ["SEH", 1],
  69. minlevel : 14,
  70. description : desc([
  71. "As an action, I open a portal at a point I see within 30 ft and choose one of these following effects:",
  72. "\u2022 Transport: I and up to 5 aliies I see are pulled through a portal",
  73. " that can take us to a location visted within the last 24 hours and within 100 miles",
  74. "\u2022 Fury: I choose 5 creatures I can see within 30 ft and have them make a Dex save";
  75. " If failed, it takes 10d6 bludgeoning damage (half of success) and is restrained for 1 minute.",
  76. " On its turn it can make a DC 15 Strength (Athletics) or Dexterity (Acrobatics) to escape".
  77. ]),
  78. usages : 1,
  79. recovery : "long rest"
  80. action : ["action", ""]
  81. }
  82. }
  83. }
  84. );
Advertisement
Add Comment
Please, Sign In to add comment