Find
You are looking at a ring of magic
The air around this ring pulsates with magical energy.
Created by
omenofdoom
, last updated 17 Mar 2008
Code
##tickloc:
runsub chkhost;
##chkhost:
if $actor's host > 0 then chk2 else end;
##chk2:
$hoster = $actor's host;
if $hoster's material like living then doit else end;
##doit:
include 58416;
multivar
$skiller=$hoster,$skillname='magic',$modname='magring',$modval='10',$modobj=$actor,$moddur='',$modtick='',$modend='';
runsub addmod;
multivar $skiller=$hoster,$skillname='sorcery',$modname='magring',$modval='10',$modobj=$actor,$moddur='',$modtick='',$modend='';
runsub addmod;