Update sheets and fix basic bugs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { SYSTEM } from "../config/system.mjs"
|
||||
|
||||
export default class CthulhuEternalEquipment extends foundry.abstract.TypeDataModel {
|
||||
export default class CthulhuEternalGHear extends foundry.abstract.TypeDataModel {
|
||||
static defineSchema() {
|
||||
const fields = foundry.data.fields
|
||||
const schema = {}
|
||||
@ -14,6 +14,6 @@ export default class CthulhuEternalEquipment extends foundry.abstract.TypeDataMo
|
||||
}
|
||||
|
||||
/** @override */
|
||||
static LOCALIZATION_PREFIXES = ["CTHULHUETERNAL.Equipment"]
|
||||
static LOCALIZATION_PREFIXES = ["CTHULHUETERNAL.Gear"]
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user