You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Many talents/traits/mods/ammo/attributes modify various weapon stats. Right now this is handled in the weapon API calls, but I'd like to move this to be handled in the character sheet and displayed on the View screen (ex: melee wpn dmg displays with the + from strength mod on the display screen). The API scripts will be changed to either (a) accept pre-calculated values and not modify them unnecessarily or (b) do the calculation work the way they do now.
Many talents/traits/mods/ammo/attributes modify various weapon stats. Right now this is handled in the weapon API calls, but I'd like to move this to be handled in the character sheet and displayed on the View screen (ex: melee wpn dmg displays with the + from strength mod on the display screen). The API scripts will be changed to either (a) accept pre-calculated values and not modify them unnecessarily or (b) do the calculation work the way they do now.