Don't doublepost next time (within 48 hours), its against the rules.
Aaanyway, I'll leave the spells to the others.
Im just gonna tell you something about your map.
I noticed that you removed "war3imported/" from all of your imports, that is wrong.
For .mdx files, you never need to modify their path.
For texture, you'll need to import them to their right path. (You've done this correctly)
For icons, you need to have both BTN and DISBTN version of it. If you use PAS version, you'll need DISPAS as well. This is to prevent the green icon bug.
Their path should be something like
(BTN) ReplaceableTextures\CommandButtons\IconName.blp
(DISBTN) ReplaceableTextures\CommandButtonsDisabled\IconName.blp
(PAS) ReplaceableTextures\CommandButtons\IconName.blp
(DISPAS) ReplaceableTextures\CommandButtonsDisabled\IconName.blp
Check the 2d art tutorials for more info. Each resources have their own importing tuts too, if you notice there's a link "Not sure how to import?" just right before the download button.
About the spells,
The description could be a little more informative. (Damage? Cooldown?)