[(BG2) Cosmetic Bug] Assassin, skald THAC0 bonus doesn't show on character sheet
Because of the funky way their thac0 bonus is applied via EFF, assassins and skalds receive the bonus but it's not reflected on their character record. This changes the way the bonus is applied so that it works and shows on their record.
// assassin and skald thac0 bonuses not displaying in character record
COPY_EXISTING ~spcl421.spl~ ~override~
~spcl541.spl~ ~override~
LAUNCH_PATCH_FUNCTION ~DELETE_SPELL_EFFECT~ INT_VAR
opcode_to_delete = "177" // delete use eff fx
END
LAUNCH_PATCH_FUNCTION ~ADD_SPELL_EFFECT~ INT_VAR
opcode = 278 // thac0 bonus
target = 2 // preset target
parameter1 = 1 // +1
timing = 9 // instant/permanent
resist_dispel = 2 // not dispel/bypass MR
END
BUT_ONLY
Post edited by Tanthalas on
2
Comments
The innate THAC0 bonus of Assassins and Skalds is now reflected on the character Records page.
P.S.I'm sorry, the thac0 bonus for Kensai works. He gets first one at third level. Perhaps this should be in his description though...