This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/Eastern_Invasion/scenarios/06_Two_Paths.cfg is in wesnoth-1.10-ei 1:1.10.2-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
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
#textdomain wesnoth-ei
[scenario]
    id=06_Two_Paths
    name= _ "Two Paths"
    map_data="{campaigns/Eastern_Invasion/maps/06_Two_Paths.map}"
    next_scenario=07a_The_Crossing
    {TURNS 18 17 16}

    {DEFAULT_SCHEDULE}

    {INTRO_AND_SCENARIO_MUSIC elvish-theme.ogg wanderer.ogg}
    {EXTRA_SCENARIO_MUSIC nunc_dimittis.ogg}
    {EXTRA_SCENARIO_MUSIC frantic.ogg}

    {campaigns/Eastern_Invasion/utils/deaths.cfg}

    [story]
        [part]
            show_title=yes
            {TO_TWO_PATHS}
        [/part]
    [/story]

    [side]
        type=Lieutenant
        id=Gweddry
        name= _ "Gweddry"
        side=1
        canrecruit=yes
        controller=human
        team_name=wesnothians
        user_team_name=_"Wesnothians"
        {GOLD 200 150 100}
        {FLAG_VARIANT loyalist}
    [/side]

    {STARTING_VILLAGES 1 5}

    [side]
        type=Orcish Warlord
        id=Wak-Rano
        name= _ "Wak-Rano"
        side=2
        canrecruit=yes
        recruit=Orcish Warrior,Orcish Grunt,Troll Whelp,Orcish Assassin,Orcish Archer
        {GOLD 50 70 100}
        {INCOME 5 8 10}
        team_name=evil
        user_team_name=_"Evil"
        {FLAG_VARIANT ragged}
    [/side]

    {STARTING_VILLAGES 2 5}

    [side]
        type=Dark Sorcerer
        id=Mal-Arnai
        name= _ "Mal-Arnai"
        side=3
        canrecruit=yes
        recruit=Vampire Bat,Skeleton,Revenant,Skeleton Archer,Walking Corpse
        [ai]
            recruitment_pattern=scout,scout,fighter,fighter,archer
        [/ai]
        {GOLD 50 75 150}
        {INCOME 5 8 10}
        team_name=evil
        user_team_name=_"Evil"
        {FLAG_VARIANT undead}
    [/side]

    {STARTING_VILLAGES 3 5}

    [event]
        name=prestart

        # {SCATTER_IMAGE (terrain=Gg) 12 scenery/pine1.png}

        [objectives]
            side=1
            [objective]
                description= _ "Defeat either enemy leader"
                condition=win
            [/objective]
            [objective]
                description= _ "Death of Gweddry"
                condition=lose
            [/objective]
            [objective]
                description= _ "Death of Dacyn"
                condition=lose
            [/objective]
            [objective]
                description= _ "Death of Owaec"
                condition=lose
            [/objective]

            {TURNS_RUN_OUT}

            [gold_carryover]
                bonus=yes
                carryover_percentage=40
            [/gold_carryover]
        [/objectives]
    [/event]

    [event]
        name=start
        [recall]
            id=Dacyn
        [/recall]
        [recall]
            id=Owaec
        [/recall]
        [message]
            speaker=Gweddry
            message= _ "Look! The road splits here. Which way shall we go?"
        [/message]
        [message]
            speaker=Owaec
            message= _ "We’re in the land of the Clans now; I know it well. The road north leads directly to the Great River; across it lies the orcs’ home country in the Northlands. The westward road will keep us inside the realm of Wesnoth, for a time, before we reach another crossing point north of Glyn’s Forest. If we travel along that path, we will not have to fight orcs immediately."
        [/message]
        [message]
            speaker=Dacyn
            message= _ "We should probably go north to the orcish lands immediately. I suspect that the undead have already bypassed us, and cut off any crossing to the west of here."
        [/message]
        [message]
            speaker=Owaec
            message= _ "The orcs are more powerful than you suspect. I doubt the undead have had time to get past us in large enough numbers to make them more dangerous than the orcs."
        [/message]
        [message]
            speaker=Gweddry
            message= _ "Either way we will have to fight. Look, the orcs and undead are in a conflict, and block our path!"
        [/message]
        [message]
            speaker=Mal-Arnai
            message= _ "Well, orc, we can either continue this fight, or we can crush the humans and battle later. How shall it be?"
        [/message]
        [message]
            speaker=Wak-Rano
            message= _ "Hmm... I know. We will make a pact to destroy these men, and continue our fight later. " + {ASIDE _"Perhaps he will die, and I will win our battle without fighting."}
        [/message]
        [message]
            speaker=Mal-Arnai
            message= _ "Very well, we are allies, for now. " + {ASIDE _"This foolish orc will surely perish."}
        [/message]
    [/event]

    [event]
        name=last breath
        [filter]
            id=Wak-Rano
        [/filter]
        [message]
            speaker=Wak-Rano
            message= _ "Arrgh! I have failed to defend the northern homeland!"
        [/message]
        [set_variable]
            name="second_fork"
            value="north"
        [/set_variable]
        [endlevel]
            result=victory
            next_scenario=07a_The_Crossing
            bonus=yes
            {NEW_GOLD_CARRYOVER 40}
        [/endlevel]
    [/event]

    [event]
        name=last breath
        [filter]
            id=Mal-Arnai
        [/filter]
        [message]
            speaker=Mal-Arnai
            message= _ "I was supposed to kill you all! I have failed."
        [/message]
        [set_variable]
            name="second_fork"
            value="west"
        [/set_variable]
        [endlevel]
            result=victory
            next_scenario=07b_Undead_Crossing
            bonus=yes
            {NEW_GOLD_CARRYOVER 40}
        [/endlevel]
    [/event]

    {WESNOTH_DEFEAT}
[/scenario]