This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg is in wesnoth-1.10-aoi 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
 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
#textdomain wesnoth-aoi

# Warning: If you are not a native and literate English speaker, do
# not try to modify the storyline text.  It is deliberately written
# in a somewhat archaic and poetic form of English, and some previous
# attempts to "fix" it inflicted damage that was difficult to undo.

[scenario]
    name=_ "Linaera the Quick"
    id=05_Linaera_the_Quick
    map_data="{campaigns/An_Orcish_Incursion/maps/05_Linaera_the_Quick.map}"
    turns=24
    next_scenario=06_A_Detour_through_the_Swamp
    {DEFAULT_SCHEDULE}

    {INTRO_AND_SCENARIO_MUSIC wanderer.ogg knolls.ogg}
    {EXTRA_SCENARIO_MUSIC heroes_rite.ogg}
    {EXTRA_SCENARIO_MUSIC traveling_minstrels.ogg}
    {EXTRA_SCENARIO_MUSIC legends_of_the_north.ogg}

    [story]
        [part]
            background=an-orcish-incursion-map.png
            story=_ "After a day of hard-earned rest the elves marched north again. This was unknown country, not frequented even by Wesmere’s furthermost-faring scouts."
        [/part]
        [part]
            background=an-orcish-incursion-map.png
            story=_ "Two days’ travel later, the forward scouts reported another orcish warband laying siege to a tower."
        [/part]
        [part]
            background=an-orcish-incursion-map.png
            story=_ "Erlornas surveyed the siege from atop a small tree-covered hill overlooking the tower valley..."
        [/part]
        [part]
            show_title="yes"
            {TO_LINAERA_THE_QUICK}
        [/part]
    [/story]

    [side]
        type=Elvish Lord
        id=Erlornas
        canrecruit=yes
        name=_ "Erlornas"
        profile=portraits/erlornas.png
        side=1
        controller=human
        team_name=Elves
        user_team_name=_ "Elves"
        {GOLD 100 100 100}
        {INCOME 0 0 0}
        recruit=Elvish Archer, Elvish Fighter, Elvish Scout, Elvish Shaman
        fog=no
        shroud=no
        {FLAG_VARIANT long}
    [/side]

    {STARTING_VILLAGES 1 6}

    [side]
        type=Orcish Warlord
        id=Krughnar
        canrecruit=yes
        name=_ "Krughnar"

        side=2
        {GOLD 190 220 250}
        {INCOME 0 0 0}
        team_name=Orcs
        user_team_name=_ "Orcs"
        controller=ai
        fog=no
        shroud=no
        recruit=Goblin Knight, Orcish Archer, Orcish Crossbowman, Orcish Grunt, Orcish Warrior, Wolf Rider
        [ai]
            grouping=offensive
            {ATTACK_DEPTH 4 5 6}
            villages_per_scout=4
            leader_value=3
            village_value=1
        [/ai]
        {FLAG_VARIANT ragged}
    [/side]

    {STARTING_VILLAGES 2 9}

    [side]
        type=Silver Mage
        id=Linaera
        canrecruit=yes
        gender=female
        name=_ "Linaera"
        profile=portraits/linaera.png
        side=3
        team_name=Wizards
        user_team_name=_ "Wizards"
        controller=ai
        fog=no
        shroud=no
        # Use stock flags
    [/side]

    [event]
        name=prestart

        [objectives]
#ifdef EASY
            note=_ "Hint:
