/usr/share/freedroidrpg/dialogs/Sorenson.lua is in freedroidrpg-data 0.16.1-3.
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 | ---------------------------------------------------------------------
-- 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
----------------------------------------------------------------------
--[[WIKI
PERSONALITY = { "Mentally Unstable", "Brilliant", "Possessed" },
MARKERS = { NPCID1 = "Tamara" },
PURPOSE = "$$NAME$$ will help to improve Tux\'s abilities and sell skills books.",
BACKSTORY = "$$NAME$$ is one of the most brilliant programmers ever to have lived. A former Mega System employee, she is
rumoured to have sold her soul to the devil in order to improve her coding skills. Like all such deals, this one has
had consequences she could not have foreseen. It is said that she can be released from her burden, but that no human
could bear to release her. When she left Mega System, she ran a library with her sister. $$NAME$$ locked down the
town\'s teleport system after The Great Assault saving the town from being overrun by bots. $$NAME$$ speaks rather
broken English due to her obsessive coding.",
RELATIONSHIP = {
{
actor = "$$NPCID1$$",
text = "$$NAME$$ and $$NPCID1$$ are half-sisters who have not talked to each since $$NPCID1$$ locked $$NAME$$ in
her bedroom for staring into computer screens too much."
},
}
WIKI]]--
local Npc = FDrpg.get_npc()
local Tux = FDrpg.get_tux()
return {
FirstTime = function()
show("node20", "node30", "node40", "node50")
end,
EveryTime = function()
Tux:says(_"Um... Hello?")
Npc:says(_"AH! A Visitor! Come in! Come in!")
Tux:says(_"I think I should go now. Right now. See you later.")
Npc:says(_"No, don't go. I will not let you go before we talk. Important things.")
Npc:says(_"I can help you understand computers... Greater than ever before.")
show("node99")
end,
{
id = "node20",
text = _"Who are you?",
code = function()
Npc:says(_"I? Sorenson is a great computer person.")
Npc:says(_"Knows the deep codes. Walks the paths.")
Npc:says(_"Sees the light of all chips. Knows how to use every keyboard.")
Tux:says(_"Erm...")
Npc:says(_"Sees the bit. Knows the bytes. Explores the great networks.")
Npc:says(_"The best friend of the clean and pure code.")
Npc:says(_"The great light on the night sky of the hollow web of computer power.")
Tux:says(_"Yes, I get the idea...")
Npc:says(_"Seeker of clean languages. The great knower of obscure secrets.")
Npc:says(_"The one who speaks to hard drives. The best --")
Tux:says(_"I KNOW! I KNOW!")
Npc:says(_"Oh!")
Npc:says(_"Sorenson did not tell you most yet.")
Npc:says(_"She did not tell you she is the great controller of light.")
Npc:says(_"She did not tell you she is the walker of the dark corridors --")
Tux:says(_"STOP! STOP! I CANNOT TAKE THIS ANYMORE! MY HEAD HURTS!")
Npc:says(_"Apology is being extended by me. Sorenson overdid it.")
Npc:says(_"Sorenson the coder greets you.")
Npc:set_name("Sorenson - Mystery coder")
hide("node20")
end,
},
{
id = "node30",
text = _"Why are you like this? What happened to you?",
code = function()
Npc:says(_"Was learning COBOL. Pain. Torture. Horrible screaming.")
Npc:says(_"Sorenson asked for help. Many days and nights.")
Npc:says(_"Light arrived. Light offered help. Sorenson changed.")
Npc:says(_"Free person now.")
hide("node30") show("node31")
end,
},
{
id = "node31",
text = _"What is this COBOL?",
code = function()
Npc:says(_"COBOL is the mind-crippler.")
Npc:says(_"Don't use it. Forget the cursed name. COBOL is pain. COBOL is hate.")
hide("node31")
end,
},
{
id = "node40",
text = _"I see you have a huge source code book collection. Mind if I buy some from you?",
code = function()
Npc:says(_"Of course not. Trade is good.")
trade_with("Sorenson")
hide("node40") show("node41")
end,
},
{
id = "node41",
text = _"Can I take a look at your books again?",
code = function()
Npc:says(_"Yes. Sure. Of course.")
trade_with("Sorenson")
end,
},
{
id = "node50",
text = _"You got me curious. How can you help me understand computers better?",
code = function()
Npc:says(_"Simplicity! Sign this contract. No need to read it.")
Npc:says(_"You trust Sorenson, right?")
push_topic("Sorenson contract") show("node51", "node79")
end,
},
{
id = "node51",
text = _"Sure. I'll sign it.",
topic = "Sorenson contract",
code = function()
Npc:says(_"Go0d. H3re is th3 con7ract. S1gn it!")
Tux:says(_"Ok, here go --")
Npc:says(_"N0! 1n bl00d!")
hide("node51") show("node52", "node55", "node78")
end,
},
{
id = "node52",
text = _"Um... Your voice sounds strange. Is everything fine?",
topic = "Sorenson contract",
code = function()
Npc:says(_"519n 7h3 c0n7r4c7!!!!")
hide("node52") show("node53")
end,
},
{
id = "node53",
text = _"Please calm down. You must speak clearly and slowly. Please stop breathing smoke like that, it bothers my throat. And what is the deal with the red glowing eyes? You should see a doctor. ",
topic = "Sorenson contract",
code = function()
Npc:says(_"519n 17!!!!")
hide("node53")
end,
},
{
id = "node55",
text = _"Sure, no problem... Now, how shall I sign this?",
topic = "Sorenson contract",
code = function()
hide("node52", "node53", "node55", "node78", "node79")
show("node60", "node61", "node62", "node63", "node64", "node65", "node66")
end,
},
{
id = "node60",
text = _"Tux.",
echo_text = false,
topic = "Sorenson contract",
code = function()
next("node70")
end,
},
{
id = "node61",
text = _"Tux, the Linarian",
echo_text = false,
topic = "Sorenson contract",
code = function()
next("node70")
end,
},
{
id = "node62",
text = _"I accept the contract, Tux",
echo_text = false,
topic = "Sorenson contract",
code = function()
next("node70")
end,
},
{
id = "node63",
text = _"Elbereth",
echo_text = false,
topic = "Sorenson contract",
code = function()
--; TRANSLATORS: aaaa! It burns! I'm melting!
Npc:says(_"4444! 17 burn5! 7'm m3171n9!")
--; TRANSLATORS: aaaaaaaaaaaaaa
Npc:says(_"44444444444444444!")
Npc:drop_dead()
end,
},
{
id = "node64",
text = _"Francis",
topic = "Sorenson contract",
code = function()
--; TRANSLATORS: Ha! Your soul is mine, Franics!
Npc:says(_"H4! Y0ur s0ul 15 min3, Francis!")
--; TRANSLATORS: What? Not working?
Npc:says(_"Wh47? N07 w0rk1b9?")
Tux:says(_"Erm. I have a confession to make. My name is not Francis.")
Npc:says(_"N0000000000!!!!!!!")
npc_faction("crazy", _"COBOL Programmer - Madly Enraged")
hide("node64")
end_dialog()
end,
},
{
id = "node65",
text = _"The great destroyer of evil, the purger of all things foul, the friend of mankind, the third duke of Linarius, esquire, Doctorate of Computer Sciences, high priest of Kernelius, the ray of light in the darkness, the bender of spoons, His Great Magnificence, Tux.",
topic = "Sorenson contract",
code = function()
Npc:says(_"Huh?")
Tux:says(_"I... Don't feel... good... Blood loss... So... Cold...")
--; TRANSLATORS: NO! Idiot!
Npc:says(_"N0! Idi07!")
Tux:kill()
-- hide("node65")
end,
},
{
id = "node66",
text = _"X",
echo_text = false,
topic = "Sorenson contract",
code = function()
--; TRANSLATORS: No! Stupid illiterate penguin! DIE!!
Npc:says(_"N0! S7up1d illi73r4t3 p3n9u1n! D13!!")
hide("node66")
npc_faction("crazy", _"COBOL Programmer - Madly Enraged")
end_dialog()
end,
},
{
id = "node70",
--; TRANSLATORS: huh? I don't feel good.
text = _"Huh? I d0n'7 f33l g00d.",
topic = "Sorenson contract",
code = function()
Npc:says_random(_"Yes! I am free! At last I am free!",
_"Yes! I am free!",
_"Yes! I am free at last!")
--; TRANSLATORS: Wait... I feel... horrible...
Tux:says(_"W417... 1 f331... H0rr1b13...")
Npc:says(_"Yes, fool! You have freed me! I can finally die! Goodbye idiot!")
Tux:improve_skill("programming")
hide("node60", "node61", "node62", "node63", "node64", "node65", "node66")
Npc:drop_dead()
end,
},
{
id = "node78",
topic = "Sorenson contract",
text = _"In blood? Yuck. I am not going to do this, blood is too messy for a binding legal contract. Forget about it.",
code = function()
--; TRANSLATORS: Nooooooo! Time to die, mortal fool!
Npc:says(_"N00oo00oo0! T1m3 to d1e, m0rtal foo1!")
hide("node78")
npc_faction("crazy", _"COBOL Programmer - Madly Enraged")
end_dialog()
end,
},
{
id = "node79",
topic = "Sorenson contract",
text = _"There is no way I will sign something without reading it. Forget about it.",
code = function()
--; TRANSLATORS: Nooooooo! Time to die, mortal fool!
Npc:says(_"N00oo00oo0! T1m3 to d1e, m0rta1 foo1!")
hide("node79")
npc_faction("crazy", _"COBOL Programmer - Madly Enraged")
end_dialog()
end,
},
{
id = "node99",
text = _"I really must be going now. Goodbye.",
code = function()
Npc:says(_"Please come back later, Linarian. We must talk again.")
end_dialog()
end,
},
}
|