First iteration over items
This commit is contained in:
@@ -40,6 +40,15 @@ export const COLORS = Object.freeze({
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Simplified Spell Colors object for form choices (label-only format)
|
||||
*/
|
||||
export const COLORS_CHOICES = Object.freeze(
|
||||
Object.fromEntries(
|
||||
Object.entries(COLORS).map(([key, value]) => [key, value.label])
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
* Spell ranges (legacy - to be replaced with Prism system)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user