crazedsanity / cs-battletrack

PHP-Based web application for tracking data in traditional paper-and-pencil role playing games.
http://www.crazedsanity.com/projects/cs-battletrack
Other
1 stars 1 forks source link

Hidden Modifiers (e.g. for a Feat) #22

Open crazedsanity opened 11 years ago

crazedsanity commented 11 years ago

Feats can modify certain statistics about a character, and it is important to know them: being able to automatically set them is even cooler. So adding Improved Initiative adds +2 misc modifier to initiative, but currently the only way to know why the +2 misc modifier is to assume it's from the Improved Initiative modifier. But if it comes from something else... such as a magical item, a ring, etc... well, it could be automatically calculated, and the player might be able to see what all adds to the misc modifier simply by hovering over it (instead of reading through the whole sheet each time to figure it out).

This would probably work very weil with issue #16

crazedsanity commented 10 years ago

For weapons and armor, consider how #27 (modifiers should normally only work for equipped items, though there may be exceptions), #40, and #41 would potentially affect this.