/usr/share/games/freedroidrpg/dialogs/Butch.dialog 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 | ----------------------------------------------------------------------
* 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
----------------------------------------------------------------------
If you have questions concerning FreedroidRPG, please send an email to:
freedroid-discussion@lists.sourceforge.net
Beginning of new chat dialog for character="XXXXX"
----------------------------------------------------------------------
<FirstTime LuaCode>
show(0)
</LuaCode>
<EveryTime LuaCode>
if (has_quest(_"Novice Arena")) then
if (not done_quest(_"Novice Arena")) then
npc_says(_"I've already opened the door for you. All you need to do is walk in there and crush all four bots.")
else
if (not has_cookie("butch_enable_first_set")) then
add_cookie("butch_enable_first_set")
show(7, 8)
end
show(20)
end
end
if (has_quest(_"Time to say goodnight")) then
if (not done_quest(_"Time to say goodnight")) then
npc_says(_"I've already opened the door. What are you waiting for? All you need to do is go down to the master arena and fight the bots.")
npc_says(_"But, I can understand if you're hesitant. The master arena is by no means an easy task. Maybe you should practice some more before you go down.")
else
if (not has_cookie("butch_enable_second_set")) then
add_cookie("butch_enable_second_set")
show(10)
end
show(21)
end
end
show(99)
</LuaCode>
----------------------------------------------------------------------
Nr=0 Text=_"Hi! I'm new here."
<LuaCode>
npc_says(_"Yeah, what do you want newbie?")
hide(0) show(1, 4)
</LuaCode>
----------------------------------------------------------------------
Nr=1 Text=_"Say 'newbie' again and I will rip your spine out."
<LuaCode>
npc_says(_"Fine, newbie. You are greener than green and a total newbie.")
npc_says(_"You can start ripping out my spine now.")
npc_says(_"Ha!")
hide(1) show(2)
</LuaCode>
----------------------------------------------------------------------
Nr=2 Text=_"I really mean it. I will kill you for that insult."
<LuaCode>
npc_says(_"Go for it.")
hide(2) show(3)
</LuaCode>
----------------------------------------------------------------------
Nr=3 Text=_"BANZAI! DIE DIE DIE!"
<LuaCode>
npc_says(_"Wha --")
drop_dead()
set_faction_state("redguard", "hostile")
hide(3)
</LuaCode>
----------------------------------------------------------------------
Nr=4 Text=_"And who are you?"
<LuaCode>
npc_says(_"Butch... The arena master.")
set_bot_name(_"Butch -- Arena Master")
hide(1, 4) show(5)
</LuaCode>
----------------------------------------------------------------------
Nr=5 Text=_"Arena? What arena?"
<LuaCode>
npc_says(_"The underground arena. With holographic bots to train combat techniques against.")
npc_says(_"Wanna fight?")
hide(5) show(6, 12, 13)
</LuaCode>
----------------------------------------------------------------------
Nr=6 Text=_"Yeah. I want to fight."
<LuaCode>
npc_says(_"Good. I opened up the novice arena gate. Just climb down the ladder south of here.")
npc_says(_"But remember, the escape hatch won't be opened until you kill all the bots.")
npc_says(_"And be careful, your brain will be fooled by what happens in the holographic world. Any damage you take there, will result in actual physical damage.")
npc_says(_"So even if the enemies are only holograms, they can still hurt you... and even kill you.")
add_quest(_"Novice Arena", _"Fighting in the arena is not something I would usually do, but I feel like doing it for a change. Why not?")
change_obstacle_state("NoviceArenaAccessDoor", "opened")
hide(6, 12, 13) show(9)
</LuaCode>
----------------------------------------------------------------------
Nr=7 Text=_"The bots are dead."
<LuaCode>
npc_says(_"Good for you.")
npc_says(_"You are a total newbie. But, a talented newbie.")
npc_says(_"I will put a good word in to Spencer about this.")
update_quest(_"Novice Arena", _"Now that was easy. *Yawn*. I nearly fell asleep. No problem at all, the bots are dead.")
hide(7, 8) show(9, 11)
</LuaCode>
----------------------------------------------------------------------
Nr=8 Text=_"I thought I was going to fight you, coward."
<LuaCode>
npc_says(_"I NEVER said that, newbie.")
npc_says(_"You wanted a fight, and you got one.")
npc_says(_"I offered a fight, and you wanted that.")
npc_says(_"There is nothing more to say, newbie.")
hide(7, 8) show(9, 11)
</LuaCode>
----------------------------------------------------------------------
Nr=9 Text=_"I want a bigger challenge."
<LuaCode>
if (not done_quest(_"Novice Arena")) then
npc_says(_"I'm sorry, but town regulations forbid access to the master arena unless you've completed the novice arena first.")
npc_says(_"This regulation is in place for your own safety, so that no newbie accidentally signs up for the master arena.")
npc_says(_"You might try taking the novice arena first. Then I can grant you access to the master field.")
else
npc_says(_"Newbie, I have a second arena.")
npc_says(_"You will die if you go there.")
npc_says(_"I pity you, silly bird. Don't go there.")
npc_says(_"But if you really want to, the door is now open.")
add_quest(_"Time to say goodnight", _"I told the arena master to let me into his master arena. He agreed. Now all that remains to do is to climb down the ladder to the north arena and wait for death herself to come on her black wings and claim my soul. You know, now that I think about it... Maybe I should stay out of there?")
change_obstacle_state("MasterArenaAccessDoor", "opened")
end
hide(9)
</LuaCode>
----------------------------------------------------------------------
Nr=10 Text=_"The master arena is clear."
<LuaCode>
npc_says(_"What!? Impossible! No one has ever survived the second arena!")
npc_says(_"One has to be out of his mind to even attempt the second arena.")
npc_says(_"You are not a newbie... You are COMPLETELY INSANE!")
npc_says(_"Poor fool... You will surely die young.")
add_xp(8000)
update_quest(_"Time to say goodnight", _"I survived the master arena. A miracle. Whew.")
hide(10)
</LuaCode>
----------------------------------------------------------------------
Nr=11 Text=_"What is wrong with you? Why do you keep calling me a newbie?"
<LuaCode>
npc_says(_"Because you ARE a newbie, newbie!")
hide(11)
</LuaCode>
----------------------------------------------------------------------
Nr=12 Text=_"Why the heck are you organizing fights? Enough people have died already!"
<LuaCode>
npc_says(_"I have a very good reason not to tell you.")
npc_says(_"Not like someone as inexperienced as you could understand it anyway.")
hide(12)
</LuaCode>
----------------------------------------------------------------------
Nr=13 Text=_"No way! Violence is wrong! Make love not war!"
<LuaCode>
npc_says(_" . . .")
hide(6, 13) show(14)
</LuaCode>
----------------------------------------------------------------------
Nr=14 Text=_"Roses, not destruction!"
<LuaCode>
npc_says(_" . . .")
hide(14) show(15)
</LuaCode>
----------------------------------------------------------------------
Nr=15 Text=_"End the violence! All blood is red!"
<LuaCode>
npc_says(_"Hey, the bots bleed black. With oil.")
tux_says(_"But... But...")
npc_says(_"No 'but' about it, newbie.")
npc_says(_"The bots bleed black.")
tux_says(_"You... Have ruined my pacifistic slogan... I am angry... So angry that I want to smash things!")
npc_says(_"Great. Get in the door, newbie.")
add_quest(_"Novice Arena", _"Fighting in the arena is not something I would usually do, but I feel like doing it for a change. Why not?")
change_obstacle_state("NoviceArenaAccessDoor", "opened")
hide(15)
</LuaCode>
----------------------------------------------------------------------
Nr=20 Text=_"I want to fight in the novice arena!"
<LuaCode>
npc_says(_"You've already completed the novice arena. But if you really want to have another go, the door's open.")
npc_says(_"But you also might want to try the master arena now, maybe? If so, just say so.")
-- change_obstacle_state("NoviceArenaExitDoor", "closed") -- for this we need to make sure it opens again after killing the bots
</LuaCode>
----------------------------------------------------------------------
Nr=21 Text=_"I want to fight in the master arena!"
<LuaCode>
npc_says(_"You've already completed the master arena, but I guess it's no skin off my nose if you want to have another go.")
npc_says(_"In any case, you've certainly earned yourself a reputation as arena master around here now and we respect that.")
-- change_obstacle_state("MasterArenaExitDoor", "closed") -- for this we need to make sure it opens again after killing the bots
</LuaCode>
----------------------------------------------------------------------
Nr=99 Text=_"I'll be going then."
<LuaCode>
npc_says_random(_"Sure.", _"See you around.", _"Remember: pain is temporary but glory is forever.", _"Go kill some bots.")
end_dialog()
</LuaCode>
----------------------------------------------------------------------
End of chat dialog for character="XXXXX"
|