View Single Post
Old 06-08-2004, 04:19 AM   #7 (permalink)
CodeCat
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

Well, the effect of the TARGET_FAERIE_FIRE status type is set in GameData.ini:

Code:
WeaponBonus = TARGET_FAERIE_FIRE  RATE_OF_FIRE  150%  ; If shooting at someone marked with Faerie Fire, shoot faster (we don't miss ever, so can't hit easier)
If you change RATE_OF_FIRE to DAMAGE, then anything that is shooting at a target that has this bonus will do 50% more damage. You don't need to specify this in Weapon.ini (unless you want a WeaponBonus upgrade but that's another matter).
CodeCat is offline   Reply With Quote