Find
You are looking at a slightly blessed ring
Roughly hewn from some dense wood, this ring appears to be slightly magical.
Created by
omenofdoom
, last updated 23 Dec 2008
Code
##tickloc:
runsub checkhost;
##checkhost:
if $actor's host > 0 then check2 else end;
##check2:
$hoster = $actor's host;
if $hoster's material like living then continue else end;
##continue:
include 58416;
multivar $skiller=$hoster,$skillname='aim',$modname='magicitem',$modval='2',$modobj='$actor',$moddur='',$modtick='',$modend='';
runsub addmod;
multivar $skiller=$hoster,$skillname='dodge',$modname='magicitem',$modval='2',$modobj=$actor,$moddur='',$modtick='',$modend='';
runsub addmod;