Cooldown for thief xml file by Jaseowns

1<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2<cooldowns>
3	<cooldownentry name="ability" defaultcooldown="10" cooldownbartype="Regular" hue="88" pauseduringworldsaves="False">
4		<trigger triggertype="SysMessage" duration="10" triggertext="You can't steal from that" />
5		<trigger triggertype="SysMessage" duration="10" triggertext="You steal" />
6		<trigger triggertype="SysMessage" duration="10" triggertext="You have already stolen from this creature." />
7		<trigger triggertype="SysMessage" duration="10" triggertext="You fail to steal from the creature and it retaliates against you!" />
8		<trigger triggertype="OverheadMessage" duration="10" triggertext="You have hidden yourself well" />
9		<trigger triggertype="SysMessage" duration="10" triggertext="You begin to move quietly" />
10		<trigger triggertype="SysMessage" duration="10" triggertext="You successfully steal the item." />
11		<trigger triggertype="SysMessage" duration="10" triggertext="You fail in your stealing attempt" />
12	</cooldownentry>
13</cooldowns>