View Single Post
Old 06-07-2004, 04:03 PM   #2 (permalink)
DJRowley
Senior Member
 
Join Date: Mar 2003
Location: UK
Posts: 676
Send a message via MSN to DJRowley
Default

In ZH:

Quote:
Behavior = WeaponBonusUpdate ModuleTag_02
RequiredAffectKindOf = CAN_ATTACK ; Must be set
ForbiddenAffectKindOf = STRUCTURE ; Must be clear
BonusDuration = 10000 ; How long effect lasts
BonusDelay = 100000 ; How often to pulse
BonusRange = 200 ; Keep in line with radius cursor size in special power template
BonusConditionType = FRENZY_ONE ; And which bonus to give
End
The BonusConditionType is set in GameData.ini - that is where you can set the type of effect (DAMAGE, RANGE, etc) and the percentage modifier
DJRowley is offline   Reply With Quote