Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AelarTheElfRogue/4e5d5e57146e4200e7938b20868540b4 to your computer and use it in GitHub Desktop.
Save AelarTheElfRogue/4e5d5e57146e4200e7938b20868540b4 to your computer and use it in GitHub Desktop.
[Feat] - Marid's Blessing
//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",
improvements : "Marid's Blessing (feat): +1 Dexterity;",
scores : [0, 1, 0, 0, 0, 0],
vision : [["Darkvision (while underwater)", 120]],
savetxt : {
adv_vs : ["poison"]
},
action : ["bonus", " (Liquid Form)"],
usages : 1,
recovery : "short rest",
eval : "AddString(\"Extra.Notes\", \"Liquid Form:\\n\\u25C6 Once per short rest I can use my bonus action to become a liquid form. I have resistance\\n to non magical damage and attacks against you have disadvantage. I may enter any place\\n with at least one inch of clearance. I reform at the end of my turn.\\n\\u25C6 I take 1d6 bludgeoning damage for every 5ft of movement I am forced to move if I\\n end my turn in too small of a space. I am moved to the nearest open square to where\\n I ended my turn.\", true);",
removeeval : "RemoveString(\"Extra.Notes\", \"Liquid Form:\\n\\u25C6 Once per short rest I can use my bonus action to become a liquid form. I have resistance\\n to non magical damage and attacks against you have disadvantage. I may enter any place\\n with at least one inch of clearance. I reform at the end of my turn.\\n I take 1d6 bludgeoning damage for every 5ft of movement I am forced to move if I\\n end my turn in too small of a space. I am moved to the nearest open square to where\\n I ended my turn.\", false);",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment