Rename the Armour data model to something shields can use as well

This commit is contained in:
Oliver-Akins 2025-01-19 00:16:56 -07:00
parent a95412ad2e
commit ba8bd472dc
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,8 @@ import { requiredInteger } from "../helpers.mjs";
const { fields } = foundry.data;
export class ArmourData extends foundry.abstract.TypeDataModel {
/** Used for Armour and Shields */
export class ProtectorData extends foundry.abstract.TypeDataModel {
// MARK: Schema
static defineSchema() {
return {