SecondaryEffect not working
I'm trying these new weapons for a mod I'm developing which use secondary effects, but the secondary effects are not working. Secondaryeffect 337 properly displays on the battlefield weapon as "the deadliest poison", yet despite successful strikes the target never gets poisoned. Secondaryeffect 460 properly displays on the battlefield weapon as "stop the dead", yet despite successful strikes the target never paralyzes the undead target.
What could I be missing?
-- Grasp of Styx
#newweapon 903
#name "Grasp of Styx"
#dmg 8
#att 3
#def 0
#len 0
#rcost 0
#sound 20
#bonus
#dt_large
#secondaryeffect 337
#explspr 10200
#end
-- Blade of Styx
#newweapon 902
#name "Blade of Styx"
#dmg 7
#att 3
#def 0
#len 2
#rcost 3
#sound 8
#dt_normal
#secondaryeffect 460
#flyspr 210 4
#end
__________________
There can be only one.
Last edited by NTJedi; April 13th, 2009 at 01:24 PM..
Reason: typo
|