Skip to content

Commit 447cfc8

Browse files
update docs, fix IWD spell tweak install error
1 parent 5dc240e commit 447cfc8

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

stratagems/doc/readme-stratagems.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ <h3>The ini file</h3>
14881488
<p>The file "stratagems.ini", found in the stratagems directory, allows fine-tuning of install options not available via the main installer. To do this, just edit the file in Notepad or another text editor. Each line consists of a configuration option, then '=', then a number (or in one case a string). The only thing you should edit is the number (or string).</p>
14891489
<p>The current player-usable options are listed below, by section. (Don't change anything not listed; these are work-in-progress and/or part of the testing framework.) I list the default value in parentheses after the setting.</p>
14901490
<strong>Spell system changes</strong>
1491-
<p>These variables all control the individual changes to the spell system (see documentation <a href=#spelltweaks>here</a>). Setting each to 1 disables the respective change.</p>
1491+
<p>These variables all control the individual changes to the spell system (see documentation <a href=#spelltweaks>here</a>). Setting each to 0 disables the respective change.</p>
14921492
<strong>Nerfed items</strong>
14931493
<p>These variables control the individual item tweaks in the 'Move or modify some overpowered items' component (see full details <a href=#add>here</a>). Setting each to 1 disables the respective change.</p>
14941494
<strong>Component tweaks</strong>

stratagems/iwdspells/data/New Text Document.txt

Whitespace-only changes.

stratagems/sfo2e/lua/New Text Document.txt

Whitespace-only changes.

stratagems/spell/monster_summoning_iwd.tpa

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ DEFINE_ACTION_FUNCTION monster_summoning_iwd BEGIN
251251
]
252252

253253
array.new[comp_wpns]
254-
[[
254+
[
255255
bow05=>compb05
256256
sw1h01=>comps01
257-
]]
257+
]
258258

259259
ACTION_PHP_EACH comp_wpns AS old=>new BEGIN
260260
ACTION_IF !FILE_EXISTS_IN_GAME "%new%.itm" BEGIN

0 commit comments

Comments
 (0)