Jump to content

Shazzelim incorrect damage


Recommended Posts

Shazzelim's listed damage is 1d8 + 1; it was doing 1d8 + 2.

 

// shazzelim's damage does not match description
COPY_EXISTING ~sw1h50.itm~ ~override~
 READ_LONG  0x64 "abil_off"
 READ_SHORT 0x68 "abil_num"
 WHILE ("%abil_num%" > 0) BEGIN
   SET "abil_num" = ("%abil_num%" - 1)
   READ_BYTE ("%abil_off%" + ("%abil_num%" * 0x38)) "type"
   PATCH_IF ("%type%" = 1) BEGIN // melee
     WRITE_SHORT  ("%abil_off%" + 0x1a + ("%abil_num%" * 0x38)) 1
   END
 END
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

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

×
×
  • Create New...