Unit - Cause Your_Unit to damage Your_Target, dealing (Real((Strength of Your_Unit (Include bonuses)))) damage of attack type Spells and damage type Normal-------
I don't know how to make this? Can you tell me..
I'll try to explain this step by step. Hopefully this will give you an idea about how the trigger editor works. I will warn you that things can get much more complicated so your best bet is to look at tutorials and just try things out for yourself.
1. Open trigger editor
2. Create a new action
3. Make a 'Unit' action type
4. Scroll down until you see 'Damage Target'
5. Fill in where it says (Triggering Unit) with your caster variable and target variable respectively.
6. Click where it says 500.00
(If you don't want it to be calculated mathematically then skip 7 - 10. Arithmetic just allows you to input a number of different values and either add, subtract, multiply, or divide them)
7. Go to function and select 'Arithmetic'
8. Click the first 1.00 and input any value you would like - it could be a number or if you want it to be the level of the ability you are using you can go to Function and scroll down to 'Conversion - Convert Integer to Real' (This allows you to input an integer into a real number's place)
9. Now it says Real((Point-value of Footman)) - click on Point-value of Footman. Scroll down to Unit - Level of Ability for Unit. Now just fill in the correct ability and the caster variable.
10. Click OK until you are back to where it says (Real((Level of Your_Ability for (Your_Caster)))) + 1.00
11. Click on the 1.00 (or 500.00 if you skipped 7 - 10) and scroll down to the function that says 'Conversion - Convert Integer to Real'
12. Now when you click on Point-value of Footman you scroll up to where it says Hero - Hero Attribute
13. Choose the attribute you want, fill in your caster for the Hero, choose whether you want to include or exclude bonuses.
14. Click OK until you are back to the trigger editor
15. You can also change the damage type and attack type if you wish.
I hope this is clear now. Hopefully this will get you going on learning about the ins and outs of the trigger editor. There really is a lot of things you can do. Here is a link to some other
tutorials