Guest User

Untitled

a guest
May 21st, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SpellsList["frostfang"] = {
  2.     name : "Frostfang",
  3.     classes : ["sorcerer"],
  4.     source : ["HB", 0],
  5.     level : 0,
  6.     school : "Evoc",
  7.     time : "1 a",
  8.     range : "Self",
  9.     components : "V,S",
  10.     duration : "Instantaneous",
  11.     description : "Melee spell atk; 1d4 Piercing + Str dmg & 1d6 Cold dmg; +1d6 Cold dmg at CL 5, 11, and 17",
  12.     descriptionCantripDie : "Melee spell atk; 1d4 piercing + Str + `CD`d6 Cold dmg; Con save or dis. on next attack roll",
  13.     descriptionFull : "You channel primal magic to cause your teeth to sharpen, ready to deliver a frozen attack. Make a melee spell attack against one creature within 5 feet of you. On a hit, the target takes 1d4 piercing + strength mod+ 1d6 cold damage. On a successful hit, the target must then make a Constitution saving throw. On a failed save, the target has disadvantage on the next weapon attack roll it makes before the end of its next turn. After you make the attack, your teeth return to normal." + "\n   " + "The spell’s cold damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6)."
  14. };
  15.  
  16. WeaponsList["frostfang"] = {
  17.     regExpSearch : /frostfang/i,
  18.     name : "Frostfang",
  19.     source : ["HB", 0],
  20.     list : "spell",
  21.     ability : 1,
  22.     type : "Cantrip",
  23.     damage : ["C", 6, "cold"],
  24.     range : "Melee (5 ft)",
  25.     description : "+1d4 + Str piercing damage; Con save or dis. on next attack roll",
  26.     abilitytodamage : false
  27. };
Advertisement
Add Comment
Please, Sign In to add comment