This commit is contained in:
Dapoolp 2025-08-05 21:46:21 +02:00
parent 3d1be5fa22
commit 42867a4be1
7 changed files with 7 additions and 7 deletions

View file

@ -130,7 +130,7 @@ export const typeConfig = {
operator: "lte"
},
{
key: "system.features",
key: "system.itemFeatures",
label: "Features",
choices: () => [...Object.entries(CONFIG.DH.ITEM.weaponFeatures), ...Object.entries(CONFIG.DH.ITEM.armorFeatures)].map(([k,v]) => ({ value: k, label: v.label})),
operator: "contains3"