1#textdomain wesnoth-dm
2[unit_type]
3    [base_unit]
4        id=Red Mage
5    [/base_unit]
6    id=Mage Leader
7    name=_"Mage Leader"
8    [abilities]
9        {ABILITY_LEADERSHIP}
10    [/abilities]
11    movement=6		# A little faster
12    experience=100	# Same as base unit
13    advances_to=Mage Commander
14    cost=60		# Considerably more expensive
15    description=_"This mage has gained some experience leading others into battle. As a result, level 1 units fight more effectively when they are adjacent to him." +{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_LEADERSHIP}
16    [attack]
17        name=staff
18        #textdomain wesnoth-units
19        description=_"staff"
20        #textdomain wesnoth-dm
21        icon=attacks/staff-magic.png
22        type=impact
23        range=melee
24        damage=5	# Slightly weaker than Red Mage
25        number=2
26    [/attack]
27[/unit_type]
28