Alangara_PRC8/_removed/NW_T1_ELECAVGC.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

26 lines
705 B
Plaintext

//::///////////////////////////////////////////////
//:: Electrical Trap
//:: NW_T1_ElecAvgC.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
The creature setting off the trap is struck by
a strong electrical current that arcs to 4 other
targets doing 15d6 damage. Can make a Reflex
save for half damage.
PATCH (Brent/Jon): replaced oTarget with
o2ndTarget in the while loop
*/
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: July 30, 2001
//:://////////////////////////////////////////////
#include "NW_I0_SPELLS"
void main()
{
TrapDoElectricalDamage(d8(20), 25, 6);
}