/** * Player's Handbook Armor Presets * * All armor from D&D 5e PHB, including: * - Light Armor (Padded, Leather, Studded Leather) * - Medium Armor (Hide, Chain Shirt, Scale Mail, Breastplate, Half Plate) * - Heavy Armor (Ring Mail, Chain Mail, Splint, Plate) * - Shield * * Data sourced from PHB page 145 */ import type { PresetSource } from './types.js'; export declare const ArmorPHB: PresetSource; //# sourceMappingURL=armor-phb.d.ts.map