Wow, this is a crazy number of animations! Are you saying you need 13 copies of them for different armors/weapons? I strongly suggest considering some other options. Have you seen the Spriter plugin?
.
Another good solution would be using different sprites for the character - HeroMaleNoArmor, HeroMaleLeatherArmor, HeroFemaleNoArmor etc. All these sprites will contain the same set of animations ("walk", "run", "idle"..), but obviously different images.
The main Hero object controlled by the player can be a simple invisible rectangular sprite. All those multiple sprites will essentially be like skins pinned to the Hero sprite. When player picks up a new armor, you replace the skin sprite.
This approach will help to significantly reduce the number of animations and make everything much easier.