Skip to content

Instantly share code, notes, and snippets.

//version 2
var iFileName = "Marid's Blessing Feat [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
FeatsList["marid's blessing"] = {
name : "Marid's Blessing",
source : ["HB", 0],
description : "While underwater, I gain advantage on Stealth checks and Darkvision 120ft. I may drink salt water as though it were fresh water. I gain advantage versus poison saves. I gain the Liquid Form feature (see notes). [+1 Dexterity];",
prerequisite : "Being a Water Genasi",
prereqeval : "CurrentRace.known.indexOf('water genasi') !== -1",
@AelarTheElfRogue
AelarTheElfRogue / Wizard - School of Astronomy [AelarTheElfRogue].js
Last active October 4, 2018 12:34
[Archetype] - Wizard: School of Astronomy
/* -INFORMATION-
Subject: School of Astronomy
Link: http://homebrewery.naturalcrit.com/share/ByayxDl17
Effect: This is the syntax for adding the homebrew Wizard subclass School of Astronomy by /u/AelarTheElfRogue
Sheet: v12.999 (2017-11-29)
*/
var iFileName = "Wizard - School of Astronomy [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
@AelarTheElfRogue
AelarTheElfRogue / Abyssal Tieflings [AelarTheElfRogue].js
Last active August 22, 2018 19:13
[Race] - Abyssal Tieflings
var iFileName = "Abyssal Tieflings [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
// Define the source
SourceList.AT={
name : "Abyssal Tieflings",
abbreviation : "AT",
group : "Homebrew",
url : "http://homebrewery.naturalcrit.com/share/HkIZ1M-HQ",
date : "2018/08/02"
@AelarTheElfRogue
AelarTheElfRogue / Gnoll Race - Daemons and Deathrays [AelarTheElfRogue].js
Last active August 23, 2018 03:15
[Race] - Gnoll (Daemons and Deathrays)
var iFileName = "Gnoll Race - Daemons and Deathrays [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
SourceList["DD:G"] ={
name : "Gnoll Race - Daemons and Deathrays",
abbreviation : "DD:G",
group : "Homebrew",
url : "https://daemonsanddeathrays.wordpress.com/2015/12/05/gnolls-a-ferocious-race-for-dd-5e/",
date : "2018/08/21"
};
/* -INFORMATION-
Subject: Barbarian - Path of the Hellion
Effect: This is the syntax for adding a new subclass/archetype to a class that is defined in the sheet, or to a class you made yourself
Sheet: v12.999 (2017-11-29)
*/
// Converted for use with MPMB's Character Sheet by /u/AelarTheElfRogue
var iFileName = "Barbarian - Path of the Hellion [The Darkest Dungeon] [AelarTheElfRogue].js"; // Optional; This is how the file will be named in the sheet if you import it as a file and not copy-paste its content. Only the first occurrence of this variable will be used
RequiredSheetVersion(12.999); // Optional; This is the minimum required version number of the sheet for the script to work. If the sheet being used to import the script is of an earlier version, the user will be warned
@AelarTheElfRogue
AelarTheElfRogue / Monk - Way of the Beast [AelarTheElfRogue].js
Last active August 28, 2018 14:48
[Archetype] - Monk: Way of the Beast
/* -INFORMATION-
Subject: Monk - Way of the Beast
Effect: This is the syntax for adding a new subclass/archetype to a class that is defined in the sheet, or to a class you made yourself
Sheet: v12.999 (2017-11-29)
*/
// Converted for use with MPMB's Character Sheet by /u/AelarTheElfRogue
var iFileName = "Monk - Way of the Beast [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
/* -INFORMATION-
Subject: Class - The Craftsman [MageHandPress][AelarTheElfRogue].js
Sheet: v13.00.00 (2018-??-??) [identical to v12.999 syntax, except v12.999 uses 'borrow' for the burrow speed]
*/
// Converted for use with MPMB's Character Sheet by /u/AelarTheElfRogue
//Create the source
SourceList["MHP:C"] ={
name : "Mage Hand Press: The Craftsman Class",
var iFileName = "Wizard - Blood Mage [DungeonMastersGuild][AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
// Converted for use with MPMB's Character Sheet by /u/AelarTheElfRogue
//Create the source
SourceList["JR:BM"] ={
name : "Joshua Raynack: Blood Magic",
abbreviation : "JR:BM",
group : "Dungeon Masters Guild",
@AelarTheElfRogue
AelarTheElfRogue / Barbarian - Path of the Titan Mauler [ch33ri000z] [AelarTheElfRogue].js
Last active September 15, 2018 03:20
[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);
@AelarTheElfRogue
AelarTheElfRogue / Cleric - Celebration Domain [AelarTheElfRogue].js
Last active October 4, 2018 12:32
[Archetype] - Cleric: Celebration Domain
var iFileName = "Cleric - Celebration Domain [AelarTheElfRogue].js";
RequiredSheetVersion(12.999);
//Create the source
SourceList["AtER:CDC"] ={
name : "Aelar the Elf Rogue - Cleric Domain: Celebration",
abbreviation : "AtER:CDC",
group : "Aelar The Elf Rogue",
url : "http://homebrewery.naturalcrit.com/share/r18bSJl9Q",
date : "2018/10/01"