Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var iFileName = "Wrong Decisions.js";
- RequiredSheetVersion("13.1.14");
- MagicItemsList["Aegis of the Sentinel"] = {
- name: "Aegis of the Sentinel",
- source: ["HB", 0],
- type: "armor (studded leather)",
- rarity: "rare",
- description: "Todo",
- weight: 13,
- prereqeval: function(v){
- return v.lightArmorProf;
- },
- armorOptions: [{
- name: "Aegis of the Sentinel",
- source: ["HB", 0],
- ac: "12+1",
- weight: 13,
- type: "light",
- selectNow: true
- }],
- action: [["reaction", "Guardian's Retort"]],
- toNotesPage: [
- {
- name: "Aegis of the Sentinel",
- 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.",
- page3notes: true
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement