I am going for something like that except with damage.
From This:
Code:
Damage Status Type: (Original)
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)
To something like this:
Code:
WeaponBonus = TARGET_FAERIE_FIRE DAMAGE 150%
Can I change the "FAERIE_FIRE" to another name since it is just a damage status type?