Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AelarTheElfRogue/dcaeb95ad479a2a69ff410c06e70b59d to your computer and use it in GitHub Desktop.
Save AelarTheElfRogue/dcaeb95ad479a2a69ff410c06e70b59d to your computer and use it in GitHub Desktop.
[Archetype] - Barbarian: Path of the Titan Mauler
/* -INFORMATION-
Subject: Barbarian - Path of Titan Mauler
Sheet: v12.999 (2017-11-29)
*/
// Converted for use with MPMB's Character Sheet by /u/AelarTheElfRogue
var iFileName = "Barbarian - Path of the Titan Mauler [ch33ri000z] [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
SourceList["B:PotTM"] ={
name : "Barbarian - Path of the Titan Mauler",
abbreviation : "B:PotTM",
group : "Homebrew",
url : "https://www.gmbinder.com/share/-LIIoyFMYI3MZIYvNavs",
date : "2018/09/14"
};
AddSubClass(
"barbarian",
"titan mauler",
{
regExpSearch : /^(?=.*titan)(?=.*mauler).*$/i,
subname : "Path of the Titan Mauler",
source : ["B:PotTM", 1],
features : {
"subclassfeature3" : {
name : "Oversized Weapons",
source : ["B:PotTM", 1],
minlevel : 3,
description : desc([
"I can wield weapons meant for creatures one size larger than me two-handed without",
"disadvantage. I deal 1d6 extra damage with these weapons. Increases to 2d6 at 6th level",
]),
},
"subclassfeature3.1" : {
name : "Jotungrip",
source : ["B:PotTM", 1],
minlevel : 3,
description : desc([
"While raging, my attacks ignore the damage threshold of all unattended objects or",
"structures. Once on each of my turns, I can shove creatures or objects smaller than me",
"that I hit with an oversized weapon back 10 feet.",
]),
},
"subclassfeature6" : {
name : "Mighty Build",
source : ["B:PotTM", 1],
minlevel : 6,
description : desc([
"When subjected to an effect that allows me to make a Dexterity saving throw to take",
"half damage, I can make a Strength saving throw instead when wielding an oversized",
"weapon. I count as one size larger when determining my carrying capacity, grappling",
"and shoving, and the weight I can push, drag, or lift.",
]),
eval : "tDoc.getField('Carrying Capacity Multiplier').value *= 2;",
removeeval : "tDoc.getField('Carrying Capacity Multiplier').value /= 2;"
},
"subclassfeature10" : {
name : "Monster Hunter",
source : ["B:PotTM", 1],
minlevel : 10,
description : desc([
"I am immune to the frightened condition. I have advantage on Wisdom (Survival)",
"checks to track creatures larger than me.",
]),
savetxt : {
immune : ["frightened"],
},
},
"subclassfeature14" : {
name : "Oversized Techniques",
source : ["B:PotTM", 1],
minlevel : 14,
description : desc([
"I gain techniques for using oversized weapons more effectively, found in the Extra Notes",
]),
usages : "STR mod x ",
usagescalc : "event.value = Math.max(1, this.getField(\"Str Mod\").value);",
recovery : "short rest",
eval : "AddString(\"Extra.Notes\", \"\\u25C6 Oversized Techniques (Path of the Titan Mauler)\\n - Skewer: When I hit a creature using a piercing oversized weapon, I can halve the creature's speed until the end of their next turn, and they have disadvantage on their next Strength check or saving throw.\\n - Cleave: When I hit a creature using a bludgeoning or slashing oversized weapon, I can deal my Strength mod damage to creatures adjacent to the oringal target and within reach.\\n - Crush: When I hit a creature with an oversized weapon, I can deal an additional 2d6 damage, and the creautre must make a Strength savaing throw or be knock prone. The DC equals 8 + Strength Mod + Proficiency Bonus.\", true);",
removeeval : "RemoveString(\"Extra.Notes\", \"\\u25C6 Oversized Techniques (Path of the Titan Mauler)\\n - Skewer: When I hit a creature using a piercing oversized weapon, I can halve the creature's speed until the end of their next turn, and they have disadvantage on their next Strength check or saving throw.\\n - Cleave: When I hit a creature using a bludgeoning or slashing oversized weapon, I can deal my Strength mod damage to creatures adjacent to the oringal target and within reach.\\n - Crush: When I hit a creature with an oversized weapon, I can deal an additional 2d6 damage, and the creautre must make a Strength savaing throw or be knock prone. The DC equals 8 + Strength Mod + Proficiency Bonus.\", false);",
},
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment