This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/Delfadors_Memoirs/units/Mage_Leader.cfg is in wesnoth-1.10-dm 1:1.10.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#textdomain wesnoth-dm
[unit_type]
    [base_unit]
        id=Red Mage
    [/base_unit]
    id=Mage Leader
    name=_"Mage Leader"
    [abilities]
        {ABILITY_LEADERSHIP_LEVEL_2}
    [/abilities]
    movement=6		# A little faster
    experience=100	# Same as base unit
    advances_to=Mage Commander
    cost=60		# Considerably more expensive
    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}
    [attack]
        name=staff
        description=_"staff"
        icon=attacks/staff-magic.png
        type=impact
        range=melee
        damage=5	# Slightly weaker than Red Mage
        number=2
    [/attack]
[/unit_type]