Northlander Hewing Critical Strike Damage Calculation
Moderators: Moderator, Quality Control, Developer, DM
- The Whistler
- Posts: 1435
- Joined: Wed Jan 18, 2012 5:44 pm
Northlander Hewing Critical Strike Damage Calculation
viewtopic.php?p=942794#p942794
Something's off with critical strike damage calculation. My character deals 55~ on a regular hit but only crits for low 220's with a x5 modifier weapon -with- overwhelming critical. The arithmetic isn't adding up.
I noticed the missing damage equals to roughly about NH damage. Can someone check if IPA and NH are multiplying correctly ? Thanks.
EDIT: After testing I think I can safely say I've narrowed down the culprit to NH. It doesn't multiply on crit, even though it works normally on both live and module JEGs. Nor is it stated anywhere in the feat description that it does not. What gives ?
Something's off with critical strike damage calculation. My character deals 55~ on a regular hit but only crits for low 220's with a x5 modifier weapon -with- overwhelming critical. The arithmetic isn't adding up.
I noticed the missing damage equals to roughly about NH damage. Can someone check if IPA and NH are multiplying correctly ? Thanks.
EDIT: After testing I think I can safely say I've narrowed down the culprit to NH. It doesn't multiply on crit, even though it works normally on both live and module JEGs. Nor is it stated anywhere in the feat description that it does not. What gives ?
Schrödinger's Cyricism: NPCs simultaneously know everything and nothing about Cyric until observed by the Cyricist. Then they default to the state that disadvantages the Cyricist the most.
- mrm3ntalist
- Retired Staff
- Posts: 7746
- Joined: Wed Feb 29, 2012 5:31 pm
- Location: US of A
Re: Northlander Hewing Critical Strike Damage Calculation
The damage from NH never multiplied on crits. I made a post in the QC forums back in the day, about for what reason the physical damage from NH does not multiply on crits and the dev of the feat responded that it was intentional but no explanation was given... 

Mendel - Villi of En Dharasha Everae | Nikos Berenicus - Initiate of the Mirari | Efialtes Rodius - Blood Magus | Olaf Garaeif - Dwarven Slayer
Spelling mistakes are purposely entered for your entertainment! ChatGPT "ruined" the fun 

- ZabelSword
- Posts: 170
- Joined: Tue Mar 05, 2013 7:58 pm
- Location: Central USA
Re: Northlander Hewing Critical Strike Damage Calculation
Good to know... that information should really be put in the feat description.
Main PC: Drinmar Ironfaar
Other PC's: Tublin Ironfaar, Caldur Pein
Other PC's: Tublin Ironfaar, Caldur Pein
- The Whistler
- Posts: 1435
- Joined: Wed Jan 18, 2012 5:44 pm
Re: Northlander Hewing Critical Strike Damage Calculation
Rhifox suggested this might be responsible and I'm inclined to agree after some testing of my own (NH and PA crit normally, individually). It particularly affects the x3 or x4 weapon focused WMs and needs to be either advertised better, or the PA feat needs to be reverted back to its pre-ToT functionality.
Schrödinger's Cyricism: NPCs simultaneously know everything and nothing about Cyric until observed by the Cyricist. Then they default to the state that disadvantages the Cyricist the most.
- Rhifox
- Custom Content
- Posts: 3964
- Joined: Wed Jan 13, 2016 2:34 am
Re: Northlander Hewing Critical Strike Damage Calculation
Dae should be able to remove the damage cap, just taking some time. I believe he's found the thing to change for it.
Tarina — The Witch of Darkhold, a dealer in spirits and black magic
- The Whistler
- Posts: 1435
- Joined: Wed Jan 18, 2012 5:44 pm
Re: Northlander Hewing Critical Strike Damage Calculation
Can confirm that this has been fixed as of today's patch.
Schrödinger's Cyricism: NPCs simultaneously know everything and nothing about Cyric until observed by the Cyricist. Then they default to the state that disadvantages the Cyricist the most.
- Ewe
- Custom Content
- Posts: 746
- Joined: Wed Feb 28, 2018 2:01 pm
Re: Northlander Hewing Critical Strike Damage Calculation
iirc there's a hardcoded engine "feature" which makes it so only slashing and piercing "bonus sheet damage" can crit.
Bludgeoning cannot crit.
Formerly, I think NH was always granted as a bludgeon bonus, and I think now it is based on the weapon type you are holding?
Bludgeon can still not crit (most bonus physical from feats was always granted as bludgeoning).
All magical can crit.
Further, bludgeoning respects damage immunity/resistance but slashing and piercing both ignore it.
In short, this game has a lot of weird bugs.
I'm not sure if the intricacies of these combat bugs with the effects engine were well known or not. Even the nwn2 wiki lists it wrong:
https://nwn2.fandom.com/wiki/EffectDamageIncrease
The second two rows should be yes for crit.
Anyways, when the engine tallies your bonus damage from your effects list it has a hardcap at 100 (per damage type). I've made an engine level tweak to jump over that check.
Bludgeoning cannot crit.
Formerly, I think NH was always granted as a bludgeon bonus, and I think now it is based on the weapon type you are holding?
Bludgeon can still not crit (most bonus physical from feats was always granted as bludgeoning).
All magical can crit.
Further, bludgeoning respects damage immunity/resistance but slashing and piercing both ignore it.
In short, this game has a lot of weird bugs.
I'm not sure if the intricacies of these combat bugs with the effects engine were well known or not. Even the nwn2 wiki lists it wrong:
https://nwn2.fandom.com/wiki/EffectDamageIncrease
The second two rows should be yes for crit.
Anyways, when the engine tallies your bonus damage from your effects list it has a hardcap at 100 (per damage type). I've made an engine level tweak to jump over that check.
AKA Dae-Glyth
Discord: Dae-Glyth#1759
Discord: Dae-Glyth#1759
- Rhifox
- Custom Content
- Posts: 3964
- Joined: Wed Jan 13, 2016 2:34 am
Re: Northlander Hewing Critical Strike Damage Calculation
NH is still bludgeoning, while the new Power Attack is based on what kind of weapon you're using.Ewe wrote: ↑Wed Sep 28, 2022 12:37 pm iirc there's a hardcoded engine "feature" which makes it so only slashing and piercing "bonus sheet damage" can crit.
Bludgeoning cannot crit.
Formerly, I think NH was always granted as a bludgeon bonus, and I think now it is based on the weapon type you are holding?
Tarina — The Witch of Darkhold, a dealer in spirits and black magic
- The Whistler
- Posts: 1435
- Joined: Wed Jan 18, 2012 5:44 pm
Re: Northlander Hewing Critical Strike Damage Calculation
There is noticeable dropoff in my crit damage when NH is turned off that corresponds to the sum of the multiplication of NH times crit multiplier so I don't know if that's necessarily true.
Schrödinger's Cyricism: NPCs simultaneously know everything and nothing about Cyric until observed by the Cyricist. Then they default to the state that disadvantages the Cyricist the most.
- Ewe
- Custom Content
- Posts: 746
- Joined: Wed Feb 28, 2018 2:01 pm
Re: Northlander Hewing Critical Strike Damage Calculation
According to the script Northlander Hewing damage is bludgeoning type. Bludgeoning effect increase damage does not crit per engine bug.
AKA Dae-Glyth
Discord: Dae-Glyth#1759
Discord: Dae-Glyth#1759
- mrm3ntalist
- Retired Staff
- Posts: 7746
- Joined: Wed Feb 29, 2012 5:31 pm
- Location: US of A
Re: Northlander Hewing Critical Strike Damage Calculation


