import HawkmoonItemSheet from "./base-item-sheet.mjs" export default class HawkmoonProtectionSheet extends HawkmoonItemSheet { /** @override */ static DEFAULT_OPTIONS = { classes: ["protection"], position: { width: 620, }, window: { contentClasses: ["protection-content"], }, } /** @override */ static PARTS = { main: { template: "systems/fvtt-hawkmoon-cyd/templates/item-protection-sheet.hbs", }, } }