SKIL: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(SKIL, skill increase pace definition.)
 
mNo edit summary
 
Line 11: Line 11:
       -- The meaning of the 4 floats depends on the skill and is hard-coded.
       -- The meaning of the 4 floats depends on the skill and is hard-coded.
  DESC Variable length, string. Skill description.
  DESC Variable length, string. Skill description.
{{backtoesx}}

Latest revision as of 09:25, 22 February 2013

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.