ENCH

From OpenMW Wiki
Revision as of 14:27, 27 February 2013 by Ezzetabi (talk | contribs) (ENCH, enchanting effects.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ENCH = Enchanting Effects.

NAME = Various length, string. Enchanting ID.
ENDT = 16 bytes, Enchant Data as described.
    4 bytes, integer. Type:
      -- 0 = Cast Once,
      -- 1 = Cast Strikes,
      -- 2 = Cast when Used,
      -- 3 = Constant Effect.
    4 bytes, integer. EnchantCost.
    4 bytes, integer. Charge.
    4 bytes, integer. AutoCalc.
ENAM = 24 bytes, Single enchantment data as described.
    2 bytes, short. EffectID
    1 byte, byte. SkillID (255 if NA).
    1 byte, byte. AttributeID (255 if NA).
    4 bytes, integer. RangeType:
      -- 0 = Self,
      -- 1 = Touch,
      -- 2 = Target.
    4 bytes, integer. Area.
    4 bytes, integer. Duration.
    4 bytes, integer. MagMin.
    4 bytes, integer. MagMax.

Go back to main esx page.