Vaporflower

DnDsubClassadditionWhiskeyFist.js

Feb 5th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var iFileName = "Whiskey Fist by Sadie, transcribed by GryphonGraphicsStudios].js";
  2. RequiredSheetVersion(12.999);
  3.  
  4. AddSubClass("Pugilist","Whiskey Fist",) {
  5.     regExpSearch : /^(?=.*pugilist)(?=.*whiskey)(?=.*fist).*$/i,
  6.     subname : "Whiskey Fist",
  7.     fullname : "Club of the Whiskey Fist)",
  8.     source : ["HB", 0],
  9.     features : {
  10.         "subclassfeature3.1" : {
  11.             name : "Drink Like A Demon",
  12.             source : ["HB", 0],
  13.             minlevel : 3,
  14.             description : "\n   " + "I can use a bonus action on each turn to consume a potion or other beverage. If I consume an alcoholic beverage I can use my reaction to trigger my Bloodied but Unbowed feature."
  15.             },
  16.         "subclassfeature3.2" : {
  17.             name : "Fish In Water",
  18.             source : ["HB", 0],
  19.             minlevel : 3,
  20.             description : "\n   " + "When i drink an alcoholic beverage, I can use my reaction to gain 1 moxie point."
  21.         },
  22.         "subclassfeature3.3" : {
  23.             name : "Homebrewer",
  24.             source : ["HB", 0],
  25.             minlevel : 3,
  26.             description : "\n   " + "I can gain proficiency with brewer's supplies. When I finish a rest, I can use whatever plant materials and water are at hand and brewer’s supplies to create alcoholic beverages. I create 1d3 when you finish a short rest and 2d6 when I finish a long rest. "
  27.         },
  28.         "subclassfeature6" : {
  29.             name : "Hair Of The Dog",
  30.             source : ["HB", 0],
  31.             minlevel : 6,
  32.             description : "\n   " + "When I drink an alcoholic beverage, I can use my reaction to lose a level of exhaustion. I can only use this feature once. It does not replenish until after 1 long rest."
  33.             },
  34.         "subclassfeature11" : {
  35.             name : "Mean Drunk",
  36.             source : ["HB", 0],
  37.             minlevel : 11,
  38.             description : "\n   " + "When I consume an alcoholic beverage, I can use my reaction and spend 5 moxie points to enter a drunken frenzy for 1 minute. When I use my Haymaker feature, I do not gain a disadvantage on my weapon attack rolls. I gain a special reaction I can use each turn to make an opportunity attack. I cannot use my reaction on the same turn I use one of my special reactions. I ignore the effects of exhaustion."
  39.             },
  40.         "subclassfeature17" : {
  41.             name : "Minotaur In A Glassworker's Shoppe",
  42.             source : ["HB", 0],
  43.             minlevel : 17,
  44.             description : "\n   " + "I have resistance to bludgeoning, piercing, and slashing damage. I have an advantage on ability checks that add my Strength modifier. I can move through other creatures. I can use my reaction when I move through a creature one size larger than me or smaller to make a shove attack against that creature."
  45.             }
  46.         }
  47.     };
Advertisement
Add Comment
Please, Sign In to add comment