Rename the Armour data model to something shields can use as well
This commit is contained in:
parent
a95412ad2e
commit
ba8bd472dc
2 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
Loading…
Add table
Add a link
Reference in a new issue