This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/Delfadors_Memoirs/utils/characters.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#textdomain wesnoth-dm
#define KALENZ
    id=Kalenz
    save_id=Player
    persistent=yes
    name= _"Kalenz"
    unrenamable=yes
    profile="portraits/kalenz.png"
    type=Elvish High Lord
    side=1
    controller=human
    team_name=player
    [modifications]
        {TRAIT_STRONG}
        {TRAIT_RESILIENT}
    [/modifications]
#enddef

#define YOUNG_DELFADOR
    id=Delfador
    save_id=Player
    persistent=yes
    name= _"Delfador"
    unrenamable=yes
    side=1
    controller=human
    team_name=player
    [modifications]
        {TRAIT_RESILIENT}
        {TRAIT_INTELLIGENT}

        [object]
            [effect]
                apply_to=profile
                unit_type=Elder Mage
                portrait=portraits/old_delfador.png
            [/effect]
        [/object]
    [/modifications]
#enddef

#define CHANTAL
    type=Elvish Druid
    id=Chantal
    name=_ "Chantal"
    profile=portraits/chantal-druid.png
    side=3
    canrecruit=yes
    controller=ai
    recruit=Elvish Ranger,Elvish Rider
    team_name=goodies
    {IS_HERO}
    [modifications]
        {TRAIT_INTELLIGENT}
        {TRAIT_RESILIENT}
        [object]
            [effect]
                apply_to=profile
                unit_type=Elvish Shyde
                portrait=portraits/chantal-shyde.png
            [/effect]
        [/object]
    [/modifications]
#enddef

#define LIONEL
    type=General
    id=Lionel
    name=_ "Lionel"
    profile="portraits/lionel.png"
    {IS_HERO}
    [modifications]
        {TRAIT_FEARLESS}
        {TRAIT_STRONG}
    [/modifications]
#enddef

#define ULREK
    type=Dwarvish Lord
    id=Ulrek
    name= _ "Ulrek"
#enddef

#define METHOR
    id=Methor
    name=_"Methor"
    profile=portraits/methor.png
    type=Mage of Light
    [modifications]
        {TRAIT_INTELLIGENT}
        {TRAIT_AGED}
    [/modifications]
#enddef