Amon_PRC8/_removed/nw_t1_elecdeadc.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

23 lines
626 B
Plaintext

//::///////////////////////////////////////////////
//:: Electrical Trap
//:: NW_T1_ElecDeadC.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
The creature setting off the trap is struck by
a strong electrical current that arcs to 6 other
targets doing 30d6 damage. Can make a Reflex
save for half damage.
*/
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: July 30, 2001
//:://////////////////////////////////////////////
#include "NW_I0_SPELLS"
void main()
{
TrapDoElectricalDamage(d12(40),33,6);
}