Skip to content

Commit

Permalink
v4 finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelGryph committed Aug 4, 2021
1 parent 463b266 commit 250972e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -8,20 +8,21 @@ A spell pack for Baldur's Gate 1 and Baldur's Gate 2.

## Version History

Version 4 - ???
Version 4 - August 4 2021
- Finally fixed the issue with Spell Matrix and area effect spells
- Damage spells use proper save for half damage mechanics in EE games
- Added a few epic spells and other high-level abilities for mages
- Added a few experimenttal epic spells and other high-level abilities
- Paladins can start casting spells at level 4 (as per 3.5e rules)
- Bug fixes and code improvements

Version 3 - 3 October 2020
Version 3 - October 3 2020
- Fixes to make mod work with WeiDU 247
- Several new tweaks
- Rudimentary graphics for Evard's Black Tentacles
- Bug fixes and code improvements

Version 2 - 21 May 2020
Version 2 - May 21 2020
- Almost complete rewrite using the SFO library

Version 1 - 1 June 2019
Version 1 - June 1 2019
- Initial version
6 changes: 5 additions & 1 deletion mih_sp/docs/readme-mih_sp.html
Expand Up @@ -155,9 +155,13 @@ <h2>Credits and Copyright Information</h2>
</div>
<h2>Version History</h2>
<div class="section">
<p><strong>Version 4 - ???</strong></p>
<p><strong>Version 4 - August 2021</strong></p>
<ul>
<li>Finally fixed the issue with Spell Matrix and area effect spells</li>
<li>Damage spells use proper save for half damage mechanics in EE games</li>
<li>Added a few experimenttal epic spells and other high-level abilities</li>
<li>Paladins can start casting spells at level 4 (as per 3.5e rules)</li>
<li>Bug fixes and code improvements</li>
</ul>
<p><strong>Version 3 - October 2020</strong></p>
<ul>
Expand Down
6 changes: 1 addition & 5 deletions mih_sp/lib/lib_install.tph
Expand Up @@ -270,10 +270,6 @@ BEGIN

INNER_ACTION
BEGIN
OUTER_TEXT_SPRINT filename "%idsname%"
ACTION_TO_LOWER filename


// Obtain a slot in spell.ids

ACTION_IF IS_AN_INT idsnum
Expand Down Expand Up @@ -353,7 +349,7 @@ BEGIN

// Install and patch the actual spell file.

COPY + "%file_loc%/%spells_loc%/%filename%.spl" "%workspace%/%newname%.spl"
COPY + "%file_loc%/%spells_loc%/%idsname%.spl" "%workspace%/%newname%.spl"

LAUNCH_ACTION_FUNCTION install_spell
STR_VAR
Expand Down

0 comments on commit 250972e

Please sign in to comment.