import { IItem } from "../../interfaces/i-item"; const LOKIS_HEAVY_PLATE_ARMOR: IItem = { image: null, name: "Loki's Heavy Plate Armor", type: "Armor", rarity: "Wonderous", description: "18AC. This armor is jet black and can only be touched by those of chaotic alignment. Those who touch it with bare skin who are not chaotic, will instantly cause the skin and flesh to peel back in layers, killing the target. This process is slow, happening over several hours." }; export { LOKIS_HEAVY_PLATE_ARMOR };