NWNWiki
Advertisement
NWNWiki
3,718
pages

Drow warrior and merge weapon

My game might be bugged, but when my shifter takes the drow shape I don't see my weapon properties merging with the blade. All I see is the standard +3 venomblade and the extra +3 damage. What I expected to see was 2d6 acid, a higher critical range and 10 slashing damage. Harleyquin 17:58, 5 June 2006 (PDT)

  • Works for me just fine. Check your 2das and override folder or if the greater wildshape script in your module is modified. GhostNWN 18:08, 5 June 2006 (PDT)
  • Override folder empty. How do I check the 2da files? What do I do if the drow shape doesn't merge weapon properties? Harleyquin 18:14, 5 June 2006 (PDT)
  • Source folder. Polymorph.2da. Check the lines for POLYMORPH_FEMALE_DROW and POLYMORPH_MALE_DROW and see if it has "1" under the merge categories there.GhostNWN 03:31, 6 June 2006 (PDT)
  • For future reference: the contents of the source folder have no effect on gameplay. That folder is for the player's reference only; it is ignored by the game. --The Krit 21:20, February 23, 2010 (UTC)
  • Fixed it. Thanks for the help. Note to self: Never merge when there's a ranged weapon in hand. Harleyquin 07:09, 6 June 2006 (PDT)

Kobold Commando

The main page says this: "The Kobold Commando shape provides 2d6 Sneak Attack (5d6 for epic). It overrides any Rogue sneak attack but does stack with Assassin Death Attack and Blackguard Sneak Attack."

That is not correct, the sneak attack does not "Override" anything. If you had a Dr/Sh/Rogue who had 6d6 sneak attack as a rogue, you'd get 6d6 sneak attack as a Commando. If you had an Epic Commando and only had 1d6 as a rogue, then yes, you would get 5d6 sneak attack. It's all in how the engine assigns the sneak attack feats to your list.Bromium 08:39, 8 May 2007 (PDT)


Drow constitution score

Based on the addition of this comment

Drow form recieved a -2 penalty to Con for being an Elf. Shifters who are already of the Elf race will not recieve this penalty.

I am addressing the constitution issue here. Almost everything concerning character stats with regard to constitution is based on the constitution modifier instead of the modified score. When racial bonuses affect polymorophing the two can be different. The constitution modifier that is used in this shape is based on your original racial bonuses/penalties, while the modified constitution score is based on the elven -2 racial penalty. Your hit points, fortitude saves, etc. are all based on the modifier not the modified score. Note that the character sheet does not report this modifier. WhiZard 19:57, February 2, 2010 (UTC)

  • You've got a terminology conflict here, as the constitution modifier and score are different, before worrying about polymorphs. You mean that things based on the constitution modifier will use the original modifier instead of the modified modifier, so hit points, fortitude saves, etc. are all based on the original score not the modified score. OK, "modified modifier" is not the best name in the world, but the comparison really should be between two modifiers or two scores, not between a modifier and a score. I believe you are trying to say that the bottom line is that players will see the racial adjustment on their character sheet, but only on the constitution line, not in parts that depend on constitution. Right? --The Krit 04:21, February 3, 2010 (UTC)
  • Perhaps, let's see if this explains what I am trying to say: changing race without changing your base ability score (for polymorphs this happens with stat overriding) can cause the modifier and the score to no longer be synchronized with each other. The ability score will adjust to the racial bonuses of the polymorph while the modifier will remain with your own racial bonus.
So the dexterity +2 (which all elves get) is on an overridden stat (the overriding acts as a change to the base ability score) and thus both dexterity modifier and the dexterity score correspond with the racial bonus of the elven race when in drow form.
The constitution -2 is not on an overridden stat and thus the constitution modifier remains with the original race (technically the race you were when the base ability score was last set/changed/determined), but the constitution ability score is adjusted to the elven -2. Any time during the polymorph that the constitution score is gotten by script the returned value will correspond with the elven racial penalty, but when the constitution modifier is gotten by script the returned value will correspond with the original racial bonus/penalty instead of the elven penalty.
As noted the use of the ability score (when the modifier is not in synchronization) is quite rare. For constitution the only standard one I am aware of is in the death determination for infestation of maggots. WhiZard 04:52, February 3, 2010 (UTC)
  • I find that muddies the issue more than clarifies it. Earlier you said "almost everything" was based on the unmodified modifier. Now you seem to be saying that only the scripting command GetAbilityModifier() uses the unmodified modifier. Which is it? Are hit points and fortitude saving throws affected by the racial penalty? --The Krit 14:14, February 5, 2010 (UTC)
  • Everything but GetAbilityScore() is based on the modifier. Fortitude saves and hit points are from the modifier. The racial penalty (when not applied to a stat which is overridden) will cause the score to decrease but the modifier (also hit points and fortitude saves) remains the same. Nothing uses the so-termed "modified modifier" except the character sheet. WhiZard 17:48, February 8, 2010 (UTC)
  • Someone did not think to force the game to recalculate the constitution score. ;) Drinking a potion of endurance should also force a recalculation, but I did not test that specifically. If I remember to do another round of tests, I'll check that as well as whether or not the wearing of a constitution-boosting item forces this recalculation upon shifting. --The Krit 21:16, February 23, 2010 (UTC)
  • It only happens with an adjustment to the base score (not ability decrease/increase) that causes the modifier to once again become synchronized. Polymorph stat overrides do this, but equipment/buffs don't. It's the same issue as with entangle (When the dex base score gets changed the modifier once again coincides with the ability score). WhiZard 22:28, February 23, 2010 (UTC)
  • Hmm.. you are right on spell expiration. I had made many test with adding changes to the score whether positive or negative and they never forced recalculation, but removing changes to the score actually does force recalculation.
Advertisement