//==============================================================================
// Spear_anim.txt
//==============================================================================




//==============================================================================
define flame
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Flaming Spear
      }
   }
}

//==============================================================================
define BurningPitchFlame
{
	SetSelector
   {
	TechLogic none/Burning Pitch
	   set hotspot
	   {
		  version
		  {
			 VisualNone Jimmy
		  }
	   }
	   set hotspot
	   {
		  version
		  {
			 Visualparticle SFX A bp spear reginleif
		  }
	   }
	}
}

//==============================================================================
define FavorTheCunningGlow
{
	SetSelector
   {
	TechLogic none/Favor the Cunning
	   set hotspot
	   {
		  version
		  {
			 VisualNone Jimmy
		  }
	   }
	   set hotspot
	   {
		  version
		  {
			 Visualparticle SFX A spear reginleif glow
		  }
	   }
	}
}

//==============================================================================
Anim idle
{
   SetSelector
   {
      TechLogic none/Flaming Weapons Active
      SetSelector
      {
         TechLogic Copper Weapons/Bronze Weapons/Iron Weapons
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Copper Thrown
			   connect Attachpoint BurningPitchFlame hotspot
			   connect Attachpoint FavorTheCunningGlow hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Bronze Thrown
			   connect Attachpoint BurningPitchFlame hotspot
			   connect Attachpoint FavorTheCunningGlow hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Iron Thrown
			   connect Attachpoint BurningPitchFlame hotspot
			   connect Attachpoint FavorTheCunningGlow hotspot
            }
         }
      }
      SetSelector
      {
         TechLogic Copper Weapons/Bronze Weapons/Iron Weapons
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Copper Thrown
               connect Attachpoint Flame hotspot
			   connect Attachpoint FavorTheCunningGlow hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Bronze Thrown
               connect Attachpoint Flame hotspot
			   connect Attachpoint FavorTheCunningGlow hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Iron Thrown
               connect Attachpoint Flame hotspot
			   connect Attachpoint FavorTheCunningGlow hotspot
            }
         }
      }
   }
}
