Character consistency
Grashnek
Member Posts: 1
Quick question here: if for example you boosted Viconia's wisdom with the wisdom tomes in BG:EE, does this also affect her stats in BG2:EE?
0
Comments
But you can always use the console to add the tomes in BG2 and then use them on the char(s) you like in case you don't like Keeper or similar progs.
C:CreateItem("xxx")
instead of the xxx use..
BOOK03 (+1 Con)
BOOK04 (+1 Str)
BOOK05 (+1 Dex)
BOOK06 (+1 Int)
BOOK07 (+1 Chr)
BOOK08 (+1 Wis)
.. so for adding the tome of wis it's C:CreateItem("BOOK08") for example.