• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Increasing the threat range of an Improved Critical

AndrewD2

Well-known member
The version of Improved Critical I'm working on states that at 20th level if the weapon you are using is keen in addition to having Improved critical it increases the threat range by +1

So a dagger that is 19-20, would become 17-20 with Improved Critical or Keen on it, and at 20th level with both it would become 16-20.

The problem I'm having is that if I subtract 1 from the wCritMin.? tag before assigning the Broadcast.ImpCrit tag it'll double that threat range which means a dagger would appear as a 18-20 to Improved Crit and end up as a 15-20 threat range.

Is there a way to increase this by one? The simpliest thing would be to subtract .5 from the value, but then there's not a tag for it.

Any ideas?
 
If you're running ShadowChemosh's adjustments, the last Adjustment in the list is Weapon: Crit Range.
 
Well the code he uses is an idea, but it requires removing all the tags that are causing the issue, but it is a place to start
 
Well the code he uses is an idea, but it requires removing all the tags that are causing the issue, but it is a place to start

As far as the tags go, I don't know if we can add new ones to it. I think they were hardcoded to be what they are by default, and I don't know if they were set up to be dynamic tags users can add to.
 
Last edited:
Back
Top