Add minimum levels to spell item type #19
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Story
As a ds4 user, I want to the levels that a spell can be learned at for each class to be tracked so that I don't need to look them up from the SRD.
Description
Spells have minimum levels they can be learned at for each of the Mage classes. It should be able to keep track of this information inside the system so that it's no necessary to look it up somewhere else. Additionally, this information is part of the formulas to automatically calculate the price and the mana cost (when using the mana system) for each spell, which can be added later on in order to avoid needing to have to track it manually.
Acceptance criteria