<?xml version="1.0" ?>
<spellcast>
<config
Debug="true"
HideErrors="false"
NormalSet="main"
ShowGearSwaps="false"
ShowSpellInfo="false"
DefaultAftercast="main"
/>
<sets>
<group default="yes" name="gaxe">
<set name="main">
<ammo>Bomb Core</ammo>
<head>Walahra Turban</head>
<neck>Chivalrous Chain</neck>
<lear>Ethereal Earring</lear>
<rear>Brutal Earring</rear>
<body>Nuevo Coselete</body>
<hands>Askar Manopolas</hands>
<lring>Rajas Ring</lring>
<rring>Ulthalam's Ring</rring>
<back>Forager's Mantle</back>
<waist>Swift Belt</waist>
<legs>Byakko's Haidate</legs>
<feet>Aurum Sabatons</feet>
</set>
<set name="town">
<head>Shaded Spectacles</head>
<body>Hecatomb Harness</body>
<hands>Hecatomb Mittens</hands>
<legs>Hecatomb Leggings</legs>
</set>
<set name="fc" BaseSet="main">
<lear>Loquacious Earring</lear>
</set>
<set name="king" BaseSet="main">
<ammo>Bomb Core</ammo>
<head>Adaman Celata</head>
<neck>Chivalrous Chain</neck>
<lear>Fowling Earring</lear>
<rear>Brutal Earring</rear>
<body>Hecatomb Harness</body>
<hands>Hecatomb Mittens</hands>
<lring>Rajas Ring</lring>
<rring>Flame Ring</rring>
<back>Forager's Mantle</back>
<waist>Warwolf Belt</waist>
<legs>Byakko's Haidate</legs>
<feet>Hecatomb Leggings</feet>
</set>
<set name="rush" BaseSet="main">
<ammo>Bomb Core</ammo>
<head>Adaman Celata</head>
<neck>Snow Gorget</neck>
<lear>Fowling Earring</lear>
<rear>Brutal Earring</rear>
<body>Hecatomb Harness</body>
<hands>Hecatomb Mittens</hands>
<lring>Rajas Ring</lring>
<rring>Flame Ring</rring>
<back>Forager's Mantle</back>
<waist>Warwolf Belt</waist>
<legs>Byakko's Haidate</legs>
<feet>Hecatomb Leggings</feet>
</set>
<set name="steel" BaseSet="main">
<ammo>Bibiki Seashell</ammo>
<head>Genbu's Kabuto</head>
<neck>Snow Gorget</neck>
<lear>Fowling Earring</lear>
<rear>Brutal Earring</rear>
<body>Hecatomb Harness</body>
<hands>Hecatomb Mittens</hands>
<lring>Rajas Ring</lring>
<rring>Flame Ring</rring>
<back>Forager's Mantle</back>
<waist>Warwolf Belt</waist>
<legs>Byakko's Haidate</legs>
<feet>Hecatomb Leggings</feet>
</set>
<set name="th" BaseSet="main">
<ammo>Thr. Tomahawk</ammo>
</set>
</group>
<group name="dw">
<set name="main">
<ammo>Tiphia Sting</ammo>
<head>Walahra Turban</head>
<neck>Chivalrous Chain</neck>
<lear>Fowling Earring</lear>
<rear>Brutal Earring</rear>
<body>Nuevo Coselete</body>
<hands>Askar Manopolas</hands>
<lring>Blood Ring</lring>
<rring>Ulthalam's Ring</rring>
<back>Forager's Mantle</back>
<waist>Swift Belt</waist>
<legs>Byakko's Haidate</legs>
<feet>Aurum Sabatons</feet>
</set>
<set name="town">
<head>Shaded Spectacles</head>
<body>Hecatomb Harness</body>
<hands>Hecatomb Mittens</hands>
<legs>Hecatomb Leggings</legs>
</set>
<set name="fc" BaseSet="main">
<lear>Loquacious Earring</lear>
</set>
<set name="th" BaseSet="main">
<ammo>Thr. Tomahawk</ammo>
</set>
<set name="ram" BaseSet="dw">
<ammo>Bomb Core</ammo>
<head>Adaman Celata</head>
<rear>Brutal Earring</rear>
<body>Hecatomb Harness</body>
<hands>Hecatomb Mittens</hands>
<back>Forager's Mantle</back>
<waist>Warwolf Belt</waist>
<feet>Hecatomb Leggings</feet>
</set>
</sets>
<rules>
<if main="WAR">
<if Area="*Windurst*|*San d'Oria*|*Bastok*|*Jeuno*|*Whitegate|Al Zahbi" NotArea="Dynamis*">
<action type="equip" when="idle" set="Town">
</action>
</if>
<if Spell="Utsusemi*|Tonko*|Monomi*">
<action type="equip" when="Precast" set="fc" />
<action type="Equip" when="Aftercast" set="main" />
</if>
<if mode="And" CommandPrefix="/ws|/weaponskill" NotTPLT="100">
<if Spell="King's Justice">
<action type="castdelay" delay=".2" />
<action type="Equip" when="Precast" set="king" />
<action type="Equip" when="Aftercast" set="main" />
</if>
<elseif Spell="Raging Rush">
<action type="castdelay" delay=".2" />
<action type="Equip" when="Precast" set="rush" />
<action type="Equip" when="Aftercast" set="main" />
</elseif>
<elseif Spell="Steel Cyclone">
<action type="castdelay" delay=".2" />
<action type="Equip" when="Precast" set="steel" />
<action type="Equip" when="Aftercast" set="main" />
</elseif>
<elseif Spell="Rampage">
<action type="castdelay" delay=".2" />
<action type="Equip" when="Precast" set="ram" />
<action type="Equip" when="Aftercast" set="main" />
</elseif>
</if>
<if Spell="Tomahawk">
<action type="castdelay" delay=".2" />
<action type="Equip" when="Precast" set="th" />
<action type="Equip" when="Aftercast" set="main" />
</if>
</if>
</rules>
</spellcast>