Morrowind
0 of 0

File information

Last updated

Original upload

Created by

Merlord

Uploaded by

Merlord

Virus scan

Safe to use

About this mod

Skills Module is a framework for MWSE+Lua mods that allows you to easily create new skills in Morrowind with just a few lines of code. Leveling and UI are handled automatically, with new skills added seamlessly into the stats menu.

Requirements
Permissions and credits




SKILLS MODULE

by
Merlord

Skills Module is a framework for MWSE+Lua mods that allows you to easily create new skills in Morrowind with just a few lines of code. Leveling and UI are handled automatically, with new skills added seamlessly into the stats menu.

PLAYERS:

Simply extract Skills Module into your Morrowind Directory and it will be picked up by any mods that make use of it. 

MODDERS:


Simply include the skills module in your mod:


Then define and register your new skill:

Then use your skill to determine the effectiveness/chance of your action:


Finally, increment your skill whenever you use it:


And remember to add this module as a requirement in your mods!

See thee "HowTo.txt" file included in the mod for more detailed instructions, or come chat to me here or on the Morrowind Modding Discord if you need help implementing a new skill.

For an example of the skill module in action, see the latest update of Frostwind, which now has a Survival skill that helps with harvesting firewood.