New source found from dndbeyond.com
This commit is contained in:
@@ -145,11 +145,14 @@ export function deriveClassFeatureGroups(charClass, classFeatures, appContext) {
|
||||
}
|
||||
return acc;
|
||||
}, []);
|
||||
const higherLevelFeatures = classFeatures.filter((feature) => ClassFeatureAccessors.getRequiredLevel(feature) > getLevel(charClass) &&
|
||||
(appContext === null || !ClassFeatureUtils.getHideInContext(feature, appContext)));
|
||||
return {
|
||||
activeFeatures,
|
||||
visibleFeatures,
|
||||
orderedFeatures,
|
||||
uniqueFeatures,
|
||||
higherLevelFeatures,
|
||||
};
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user