I. About
This tweak allows monks to get a bonus or penalty to their AC, depending on their wisdom. The table is the same as AC bonus from DEX.
Wisdom 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
+/- AC -3 -3 -3 -2 -2 -1 -1 0 0 0 0 0 0 0 0 1 2 3 4 4 4 5 5 5 6 6
II. Tech info and known problems
I included wisdom checks into main game scripts - baldur.bcs and baldur25.bcs. Depending on current wisdom monk will get one of ten spells which will add undispellable bonus to AC and will dispel any previous wisdom bonus. Since I didn't find a way to dispel a specific spell I went with assigning a "10 - Offensive damage" type to spells responsible for AC adjustments and dispelling them with 221th opcode. This type is used for damaging spells, not for protections, so it ensures that almost nothing else will be dispelled. As I've found setting spell's duration to be permanent doesn't allow to dispel it, thus i've changed it to lasts for ~6 months. To check if this time has expired (really unlikely but still possible) or monk was killed (if he isn't Charname, of course - either NPC mod or multiplayer) I've in my spells a change of monk's tracking skill. It seems to be completely unused in game so no problems here.
Sometimes you can see a message "PlayerName - Offensive Damage Dispelled". I've tried to protect target against displaying this message but game refused to hear my plea. Well, there are much worse things anyway.
Also you may get cured of poison/desease/similar which is a bug, but very unlikely one. Monks get immunity to poison and desease plus magic resistance, that the first, and it might happen only if your monk's wisdom gets changed while he's suffering from long-lasting ill effect, that's the second. Cheat if wish, that's really unlikely, so I don't care.
These bonuses works only for party members, though once gained they keep working even if you've kicked a monk out of party.
III. Installation order
It absolutely doesn't matter when you install this.
IV. Tools used
DLTCEP by Avenger
WeiDu by Westley Weimer
Attached Files
Edited by GeN1e, 20 April 2007 - 05:51 PM.