Skip to content

Instantly share code, notes, and snippets.

@Fourleafclov
Created February 15, 2020 02:12
Show Gist options
  • Save Fourleafclov/489c13072be271684ecc3779b58dfc20 to your computer and use it in GitHub Desktop.
Save Fourleafclov/489c13072be271684ecc3779b58dfc20 to your computer and use it in GitHub Desktop.
Pugilist - Club of the Whiskey Fist
AddSubClass("pugilist", "whiskey fist", {
regExpSearch : /^(?=.*pugilist)(?=.*whiskey)(?=.*fist).*$/i,
subname : "Club of the Whiskey Fist",
fullname : "Pugilist(Whiskey Fist)",
source : ["HB", 0],
features : {
"subclassfeature3.1" : {
name : "Drink Like A Demon",
source : ["HB", 0],
// minlevel : 3,
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."
},
"subclassfeature3.2" : {
name : "Fish In Water",
source : ["HB", 0],
minlevel : 3,
description : "\n " + "When i drink an alcoholic beverage, I can use my reaction to gain 1 moxie point."
},
"subclassfeature3.3" : {
name : "Homebrewer",
source : ["HB", 0],
minlevel : 3,
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. "
},
"subclassfeature6" : {
name : "Hair Of The Dog",
source : ["HB", 0],
minlevel : 6,
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."
},
"subclassfeature11" : {
name : "Mean Drunk",
source : ["HB", 0],
minlevel : 11,
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."
},
"subclassfeature17" : {
name : "Minotaur In A Glassworker's Shoppe",
source : ["HB", 0],
minlevel : 17,
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."
},
},
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment