Hello.
I made a mod component to change bows and arrows in BGT to match their stats from BG1.
However, my code appears to be doing nothing at all.
What am I doing wrong?
Examples:
Acid Arrows
ACTION_IF FILE_EXISTS_IN_GAME ~arrow04.itm~ BEGIN
COPY_EXISTING ~arrow04.itm~ ~override~
SET EFF2_dice_thrown = 2
SET EFF2_dice_sides = 6
END
Composite Longbow +1
ACTION_IF FILE_EXISTS_IN_GAME ~bow02.itm~ BEGIN
COPY_EXISTING ~bow02.itm~ ~override~
SET damage_bonus = 3
SET ITM_HEAD_thac0_bonus = 2
END






