SPEL

From OpenMW Wiki
Jump to navigation Jump to search

SPEL = Spell description.

NAME = Various length, string. Spell ID.
FNAM = Various length, string. Spell Name.
SPDT = 12 bytes, Spell Data as described.
    4 bytes, integer. Type:
      -- 0 = Spell,
      -- 1 = Ability,
      -- 2 = Blight,
      -- 3 = Disease,
      -- 4 = Curse,
      -- 5 = Power.
    4 bytes, integer. Spell Cost.
    4 bytes, integer. Spell Flags:
      -- 0x0001 = AutoCalc
      -- 0x0002 = PC Start
      -- 0x0004 = Always Succeeds
ENAM = 24 bytes, unknown. Enchantment data (0 to 8).

Go back to main esx page.