﻿<?xml version="1.0" encoding="utf-16"?>
<FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FightClassGeneralSettings>
    <FightClassName>Fight config name</FightClassName>
    <FramePerSecond>25</FramePerSecond>
  </FightClassGeneralSettings>
  <FightClassSpells>
    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>CSharpCode</ContionType>
          <Param xsi:type="FightClassConditionString">
            <Value>wManager.Wow.Helpers.ItemsManager.GetItemCountById(5512) &lt;= 0</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Create Healthstone</SpellName>
      <Priority>1</Priority>
      <CombatOnly>false</CombatOnly>
      <CheckSpellDistance>false</CheckSpellDistance>
      <CheckIfView>false</CheckIfView>
      <Timer>5000</Timer>
      <LockFrame>false</LockFrame>
    </FightClassSpell>
  </FightClassSpells>
</FightClass>