Item structure

This commit is contained in:
2021-04-01 22:35:03 +02:00
parent cc46ce867e
commit e205ca186a
6 changed files with 74 additions and 60 deletions

View File

@@ -32,12 +32,12 @@ export class VadentisActor extends Actor {
return actor;
}
data.items = [];
/*data.items = [];
let compendiumName = "foundryvtt-vadentis.competences";
if ( compendiumName ) {
let skills = await SoSUtility.loadCompendium(compendiumName);
data.items = data.items.concat( skills );
}
}*/
return super.create(data, options);
}