[itemdef i_stam_bow]
defname i_stam_bow
id=i_bow
name StamShot Bow
type t_weapon_bow
SPEED=40
RESOURCES=4 i_potion_refreshtotal, 60 i_log
skillmake 99.9 BOWCRAFT, 100.0 MAGERY , 100.0 Meditation
CATEGORY=Tcpip
SUBSECTION=Weapon
DESCRIPTION=StamShot Bow
DAM={5 10}
ON=@Create
HITPOINTS={20 45}
COLOR=07ed
on=@click
message <name>
return 1
on=@dclick
if (<src.archery> == 100.0) && (<src.tactics> == 100.0)
equip
else
src.sysmessage @07a1,0,1 Bunu kullanabilmeniz icin 100.0 Archery ve 100.0 Tactics skilline ihtiyaciniz var.
endif
on=@equip
cont.sayua 0823,0,0,1 *StamShot Gucu Seninle*
on=@damage
if (<src.stam> <= 0)
src.stam 0
else
src.stam -=20
return 1
endif