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

NWN-ish Armor vs. Dexterity #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

4Luke4
Copy link
Contributor

@4Luke4 4Luke4 commented Mar 1, 2024

This component simply "forces" characters to wield light armors (or no armor) if they have high Dexterity.
In particular:

  • If a character is equipped with a Medium Armor, it will only benefit from half the bonus derived from its Dexterity (see dexmod.2da)
    • So for instance, a character with 18 DEX equipped with a Chain Mail Armor will suffer a -4 / 2 = -2 AC penalty.
  • If a character is equipped with a Heavy Armor, it will not benefit from the bonus derived from its Dexterity (see dexmod.2da)
    • So for instance, a character with 18 DEX equipped with a Plate Mail will suffer a -4 AC penalty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant