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

Add config option to automatically calculate AC for characters #51

Closed
orffen opened this issue Jul 20, 2023 · 1 comment
Closed

Add config option to automatically calculate AC for characters #51

orffen opened this issue Jul 20, 2023 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@orffen
Copy link
Owner

orffen commented Jul 20, 2023

Original from #3 (comment):

Q) Looks like you ruled out doing "AC automatically calculated for characters - maybe"?

I think so, yes. I've been thinking about various scenarios and how the sheet would handle them - what about a Basic Fantasy RPG class that got a bonus to AC, or items like shields or treasure that increase AC when used. I can't think of a good way to do it.

If you look at Attack Bonus or XP fields on the Monster sheet, they are automatically calculated and can't be overridden - the sheet automatically re-calculates even if you put in a manual value. For attack bonus I don't think this is a problem since weapons have a "bonus AB" field which can be adjusted as needed for the monster's attacks.

Also, which items should be accounted for when calculating AC? Just "Armor" type items? What if a character picks up a second piece of armor and is carrying 2? The player could put that under "Armor" - do I just default to using the higher AC value? What if the player would prefer to wear the other piece of armor? Now I need a way to mark which items are worn, and in my experience, this is often clunky/annoying to manage on a sheet. Plus, I still can't account for shields because "+1" and "1" is the same - I'd need another field like "Bonus AC" which in most cases would be 0 just to account for shields etc.

I could have a "manually edited" flag in the sheet - if the AC is manually updated it would turn on and the auto-calculation would be disabled. But then the sheet would never auto-calculate from that point on, so we are back to a non-calculating AC sheet.

But above all, Basic Fantasy RPG has a great community and a wealth of supplements, and I want the sheet to be able to support all of that. I think I'm leaning towards the philosophy that the sheets should make some things easy (like automatically calculated values like Load), but in general they should function a lot like a paper sheet.

Always open to feedback of course :)

@orffen orffen mentioned this issue Jul 20, 2023
24 tasks
@orffen orffen added the enhancement New feature or request label Jul 20, 2023
@orffen orffen changed the title AC automatically calculated for characters - maybe Add config option to automatically calculate AC for characters Jul 20, 2023
@orffen orffen added the wontfix This will not be worked on label Jul 20, 2023
@orffen
Copy link
Owner Author

orffen commented Jul 20, 2023

Created this issue just to note that this is not planned for the BFRPG system.

@orffen orffen closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant