| Column | Example | Explanation | Note
|
| *void* | 0 | Row's ID (unique) | -
|
| Label | Acid_Fog | Name of the spell | -
|
| Name | 750 | Where to pull the name's string from | -
|
| IconResRef | is_acidfog | Where to pull the spell's icon out of | -
|
| School | C | What school of magic the spell is classified as | Usually the first letter of the school, except for Evocation, which is V
|
| Range | L | Range of the spell | T=Touch : S=Short ; M=Medium ; L=Long ; P=Personal
|
| vs | vs | Verbal and/or Somatic | v=verbal ; s=somatic ; absence of either denotes the spell doesn't use that component.
|
| Metamagic | 0x3f | What metamagics it is compatible with | Uses bitwise flags: 0x01=Empower ; 0x02=Extend ; 0x04=Maximize ; 0x08=Quicken ; 0x10=Silent ; 0x20=Still ; 0x40=Persistent ; 0x80=Unknown
|
| TargetType | 0x3E | What the spell can target | Uses bitwise flags: 0x01=Self ; 0x02=Creature ; 0x04=Area/Ground ; 0x08=Items ; 0x10=Doors ; 0x20=Placeables
|
| ImpactScript | NW_SO_AcidFog | Script of what happens upon impact | -
|
| Bard | **** | What level bards get this spell | -
|
| Cleric | **** | What level clerics get this spell | -
|
| Druid | **** | What level druids get this spell | -
|
| Paladin | **** | What level paladins get this spell | -
|
| Ranger | **** | What level rangers get this spell | -
|
| Wiz_Sorc | 6 | What level wizards and sorcerers get this spell | -
|
| Warlock | **** | What level warlocks get this spell | -
|
| Innate | **** | The innate spell level of the spell | -
|
| ConjTime | 1500 | Time taken to channel the spell | 1000=1 second real time
|
| ConjAnim | attack | What type of animation the spell uses during casting | -
|
| ConjVisual0 | sp_acid_conjure.sef | The animation used during casting | -
|
| LowConjVisual0 | sp_magic_conjure.sef | - | -
|
| ConjVisual1 | **** | - | Seemingly unused
|
| ConjVisual2 | **** | - | Seemingly unused
|
| ConjSoundVFX | **** | - | Only used for the True Name scroll
|
| ConjSoundMale | vs_chant_conj_hm | Incantation's sound file, for Males | -
|
| ConjSoundFemale | vs_chant_conj_hf | As above, but for females | -
|
| CastArea | Area | What type of animation the spell uses when the spell is cast | -
|
| CastTime | 1000 | Time between the casting of the spell and when you can move the caster | 1000=1 second real time
|
| CastVisual0 | sp_acid_cast.sef | Animation used when cast | -
|
| LowCastVisual | sp_acid_cast.sef | - | -
|
| CastVisual1 | **** | - | Seemingly Unused
|
| CastVisual2 | **** | - | Seemingly Unused
|
| CastSound | **** | - | Seemingly Unused
|
| Proj | 1 | Is it a projectile? | 1=yes ; 0=no
|
| ProjModel | **** | Model used for the projectile | -
|
| ProfSEF | sp_acid_travel.sef | .sef file used for the projectile | -
|
| LowProfSEF | sp_acid_travel.sef | - | -
|
| ProjType | accelerating | Physics of the projectile | -
|
| ProjSpwnPoint | rhand | Where the projectile comes from | -
|
| ProjSound | **** | Sound played during projectile's flight | -
|
| ProjOrientation | path | - | Seemingly always either "path" or "****"
|
| ImpactSEF | sp_acid_aoe.sef | .sef file played on impact | -
|
| LowImpactSEF | sp_acid_aoe.sef | - | -
|
| ImmunityType | Acid | What type of immunity renders the spell ineffective | -
|
| ItemImmunity | 1 | Can an item be give immunity to this spell | 0=no ; 1=yes, should also be present in iprp_spellcost.2da
|
| SubRadSpell1 | **** | What spells can be selected to be cast from this one | Used when the spell needs you to select how to behave (eg. Shadow Conjuration)
|
| SubRadSpell2 | **** | As Above | As Above
|
| SubRadSpell3 | **** | As Above | As Above
|
| SubRadSpell4 | **** | As Above | As Above
|
| SubRadSpell5 | **** | As Above | As Above
|
| Category | 11 | Used for AI | Refers to [catergories.2da]
|
| Master | **** | What spell is needed to cast this spell | Used when the spell offers a variety of modes (eg, Shadow Conjuration, Meteor Swarm, etc)
|
| UserType | 1 | What type of Spell it is | 1=Spell ; 2=Spell-like ability ; 3=feat ; 4=special
|
| SpellDesc | 6096 | Where in the tlk the game pulls the description from | -
|
| UseConcentration | 1 | Can the spell be interrupted | 1=yes ; 0=no
|
| SpontaneouslyCast | 0 | Can the spell be cast without preparation | 1=yes ; 0=no
|
| SpontCastClassReq | 0 | What class can cast this spontaneously | Refers to [classes.2da]
|
| AltMessage | **** | Message displayed when cast | referes to the tlk file
|
| Hostile Setting | 1 | Is this a hostile spell? (breaks sancturary, invisibility, etc) | 1=yes ; 0=no
|
| FeatID | **** | Which feat casts this spell | Refers to [feat.2da]
|
| Counter1 | **** | What spell can counter this one | Removed from NWN2
|
| Counter2 | **** | What other spell can counter this one | Removed from NWN2
|
| HasProjectile | 1 | Does the spell use a projectile? | 1=yes ; 0=no
|
| AsMetamagic | **** | Used for Warlock Incantations | Likely to be in binary
|
| TargettingUI | 8 | Different types of targetting visual effects that come up when playing clicks to cast spell | -
|
| CastableOnDead | 1 | - | -
|
| Removed | 0 | Has this spell been removed from the game? | 1=yes ; 0=no
|