Files
HeroesStone_PRC8/_removed/x0_s1_petrtouch.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

18 lines
513 B
Plaintext

//::///////////////////////////////////////////////////
//:: X0_S1_PETRGAZE
//:: Petrification touch attack monster ability.
//:: Fortitude save (DC 15) or be turned to stone permanently.
//:: Copyright (c) 2002 Floodgate Entertainment
//:: Created By: Naomi Novik
//:: Created On: 11/14/2002
//::///////////////////////////////////////////////////
#include "x0_i0_spells"
void main()
{
DoPetrification(GetHitDice(OBJECT_SELF), OBJECT_SELF, GetSpellTargetObject(),
GetSpellId(), 15);
}