Jump to content

Fixed Wizard/rogue save progression


CamDawg

Recommended Posts

Another Baldurdash conversion.

 

Files SAVEROG.2DA and SAVEWIZ.2DA contained in this archive are modified versions of saving throw tables for Rogues (thieves and bards, including kits) and Wizards (mages and sorcerors, including kits and specialists.) They resolve the oversight with the saving throws for these classes not decreasing as they are supposed to at level 21. All other classes get their final reductions at level 20 or before, but the original Level 20 Rules set from Baldur's Gate 1 is still in effect, though characters in Shadows Of Amn may reach either level 40 or eight million experience points, whichever is first.

 

COPY_EXISTING ~SAVEROG.2da~ ~overrride~
 SET "col" = 21
 WHILE ("%col%" < 41) BEGIN
   SET_2DA_ENTRY 0 "%col%" 41 ~8~
   SET_2DA_ENTRY 1 "%col%" 41 ~4~
   SET_2DA_ENTRY 2 "%col%" 41 ~7~
   SET_2DA_ENTRY 3 "%col%" 41 ~11~
   SET_2DA_ENTRY 4 "%col%" 41 ~5~
   SET "col" = ("%col%" + 1)
 END
 BUT_ONLY_IF_IT_CHANGES

COPY_EXISTING ~SAVEWIZ.2da~ ~overrride~
 SET "col" = 21
 WHILE ("%col%" < 41) BEGIN
   SET_2DA_ENTRY 0 "%col%" 41 ~8~
   SET_2DA_ENTRY 1 "%col%" 41 ~3~
   SET_2DA_ENTRY 2 "%col%" 41 ~5~
   SET_2DA_ENTRY 3 "%col%" 41 ~7~
   SET_2DA_ENTRY 4 "%col%" 41 ~4~
   SET "col" = ("%col%" + 1)
 END
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...