Guest User

Untitled

a guest
May 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <spellcast>
  3. <config
  4. HideErrors="false"
  5. QuickCommands="true"
  6. Language="NA"
  7. ShowGearSwaps="false"
  8. Debug="false"
  9. ShowSpellInfo="true"
  10. DisableWS="false"
  11. DisableJA="false"
  12. NormalSet="idle"
  13. EngagedSet="Standard"
  14. />
  15.  
  16. <sets>
  17. <group default="yes" name="standard">
  18. <set name="standard">
  19. <main>Dagger of trials</main>
  20. <sub>Yataghan</sub>
  21. <ammo>Charis feather</ammo>
  22. <head>Aurore beret</head>
  23. <neck>Charis necklace</neck>
  24. <lear>Brutal earring</lear>
  25. <rear>Suppanomimi</rear>
  26. <body>Aurore doublet</body>
  27. <hands>Dusk gloves +1</hands>
  28. <lring>Rajas ring</lring>
  29. <rring>Keen ring</rring>
  30. <back>Nifty mantle</back>
  31. <waist>Bullwhip belt</waist>
  32. <legs>Charis tights +1</legs>
  33. <feet>Ballerines</feet>
  34. </set>
  35.  
  36. <set name="flourish" BaseSet="standard">
  37. <hands>Charis bangles +1</hands>
  38. </set>
  39.  
  40. <set name="jig" BaseSet="standard">
  41. <feet>Dancer's toe shoes</feet>
  42. </set>
  43.  
  44. <set name="waltz" BaseSet="standard">
  45. <body>Dancer's Casaque</body>
  46. </set>
  47.  
  48. <set name="samba" BaseSet="standard">
  49. <head>Dancer's Tiara</head>
  50. </set>
  51.  
  52. <set name="step" BaseSet="standard">
  53. <hands>Dancer's bangles</hands>
  54. </set>
  55.  
  56. <set name="idle" BaseSet="standard">
  57. <hands>Charis bangles +1</hands>
  58. </set>
  59. </group>
  60. </sets>
  61.  
  62. <rules>
  63. <if status="engaged">
  64. <equip when="aftercast" set="Standard" />
  65. </if>
  66.  
  67. <else>
  68. <equip when="aftercast" set="idle" />
  69. </else>
  70.  
  71.  
  72. <equip when="idle" set="idle" />
  73. <equip when="engaged" set="Standard" />
  74.  
  75. <if spell="*Jig">
  76. <equip when="precast" set="jig"/>
  77. <equip when="aftercast" set="standard"/>
  78. </if>
  79.  
  80. <if spell="*Samba*">
  81. <equip when="precast" set="samba"/>
  82. <equip when="aftercast" set="standard"/>
  83. </if>
  84.  
  85.  
  86. <if spell="*Step">
  87. <equip when="precast" set="step"
  88. <equip when="aftercast" set="standard"/>
  89. </if>
  90.  
  91. <if spell="*Waltz*">
  92. <equip when="precast" set="waltz"/>
  93. <equip when="aftercast" set="standard"/>
  94. </if>
  95.  
  96. <if spell="*Flourish">
  97. <equip when="precast" set="flourish"/>
  98. <equip when="aftercast" set="standard"/>
  99. </if>
  100. </rules>
  101. </spellcast>
Add Comment
Please, Sign In to add comment