Find
You are in a magic sealing sword
It glows with a strange light.
Many symbols are engraved upon its hilt.
Created by
omenofdoom
, last updated 13 Dec 2008
Code
if second of hit then magseal;
##magseal:
set $actor's health to $actor's healthmax;
runsub sealit/3;
##sealit:
include 58416;
multivar $skiller=$target,$skillname='magic',$modname='magic seal',$modval='-25',$moddur='35',$modtick='$actor',$modend='$actor';
runsub addmod;
print "[$init_obj] swings [$actor] in a strange pattern, then strikes!";
##modtickeffect:
if $skiller's health > 0 then modtickeffect2;
##modtickeffect2:
runsub modeffectx/10;
##modeffectx:
$what = (energy is sealed);
print "[$target]'s $what";
##modendeffect:
sayto $skiller,"Your $skillname is no longer impaired by the magic seal.";
a viscious gash
a gaping wound
a critical cut