      MBSP - Better Sounds - ncgdMW Compatible - Class-Spec Benefit Fix - Fixed again
      By alvazir

      Original author: HotFusion4
      Edits by: Greywander, Joao Almeida, p4r4digm 

Version: 1.1.1

=========
Contents
=========
1.    Description
2.    Requirements
3.    Installation
4.    Changelog
5.    Credits
6.    Permissions
7.    Contact

============
Description
============
This replacement patch makes 4 changes:
1. Fix "Demoralize Humanoid":

It is now a pure Illusion spell. Before it was from Mysticism school, but trained illusion.

2. Remove Better Sounds patch from masters to allow using any Better Sounds patch or none at all.

You do NOT have to use Better Sounds. The script changes by Joao Almeida cover all the cases (Better Sounds or not). And in this regard it doesn't matter which Better Sounds patch to use if you like Better Sounds (i suppose i've checked them all - none of them changes name of the sound), though i recommend my Better Sounds patch.

3. Make magicka refund configurable via global variable HFRefundLevel. By default refund is the same as it was:

MBSP introduced magicka refund mechanics. Every time your cast is successful you get roughly ( 4/6 * Skill ) of magicka spent back(*). I like the idea, but sometimes default value may become unbalanced, so would require tuning depending on playthrough. You may now change this ratio via console:

      set HFRefundLevel to 4

Value may be from 1 to 5 (4 is default) and it roughly corresponds to 1/6 refund to 5/6 refund (4/6 being default).

* Precisely formula is in pseudocode:
      Adjusted Skill = Skill + Willpower/8 + Luck/16
      If Adjusted Skill <= 100
            Refund = ( Adjusted Skill / 100 ) * Cost Spell * 4/6
      If Adjusted Skill > 100
            Refund = Cost Spell * 4/6 + ( Adjusted Skill - 100 ) / 200 * 1/6
      If Adjusted Skill >= 200
            Refund = Cost Spell * 9/12

4. Fix format of skill increase message(thanks to Arivia).

=============
Requirements
=============
- Natural Character Growth and Decay OpenMW
- OpenMW

=============
Installation
=============
- Install as any other mod
- Replace/Activate instead of "MBSP-BetterSounds+ncgdMW+ClassSpec.omwaddon"

==========
Changelog
==========
1.0
  - Initial release
1.1
  - Make refund ratio adjustable via HFRefundLevel global variable
  - Investigate the need in Better Sounds (you do NOT have to use it)
1.1.1
  - Fix format of skill increase message(thanks to Arivia).

========
Credits
========
- HotFusion4: Magicka Based Skill Progression
- Greywander, Joao Almeida, p4r4digm: MBSP - Better Sounds - ncgdMW Compatible - Class-Spec Benefit Fix
- Arivia: Fix format of skill increase message
- John Moonsugar: tes3cmd

============
Permissions
============
You can use this however you want, as long as you credit authors.

========
Contact
========
Morrowind Nexus: https://www.nexusmods.com/morrowind/users/77253
