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

stat_level_get doesn't pull correct information for saving throws #725

Open
AugustDrake opened this issue Apr 7, 2023 · 0 comments
Open

Comments

@AugustDrake
Copy link

While working on the adept, I found myself messing with Obtain Familiar. For each saving throw, the spell manually counts up your levels in class, separating into levels with good saves or bad saves, manually calculates your base saving throws and then compares them to the familiar's base saving throws.
Attempting to replace this with, for example, stat_base_get(stat_save_fortitude) returns the protos value for a blank character and stat_level_get(stat_save_fortitude) gives you the save after modifiers, which is no good.

This has other implications, specifically affecting Stormlord's prerequisites.

@AugustDrake AugustDrake changed the title stat_base_get doesn't pull correct information for saving throws stat_level_get doesn't pull correct information for saving throws Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant