Advertisement
Guest User

Thug Rogue Subclass MPMB

a guest
Nov 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AddSubClass("rogue", "Thug", {
  2.     regExpSearch : /^(?=.*(rogue|miscreant))(?=.*Thug).*$/i,
  3.     subname : "Thug",
  4.     source : ["Homebrew"],
  5.     features : {
  6.         "subclassfeature3" : {
  7.             name : "Thug's Arsenal",
  8.             source : ["Homebrew"],
  9.             minlevel : 3,
  10.             description : "\n   " + "I can treat all simple weapons and unarmed strikes as having the finesse trait."
  11.         },
  12.         "subclassfeature3.1" : {
  13.             name : "Dangerous Disposition",
  14.             source : ["Homebrew"],
  15.             minlevel : 3,
  16.             description : desc([
  17.                 "As a bonus action, I can make an intimidation check"
  18.             ]),
  19.             action : ["bonus action", ""]
  20.         },
  21.         "subclassfeature3.2" : {
  22.             name : "Intimidating Combatant",
  23.             source : ["Homebrew"],
  24.             minlevel : 3,
  25.             description : desc([
  26.                 "As a bonus action, I can threaten my opponents and force them off their guard",
  27.                 "I have to make a Charisma (Intimidation) check vs. the target's Wisdom (Insight) check",
  28.                 "If I succeed, I can use my sneak attack on it even if I don't have adv. (but not if disadv.)",
  29.                 "This benefit lasts for 1 minute or until I successfully use Intimidating Combatant again"
  30.             ]),
  31.             action : ["bonus action", ""]
  32.         },
  33.         "subclassfeature9" : {
  34.             name : "Frightful Presence",
  35.             source : ["Homebrew"],
  36.             minlevel : 9,
  37.             description : desc([
  38.                 "Opponents under the effect of intimidating combatant suffer the frightened condition",
  39.                 "they can make a Wisdom (Insight) check with a DC of 8 + My Charisma + Proficiency to end it.",
  40.                 "If i did not deal damage to them in my last turn, they have advantage on this check.",
  41.                 "The opponent automatically loses the frightened condition if i make a ranged attack or move away"
  42.             ])
  43.         },
  44.         "subclassfeature13" : {
  45.             name : "Unquestionable Demeanor",
  46.             source : ["Homebrew"],
  47.             minlevel : 13,
  48.             description : desc([
  49.                 "When rolling a charisma (Persuasion) or Charisma (Deception) check, i can choose to make a new roll",
  50.                 "I use my Charisma (Intimidation) instead, even if the result is lower than the original roll"
  51.             ])
  52.         },
  53.         "subclassfeature17" : {
  54.             name : "Bully",
  55.             source : ["Homebrew"],
  56.             minlevel : 17,
  57.             description : "\n   " + "When a creature is frightened, I add 2d6 to sneak attacks against that target"
  58.         }
  59.     }
  60.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement