Skip to content

Commit

Permalink
Merge pull request #22 from DaerosTrollkiller/master
Browse files Browse the repository at this point in the history
v2.0.4 Update
  • Loading branch information
DaerosTrollkiller authored Jul 26, 2022
2 parents cc38118 + cd6580d commit d344461
Show file tree
Hide file tree
Showing 45 changed files with 5,265 additions and 6,020 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Version 2.0.4

### Changed

- Reworked how items obtained via quest rewards are implemented for better cross-mod compatibility.
- Renamed new wizard spell "Holocaust" to "Deleterious Nimbus" based on community feedback.

### Fixed

- IWD items for BG1 component should now spawn items in their intended locations for BGEE games.
- All version of the Element's Fury should now apply strength bonus when thrown.



## Version 2.0.3

### Changed
Expand Down
16 changes: 8 additions & 8 deletions SPOILER-ITEMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Upon casting of this spell, the wizard conjures forth a fierce storm of high win



Holocaust
Deleterious Nimbus
(Evocation)

Level: 8
Expand Down Expand Up @@ -1585,7 +1585,7 @@ These are all-new items that can be obtained via cromwell/cespenar or other meth
– Slashing Damage Resistance: +10%
– Crushing Damage Resistance: +10%

Holocaust once per day
Deleterious Nimbus once per day
Damage: 1d12+1 poison per round (No Save)
Special: 2 poison damage per second for two rounds (Save vs. Death at -8 negates)
Special: Slays creatures of 8 Hit Dice of less, 9-10 Hit Dice creatures must Save vs. Death at -8 or be slain
Expand All @@ -1608,7 +1608,7 @@ These are all-new items that can be obtained via cromwell/cespenar or other meth
– Crushing Damage Resistance: +10%

Charge abilities:
Holocaust once per day
Deleterious Nimbus once per day
Damage: 1d12+1 poison per round (No Save)
Special: 2 poison damage per second for two rounds (Save vs. Death at -8 negates)
Special: Slays creatures of 8 Hit Dice of less, 9-10 Hit Dice creatures must Save vs. Death at -8 or be slain
Expand All @@ -1630,7 +1630,7 @@ Equipped abilities:
– Missile Damage Resistance: +10%
– Piercing Damage Resistance: +10%

Holocaust once per day
Deleterious Nimbus once per day
Damage: 1d12+1 poison per round (No Save)
Special: 2 poison damage per second for two rounds (Save vs. Death at -8 negates)
Special: Slays creatures of 8 Hit Dice of less, 9-10 Hit Dice creatures must Save vs. Death at -8 or be slain
Expand All @@ -1653,7 +1653,7 @@ Weight: 30
– Piercing Damage Resistance: +10%

Charge abilities:
Holocaust once per day
Deleterious Nimbus once per day
Damage: 1d12+1 poison per round (No Save)
Special: 2 poison damage per second for two rounds (Save vs. Death at -8 negates)
Special: Slays creatures of 8 Hit Dice of less, 9-10 Hit Dice creatures must Save vs. Death at -8 or be slain
Expand Down Expand Up @@ -2246,7 +2246,7 @@ Equipped abilities:
– Physical Damage Resistance: +5%

Charge abilities:
Holocaust once per day
Deleterious Nimbus once per day
Damage: 1d12+1 poison per round (No Save)
Special: 2 poison damage per second for two rounds (Save vs. Death at -8 negates)
Special: Slays creatures of 8 Hit Dice of less, 9-10 Hit Dice creatures must Save vs. Death at -8 or be slain
Expand All @@ -2268,7 +2268,7 @@ Equipped abilities:
– Physical Damage Resistance: +5%

Charge abilities:
Holocaust once per day
Deleterious Nimbus once per day
Damage: 1d12+1 poison per round (No Save)
Special: 2 poison damage per second for two rounds (Save vs. Death at -8 negates)
Special: Slays creatures of 8 Hit Dice of less, 9-10 Hit Dice creatures must Save vs. Death at -8 or be slain
Expand Down Expand Up @@ -3510,4 +3510,4 @@ Weight: 2
Requires:
9 Strength

Weight: 5
Weight: 5
2 changes: 1 addition & 1 deletion package_mod.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"

REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
set "mod_name=SoD to BG2EE Item Upgrade"
set "mod_version=v2.0.3"
set "mod_version=v2.0.4"
set mod_folder=sod2bg2_iu

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
Expand Down
6 changes: 0 additions & 6 deletions sod2bg2_iu/desktop.ini

This file was deleted.

17 changes: 0 additions & 17 deletions sod2bg2_iu/dialogue/bdhigg01.d

This file was deleted.

27 changes: 0 additions & 27 deletions sod2bg2_iu/dialogue/demson.d

This file was deleted.

17 changes: 0 additions & 17 deletions sod2bg2_iu/dialogue/ftown2_.d

This file was deleted.

19 changes: 0 additions & 19 deletions sod2bg2_iu/dialogue/gandol.d

This file was deleted.

48 changes: 0 additions & 48 deletions sod2bg2_iu/dialogue/garan1.d

This file was deleted.

55 changes: 0 additions & 55 deletions sod2bg2_iu/dialogue/garren1.d

This file was deleted.

11 changes: 0 additions & 11 deletions sod2bg2_iu/dialogue/helmbyr.d

This file was deleted.

11 changes: 0 additions & 11 deletions sod2bg2_iu/dialogue/khanz1.d

This file was deleted.

11 changes: 0 additions & 11 deletions sod2bg2_iu/dialogue/khanz2.d

This file was deleted.

17 changes: 0 additions & 17 deletions sod2bg2_iu/dialogue/landri.d

This file was deleted.

16 changes: 0 additions & 16 deletions sod2bg2_iu/dialogue/latlara.d

This file was deleted.

16 changes: 0 additions & 16 deletions sod2bg2_iu/dialogue/mourner6a.d

This file was deleted.

Loading

0 comments on commit d344461

Please sign in to comment.