SKIL

From OpenMW Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.