Find
You are looking at a material called lesser
Created by
omenofdoom
, last updated 22 Aug 2008
Code
if target of drink then powerup;
##powerup:
include 58416;
multivar
$skiller=$init_obj,$skillname='aim',$modname='clarity',$modval='5',$moddur='90',$modtick='68148',$modend='68148';
runsub addmod;
$what = (chokes,splutters,coughs,gasps);
$how = (fiery,burning,bitter,viscous);
print "[$init_obj] $what as they swallow the $how liquid";
##modtickeffect:
runsub modeffectx/10;
##modeffectx:
$how2 = (eyes flash,blinks rapidly,moves with precision,surroundings seem almost surreal,sees with amazing clarity);
print "[$skiller] $how2";
##modendeffect:
sayto $skiller,"Your $skillname is no longer enhanced";