feat: add spells and adept powers tracking system (Closes #92) #134
Reference in New Issue
Block a user
Delete Branch "feature/issue-92-spells-and-adept-powers-system"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
Data Model
Spelldata class withSpellType,SpellRange,SpellDurationenumsAdeptPowerdata class with power point costMagicattribute added toAttributeTypeandAttributesspellsandadeptPowerslists added toShadowrunCharacterpowerPointBudget(),totalPowerPointsUsed(),activeSustainedSpells()UI
SpellPanel- add/edit/remove spells, toggle sustained status, drain displayAdeptPowerPanel- add/edit/remove powers, power point budget displayCharacterSheetPageInfrastructure
MigrationV02ToV03for schema backward compatibilityCloses #92