$12256 / $11500
Hi,
I'm trying to create new powers, and want to create one that doesn't do damage (like a slow or stun only) is it possible to do this? I copied the shock spell, made a new id, and commented out some lines. The spell fires, but doesn't slow the enemies. Any help would be appreciated.
Thanks
You can use:
This will set the power damage to zero, but still allow the hazard to hit an enemy. We use this for the fire/ice weakness spells in empyrean_campaign (ids 203/204 in powers/categories/enemy.txt). To slow enemies, you'll need to add a post_effect like this:
Thanks dorkster, works like a charm.
Does it matter if I comment out trait_elemental, or leave it as (air, earth, ice, etc) ? I guess what I'm trying to say is trait_elemental required?
You can safely leave trait_elemental out, as it only affects powers that do damage.
ok, thanks dorkster