Skip to content

Instantly share code, notes, and snippets.

var iFileName = "epicboons.js";
RequiredSheetVersion(13);
FeatsList["epic boon"] = {
name: "Epic Boon",
source: [["D", 232]],
descriptionFull : "",
description : "",
choices : ["Boon of Combat Prowess","Boon of Dimensional Travel","Boon of Fate","Boon of Fortitude","Boon of High Magic","Boon of Immortality","Boon of Invincibility","Boon of Irresistible Offense","Boon of Luck","Boon of Magic Resistance","Boon of Peerless Aim","Boon of Perfect Health","Boon of Planar Travel","Boon of Quick Casting","Boon of Recovery","Boon of Resilience","Boon of Skill Proficiency","Boon of Speed","Boon of Spell Mastery","Boon of Spell Recall","Boon of the Fire Soul","Boon of the Night Spirit","Boon of the Stormborn","Boon of the Unfettered","Boon of Truesight","Boon of Undetectibility"],
"boon of combat prowess": {
description: "When I miss with a melee weapon attack, I can choose to hit instead. Once I use this boon, I can't use it again until I finish a short rest.",
var iFileName = "ua_20200713_Feats_2020.js";
RequiredSheetVersion(13);
// Define the source
SourceList["UA:F20"] = {
name : "Unearthed Arcana: Feats 2020",
abbreviation : "UA:F20",
group : "Unearthed Arcana",
url : "https://media.wizards.com/2020/dnd/downloads/UA2020_Feats.pdf",
date : "2020/07/13"
@AelarTheElfRogue
AelarTheElfRogue / Race - Half-Orc Variants.js
Last active December 2, 2019 16:13
[Race] - Half-Orc Variants
var iFileName = "HalfOrcVariants.js";
RaceList["half-orc-feraltieflingvariant"] = {
regExpSearch : /^(?=.*feral)(?=.*tiefling)(?=.*half)(?=.*\bor(c|k)).*$/i,
name : "Feral Tiefling Half-orc",
sortname : "Half-orc, Feral Tiefling",
source : [["SRD", 7], ["P", 41], ["HB", 0]],
plural : "Feral Tiefling Half-orcs",
size : 3,
speed : {
walk : { spd : 30, enc : 20 }
@AelarTheElfRogue
AelarTheElfRogue / Race - Half-Dwarf.js
Last active October 30, 2019 01:40
[Race] - Half-Dwarf
var iFileName = "Race - Half-Dwarf.js";
RaceList["half-dwarf"] = {
regExpSearch : /^(?=.*half-dwarf).*$/i,
name : "Half-Dwarf",
source : ["HB", 1],
plural : "Half-Dwarves",
size : 3,
speed : {
walk : { spd : 25, enc : 15 }
},
@AelarTheElfRogue
AelarTheElfRogue / Race - Bearkin.js
Created October 27, 2019 01:39
[Race] - Bearkin
var iFileName = "Bearkin Race.js";
//Add the Bear Claw Weapon Weapon
WeaponsList["claws"] = {
regExpSearch : /^(?=.*\b(sharp|cat|dragon|retractable|tortle|bear))(?=.*\bclaws?\b).*$/i,
name : "Sharp Claws",
source : [["V", 115], ["UA:FR", 2], ["TP", 4], ["X", 74]],
ability : 1,
type : "Natural",
damage : [1, 4, "slashing"],
range : "Melee",
var iFileName = "Animal Adventures: Tales of Dungeons and Doggies.js";
RequiredSheetVersion(13);
SourceList.DnDog={
name : "Animal Adventures: Tales of Dungeons and Doggies",
abbreviation : "DnDog",
group : "Homebrew",
url : "https://steamforged.com/animal-adventures",
date : "2019/09/19"
};
//Add the Dog Bite Weapon
@AelarTheElfRogue
AelarTheElfRogue / Compendium of Forgotten Secrets - Awakening - Ashen Lineage.js
Last active September 5, 2019 17:10
Compendium of Forgotten Secrets - Awakening - Ashen Lineage
var iFileName = "Compendium of Forgotten Secrets - Awakening - Ashen Lineage.js";
SourceList.CoFSA={
name : "Compendium of Forgotten Secrets - Awakening",
abbreviation : "CoFSA",
group : "Homebrew",
url : "https://www.genfantasypress.com/",
date : "2019/03/07"
};
//The Ashen Wolf - Sorcerer
WeaponsList["ember claws"] = {
@AelarTheElfRogue
AelarTheElfRogue / Compendium of Forgotten Secrets - Awakening - Blackthorn Grove.js
Last active June 24, 2019 17:24
Compendium of Forgotten Secrets - Awakening - Blackthorn Grove
var iFileName = "Compendium of Forgotten Secrets - Awakening - Blackthorn Grove.js";
SourceList.CoFSA={
name : "Compendium of Forgotten Secrets - Awakening",
abbreviation : "CoFSA",
group : "Homebrew",
url : "https://www.genfantasypress.com/",
date : "2019/03/07"
};
//The Blackthorn Grove - Warlock
AddSubClass("warlock", "the blackthorn grove", {
@AelarTheElfRogue
AelarTheElfRogue / Cleric - Doomguide.js
Last active June 14, 2019 19:04
[Archetype] - Cleric: Doomguide
var iFileName = "Cleric: Doomguide [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
//Create the source
SourceList["AAA:CG"] ={
name : "Astrophel's Astronomical Arcanum: Cleric: Doomguide",
abbreviation : "AAA:CD",
group : "Astrophel's Astronomical Arcanum",
date : "2019/06/13"
};
@AelarTheElfRogue
AelarTheElfRogue / Astrophel's Astronomical Arcanum - Infinite Hunger Patron.js
Last active July 31, 2019 13:39
[Archetype] - Warlock - The Infinite Hunger Patron
var iFileName = "Astrophel's Astronomical Arcanum - Infinite Hunger Patron.js";
//Create the source
SourceList["AAA:IH"] ={
name : "Astrophel's Astronomical Arcanum - Infinite Hunger Patron",
abbreviation : "AAA:IH",
group : "Astrophel's Astronomical Arcanum",
url : "https://www.gmbinder.com/share/-Lb4_S-mYZsAkjo_z-Hi",
date : "2018/10/01"
};
AddSubClass("warlock", "the infinite hunger", {