Skyrim Special Edition

File information

Last updated

Original upload

Created by

Skepmanmods

Uploaded by

skepmanmods

Virus scan

Safe to use

Mod articles

  • Formulas used by vanilla Skyrim for the enchanting system

    Enchantment related game settings

    fEnchantingSkillCostMult = 3
    fEnchantingCostExponent = 1.1
    fEnchantingSkillCostBase = 0.005
    fEnchantmentPointsMult = 0.12
    SoulGemCharges (Petty/Lesser/Common/Greater/Grand=Black) = 250/500/1000/2000/3000
    fEnchantmentEffectPointsMult = 8
    fEnchantingSkillFactor = 1.25






    General formulas

    Player Enchanted Weapons Magnitude = BaseEnchatementMagnitude *(1 + MinSkill/MaxSkill * (fEnchantingSkillFactor - 1) * PerksMultipliers * FortifyEnchantingEffects * SliderModifier

    Player Enchanted Armor Magnitude = BaseEnchatementMagnitude *(1 + MinSkill/MaxSkill * (fEnchantingSkillFactor - 1) * PerksMultipliers * FortifyEnchantingEffects * SoulGemUsedCharges/GrandS...