The UESPWiki – Your source for The Elder Scrolls since 1995
Created Objects[edit]
Name |
Type/Size |
Info |
weaponCount |
vsval |
Number of elements in weaponEnchTable |
weaponEnchTable |
Enchantment[weaponCount] |
List of all created enchantments that are/were applied to weapons. |
armourCount |
vsval |
Number of elements in armourEnchTable |
armourEnchTable |
Enchantment[armourCount] |
List of all created enchantments that are/were applied to armour. Not sure which types of armour (Body/Gloves/Boots/Shield/etc) this encompasses. |
potionCount |
vsval |
Number of elements in potionTable |
potionTable |
Enchantment[potionCount] |
List of all created potions. |
poisonCount |
vsval |
Number of elements in poisonTable |
poisonTable |
Enchantment[poisonCount] |
List of all created poisons. |
Enchantment[edit]
Name |
Type/Size |
Info |
refID |
RefID |
FormID of the enchantment. I've only seen created types, no default or array types. |
timesUsed |
uint32 |
Seems to represent the number of times the enchantment is used? However, sometimes using the same enchantment nets two different forms. Could just be a bug in Skyrim. |
count |
vsval |
|
effects |
MagicEffect[count] |
MagicEffect[edit]
Name |
Type/Size |
Info |
effectID |
RefID |
|
info |
EnchInfo |
|
price |
float |
Amount this enchantment adds to the base item's price. |
EnchInfo[edit]
Name |
Type/Size |
Info |
magnitude |
float |
|
duration |
uint32 |
|
area |
uint32 |
|