<?xml version="1.0" ?>
<spellcast>
<config />
<sets>
<group name="shared" default="yes">
<set name="idle">
<main>Macuahuitl +1</main>
<sub>Koenig shield</sub>
<range>Lamian Kaman</range>
<head>Walahra Turban</head>
<neck>Parade Gorget</neck>
<lear>Loquac. Earring</lear>
<rear>Ethereal Earring</rear>
<body>Valor Surcoat</body>
<hands>Homam Manopolas</hands>
<lring>Hercules' Ring</lring>
<rring>Bloodbead Ring</rring>
<back>Valor Cape</back>
<waist>Swift Belt</waist>
<legs>Valor Breeches</legs>
<feet>Homam Gambieras</feet>
</set>
<set name="haste" baseset="idle">
<head>Walahra Turban</head>
<neck>Shield Torque</neck>
<lear>Loquac. Earring</lear>
<body>Valor Surcoat</body>
<hands>Homam Manopolas</hands>
<lring>Hercules' Ring</lring>
<rring>Bloodbead Ring</rring>
<back>Valor Cape</back>
<waist>Swift Belt</waist>
<legs>Valor Breeches</legs>
<feet>Homam Gambieras</feet>
</set>
<set name="rampart" baseset="idle">
<head>Vlr. Coronet +1</head>
<body>Koenig Cuirass</body>
<neck>Parade Gorget</neck>
<hands>Kaiser Handschuhs</hands>
<back>Valor Cape</back>
<waist>Warwolf Belt</waist>
<legs>Koenig Diechlings</legs>
<feet>Koenig Schuhs</feet>
</set>
<set name="defense" baseset="idle">
<head>Koenig Schaller</head>
<neck>Shield Torque</neck>
<body>Koenig Cuirass</body>
<hands>Koenig Handschuhs</hands>
<lring>Jelly Ring</lring>
<back>Shadow Mantle</back>
<waist>Warwolf Belt</waist>
<legs>Koenig Diechlings</legs>
<feet>Glt. Leggings +1</feet>
</set>
</group>
<group name="enmity" inherit="shared">
<set name="idle">
<head>Bahamut's Mask</head>
<neck>Harmonia's Torque</neck>
<lear>Loquac. Earring</lear>
<rear>Ethereal Earring</rear>
<body>Valor Surcoat</body>
<hands>Vlr. Gauntlets +1</hands>
<lring>Hercules' Ring</lring>
<rring>Bloodbead Ring</rring>
<back>Valor Cape</back>
<waist>Warwolf Belt</waist>
<legs>Valor Breeches</legs>
<feet>Valor Leggings</feet>
</set>
</group>
<group name="kite" inherit="shared">
<set name="idle">
<head>Bahamut's Mask</head>
<neck>Harmonia's Torque</neck>
<lear>Loquac. Earring</lear>
<rear>Ethereal Earring</rear>
<body>Valor Surcoat</body>
<hands>Vlr. Gauntlets +1</hands>
<lring>Hercules' Ring</lring>
<rring>Bloodbead Ring</rring>
<back>Valor Cape</back>
<waist>Warwolf Belt</waist>
<legs>Crimson Cuisses</legs>
<feet>Glt. Leggings +1</feet>
</set>
</group>
<group name="melee" inherit="shared">
<set name="idle">
<head>Walahra Turban</head>
<neck>Fortitude Torque</neck>
<lear>Suppanomimi</lear>
<rear>Brutal Earring</rear>
<body>Ares's Cuirass</body>
<hands>Homam Manopolas</hands>
<lring>Defending Ring</lring>
<rring>Rajas Ring</rring>
<back>Forager's Mantle</back>
<waist>Swift Belt</waist>
<legs>Homam Cosciales</legs>
<feet>Homam Gambieras</feet>
</set>
<set name="ws">
<head>Voyager Sallet</head>
<neck>Chivalrous Chain</neck>
<rear>Brutal Earring</rear>
<body>Haubergeon</body>
<rring>Rajas Ring</rring>
<back>Amemit Mantle</back>
<waist>Warwolf Belt</waist>
<feet>Rutter Sabatans</feet>
</set>
</group>
</sets>
<rules>
<rule spell="Utsusemi*">
<action type="equip" when="start" set="haste" />
<rule spell="*Ni">
<action type="equip" when="done" delay="3" set="idle" />
</rule>
<rule spell="*Ichi">
<action type="equip" when="start">
<head>Kaiser Schaller</head>
<feet>Glt. Leggings +1</feet>
</action>
<action type="equip" when="done" delay="4" set="idle" />
</rule>
<rule MPPLT="50">
<action type="equip" when="done">
<neck>Parade Gorget</neck>
</action>
</rule>
</rule>
<rule spell="Flash">
<action type="equip" when="start" set="enmity" />
<action type="equip" when="done" delay="2" set="idle" />
</rule>
<rule spell="Rampart">
<action type="defaulttarget" target="<me>" />
<action type="equip" when="start" set="rampart" />
<rule day="darksday">
<action type="equip" when="start">
<back>Shadow Mantle</back>
</action>
</rule>
<action type="castdelay" delay="1" />
<action type="equip" when="done" delay="1" set="idle" />
</rule>
<rule spell="Shield Bash">
<action type="equip" when="start">
<hands>Vlr. Gauntlets +1</hands>
</action>
<action type="castdelay" delay="1" />
<action type="equip" when="done" delay="1" set="idle" />
</rule>
<rule spell="Sentinel">
<action type="equip" when="start">
<feet>Vlr. Leggings +1</feet>
</action>
<action type="castdelay" delay="1" />
<action type="equip" when="done" delay="1" set="idle" />
</rule>
<rule spell="Cover">
<action type="equip" when="start">
<body>Valor Surcoat</body>
</action>
</rule>
<rule spell="Vorpal Blade" group="melee">
<action type="equip" when="prews" set="ws" />
<action type="castdelay" delay="1" />
<action type="equip" when="afterws" delay="1" set="idle" />
</rule>
</rules>
</spellcast>