...
| ID | Label | nwscript constant value | SubTypeResRef | Subtype Constant | iprp_costtable.2da row entry | Cost Table Constant | iprp_paramtable.2da row entry | Param Table Constant | Automatic weapon VFX? | Description and Notes |
|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Ability | ITEM_PROPERTY_ABILITY_BONUS | IPRP_ABILITIES | ABILITY_TYPE_* IP_CONST_ABILITY_* | IPRP_BONUSCOST | N/A use raw numbers. | Ability increases such as "Strength [+1]". List of abilities is hardcoded so no need to edit IPRP_ABILITIES. IP_CONST_ABILITY_* matches ABILITY_TYPE Magical ability bonuses are capped as per game options (default: +12). | |||
| 1 | Armor | ITEM_PROPERTY_AC_BONUS | **** | IPRP_MELEECOST | N/A use raw numbers. | AC increase bonus such as "AC Bonus [+5]". Type depends on the item type - noting only equipped items can have this. | ||||
| 2 | ArmorAlignmentGroup | ITEM_PROPERTY_AC_BONUS_VS_ALIGNMENT_GROUP | IPRP_ALIGNGRP | ALIGNMENT_* IP_CONST_ALIGNMENT_GROUP_* | IPRP_MELEECOST | N/A use raw numbers. | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" for any value | AC versus Alignment Group. IPRP_ALIGNGRP is uneditable, and contains the core alignment groupings NEUTRAL, LAWFUL, CHAOTIC, GOOD, EVIL - IP_CONST_ALIGNMENTGROUP_* which is the same as ALIGNMENT_* constants. | ||
| 3 | ArmorDamageType | ITEM_PROPERTY_AC_BONUS_VS_DAMAGE_TYPE | IPRP_COMBATDAM | IP_CONST_DAMAGETYPE_* (BLUDGEONING, PIERCING and SLASHING only) | IPRP_MELEECOST | N/A use raw numbers. | AC versus Damage Type. Note this means base weapon damage type. Weapons with two types take the best option here (eg a Halberd versus +5 AC versus slashing armor, can attack as piercing and ignore it). IPRP_COMBATDAM can't have more types added, and consists of IP_CONST_DAMAGETYPE_* for 3 values (Bludgeoning, Piercing and Slashing). | |||
| 4 | ArmorRacialGroup | ITEM_PROPERTY_AC_BONUS_VS_RACIAL_GROUP | racialtypes | RACIAL_TYPE_* IP_CONST_RACIALTYPE_* | IPRP_MELEECOST | N/A use raw numbers. | AC versus Racial Group | |||
| 5 | ArmorSpecificAlignment | ITEM_PROPERTY_AC_BONUS_VS_SPECIFIC_ALIGNMENT | IPRP_ALIGNMENT | IP_CONST_ALIGNMENT_* | IPRP_MELEECOST | N/A use raw numbers. | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" for any value | AC versus Specific Alignment. IPRP_ALIGNMENT isn't editable, and consists of IP_CONST_ALIGNMENT_* constants for each of the 9 alignments. | ||
| 6 | Enhancement | ITEM_PROPERTY_ENHANCEMENT_BONUS | **** | IPRP_MELEECOST | N/A use raw numbers. | Weapon enchantment. Goes through damage reduction effects if sufficiently high. Eg: "Enchantment +4" On gloves it applies to unarmed attacks if you have FEAT_UNARMED_FIGHTING | ||||
| 7 | EnhancementAlignmentGroup | ITEM_PROPERTY_ENHANCEMENT_BONUS_VS_ALIGNMENT_GROUP | IPRP_ALIGNGRP | ALIGNMENT_* IP_CONST_ALIGNMENT_GROUP_* | IPRP_MELEECOST | N/A use raw numbers. | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" for any value | Weapon enchantment versus Alignment Group. IPRP_ALIGNGRP is uneditable, and contains the core alignment groupings NEUTRAL, LAWFUL, CHAOTIC, GOOD, EVIL - IP_CONST_ALIGNMENTGROUP_* | ||
| 8 | EnhancementRacialGroup | ITEM_PROPERTY_ENHANCEMENT_BONUS_VS_RACIAL_GROUP | racialtypes | RACIAL_TYPE_* IP_CONST_RACIALTYPE_* | IPRP_MELEECOST | N/A use raw numbers. | Weapon enchantment versus Racial Group | |||
| 9 | EnhancementSpecificAlignment | ITEM_PROPERTY_ENHANCEMENT_BONUS_VS_SPECIFIC_ALIGNEMENT | IPRP_ALIGNMENT | IP_CONST_ALIGNMENT_* | IPRP_MELEECOST | N/A use raw numbers. | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" for any value | Weapon enchantment versus Specific Alignment. IPRP_ALIGNMENT isn't editable, and consists of IP_CONST_ALIGNMENT_* constants for each of the 9 alignments. | ||
| 10 | AttackPenalty | ITEM_PROPERTY_DECREASED_ENHANCEMENT_MODIFIER | **** | IPRP_NEG5COST | N/A use raw numbers (but positive, eg; 3 is actually -3 to the persons attack and damage). | In spite of the label this is an Enchantment Penalty; so negative attack and damage. In fact the toolset lists it as "Attack and Damage Penalty" since you can't technically get negative enchantment bonuses, although the item property function is indeed called ItemPropertyEnhancementPenalty. | ||||
| 11 | WeightReduction | ITEM_PROPERTY_BASE_ITEM_WEIGHT_REDUCTION | **** | IPRP_WEIGHTCOST | Base Item Weight Reduction, by percentage | |||||
| 12 | BonusFeats | ITEM_PROPERTY_BONUS_FEAT | IPRP_FEATS | IPRP_BASE1 | Bonus feats. You can add the vast majority of feat.2da to IPRP_FEATS to have them available, dynamically, to creatures by attaching them as item properties. IPRP_BASE1 doesn't mean anything, there are no "parameters" for the feat chosen. Possibly a placeholder from before feats were fully finalised (perhaps subfeats you chose were going to be a thing). | |||||
| 13 | SingleBonusSpellOfLevel | ITEM_PROPERTY_BONUS_SPELL_SLOT_OF_LEVEL_N | Classes | IPRP_SPELLLVCOST | A set bonus spell slot. Since this references classes.2da, in NWN:EE dynamic and new spellbooks should work with it properly. The levels are hardcoded (there is no way to add proper level 10 spell slots) but you could alter the Cost field. | |||||
| 14 | Boomerang | **** | Unused line (note description TLK references something entirely different now). Presumably was going to be a way to have a singlular magic throwing weapon return to the persons hand. A shame it doesn't work! | |||||||
| 15 | CastSpell | ITEM_PROPERTY_CAST_SPELL | IPRP_SPELLS | IPRP_CHARGECOST | IP_CONST_CASTPSELL_NUMUSES_* | Casts a spell. Spells are defined with a caster level but not save DC as that is calculated "automatically" (basically 10 + 3 + spell level, as if they had an ability score of 16). | ||||
| 16 | Damage | ITEM_PROPERTY_DAMAGE_BONUS | IPRP_DAMAGETYPE | IP_CONST_DAMAGETYPE_* | IPRP_DAMAGECOST | IP_CONST_DAMAGEBONUS_* | Yes - depends on damage type and amount, see iprp_damagecost | Bonus Damage when a strike occurs. Can also show flashy, albeit hardcoded, VFX. See VisualEffects for a more up to date and unhardcoded way to add model VFX however. Need to check out SUBDUAL and PHYSICAL DAMAGETYPE constants. Do they work? (if they were not blanked out) | ||
| 17 | DamageAlignmentGroup | ITEM_PROPERTY_DAMAGE_BONUS_VS_ALIGNMENT_GROUP | IPRP_ALIGNGRP | ALIGNMENT_* IP_CONST_ALIGNMENT_GROUP_* | IPRP_DAMAGECOST | IPRP_DAMAGETYPE | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" if non-special damage types are used (eg Buldgeoning, Magical, but not Fire etc.) | Bonus damage against an alignment group | ||
| 18 | DamageRacialGroup | ITEM_PROPERTY_DAMAGE_BONUS_VS_RACIAL_GROUP | racialtypes | RACIAL_TYPE_* IP_CONST_RACIALTYPE_* | IPRP_DAMAGECOST | IPRP_DAMAGETYPE | Yes - depends on damage type and amount, see iprp_damagecost | Bonus damage against a racial group | ||
| 19 | DamageSpecificAlignment | ITEM_PROPERTY_DAMAGE_BONUS_VS_SPECIFIC_ALIGNMENT | IPRP_ALIGNMENT | IP_CONST_ALIGNMENT_* | IPRP_DAMAGECOST | IPRP_DAMAGETYPE | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" if non-special damage types are used (eg Buldgeoning, Magical, but not Fire etc.) | Bonus damage against a specific alignment | ||
| 20 | DamageImmunity | ITEM_PROPERTY_IMMUNITY_DAMAGE_TYPE | IPRP_DAMAGETYPE | IPRP_IMMUNCOST | Damage immunity percent reducing damage from a specific damage type. | |||||
| 21 | DamagePenalty | ITEM_PROPERTY_DECREASED_DAMAGE | **** | IPRP_NEG5COST | Damage penalty. Note: Damage penalties are weird insofar as how they work and 1 damage is always applied (if the target can't resist/soak it) | |||||
| 22 | DamageReduced | ITEM_PROPERTY_DAMAGE_REDUCTION | IPRP_PROTECTION | IPRP_SOAKCOST | Damage reduction; ie Stoneskin-like +5/20 needing a +5 weapon to bypass, else 20 damage is stopped. | |||||
| 23 | DamageResist | ITEM_PROPERTY_DAMAGE_RESISTANCE | IPRP_DAMAGETYPE | IPRP_RESISTCOST | Damage resistance; ie Endure Elements-like, -/10 for a certain damage type, where the first 10 is always stopped. Very powerful. | |||||
| 24 | Damage_Vulnerability | ITEM_PROPERTY_DAMAGE_VULNERABILITY | IPRP_DAMAGETYPE | IPRP_DAMVULCOST | Damage vunerability percent increasing damage from a specific damage type. | |||||
| 25 | Dancing_Scimitar | **** | Unused line - however the description line shows what it originally was for: "Dancing (Summon Scimitar): This property allows the item to summon a weapon that can fight on its own. The summoned weapon lasts for four rounds, and attacks using the base attack bonus of the wielder.". This could be scripted via. a normal activation property more or less. | |||||||
| 26 | Darkvision | ITEM_PROPERTY_DARKVISION | **** | IPRP_BASE1 | Simply adds Darkvision as per the feat. Oddly no "Low Light Vision". | |||||
| 27 | DecreaseAbilityScore | ITEM_PROPERTY_DECREASED_ABILITY_SCORE | IPRP_ABILITIES | IPRP_NEG10COST | Decreases given ability score, down to a minimum of 3. | |||||
| 28 | DecreaseAC | ITEM_PROPERTY_DECREASED_AC | IPRP_ACMODTYPE | ARMOR_TYPE_* IP_CONST_ACMODIFIER_TYPE_* | IPRP_NEG5COST | Decreases the base AC of the item by the amount given. IP_CONST_AC_MODIFIER_TYPE_* is the same as ARMOR_TYPE_* constants. | ||||
| 29 | DecreasedSkill | ITEM_PROPERTY_DECREASED_SKILL_MODIFIER | Skills | IPRP_NEG10COST | Decreases the given skill by a certain amount. Not tested if it can make it negative. | |||||
| 30 | DoubleStack | **** | Unused line - however the description line shows what it originally was for: "Double Stack: This property allows items to be stacked in higher quantities. Arrows that are normally stacked in piles of 20 could be stacked in piles of 40 with this property.". Unlikely needed given how the inventory turned out. Presumably inventory was going to be more Baldurs-Gate like at one point with one item per slot. Interesting how the dialog.tlk contains all the references however. | |||||||
| 31 | EnhancedContainer_BonusSlot | **** | Unused line (note description TLK references something entirely different now). Presumably inventory was going to be more Baldurs-Gate like at one point with one item per slot, and containers adding additional slots, before it got turned into the tetris system. | |||||||
| 32 | EnhancedContainer_Weight | ITEM_PROPERTY_ENHANCED_CONTAINER_REDUCED_WEIGHT | **** | IPRP_REDCOST | Magic bags. All contents inside the container have their weight reduced by this percentage. | |||||
| 33 | DamageMelee | ITEM_PROPERTY_EXTRA_MELEE_DAMAGE_TYPE | IPRP_COMBATDAM | IP_CONST_DAMAGETYPE_* (BLUDGEONING, PIERCING and SLASHING only) | IPRP_BASE1 | Extra Melee Damage type, eg; adding bludgeoning to a sword, makes it able to bypass slashing resistances. Hardcoded although you could alter the Cost fields. | ||||
| 34 | DamageRanged | ITEM_PROPERTY_EXTRA_RANGED_DAMAGE_TYPE | IPRP_COMBATDAM | IP_CONST_DAMAGETYPE_* (BLUDGEONING, PIERCING and SLASHING only) | IPRP_BASE1 | Extra Ranged Damage type, eg; adding slashing to a crossbow, makes it able to bypass piercing resistances. Hardcoded although you could alter the Cost fields. | ||||
| 35 | Haste | ITEM_PROPERTY_HASTE | **** | IPRP_BASE1 | Permament magical haste as per EffectHaste. Super overpowered of course. | |||||
| 36 | HolyAvenger | ITEM_PROPERTY_HOLY_AVENGER | **** | IPRP_BASE1 | Yes - it applies "fxholy" | A special On Hit property with insane bonuses; Holy Avenger is an item property that, when used by paladin, acts like a +5 enhancement holy weapon that dispels magic on hit, delivers an additional +1d6 divine damage against evil aligned creatures, and grants the caster a spell resistance of 16. Only a paladin can gain the benefit of this property on a weapon. If the character has no paladin levels, this counts as a +2 enhancement with the dispel ability. Dispelling:
There is a single ruleset.2da value for this property - HOLY_AVENGER_ITEM_PROPERTY_SR_BONUS, set to 16 by default. | ||||
| 37 | Immunity | ITEM_PROPERTY_IMMUNITY_MISCELLANEOUS | IPRP_IMMUNITY | IPRP_BASE1 | Immunity to specific overarching effect types. These are hardcoded. | |||||
| 38 | ImprovedEvasion | ITEM_PROPERTY_IMPROVED_EVASION | **** | IPRP_BASE1 | Simply adds the bonuses from the Feat: Improved Evasion, as if they had it. | |||||
| 49 | ImprovedMagicResist | ITEM_PROPERTY_SPELL_RESISTANCE | **** | IPRP_SRCOST | Sets the creatures spell resistance to the given value. Highest spell resistance number available counts, they don't add up. | |||||
| 40 | ImprovedSavingThrows | ITEM_PROPERTY_SAVING_THROW_BONUS | IPRP_SAVEELEMENT | IPRP_MELEECOST | Additional general saving throw bonus, either "Universal" (all) or a specific subtype (eg: "Trap"). | |||||
| 41 | ImprovedSavingThrowsSpecific | ITEM_PROPERTY_SAVING_THROW_BONUS_SPECIFIC | IPRP_SAVINGTHROW | IPRP_MELEECOST | Additional saving throw of the overarching types; Will, Fortitude and Reflex. | |||||
| 42 | **** | **** | Unused line, unknown what this was potentiallynot used in the engine but referenced as "BONUS_STAMINA", make of that what you will. | |||||||
| 43 | Keen | ITEM_PROPERTY_KEEN | **** | IPRP_BASE1 | Expands the critical range of the weapon equal to the base range, eg: 19-20 becomes 17-20. Still needs to hit to be a critical. | |||||
| 44 | Light | ITEM_PROPERTY_LIGHT | **** | IPRP_LIGHTCOST | IPRP_COLOR | Light VFX is applied when this is worn. Only one works and the "brightest" seems to be what applies (eg if you have 5M from an item and "Light" spell is cast using 20M light - the spell takes precidence). Note this is most likely hardcoded (change this if you find it isn't). The lines in visualeffects.2da are used - 153 - 180 (Blue, Yellow, Purple, Red, Orange, White, Green with 5 - 20 distances). It links to progfx.2da lines if you wonder what model file and settings are used. | ||||
| 45 | Mighty | ITEM_PROPERTY_MIGHTY | **** | IPRP_MELEECOST | Mighty ranged weapons allow the strength bonus to be added to damage, up to the given cap eg: Mighty +5 allows up to 5 additional base weapon damage if you had 20 strength, but 22 strength won't add +6. | |||||
| 46 | MindBlank | ITEM_PROPERTY_MIND_BLANK | **** | Unused line, from the description: "Mind Blank: This property makes the wielder immune to all mind-affecting spells, such as Charm Person and Confusion.". Obviously removed once they added SpellImmunity_Specific.ITEM_PROPERTY_IMMUNITY_MISCELLANEOUS | ||||||
| 47 | DamageNone | ITEM_PROPERTY_NO_DAMAGE | **** | IPRP_BASE1 | Makes the base weapon damage 0, ie; a shortsword with it no longer does 1-6 damage, it does 0. Still can add additional On Hit or Extra Damage effects, and I forget but I think it still adds strength bonus and other things. Hardcoded, there are no editable properties for this except cost. | |||||
| 48 | OnHit | ITEM_PROPERTY_ON_HIT_PROPERTIES | IPRP_ONHIT | IPRP_ONHITCOST | Special: in iprp_onhit.2da it lists these references: 1 - IPRP_DAMAGETYPE 2 - IPRP_ONHITDUR 3 - IPRP_ABILITIES 4 - IPRP_ALIGNGRP 5 - IPRP_ALIGNMENT 6 - racialtypes 10 - IPRP_POISON | Yes - if "Vorpal", "Level Drain" or "Wounding" it applies "fxneg". | Applies a on hit property. One of the most complicated types of item effect. You have 3 parts:
Most of the properties themselves (like what effects) are hardcoded (see iprp_onhit.2da) but the actual variables (such as chance, DC and duration) can be modified. | |||
| 49 | ReducedSavingThrows | ITEM_PROPERTY_DECREASED_SAVING_THROWS | IPRP_SAVEELEMENT | IPRP_NEG5COST | Reduced general saving throw bonus, either "Universal" (all) or a specific subtype (eg: "Trap"). | |||||
| 50 | ReducedSpecificSavingThrow | ITEM_PROPERTY_DECREASED_SAVING_THROWS_SPECIFIC | IPRP_SAVINGTHROW | IPRP_NEG5COST | Reduced specific saving throws, eg: Reflex -5 only applied to Reflex saves. | |||||
| 51 | Regeneration | ITEM_PROPERTY_REGENERATION | **** | IPRP_MELEECOST | Regeneration as per EffectRegenerate, applied permanently. Insanely powerful and breaks OnDying scripts by default (creatures don't get a dying phase) | |||||
| 52 | Skill | ITEM_PROPERTY_SKILL_BONUS | skills | IPRP_SKILLCOST | Increase to a specific skill. | |||||
| 53 | SpellImmunity_Specific | ITEM_PROPERTY_IMMUNITY_SPECIFIC_SPELL | **** | IPRP_SPELLCOST | Immunity to a particular spell. Only the spells listed in iprp_spellcost.2da are valid for this, which means some spells you'd expect to be there may not be and others that are in there don't properly use ResistSpell to check for them (but may do custom checks, eg; Petrifying Gaze). | |||||
| 54 | SpellSchool_Immunity | ITEM_PROPERTY_IMMUNITY_SPELL_SCHOOL | IPRP_SPELLSHL | IPRP_BASE1 | Immunity to a particular spell school, again not all spells may be affected since ResistSpell may not be used everywhere, and only spells are affected (not monster abilities). The spell schools list are hardcoded in the engine, alas, although Cost fields may be editable. | |||||
| 55 | ThievesTools | ITEM_PROPERTY_THIEVES_TOOLS | **** | IPRP_SKILLCOST | Thieves Tools properties. Allows better unlock checks if used as an item property on a locked object. Editable values but there is a range of up to +20 already (although admittedly the costs do not scale...well...for this). | |||||
| 56 | AttackBonus | ITEM_PROPERTY_ATTACK_BONUS | **** | IPRP_MELEECOST | Attack bonus for a weapon. This does not add extra damage like Enchantment Bonuses do but it does pierce soak damage (like Stoneskin) the same way. Mainly used on ranged weapons - not sure why Enchantment bonuses wer not used for ranged weapons. | |||||
| 57 | AttackBonusAlignmentGroup | ITEM_PROPERTY_ATTACK_BONUS_VS_ALIGNMENT_GROUP | IPRP_ALIGNGRP | IPRP_MELEECOST | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" for any value | Attack bonus versus an alignment group. | ||||
| 58 | AttackBonusRacialGroup | ITEM_PROPERTY_ATTACK_BONUS_VS_RACIAL_GROUP | racialtypes | RACIAL_TYPE_* IP_CONST_RACIALTYPE_* | IPRP_MELEECOST | Attack bonus versus a racial group. | ||||
| 59 | AttackBonusSpecificAlignment | ITEM_PROPERTY_ATTACK_BONUS_VS_SPECIFIC_ALIGNMENT | IPRP_ALIGNMENT | IP_CONST_ALIGNMENT_* | IPRP_MELEECOST | Yes - if vs. Good it applies "fxneg", if vs. Evil it applies "fxholy" for any value | Attack bonus versus a specific alignment. | |||
| 60 | ToHitPenalty | ITEM_PROPERTY_DECREASED_ATTACK_MODIFIER | **** | IPRP_NEG5COST | N/A use raw numbers (but positive, eg; 3 is actually -3 to the persons attack). | Essentially an Attack Penalty. Used on ranged weapons. | ||||
| 61 | UnlimitedAmmo | ITEM_PROPERTY_UNLIMITED_AMMUNITION | IPRP_AMMOTYPE | IP_CONST_AMMOTYPE_* | IPRP_AMMOCOST | IP_CONST_UNLIMITEDAMMO_* | Unlimited ammo - of a particular kind as determined in the IPRP_AMMOTYPE list, however this is restricted to the weapon type you've chosen to add it to (eg; Crossbows will get just "Bolt"). Possibly this hints that ammo types might be more varied (perhaps with "better bolts" or somesuch). | |||
| 62 | UseLimitationAlignmentGroup | ITEM_PROPERTY_USE_LIMITATION_ALIGNMENT_GROUP | IPRP_ALIGNGRP | ALIGNMENT_* IP_CONST_ALIGNMENT_GROUP_* | IPRP_BASE1 | Adds a Alignment Group limitation to use the item that Use Magical Device can bypass. Multiples mean "OR" but is "AND" with any other limitations. DMs and NPCs can ignore this (and the identified flag). | ||||
| 63 | UseLimitationClass | ITEM_PROPERTY_USE_LIMITATION_CLASS | Classes | CLASS_TYPE_* (IP_CONST_CLASS_* is incomplete) | IPRP_BASE1 | Adds a Class limitation to use the item that Use Magical Device can bypass. Multiples mean "OR" but is "AND" with any other limitations. DMs and NPCs can ignore this (and the identified flag). Editable insofar as it detects changes to classes.2da you make. IP_CONST_CLASS_* is a subset of the CLASS_TYPE_* lines. In reality it can be any classes.2da line, even prestiege classes. | ||||
| 64 | UseLimitationRacial | ITEM_PROPERTY_USE_LIMITATION_RACIAL_TYPE | racialtypes | RACIAL_TYPE_* IP_CONST_RACIALTYPE_* | IPRP_BASE1 | Adds a Racial Type limitation to use the item that Use Magical Device can bypass. Multiples mean "OR" but is "AND" with any other limitations. DMs and NPCs can ignore this (and the identified flag). Editable insofar as it detects changes to racialtypes.2da you make. | ||||
| 65 | UseLimitationSpecificAlignment | ITEM_PROPERTY_USE_LIMITATION_SPECIFIC_ALIGNMENT | IPRP_ALIGNMENT | IP_CONST_ALIGNMENT_* | IPRP_BASE1 | Adds a Specific Alignment limitation to use the item that Use Magical Device can bypass. Multiples mean "OR" but is "AND" with any other limitations. DMs and NPCs can ignore this (and the identified flag). | ||||
| 66 | UseLimitationTerrain | ITEM_PROPERTY_USE_LIMITATION_TILESET | IPRP_TERRAINTYPE | IPRP_BASE1 | Unused line, "Tileset Limitation: This property limits the imbued item to a specific tileset (Forest, Crypt, and so on)." - a great shame, you can't have a weapon usable, say, only in Forests. You could script something equivalent mostly however. | |||||
| 67 | VampiricRegeneration | ITEM_PROPERTY_REGENERATION_VAMPIRIC | **** | IPRP_MELEECOST | Yes - it applies "fxneg" if VFX is 1 for that value amount in iprp_meleecost.2da (default: +4 and higher) | When the item hits (and damages?) it heals the user by a certain amount. | ||||
| 68 | Vorpal | **** | Unused line, Vorpal, Wounding and Poison are On Hit item properties (OnHit/OnMonsterHit). | |||||||
| 69 | Wounding | **** | Unused line, Vorpal, Wounding and Poison are On Hit item properties (OnHit/OnMonsterHit). | |||||||
| 70 | Trap | ITEM_PROPERTY_TRAP | IPRP_TRAPS | IPRP_TRAPCOST | Trap item properties, when used, will destroy the trap inventory object and place a trigger on the ground of that trap type. | |||||
| 71 | True_Seeing | ITEM_PROPERTY_TRUE_SEEING | **** | IPRP_BASE1 | Adds a permanent EffectTrueSeeing to the creature. Insanely powerful, used usually only on top tier bosses. Uneditable except the cost field. | |||||
| 72 | OnMonsterHit | ITEM_PROPERTY_ON_MONSTER_HIT | IPRP_MONSTERHIT | IPRP_BASE1 (fake: see description) | Param1ResRefs include: 2 - IPRP_ABILITIES 6 - disease 7 - IPRP_AMOUNT 8 - poison And Param2ResRef (unused) includes: 7 - IPRP_AMOUNT | iprp_monsterhit references Param1ResRef and Param2ResRef for double parameters, the only item property to do so. For this reason it seems Bioware made it so that second parameter isn't even used - the only one that references it is On Monster Hit: Ability Drain, which would have had a variable amount for it - eg;
Instead it just does a singlular point of damage since Param2ResRef is unused. It also means these tend to not have % chance to activate, DC or other changed settings as the usual On Hit does. However you can edit most of them to include, say, more diseases and more poisons. See iprp_monsterhit.2da for more information. | ||||
| 73 | Turn_Resistance | ITEM_PROPERTY_TURN_RESISTANCE | **** | IPRP_SKILLCOST | Adds turn resistance to the creature as per EffectTurnResistanceIncrease. Essentially GetTurnResistanceHD is altered adding on any turn resistance to the monsters HP for use in the Turn Undead feat script. Editable but the amount of range goes up really high so not really worth editing it. | |||||
| 74 | Massive_Criticals | ITEM_PROPERTY_MASSIVE_CRITICALS | **** | IPRP_DAMAGECOST | When a critical occurs this amount is added onto the damage. | |||||
| 75 | Freedom_of_Movement | ITEM_PROPERTY_FREEDOM_OF_MOVEMENT | **** | IPRP_BASE1 | Permanent immunity to Paralysis, Slow, Entangle and Movement Speed Decrease effects (as if you'd applied them separately). Hardcoded, only cost can be edited. Why it's not in the Immunity: XXX item property who knows. | |||||
| 76 | Poison | ITEM_PROPERTY_POISON | poison | Unused line, Vorpal, Wounding and Poison are On Hit item properties (OnHit/OnMonsterHit). | ||||||
| 77 | Monster_damage | ITEM_PROPERTY_MONSTER_DAMAGE | **** | IPRP_MONSTCOST | Creature Weapons by default have no damage - this property is used to change the amount of damage the weapons actually do (with a 20-20 critical range, and x2 damage). | |||||
| 78 | Immunity_To_Spell_By_Level | ITEM_PROPERTY_IMMUNITY_SPELLS_BY_LEVEL | **** | IPRP_SPELLLVLIMM | Applies a permanent EffectSpellLevelAbsorption that is similar to Spell Globes which absorb all spells that have spell resistance checks of a certain level, and lower. Hardcoded of course, excepting the cost field. | |||||
| 79 | Special_Walk | ITEM_PROPERTY_SPECIAL_WALK | IPRP_WALK | IPRP_BASE1 | Special walks now in NWN:EE can be added this way, such as "drunk walking". The only default Bioware option is Zombie walking, which is added to their hide. | |||||
| 80 | Healers_Kit | ITEM_PROPERTY_HEALERS_KIT | **** | IPRP_SKILLCOST | Healers Kit use the Heal skill plus the bonus amount from this item to heal hit points and remove disease and poison. Editable values but there is a huge range of up to +50 already (although admittedly the costs do not scale...well...for this). | |||||
| 81 | Weight_Increase | ITEM_PROPERTY_WEIGHT_INCREASE | **** | IPRP_BASE1 | IPRP_WEIGHTINC | Weight increases make an item heavier by a certain amount. | ||||
| 82 | OnHitCastSpell | ITEM_PROPERTY_ONHITCASTSPELL | IPRP_ONHITSPELL | IPRP_SPELLCSTR | When a item hits a target it fires a particular spell script at the given caster level. | |||||
| 83 | VisualEffect | ITEM_PROPERTY_VISUALEFFECT | IPRP_VISUALFX | Overrides any "default" VFX in this column if set. | Applies a weapon VFX permanently, and in NWN:EE is allowed to be new ones. | |||||
| 84 | ArcaneSpellFailure | ITEM_PROPERTY_ARCANE_SPELL_FAILURE | **** | IPRP_ARCSPELL | Adds or removes arcane spell failure, when a Bard, Sorcerer or Wizard wears armour it is the % chance the spell outright fails. | |||||
| 85 | Material | ITEM_PROPERTY_MATERIAL | **** | IPRP_MATCOST | Added at the tail end of NWN's development, and has no "real property" in the engine, but can be checked for by scripts. A good default selection of "Materials" is already presence to identify an item. | |||||
| 86 | Quality | ITEM_PROPERTY_QUALITY | **** | IPRP_QUALCOST | Added at the tail end of NWN's development, and has no "real property" in the engine, but can be checked for by scripts. A good default selection of "Quality" values is already presence to identify an item. | |||||
| 87 | Additional_Property | ITEM_PROPERTY_ADDITIONAL | **** | IP_CONST_ADDITIONAL_* | IPRP_ADDCOST | Added at the tail end of NWN's development, and has no "real property" in the engine, but can be checked for by scripts. This contains only two additional properties, "Unknown" and "Cursed" so needs some 2da edits to make real use of. |
...