NWNWiki
NWNWiki
3,718
pages
No edit summary
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
  +
{{redirect|Int}}
'''Intelligence''' determines how well your character learns and reasons. Intelligence is important for [[Wizard (class) | Wizard]]s because it affects how many spells they can cast, how hard their spells are to resist, and how powerful their spells can be. It is also important for any character who wants to have a strong assortment of [[skill]]s, however increasing your Intelligence will not grant bonus skill points retroactively.
 
   
 
'''Intelligence''' determines how well a character learns and reasons. Intelligence is important for [[wizard]]s because it affects how many spells they can cast, how hard their spells are to resist, and how powerful their spells can be. It is also important for any character who wants to have a strong assortment of [[skill]]s; however increasing intelligence will not grant bonus skill points retroactively.
'''Note''': [[Sorcerer]]s do not use Intelligence for any of their spellcasting —- [[Charisma]] is used instead.
 
  +
<!-- The above comes from BioWare. Please do not edit mercilessly. -->
   
  +
'''Skills:''' The [[skill]]s to which the [[ability modifier|intelligence modifier]] is added are [[appraise]], [[craft armor]], [[craft trap]], [[craft weapon]], [[disable trap]], [[lore]], [[search]], and [[spellcraft]].
'''Warning''': In the [[original campaign]] and some user modules, an Intelligence lower than 9 means that your character is unable to speak properly.
 
   
  +
'''Classes:''' In addition to wizard, the [[class]] with features affected by intelligence is [[assassin]].
==Further information==
 
* Any creature that can think, learn, or remember has at least 1 point of Intelligence.
 
* Having a score of 0 means that the character cannot think and is unconscious in a coma-like stupor, helpless.
 
* A creature with no intelligence score is an automation (ie a [[Construct]]), operating on simple instincts or programmed instructions. It is immune to all mind-influencing effects (charms, compulsions, phantasms, patterns and morale effects) and automatically fails Intelligence checks.
 
* Drinking alcohol reduces your Intelligence score in game (although it really should reduce your [[Dexterity]] and [[Wisdom]]).
 
   
  +
'''Specials:''' The (base) intelligence modifier is added to [[skill point]]s gained each level, subject to a minimum of 1 skill point per level. (At [[character level]] 1, this is done before quadrupling the points.)
==See also==
 
*For wizard bonus spells, see [[ability modifier]].
 
   
  +
'''Boosts:''' The standard methods for boosting intelligence include ''[[fox's cunning]]'' and the scarlet and blue [[ioun stone]].<!-- ordered by spells, class abilities, ioun stone; alphabetical within each category. -->
[[Category:Abilities]]
 
  +
  +
Intelligence is a moderately important ability for many players, as a shortage of skill points is often a concern. On the other hand, increasing intelligence at the expense of other abilities is typically not beneficial to anyone but a wizard. Base scores of 10-14 are fairly common, with the higher end often motivated by [[feat]] prerequisites. Some players will, though, do without the skill points and "dump" intelligence, intentionally leaving it as low as possible so that more ability points are available for other uses in the [[point buy]] system.
  +
  +
An intelligence lower than 9 affects conversations in some [[module]]s. While not enforced in any way, this is a convention established by [[BioWare]] in the [[official campaign]]s.
  +
The more significant effect is the inaccessibility to low-intelligence characters of many "insight" dialog lines, lines that allow the [[player character]] to deduce information from subtle observations of another character or the environment.
  +
The more noticeable effect is the inability of low-intelligence player characters to speak properly, but this is restricted to the [[original campaign]] and a few user [[module]]s, due to the time it takes to implement (essentially, all dialogs must be written twice, once normally and once for the "dumb-speak").
  +
  +
The core [[script]]s (specifically <code>nw_i0_plot</code>) define three ranges for intelligence &mdash; "low" (less than 9), "normal" (at least 9), and "high" (15 or more). Whether or not these ranges mean anything depends on the [[module]] being played. (For example, the [[official campaign]]s often require "normal", and sometimes "high", intelligence to receive "insight" dialog lines, and the [[original campaign]] uses the "low" range for determining if a character is unable to speak properly.) The ready availability of these ranges does make these breakpoints likely, if intelligence ranges are used at all.
  +
  +
== Spellcasting ==
  +
  +
Wizard spellcasting is intelligence-based (but not the spellcasting of [[bard]]s and [[sorcerer]]s, as players of previous editions of [[Dungeons & Dragons]] might assume). This has several consequences.
  +
The highest [[spell level]] that a wizard can learn or cast is the caster's base (unmodified) [[ability score|intelligence score]] minus ten, while [[bonus spells]] are given to wizards based on the caster's current (modified) intelligence modifier.
  +
In addition, the intelligence modifier is added to the [[difficulty class|DC]]s of spells cast by a wizard.
  +
[[category:abilities]]

Revision as of 12:14, 10 June 2018

"Int" redirects here. For other uses, see Int (disambiguation).

Intelligence determines how well a character learns and reasons. Intelligence is important for wizards because it affects how many spells they can cast, how hard their spells are to resist, and how powerful their spells can be. It is also important for any character who wants to have a strong assortment of skills; however increasing intelligence will not grant bonus skill points retroactively.

Skills: The skills to which the intelligence modifier is added are appraise, craft armor, craft trap, craft weapon, disable trap, lore, search, and spellcraft.

Classes: In addition to wizard, the class with features affected by intelligence is assassin.

Specials: The (base) intelligence modifier is added to skill points gained each level, subject to a minimum of 1 skill point per level. (At character level 1, this is done before quadrupling the points.)

Boosts: The standard methods for boosting intelligence include fox's cunning and the scarlet and blue ioun stone.

Intelligence is a moderately important ability for many players, as a shortage of skill points is often a concern. On the other hand, increasing intelligence at the expense of other abilities is typically not beneficial to anyone but a wizard. Base scores of 10-14 are fairly common, with the higher end often motivated by feat prerequisites. Some players will, though, do without the skill points and "dump" intelligence, intentionally leaving it as low as possible so that more ability points are available for other uses in the point buy system.

An intelligence lower than 9 affects conversations in some modules. While not enforced in any way, this is a convention established by BioWare in the official campaigns. The more significant effect is the inaccessibility to low-intelligence characters of many "insight" dialog lines, lines that allow the player character to deduce information from subtle observations of another character or the environment. The more noticeable effect is the inability of low-intelligence player characters to speak properly, but this is restricted to the original campaign and a few user modules, due to the time it takes to implement (essentially, all dialogs must be written twice, once normally and once for the "dumb-speak").

The core scripts (specifically nw_i0_plot) define three ranges for intelligence — "low" (less than 9), "normal" (at least 9), and "high" (15 or more). Whether or not these ranges mean anything depends on the module being played. (For example, the official campaigns often require "normal", and sometimes "high", intelligence to receive "insight" dialog lines, and the original campaign uses the "low" range for determining if a character is unable to speak properly.) The ready availability of these ranges does make these breakpoints likely, if intelligence ranges are used at all.

Spellcasting

Wizard spellcasting is intelligence-based (but not the spellcasting of bards and sorcerers, as players of previous editions of Dungeons & Dragons might assume). This has several consequences. The highest spell level that a wizard can learn or cast is the caster's base (unmodified) intelligence score minus ten, while bonus spells are given to wizards based on the caster's current (modified) intelligence modifier. In addition, the intelligence modifier is added to the DCs of spells cast by a wizard.