Subclass now uses a simple Features field

This commit is contained in:
WBHarry 2025-07-17 19:32:46 +02:00
parent a370a97d8d
commit 9f9ed73bdf
10 changed files with 102 additions and 57 deletions

View file

@ -1324,7 +1324,10 @@ export const featureSubTypes = {
primary: 'primary',
secondary: 'secondary',
hope: 'hope',
class: 'class'
class: 'class',
foundation: 'foundation',
specialization: 'specialization',
mastery: 'mastery'
};
export const actionTypes = {