The effects of many feats are hardcoded into the engine. Some were decoupled in NWN:EE and will be noted as such or have ruleset.2da items so the ability can be altered or balanced differently (but not at it's core altered entirely).
Categories of feat:
- Hardcoded Active - Is a hardcoded active ability such as FEAT_KNOCKDOWN. May be tied to a particular class line as well or alter effects if used by a PC or NPC.
- Hardcoded Passive - Has a hardcoded in-game effect such as +1 AC from FEAT_DODGE. May be tied to a particular class line as well or alter effects if used by a PC or NPC.
- Hardcoded Other - Has a hardcoded in-game change but no direct passive bonus as such, and may be referred to specially, such as Metamagic feats.
Ones not listed here:
- Scripted Ability - Linked to a spells.2da entry and thus entirely scripted
- Partially Scripted Ability - Linked to a spells.2da entry but has some hardcoded elements (eg; uses/day of Turn Undead or Bard Song)
- Thematic/Script Only - Does nothing, is there for helping the PC understand their race or class, or only checked for in scripts.
Hardcoded Active
A hardcoded active (or toggleable) ability such as FEAT_KNOCKDOWN. May be tied to a particular class line as well or alter effects if used by a PC or NPC.
These cannot be altered by scripts (although NWNX or ruleset.2da may be able to alter them).
| feat.2da ID | Feat Name | Usable as Item Property? | Effects | ruleset.2da lines | Description and Notes |
|---|---|---|---|---|---|
| 5 | Called Shot | Active feat with an impossible to replicate 2 "subfeats"; Called Shot Legs and Called Shot Arms. Using the feat ID (5) with ActionUseFeat randomly chooses which to use and you can't specify which one with that script command. Called Shot: Legs. This applies two separate effects if it successful:
Called Shot: Arms. This applies one effect if it successful:
All the effects stack as per being usual negative effects. Immunity to that effect type stops it. The effects can be found via. scripting (GetFirst/NextEffect). | CALLED_SHOT_TO_HIT_MODIFIER = -4 CALLED_SHOT_EFFECT_DURATION = 24.0f CALLED_SHOT_ARM_ATTACK_PENALTY = 2 CALLED_SHOT_LEG_ABILITY_PENALTY = 2 CALLED_SHOT_LEG_MOVEMENT_PENALTY = 20 | ||
| 6 | Cleave | Semi-active feat (automatically triggers). In melee allows an additional attack against an enemy in range when your target is killed by you. Happens only once per "round". | NUM_CLEAVE_ATTACKS = 1 | ||
| 30 | Rapid Shot | Will add an additional attack and apply a -2 to hit with all attacks while active. It specifically only works with ranged weapons except Light Crossbow and Heavy Crossbow (which is hardcoded, although all ranged weapon lines are!) | RAPID_SHOT_TO_HIT_MODIFIER = -2 | ||
Hardcoded Passive
Proficiencies
| feat.2da ID | Feat Name | Usable as Item Property? | Effects | Description and Notes |
|---|---|---|---|---|
| 2 | Heavy Armor Proficiency | |||
| 3 | Light Armor Proficiency | |||
| 4 | Medium Armor Proficiency |
Skills
| feat.2da ID | Feat Name | Usable as Item Property? | Effects | Description and Notes |
|---|---|---|---|---|
| 0 | Alertness | |||
| 7 | Combat Casting |
Combat
| feat.2da ID | Feat Name | Usable as Item Property? | Effects | Description and Notes |
|---|---|---|---|---|
| 1 | Ambidexterity |
Immunities
Some that are reusable for other classes, etc. however many immunities are missing from feats.
| feat.2da ID | Feat Name | Usable as Item Property? | Effects | Description and Notes |
|---|---|---|---|---|
| Deathless Mastery | Yes | Immunity: Critical Hits | Also immunity to Sneak Attack by extension | |
| Immunity to Paralysis | Yes | Immunity: Paralysis | ||
| Tough as Bone | Yes | Immunity: Paralysis Immunity: Stun | Annoyingly Immunity: Stun is unavailable as a separate specific feat | |
| Immunity to Sleep | Yes | Immunity: Sleep | ||
| Venom Immunity | Yes | Immunity: Poison | ||
| Perfect Body | Yes | Immunity: Poison | ||
| Diamond Body | Yes | Immunity: Poison | ||
| Perfect Health | Yes | Immunity: Disease Immunity: Mind Spells | ||
| Divine Health | Yes | Immunity: Disease | ||
| Purity of Body | Yes | Immunity: Disease | ||
| Aura of Courage | Yes | Immunity: Fear |
Hardcoded Other
| feat.2da ID | Feat Name | Effects | Description and Notes |
|---|---|---|---|
| 11 | Empower Spell | ||
| 12 | Extend Spell | ||