Open main menu

UESPWiki β

Skyrim Mod:Save File Format/Created Objects

< Mod / Skyrim: Skyrim Mod: File Formats: Save File Format

Created ObjectsEdit

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.

EnchantmentEdit

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]

MagicEffectEdit

Name Type/Size Info
effectID RefID
info EnchInfo
price float Amount this enchantment adds to the base item's price.
EnchInfoEdit
Name Type/Size Info
magnitude float
duration uint32
area uint32