Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
@@ -5,12 +5,11 @@ export default class HellbornSpeciesTrait extends foundry.abstract.TypeDataModel
|
||||
const fields = foundry.data.fields;
|
||||
const schema = {};
|
||||
|
||||
schema.isAdvantage = new fields.BooleanField({ required: true, initial: false });
|
||||
schema.description = new fields.HTMLField({ required: true, textSearch: true })
|
||||
|
||||
return schema;
|
||||
}
|
||||
|
||||
/** @override */
|
||||
static LOCALIZATION_PREFIXES = ["HELLBORN.CreatureTrait"];
|
||||
static LOCALIZATION_PREFIXES = ["HELLBORN.SpeciesTrait"];
|
||||
}
|
||||
Reference in New Issue
Block a user