Advertisement
Guest User

Aegis of the Sentinel

a guest
Jul 26th, 2024
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var iFileName = "Wrong Decisions.js";
  2. RequiredSheetVersion("13.1.14");
  3. MagicItemsList["Aegis of the Sentinel"] = {
  4.     name: "Aegis of the Sentinel",
  5.     source: ["HB", 0],
  6.     type: "armor (studded leather)",
  7.     rarity: "rare",
  8.     description: "Todo",
  9.     weight: 13,
  10.     prereqeval: function(v){
  11.         return v.lightArmorProf;
  12.     },
  13.     armorOptions: [{
  14.         name: "Aegis of the Sentinel",
  15.         source: ["HB", 0],
  16.         ac: "12+1",
  17.         weight: 13,
  18.         type: "light",
  19.         selectNow: true
  20.     }],
  21.     action: [["reaction", "Guardian's Retort"]],
  22.     toNotesPage: [
  23.         {
  24.             name: "Aegis of the Sentinel",
  25.             note: "\n   Guardian's Retort: When hit, I may use my reaction to expend a charge and either turn a critical hit into a normal hit or gain resistance to non-magical slashing damage against this attack. Must be charged by expending a 1st-level spell slot. Must be removed for a long rest.",
  26.             page3notes: true
  27.         }
  28.     ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement