Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add Schedule 5 Spellcaster Progression #561

Open
DivertedCircle opened this issue Apr 7, 2022 · 3 comments
Open

Feature Request: Add Schedule 5 Spellcaster Progression #561

DivertedCircle opened this issue Apr 7, 2022 · 3 comments
Assignees
Labels
area/application Task related to orcpub application itself enhancement New feature or request
Projects

Comments

@DivertedCircle
Copy link

Motivation / Use Case
Adding this will allow custom classes to replicate the Pact Magic feature of the Warlock class.

Other Information
Add spell slot schedule 5 to
https://github.com/Orcpub/orcpub/blob/develop/src/cljc/orcpub/dnd/e5/options.cljc

5 {1 {1 1}
2 {1 2}
3 {2 2}
4 {2 2}
5 {3 2}
6 {3 2}
7 {4 2}
8 {4 2}
9 {5 2}
10 {5 2}
11 {5 3}
12 {5 3}
13 {5 3}
14 {5 3}
15 {5 3}
16 {5 3}
17 {5 4}
18 {5 4}
19 {5 4}
20 {5 4}})

Add spell slot schedule 6 to
https://github.com/Orcpub/orcpub/blob/develop/src/cljc/orcpub/dnd/e5/options.cljc

6 {3 {1 1}
4 {1 2}
5 {2 2}
6 {2 2}
7 {3 2}
8 {3 2}
9 {4 2}
10 {4 2}
11 {5 2}
12 {5 2}
13 {5 3}
14 {5 3}
15 {5 3}
16 {5 3}
17 {5 3}
18 {5 3}
19 {5 4}
20 {5 4}})

@DivertedCircle DivertedCircle added enhancement New feature or request area/application Task related to orcpub application itself labels Apr 7, 2022
@datdamnzotz datdamnzotz added this to To do in Orcpub via automation Apr 8, 2022
@datdamnzotz datdamnzotz self-assigned this Apr 8, 2022
@datdamnzotz
Copy link

5 and 6 already exist, we can make them 6 and 7 and in #562 8
https://github.com/Orcpub/orcpub/blob/develop/src/cljc/orcpub/dnd/e5/options.cljc#L485-L576

@datdamnzotz
Copy link

After looking 5 and 6 match exactly. Already has been done.

Orcpub automation moved this from To do to Done Apr 8, 2022
@datdamnzotz datdamnzotz added wontfix This will not be worked on and removed wontfix This will not be worked on labels Apr 8, 2022
@datdamnzotz
Copy link

Related to Missing implementation of the caster level in the class builder
https://github.com/Orcpub/orcpub/pull/273/files

Missing implementation here:
https://github.com/Orcpub/orcpub/blob/develop/src/cljs/orcpub/dnd/e5/views.cljs#L5495-L5506

@datdamnzotz datdamnzotz reopened this Apr 8, 2022
Orcpub automation moved this from Done to In progress Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application Task related to orcpub application itself enhancement New feature or request
Projects
Orcpub
  
In progress
Development

No branches or pull requests

2 participants