Use Elven Scouts and Linaera’s power of teleportation to mount hit-and-run attacks."
#endif
            [objective]
                description=_ "Defeat Krughnar and break the siege"
                condition=win
            [/objective]
            [objective]
                description=_ "Death of Erlornas"
                condition=lose
            [/objective]
            [objective]
                description=_ "Death of Linaera"
                condition=lose
            [/objective]

            {TURNS_RUN_OUT}

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

    [event]
        name=start

        # {SCATTER_IMAGE (terrain=Gg) 4 scenery/oak-leaning.png}
        # {SCATTER_IMAGE (terrain=Gg) 10 scenery/pine2.png}
        [role]
            race=elf
            [not]
                canrecruit=yes
            [/not]
            role=Advisor
        [/role]
        [recall]
            role=Advisor
        [/recall]
        [message]
            id=Erlornas
            message=_ "Report."
        [/message]
        [message]
            role=Advisor
            message=_ "A warband of orcs, no women or children among them, besieges a tower. It’s of human design... but we are far from the lands granted to humans by treaty, my lord Erlornas."
        [/message]
        [message]
            id=Erlornas
            message=_ "Under the letter of the treaty, it is so. But this country is too cold and barren for us. I wonder, what manner of human would choose to live here, far from its kind? Hmmm..."
        [/message]
        [message]
            role="Advisor"
            message=_"It trespasses, and should be driven out!"
        [/message]
        [message]
            id="Erlornas"
            message=_"Hold. It is only one human, or a few of them at most. Time enough to speak of driving it out when we have no enemies in common."
        [/message]
        [message]
            id=Erlornas
            message=_ "Tell me: I see no bridge over the chasm around that keep. Is there any sign that one has been withdrawn by the defenders?"
        [/message]
        [message]
            role=Advisor
            message=_ "No, lord. No traces of any construction. It looks like no bridge has ever existed there. There must be other, hidden means of access to the tower."
        [/message]
        [message]
            id=Erlornas
            message=_ "Interesting... Go to my personal stores and bring me a bottle of wine. And a couple of glasses."
        [/message]
        [message]
            role=Advisor
            message=_ "... Glasses?"
        [/message]
        [message]
            id=Erlornas
            message=_ "Do it. We’ll have a guest soon."
        [/message]
        [message]
            speaker=narrator
            #po: "Faerie" in this paragraph is a rare, poetic word in
            #po: English. It is the proper name of a magical otherworld
            #po: associated with elves - actually, originally with
            #po: fairies, but before Tolkien the boundary between elves
            #po: and fairies was extremely blurry. In Wesnoth it is
            #po: deliberately unclear whether Faerie is a place that is
            #po: the source of magical power or a label for the inner
            #po: nonhuman/magical nature of the Elves.  Translate freely.
            message=_ "Erlornas closed his eyes and brought his hands forward, joined palms forming a cup open to the sky. Soon they began to glow, then to flare like a brazier with the fire of Faerie, casting a cold, blue light all around the elf-lord. A wisp of light emerged from the eerie flames, and at a few murmured words from the elf-lord flew away towards the tower below. Then the light around Erlornas faded and all was seemingly as before."
            image=wesnoth-icon.png
        [/message]
        [delay]
            time=500
        [/delay]
        [message]
            speaker=narrator
            message=_ "Some time later..."
            image=wesnoth-icon.png
        [/message]
        [teleport]
            [filter]
                id=Linaera
            [/filter]

            x,y=16,17
            animate=yes
        [/teleport]
        {GENERIC_UNIT 3 Mage 17 17}
        [+unit]
            overlays="misc/loyal-icon.png"
            [modifications]
                {TRAIT_LOYAL}
            [/modifications]
        [/unit]
        {GENERIC_UNIT 3 Mage 16 18}
        [+unit]
            overlays="misc/loyal-icon.png"
            [modifications]
                {TRAIT_LOYAL}
            [/modifications]
        [/unit]
        {GENERIC_UNIT 3 Mage 15 17}
        [+unit]
            overlays="misc/loyal-icon.png"
            [modifications]
                {TRAIT_LOYAL}
            [/modifications]
        [/unit]
        [message]
            id=Erlornas
            message=_ "So you decided to accept the invitation. Good. Welcome, I am lord Erlornas of Wesmere. I find your presence here... surprising."
        [/message]
        [message]
            speaker="Linaera"
            message=_"Scarcely less than I find yours, my lord elf, but I would welcome your aid against these orcs. They have been besieging my tower for weeks."
        [/message]
        [message]
            id=Erlornas
            message=_ "I wish their foul kind driven as far as possible from my borders, not to return. It would be no bad thing if an ally of the elves kept watch over this country."
        [/message]
        [message]
            speaker="Linaera"
            message=_"Count me an ally, then, lord Erlornas. We can defeat them together."
        [/message]
        [modify_unit]
            [filter]
                side=3
            [/filter]
            side=1
        [/modify_unit]
        [modify_unit]
            [filter]
                id=Linaera
            [/filter]
            [modifications]
                {TRAIT_LOYAL}
            [/modifications]
        [/modify_unit]
        [redraw]
        [/redraw]
        [message]
            role="Advisor"
            message=_"My lord... humans cannot be trusted! They shift their allegiances with the changing of the wind!"
        [/message]
        [message]
            id="Erlornas"
            message=_"That may be, but I do not think this one will betray us to the orcs. And we may need her assistance, too: that is a powerful force of orcs ahead."
        [/message]
    [/event]

    [event]
        name="last breath"
        [filter]
            side="1"
            id="Linaera"
        [/filter]
        [message]
            id="Linaera"
            message=_"Alas, Erlornas, I have failed us..."
        [/message]
    [/event]
    [event]
        name=die
        [filter]
            id=Linaera
        [/filter]
        [endlevel]
            result=defeat
        [/endlevel]
    [/event]
    {campaigns/An_Orcish_Incursion/utils/deaths.cfg}

    [event]
        name=enemies defeated
        [message]
            id="Erlornas"
            message=_"And that is well ended. But, Linaera, there is somewhat else that concerns me. You are a mage; do you not feel something... wrong... to the east of here?"
        [/message]
        [message]
            speaker="Linaera"
            message=_"I do indeed. Something evil has recently made a nest in the next valley over; its servants have been sniffing at the edges of my domain. I had meant to deal with it myself, but if you elves revere the green earth I think you will want it abolished as much as do I."
        [/message]
        [message]
            id="Erlornas"
            message=_"We are of one mind, then. Let us go to it."
        [/message]

        [endlevel]
            result=victory
            bonus=yes
            {NEW_GOLD_CARRYOVER 40}
        [/endlevel]
    [/event]
[/scenario]