weapons that do 2 types of damage
-
- Honor Guard: Holy Church of Big Mouths
- Posts: 318
- Joined: Fri May 30, 2008 10:06 pm
- Location: somewhere in the great blue whenever
weapons that do 2 types of damage
While IG the other day I noticed something I thought it might be a bug.
While using a halberd (slashing AND piercing) no damage was going through to a monster I assume has slashing immunity. Since somebody with daggers (piercing) was damaging them with no problem.
Switched to a morning star (bludgeoning and piercing) still no damage.
Switched to a spear (piercing) and damage was finally going through.
I thought with 1.69 or something this was fixed?
All 3 weapons had +5 GMW cast on them FYI.
Thanks!
While using a halberd (slashing AND piercing) no damage was going through to a monster I assume has slashing immunity. Since somebody with daggers (piercing) was damaging them with no problem.
Switched to a morning star (bludgeoning and piercing) still no damage.
Switched to a spear (piercing) and damage was finally going through.
I thought with 1.69 or something this was fixed?
All 3 weapons had +5 GMW cast on them FYI.
Thanks!
[i]"Zee cabbage does not run away from zee corn-beef."[/i]
-
- Knight: Church of Pants
- Posts: 905
- Joined: Fri Mar 03, 2006 8:08 pm
- Location: Richmond, VA USA
Yeah,
Dual damage types is supposed to be an advantage, but in NWN it doesn't work that way. If someone has resitance to either type of damage their resistance will work. It should only work if the person is resistant to both types of damage. Unfortunately, I'm not sure anything can be done about it. I believe it's hard-coded into the game. I could be mistaken, of course.

It takes a [b]Viking[/b] to Raze a Village.
(Disclaimer, this is by memory, I could be wrong.)
Halberd, Morning-stars or creature weapons are coded to be affected by the LOWER of resistance/immunity.
Before version 1.69, the higher resistance affected the damage, not the lower one and before version 1.66, the higher immunity affected the damage, not the lower one.
The case you specify may be due to a monster that had bludgeon and slashing resistance? Did you happen to notice the numbers of resistance in the server window? (With any/all of the weapons?)
And yes, it is hard coded if I recall. Though it has been changed over the years. (As noted above.)
+5 GMW wouldn't necessarily do anything, as that's for overcoming damage reduction not resistance/immunity. Though it does aid in overcoming resistances. (Via the added damage)
Halberd, Morning-stars or creature weapons are coded to be affected by the LOWER of resistance/immunity.
Before version 1.69, the higher resistance affected the damage, not the lower one and before version 1.66, the higher immunity affected the damage, not the lower one.
The case you specify may be due to a monster that had bludgeon and slashing resistance? Did you happen to notice the numbers of resistance in the server window? (With any/all of the weapons?)
And yes, it is hard coded if I recall. Though it has been changed over the years. (As noted above.)
+5 GMW wouldn't necessarily do anything, as that's for overcoming damage reduction not resistance/immunity. Though it does aid in overcoming resistances. (Via the added damage)
[i]I live yet do not live in me,
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
-
- Honor Guard: Church of Pants
- Posts: 1328
- Joined: Thu Dec 02, 2004 2:58 pm
-
- Knight: Church of Pants
- Posts: 905
- Joined: Fri Mar 03, 2006 8:08 pm
- Location: Richmond, VA USA
Easy to test, put an archer's belt on someone and whack them with a morning star
But seriously, if a person only has one type of DR (in the above case, piercing) then the weapon should do full damage, right?
I know something's not right in the underground river because the creatures that should be vulnerable to piercing and resistant to everything else are practically unhurt by morning stars. Maybe its the combination of vulnerabilities with damage immunity that is causing unexpected behavior. Did they update the vulnerabilities or only the resistances? Does anyone know?

