mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
FEAT: add class prepareBaseData for domains
This commit is contained in:
parent
527a0cd419
commit
996e72d4f2
4 changed files with 10 additions and 6 deletions
|
|
@ -15,7 +15,6 @@ export default class DHFeature extends BaseDataItem {
|
|||
/** @inheritDoc */
|
||||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
console.log(SYSTEM.EFFECTS.applyLocations)
|
||||
return {
|
||||
...super.defineSchema(),
|
||||
type: new fields.StringField({ choices: SYSTEM.ITEM.featureTypes }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue