Find
You are looking at a paralyzing dagger
Created by
omenofdoom
, last updated 13 Dec 2008
Code
if second of hit then paralysis;
##paralysis:
runsub nomove/3;
set $actor's health to $actor's healthmax;
##nomove:
include 58416;
multivar $skiller=$target,$skillname='dodge',$modname='paralysis',$modval='-30',$moddur='60',$modtick='$actor',$modend='$actor';
runsub addmod;
multivar $skiller=$target,$skillname='aim',$modname='paralysis',$modval='-20',$moddur='80',$modtick='$actor',$modend='$actor';
runsub addmod;
print "A powerful paralytic seeps from [$actor]'s blade into [$target]!";
##modtickeffect:
if $skiller's health > 0 then modtickeffect2;
##modtickeffect2:
runsub modeffectx/10;
##modeffectx:
$what = (struggles,has trouble controlling their limbs,stumbles,staggers,moves with difficulty);
print "[$skiller] $what";
##modendeffect:
sayto $skiller,"Your $skillname is no longer impaired by the paralysis.";