But seriously, if a person only has one type of DR (in the above case, piercing) then the weapon should do full damage, right?
I know something's not right in the underground river because the creatures that should be vulnerable to piercing and resistant to everything else are practically unhurt by morning stars. Maybe its the combination of vulnerabilities with damage immunity that is causing unexpected behavior. Did they update the vulnerabilities or only the resistances? Does anyone know?
It takes a [b]Viking[/b] to Raze a Village.
The resistances in that area are calculated against morningstars as if they were bludgeon. That's what the above change is mentioning, If they had only 5 resistance to piercing, (Instead of none.) They would take more damage from the dual-damage type weapons, It's a strange anomaly about the way it's coded.
Both Resistance and Immunities act the same in which the lowest one applies, but having NO resistance/immunity, doesn't count. What was intended or expected is another story entirely.
So if a creature has 10 bludgeon resistance and 15 slashing, Attacks with a morning star will be -10.
A spear would do normal damage.
Both Resistance and Immunities act the same in which the lowest one applies, but having NO resistance/immunity, doesn't count. What was intended or expected is another story entirely.
So if a creature has 10 bludgeon resistance and 15 slashing, Attacks with a morning star will be -10.
A spear would do normal damage.
[i]I live yet do not live in me,
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
I have yet to test this on the server. And as stated, it depends on what he was fighting.NWDuneAuron wrote:What Xan said is essentially true. It's possible we have an old file in the server override or something that's breaking the fix that was in 1.69.
However I did test in single player. Ash's Morning-star should have done normal damage. I set up a test module that had a combat-dummy with the following resistances.
Code: Select all
(Bludgeon / Pierce / Slashing )
B/P/S
0/0/0
5/5/5
5/0/0
0/5/0
0/0/5
5/5/0
5/0/5
0/5/5
Code: Select all
Morning-Star
1d8 Bludgeon/Pierce Damage,
20/x2 Critical.
B/P/S
0/0/0 -Normal Damage
5/5/5 -Resisted 5 damage from each blow
5/0/0 -Normal Damage
0/5/0 -Normal Damage
0/0/5 -Normal Damage
5/5/0 -Resisted 5 damage from each blow
5/0/5 -Normal Damage
0/5/5 -Normal Damage
Code: Select all
Trident
1d8 Pierce Damage,
20/x2 Critical.
B/P/S
0/0/0 -Normal Damage
5/5/5 -Resisted 5 damage from each blow
5/0/0 -Normal Damage
0/5/0 -Resisted 5 damage from each blow
0/0/5 -Normal Damage
5/5/0 -Resisted 5 damage from each blow
5/0/5 -Normal Damage
0/5/5 -Resisted 5 damage from each blow
[i]I live yet do not live in me,
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
-
- Knight: Church of Pants
- Posts: 905
- Joined: Fri Mar 03, 2006 8:08 pm
- Location: Richmond, VA USA
That's a good test, thanks. It looks like Damage resistance is working correctly.
Can you run something similar with Damage immunity, maybe set up for 0% 50% 100% immunity from each and see what happens? Might also want to check damage vulnerability. I have a feeling the problems Sinn ran into were from one of those two abilities rather than damage reduction. Just a hunch.
Thanks.
ps, Only do this if you're really aching to satisfy your own curiosity.
Can you run something similar with Damage immunity, maybe set up for 0% 50% 100% immunity from each and see what happens? Might also want to check damage vulnerability. I have a feeling the problems Sinn ran into were from one of those two abilities rather than damage reduction. Just a hunch.
Thanks.
ps, Only do this if you're really aching to satisfy your own curiosity.

It takes a [b]Viking[/b] to Raze a Village.
Not only am I curious, but I often run into bouts of spare time where this kind of thing provides good "time-consumption" so I'll see what I come up with.
[i]I live yet do not live in me,
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]
am waiting as my life goes by,
and die because I do not die.
- St John of the Cross.[/i]
[url=http://wiki.ysgard.org/index.php?title=User:Xanthalas][size=75]WIKI INFO[/size][/url]