This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/Delfadors_Memoirs/units/Mage_Commander.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
26
#textdomain wesnoth-dm
[unit_type]
    [base_unit]
        id=Arch Mage
    [/base_unit]
    id=Mage Commander
    name=_"Mage Commander"
    hitpoints=57		# A little tougher
    [abilities]
        {ABILITY_HEALS}
        {ABILITY_LEADERSHIP_LEVEL_3}
    [/abilities]
    movement=6			# A little faster
    advances_to=Mage Magister
    cost=100			# A lot more expensive
    description=_"This mage has gained much experience leading others into battle. As a result, level 1 and 2 units fight more effectively when they are adjacent to him. He also has the power to heal others during combat."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_LEADERSHIP}+{SPECIAL_NOTES_HEALS}
    [attack]
        icon=attacks/staff-magic.png
        name=staff
        description=_"staff"
        type=impact
        range=melee
        damage=6 # one less than arch mage
        number=2
    [/attack]
[/unit_type]