Category:Item Properties Functions
From NWN Lexicon
Jump to navigationJump to searchItem Properties Function Category
Item property subsystem.
Functions
Name | Brief Description |
---|---|
Copies all permanent item properties from one object to another. | |
Copies an armor object and changes its appearance. | |
Gives a creature all available proficiency feats. | |
Changes the color of an armor. | |
Returns an armor appearance type for the specified armor model. | |
Converts a number into a damage bonus itemproperty constant. | |
Converts a number to a damage power constant | |
Returns whether an item has an itemproperty. | |
Returns whether a character has an item with a certain itemproperty type equipped. | |
Returns whether an item has any usage limitations. | |
Returns a spell's corresponding itemproperty constant. | |
Returns the container used for item property and appearance modifications in the module | |
Checks if an item is a bludgeoning weapon. | |
Returns whether an item has the intelligent itemproperty. | |
Checks if an item can be equipped. | |
Checks if an item is a melee weapon. | |
Checks if an item is a projectile. | |
Checks if an item is a ranged weapon. | |
Checks if an item has a specified onhit subtype itemproperty. | |
Checks if an item has a matching itemproperty. | |
Returns an itemproperty. | |
Checks the sequencer property of an item. | |
Copies and modifies an armor and returns it as an object. | |
Returns a copy of a weapon with the appearance of one weapon part modified. | |
Returns the next valid appearance type for an armor. | |
Returns the number of armor part variations for the specified part. | |
Returns the number of possible appearance types for the specified armor model (armor part). | |
Returns the number of item properties present on an item. | |
Returns the armor's previous valid appearance type for the specified part. | |
Returns a random valid armor appearance type of the appropriate part. | |
Returns the equipped armor or shield of a spell target. | |
Returns the equipped melee weapon of a spell target. | |
Returns a weapon appearance type for the specified weapon part. | |
Returns a weapon's enhancement bonus. | |
Removes all itemproperties from an item. | |
Removes itemproperties of a given type, duration, and subtype from an item. | |
Safely add an itemproperty to an item. | |
Sets an enhancement bonus on a weapon. | |
Upgrades a weapon's enhancement bonus. | |
Copies itemproperties from one item to another. |
Pages in category "Item Properties Functions"
The following 47 pages are in this category, out of 47 total.
G
I
- IPCopyItemProperties
- IPCreateAndModifyArmorRobe
- IPCreateProficiencyFeatItemOnCreature
- IPDyeArmor
- IPGetArmorAppearanceType
- IPGetDamageBonusConstantFromNumber
- IPGetDamagePowerConstantFromNumber
- IPGetHasItemPropertyByConst
- IPGetHasItemPropertyOnCharacter
- IPGetHasUseLimitation
- IPGetIPConstCastSpellFromSpellID
- IPGetIPWorkContainer
- IPGetIsBludgeoningWeapon
- Ipgetisbludgeoningweapon
- IPGetIsIntelligentWeapon
- IPGetIsItemEquipable
- IPGetIsMeleeWeapon
- IPGetIsProjectile
- IPGetIsRangedWeapon
- IPGetItemHasItemOnHitPropertySubType
- IPGetItemHasProperty
- IPGetItemPropertyByID
- IPGetItemSequencerProperty
- IPGetModifiedArmor
- IPGetModifiedWeapon
- IPGetNextArmorAppearanceType
- IPGetNumberOfAppearances
- IPGetNumberOfArmorAppearances
- IPGetNumberOfItemProperties
- IPGetPrevArmorAppearanceType
- IPGetRandomArmorAppearanceType
- IPGetTargetedOrEquippedArmor
- IPGetTargetedOrEquippedMeleeWeapon
- IPGetWeaponAppearanceType
- IPGetWeaponEnhancementBonus
- IPRemoveAllItemProperties
- IPRemoveMatchingItemProperties
- IPSafeAddItemProperty
- IPSetWeaponEnhancementBonus
- IPUpgradeWeaponEnhancementBonus
- IPWildShapeCopyItemProperties