SimDing0 Posted March 7, 2006 Share Posted March 7, 2006 giafir.itm is allegedly a war hammer, but does slashing damage. Link to comment
devSin Posted March 8, 2006 Share Posted March 8, 2006 When they make the hammers, they embed the head with rows of nails. Everybody knows that! Link to comment
icelus Posted March 8, 2006 Share Posted March 8, 2006 But... wouldn't that mean they did piercing damage? Link to comment
devSin Posted March 8, 2006 Share Posted March 8, 2006 But... wouldn't that mean they did piercing damage?Ah, yes. The old poking warhammer maneuver. Link to comment
CamDawg Posted April 3, 2006 Share Posted April 3, 2006 // hammer does slashing damage COPY_EXISTING ~giafir.itm~ ~override~ READ_LONG 0x64 "abil_off" ELSE 0 READ_SHORT 0x68 "abil_num" ELSE 0 FOR (index = 0; index < abil_num; index = index + 1) BEGIN READ_BYTE ("%abil_off%" + ("%index%" * 0x38)) "type" PATCH_IF ("%type%" = 1) BEGIN // melee WRITE_SHORT ("%abil_off%" + 0x1c + ("%index%" * 0x38)) 2 // crushing END END BUT_ONLY_IF_IT_CHANGES Link to comment
devSin Posted April 3, 2006 Share Posted April 3, 2006 You might want to change GIANTS01 to AX (giants only have WH and AX). I think it's used by GorFirG (it also does damage type 8, but I haven't yet checked in-game to see what this does). And, for optional but cool, I like adding GIANT1, GIANT2, and GIANT3 EFFs to all the giant weapons (this gives them some of their penalties vs. dwarves, gnomes, and halflings). Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.