This commit is contained in:
Vlyan
2023-04-05 14:11:44 +02:00
parent 87096ab286
commit 67b7601fa1
4 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ export class WeaponSheetL5r5e extends ItemSheetL5r5e {
async getData(options = {}) {
const sheetData = await super.getData(options);
const categories = await game.l5r5e.HelpersL5r5e.getCategoriesSkillsList(this.actor);
console.log(categories);
// Martial skills only
sheetData.data.skills = Array.from(CONFIG.l5r5e.skills)