MAx Damage = 13 + 8MAX(1d8) + 2 = 23 Max crit is 46
On the SS the char critted for 56 so unless something magical happens (

Whistler is a veteran player so i trust he can tell when it does or does not

If I remember correctly ONLY the BASE damage from bludgeoning weapons does not crit
Carry on

Mendel - Villi of En Dharasha Everae | Nikos Berenicus - Initiate of the Mirari | Efialtes Rodius - Blood Magus | Olaf Garaeif - Dwarven Slayer
Spelling mistakes are purposely entered for your entertainment! ChatGPT "ruined" the fun 

- Ewe
- Custom Content
- Posts: 746
- Joined: Wed Feb 28, 2018 2:01 pm
Re: Northlander Hewing Critical Strike Damage Calculation
In the same thread above you said NH does not crit and never did...
What you posted doesn't have enough information on its own to confirm what is going on here if anything.
What you posted doesn't have enough information on its own to confirm what is going on here if anything.
AKA Dae-Glyth
Discord: Dae-Glyth#1759
Discord: Dae-Glyth#1759
- izzul
- Posts: 970
- Joined: Wed Jun 23, 2010 8:12 pm
Re: Northlander Hewing Critical Strike Damage Calculation
i think it works for me. i use a partial/hybrid damage dealer.
without NH = 155 max damage
with NH = 195 max damage
another PC hybrid damage dealer too with NH
without NH = 210 max damage
with NH = 260 max damage
for both, i never go full damage dealer because its a super glass cannon one trick pony that goes to 300-400 damage
without NH = 155 max damage
with NH = 195 max damage
another PC hybrid damage dealer too with NH
without NH = 210 max damage
with NH = 260 max damage
for both, i never go full damage dealer because its a super glass cannon one trick pony that goes to 300-400 damage
Azzizuleia Tyrielmrande-[Permadeath PC]
Eilondruil Eldanyar-Corellon Larethian[Battle Historian]
Iz Azul-Red Knight[Active]
Krueger-Trader viewtopic.php?f=55&t=56617
Mystera Electra-Mystra[Goat Girl]
"give to yourself, took from others-Integrity and Justice"
Eilondruil Eldanyar-Corellon Larethian[Battle Historian]
Iz Azul-Red Knight[Active]
Krueger-Trader viewtopic.php?f=55&t=56617
Mystera Electra-Mystra[Goat Girl]
"give to yourself, took from others-Integrity and Justice"
- mrm3ntalist
- Retired Staff
- Posts: 7746
- Joined: Wed Feb 29, 2012 5:31 pm
- Location: US of A
Re: Northlander Hewing Critical Strike Damage Calculation
NH did not crit in the past. I mentioned to valefort when NH was first implemented, he said it was by design. Something changed, i think when NH was limited to 10 and half for shaping and now works on crits.
I dont know what to tell you. Look closer maybe? Unless it is impossible for you to admit that you are wrong. I mean what else do you need to see that if NH wasnt criting, then the damage on crits would not have above 46. Its well above it so it crits
Simple math
Mendel - Villi of En Dharasha Everae | Nikos Berenicus - Initiate of the Mirari | Efialtes Rodius - Blood Magus | Olaf Garaeif - Dwarven Slayer
Spelling mistakes are purposely entered for your entertainment! ChatGPT "ruined" the fun 

- Ewe
- Custom Content
- Posts: 746
- Joined: Wed Feb 28, 2018 2:01 pm
Re: Northlander Hewing Critical Strike Damage Calculation
I think there’s not enough information to explain the root cause exactly and may be caused by something else. I’m merely trying to help. I don’t deserve the snippy attitude.
AKA Dae-Glyth
Discord: Dae-Glyth#1759
Discord: Dae-Glyth#1759