Find
You are in a Flaming Scythe
This scythe's blade is made of some maroon colored material. Flames constantly surround the blade, helping it to cut through flesh like a knife through butter.
Created by
a lost object #43147
, last updated 13 Apr 2008
Code
if target of examines then glow;
if second of hit then hitit;
##hitit:
$type = (thrusts,slashes,stabs,hacks at,pierces,rends,wounds,impales);
$attack = (viscously,cruely,brutally,fiercely,wildly,wickedly);
$part = (head,arm,leg,shoulder,hand,foot);
print "[$init_obj] $attack $type [$target]'s $part with [$actor].";
set $actor's health to $actor's healthmax;
##glow:
$shine = (glows,shines,glints);
$color = (crimson,red,maroon);
$watch = (gazes, stares, watches, squints);
print "[$init_obj] $watch as [$actor]'s blade $shine a bright $color.";
a viscious gash
a gaping wound
a critical cut
a vorpal slice