NWN2Wiki
m (Line-breaks)
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  +
{{SpellInfo
{{spell
 
 
|icon=Is_charmperson.png
 
|icon=Is_charmperson.png
 
|image=
 
|image=
Line 34: Line 34:
   
 
*Different states do not stack with each other properly, this is a general problem that affects many spells. NWN2 states are the following: Frightened, dominated, paralyzed, asleep, stunned, confused, dazed, insane, as well as charmed state that is applied by all Charm spells. If a target is already affected by another state (for example, frightened, applied by Fear), the Charm effect will wear off immediately. Those interested in fixing this bug through the toolset should add a loop to all Charm spell scripts that checks for all state effects on the target and removes them prior to applying the Charm effect.
 
*Different states do not stack with each other properly, this is a general problem that affects many spells. NWN2 states are the following: Frightened, dominated, paralyzed, asleep, stunned, confused, dazed, insane, as well as charmed state that is applied by all Charm spells. If a target is already affected by another state (for example, frightened, applied by Fear), the Charm effect will wear off immediately. Those interested in fixing this bug through the toolset should add a loop to all Charm spell scripts that checks for all state effects on the target and removes them prior to applying the Charm effect.
 
   
 
== Working Notes ==
 
== Working Notes ==
Line 56: Line 55:
   
 
== External resources ==
 
== External resources ==
  +
 
*[[NWNWiki:Charm person]]
 
*[[NWNWiki:Charm person]]
 
*[http://www.d20srd.org/srd/spells/charmPerson.htm d20 SRD Charm Person]
 
*[http://www.d20srd.org/srd/spells/charmPerson.htm d20 SRD Charm Person]

Latest revision as of 00:06, 13 March 2021

Is charmperson
Charm Person
Spell Information
Spell level : Innate level: 1, Bard: 1, Sorcerer/Wizard: 1
School : Enchantment
Descriptor(s) : Mind-affecting
Components : Verbal and Somatic
Range : Short
Target/Area : Single
Duration : 12 seconds + 6 seconds every 3 Caster levels
Save : Will negates
Spell resistance : Yes

Description[]

Charm Person causes a humanoid creature to become an ally of the caster, unless the saving throw is successful. For the duration of the spell the affected creature will protect the caster and other allies.

Bug Notes[]

  • Line 54: This spell doesn't use the NWN2 ApplyMetamagicDurationMods() and ApplyMetamagicDurationTypeMods() functions.
  • Different states do not stack with each other properly, this is a general problem that affects many spells. NWN2 states are the following: Frightened, dominated, paralyzed, asleep, stunned, confused, dazed, insane, as well as charmed state that is applied by all Charm spells. If a target is already affected by another state (for example, frightened, applied by Fear), the Charm effect will wear off immediately. Those interested in fixing this bug through the toolset should add a loop to all Charm spell scripts that checks for all state effects on the target and removes them prior to applying the Charm effect.

Working Notes[]

As of the 1.05 patch charmed enemies will no longer defend the caster but merely become neutral to them for the duration of the spell.

While the spell is considered hostile for invisibility purposes, the monster it is cast at will not consider it a hostile spell.

Humanoids races affected are:

  • Dwarf
  • Elf
  • Gnome
  • Halfling
  • Human
  • Half-Elf
  • Half-Orc
  • Humanoid: Goblin
  • Humanoid: Monstrous
  • Humanoid: Orc
  • Humanoid: Reptilian

External resources[]