Guest User

Untitled

a guest
Jun 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. var iFileName = "Sorcerer - Frozen Heart [by SwordMeow].js";
  2. RequiredSheetVersion(12.999);
  3.  
  4. AddSubClass("sorcerer", "frozen heart", {
  5. regExpSearch : /^(?=.*(sorcerer|witch))(?=.*frozen?)(?=.*heart).*$/i,
  6. subname : "Frozen Heart",
  7. source : ["HB", 0],
  8. features : {
  9. "subclassfeature1" : {
  10. name : "Frigid Soul",
  11. source : ["HB", 0],
  12. minlevel : 1,
  13. description : "\n " + "At 1st level, you’re naturally adapted to cold climates, as described in chapter 5 of the DMG, and you have resistance to cold damage.",
  14. dmgres : ["Cold"],
  15. savetxt : { immune : ["effects of extreme cold"] }
  16. },
  17. "subclassfeature1.1" : {
  18. name : "Iceball",
  19. source : ["HB", 0],
  20. minlevel : 1,
  21. description : "\n " + "You can change the damage of any spell you cast to Cold.",
  22. },
  23. "subclassfeature6" : {
  24. name : "Gathering Frost",
  25. source : ["HB", 0],
  26. minlevel : 6,
  27. description : "\n " + "When you deal cold damage, you can halve the target's speed on its next turn.",
  28.  
  29. },
  30. "subclassfeature6.1" : {
  31. name : "Flashfreeze",
  32. source : ["HB", 0],
  33. minlevel : 6,
  34. description : ([
  35. "You can use your action to spend two sorcery points to make a simple object or structure from ice.",
  36. "It must reside within a 10ft. cube within 120ft. If you attempt to freeze a creature, it makes a Str or Dex save against your spell DC.",
  37. "On a failure, it is encased, and can remake it at the end of their turn. You can also freeze a 40ft. cube of water within 120ft.",
  38. " From 14th level, you can make anything out of true Ice for an additional 2 sorcery points, which will not melt.",
  39. ]),
  40. action : ["action", " (Flashfreeze)"],
  41. },
  42. "subclassfeature14" : {
  43. name : "Glacial Wreath",
  44. source : ["HB", 0],
  45. minlevel : 14,
  46. description : ([
  47. "You can use your reaction to cast armor of agathys on yourself when an attack against you succeeds, but before you take damage",
  48. "You can use your action to encase yourself in ice for a minute or until you choose to end the effect.",
  49. "You are petrified and gain temporary hit points equal to twice your sorcerer level now, and at the start of each of your turns.",
  50. "You maintain awareness of your surroundings. Once the cocoon is used, you must finish a long rest",
  51. ]),
  52. action : ["reaction", " (Armor of Agathys)"],
  53. action : ["action", " (Glacial Wreath)"],
  54. },
  55. "subclassfeature18" : {
  56. name : "Winter is Coming",
  57. source : ["HB", 0],
  58. minlevel : 18,
  59. description : ([
  60. "As an action, you can spend 5 sorcery points to exude a freezing aura to a distance of 20 feet",
  61. "For 10 minutes or until you lose your concentration (as if you were concentrating on a spell), surfaces within the aura become coated in frost",
  62. "water freezes instantly, and you take on the appearance of a minor god or goddess of winter",
  63. "A hostile creature that starts its turn within the aura must succeed on a Constitution saving throw or take 2d8 cold damage and become restrained",
  64. "until the start of its next turn",
  65. "A creature that succeeds on this saving throw is immune to this effect for the next 24 hours",
  66. "At the beginning of your turn, you can expand or reduce the range of the aura by 10 feet, to a maximum of 100 feet",
  67. ]),
  68. additional : "5 sorcery points",
  69. action : ["action", ""]
  70. }
  71. }
  72. });
Add Comment
Please, Sign In to add comment