This file is indexed.

/usr/share/games/freedroidrpg/map/quests.dat is in freedroidrpg-data 0.15.1-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
 *  --------------------------------------------------
 *
 *   Copyright (c) 2003 Johannes Prix
 *
 *
 *  This file is part of Freedroid
 *
 *  Freedroid is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  Freedroid is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with Freedroid; see the file COPYING. If not, write to the 
 *  Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
 *  MA  02111-1307  USA
 *
 =
 =  Feel free to make any modifications you like.  If you set up 
 =  something cool, please send your file in to the Freedroid project.
 = 
 * --------------------------------------------------


*** BEGINNING OF QUEST LIST ***

** Start of this mission target subsection **
+++
+++ Find a cure for Bender, suffering from brain enlargement pills
+++
Mission Name=_"Bender's problem"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Retrieve the toolkit lost by Dixon
+++
Mission Name=_"The yellow toolkit"
Completion LuaCode={
	change_obstacle_state("Town-Solar-1", "enabled")
	change_obstacle_state("Town-Solar-2", "enabled")
	change_obstacle_state("Town-Solar-3", "enabled")
	change_obstacle_state("Town-Solar-4", "enabled")
	change_obstacle_state("Town-Solar-5", "enabled")
	change_obstacle_state("Town-Solar-6", "enabled")
	change_obstacle_state("Town-Solar-7", "enabled")
	change_obstacle_state("Town-Solar-8", "enabled")
}
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Find some energy crystals for the cook Michelangelo
+++
Mission Name=_"Anything but the army snacks, please!"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Defeat the bots in the novice arena
+++
Mission Name=_"Novice Arena"
Mission target is to kill droids with marker : 1029
Completion LuaCode={
	change_obstacle_state("NoviceArenaExitDoor", "opened")
	display_console_message(_"Novice arena cleared!")
	display_big_message(_"Level cleared!")
	add_diary_entry(_"Novice Arena",_ "I won the fight in the novice arena.")
}
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Defeat the bots in the master arena
+++
Mission Name=_"Time to say goodnight"
Mission target is to kill droids with marker : 1030
Completion LuaCode={
	change_obstacle_state("MasterArenaExitDoor", "opened")
	display_console_message(_"Master arena cleared. Good job, man.")
	display_big_message(_"Level cleared!")
	add_diary_entry(_"Time to say goodnight", _"I managed to win the fight in the master arena. Am I really that good, or did I cheat?")
}
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Clean out the first level of the warehouse
+++
Mission Name=_"Opening a can of bots..."
Mission target is to kill all hostile droids this first level : 1
Completion LuaCode={ add_diary_entry(_"Opening a can of bots...", _"The warehouse is now secured.") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Clean out the second level under Kevins station
+++
Mission Name=_"And there was light..."
Mission target is to kill all hostile droids this first level : 18
Completion LuaCode={
	add_diary_entry(_"And there was light...", _"Hope everything is back to normal now. I better go check with Kevin.")
	display_console_message(_"All hostiles on level disabled.")
	display_big_message(_"Level cleared!")
}
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Take Kevins data cube to the cluster maintenance
+++ people inside the red guard complex
+++
Mission Name=_"A kingdom for a cluster!"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Reach the disruptor shield generator and activate it, if possible
+++
Mission Name=_"Opening access to MS Office"
Mission target is to reach level : 4
Mission target is to reach X-Pos : 7.5
Mission target is to reach Y-Pos : 33.5
** End of this mission target subsection **

** Start of this mission target subsection **
+++ 
+++ ENDGAME MISSION - propagate faulty firmware update.
+++ This mission can only be finished through a talk with the firmware update server.
+++ 
Mission Name=_"Propagating a faulty firmware update"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Bring SADD dilithium crystals 
+++
Mission Name=_"SADD's power supply"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Free Tania & Escort Tania to the town
+++
Mission Name=_"Tania's Escape"
Mission target is to kill droids with marker : 2035
Completion LuaCode={
	if (npc_dead("Tania")) then
		display_big_message(_"Tania died!")
		display_console_message(_"Tania died!")
		if (not has_cookie("Tania_surface")) then
			add_diary_entry(_"Tania's Escape", _"Tania died before escaping her underground bunker. I was unable to protect her.")
		elseif (not has_cookie("Tania-stopped-by-Pendragon")) then
			add_diary_entry(_"Tania's Escape", _"Tania died in the desert while trying to make it to the town. I was unable to protect her.")
			change_obstacle_state("DesertGate-Inner", "opened")
		else
			add_diary_entry(_"Tania's Escape", _"Tania died while trying to make it to the town. I was unable to protect her.")
		end
	else
		display_big_message(_"Tania made it to the town!")
		display_console_message(_"Tania successfully made it to the town!")
		add_xp(3000)
	end
}
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Help Stone pay tax
+++
Mission Name=_"Saving the shop"
Completion LuaCode={
	sell_item("Shotgun shells", 1, "Stone")
	sell_item(".22 LR Ammunition", 1, "Stone")
}
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Find Koan
+++
Mission Name=_"Doing Duncan a favor"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Learn to Move
+++
Mission Name=_"Tutorial Movement"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Defeat the shooting range bots in the Tutorial
+++
Mission Name=_"Tutorial Melee"
Mission target is to kill droids with marker : 2037
Completion LuaCode={ display_console_message(_"Melee droids destroyed!") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Defeat the shooting range bots in the Tutorial
+++
Mission Name=_"Tutorial Shooting"
Mission target is to kill droids with marker : 3037
Completion LuaCode={ display_console_message(_"Shooting range cleared!") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Defeat the hacking area bots in the Tutorial
+++
Mission Name=_"Tutorial Hacking"
Mission target is to kill droids with marker : 4037
Completion LuaCode={ display_console_message(_"Hacking area cleared!") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Find Kevin
+++
Mission Name=_"A strange guy stealing from town"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Deliver list from Francis to Spencer
+++
Mission Name=_"Deliverance"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Deliver a nice meal to Will Gapes
+++
Mission Name=_"Gapes Gluttony"
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Upgrading Items in the Tutorial
+++
Mission Name=_"Tutorial Upgrading Items"
Completion LuaCode={ display_console_message(_"Tutorial Upgrading Items finished!") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Clean out the old server room
+++
Mission Name=_"Droids are my friends"
Mission target is to kill all hostile droids this first level : 58
Completion LuaCode={ add_diary_entry(_"Droids are my friends", _"The old server room is now secured.") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Save the town from nuclear disaster
+++
Mission Name=_"An Explosive Situation"
Completion LuaCode={ add_diary_entry(_"An Explosive Situation", _"Not only is the town safe, but apparently so is Ewald's 296 droid. Oh joy.") }
** End of this mission target subsection **

** Start of this mission target subsection **
+++
+++ Hack the Hell Fortress Gate Access Server and find the gate.
+++
Mission Name=_"Open Sesame"
** End of this mission target subsection **

*** END OF QUEST LIST *** LEAVE THIS TERMINATOR IN HERE ***