import { IItem } from "../../interfaces/i-item"; const LIGHTNING_ABSORBTION_ROD: IItem = { image: null, name: "Lightning Absorbtion Rod", type: "Magic Item", rarity: "Rare", description: "Use 1 reaction to reduce the damage of lightning damage that you take to 0. You may use an action to then add this lightning damage to an your unarmed strike. If you absorb two lightning attacks, this item explodes and is no longer usable, dealing you 2d6 fire damage" }; export { LIGHTNING_ABSORBTION_ROD };