SKIL

From OpenMW Wiki
Revision as of 09:25, 22 February 2013 by Ezzetabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Skill increase pace definition.

INDX = 4 bytes, integer. Skill ID.
    -- The Skill ID is between 0 and 26 and its meaning is hard-coded in Morrowind.
SKDT = 24 bytes, Skill Data as described.
    4 bytes, integer. Governing Attribute.
    4 bytes, integer. Specialization.
      -- 0 = Combat,
      -- 1 = Magic,
      -- 2 = Stealth.
    16 bytes, float[4]. How much successes increases the skill.
      -- The meaning of the 4 floats depends on the skill and is hard-coded.
DESC Variable length, string. Skill description.

Go back to main esx page.