File size: 20,317 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
-- ========== GENERATED BY Conversation Editor DO NOT EDIT MANUALLY! ==========

PlaceObj('Conversation', {
	AssignToGroup = "DrGruselheim",
	Conditions = {
		PlaceObj('UnitIsOnMap', {
			Negate = true,
			TargetUnit = "DrGruselheim",
		}),
		PlaceObj('QuestIsVariableBool', {
			QuestId = "U-Bahn",
			Vars = set({
	GruselheimDead = false,
	SiegfriedAttackStarted = false,
}),
			__eval = function ()
				local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
				return not quest.GruselheimDead and not quest.SiegfriedAttackStarted
			end,
		}),
	},
	DefaultActor = "DrGruselheim",
	group = "DLC_U-Bahn",
	id = "DrGruselheim_1",
	PlaceObj('ConversationPhrase', {
		AutoRemove = true,
		Comment = "initial",
		Keyword = "Greeting",
		KeywordT = T(774381032385, --[[Conversation DrGruselheim_1 KeywordT]] "Greeting"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(655900828874, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Greeting]] "Hallo? Are you agents of the Allies?"),
			}),
		},
		NoBackOption = true,
		id = "Greeting",
		PlaceObj('ConversationPhrase', {
			GoTo = "InitialRedirect",
			Keyword = "Yes",
			KeywordT = T(556648424716, --[[Conversation DrGruselheim_1 KeywordT]] "Yes"),
			StoryBranchIcon = "conversation_action",
			id = "Yes",
		}),
		PlaceObj('ConversationPhrase', {
			GoTo = "InitialRedirect",
			Keyword = "No",
			KeywordT = T(430002284053, --[[Conversation DrGruselheim_1 KeywordT]] "No"),
			StoryBranchIcon = "conversation_action",
			id = "No",
		}),
		PlaceObj('ConversationPhrase', {
			Align = "right",
			GoTo = "InitialRedirect",
			Keyword = "We are mercenaries",
			KeywordT = T(543378117066, --[[Conversation DrGruselheim_1 KeywordT]] "We are mercenaries"),
			StoryBranchIcon = "conversation_action",
			id = "WeAreMercenaries",
		}),
		PlaceObj('ConversationPhrase', {
			Align = "right",
			GoTo = "InitialRedirect",
			Keyword = "More like a jagged alliance",
			KeywordT = T(494889828110, --[[Conversation DrGruselheim_1 KeywordT]] "More like a jagged alliance"),
			StoryBranchIcon = "conversation_action",
			id = "JaggedAlliance",
		}),
	}),
	PlaceObj('ConversationPhrase', {
		Enabled = false,
		GoTo = "<root>",
		Keyword = "InitialRedirect",
		KeywordT = T(823075751082, --[[Conversation DrGruselheim_1 KeywordT]] "InitialRedirect"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(527064696245, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:InitialRedirect]] "Ach, my memory is playing tricks on me once again. There are no Allies anymore! Are you here to capture me?"),
			}),
		},
		id = "InitialRedirect",
	}),
	PlaceObj('ConversationPhrase', {
		AutoRemove = true,
		Comment = "enemy attack squad",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionBioLab", "MentionCollapse", "MentionDieselLab", "MentionWeaponsLab" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionBioLab or quest.MentionCollapse or quest.MentionDieselLab or quest.MentionWeaponsLab
				end,
			}),
		},
		Keyword = "Greeting",
		KeywordT = T(774381032385, --[[Conversation DrGruselheim_1 KeywordT]] "Greeting"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(672682918949, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Greeting2]] "Hallo! So happy that you're still alive! I am a bit concerned. There has been a significant movement of troops here!"),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(860160561537, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Greeting2]] "Are you coming close to my <em>Cryolabor</em>?"),
			}),
		},
		id = "Greeting2",
	}),
	PlaceObj('ConversationPhrase', {
		Comment = "default",
		Keyword = "Greeting",
		KeywordT = T(774381032385, --[[Conversation DrGruselheim_1 KeywordT]] "Greeting"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(173937205505, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Greeting3]] "Ach, the Allied agents! Are you getting closer to my lab?"),
			}),
		},
		id = "Greeting3",
	}),
	PlaceObj('ConversationPhrase', {
		Effects = {
			PlaceObj('PhraseSetSeen', {
				Conversation = "DrGruselheim_2",
				PhraseId = "Whoareyou2",
				Seen = true,
			}),
		},
		Keyword = "Who are you?",
		KeywordT = T(860517763452, --[[Conversation DrGruselheim_1 KeywordT]] "Who are you?"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(395296447184, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Who are you?]] "My name is Dr. Rudolph <em>Gruselheim</em>. I have personally designed this complex, and sadly, I am both its director and prisoner."),
			}),
		},
		id = "Whoareyou",
	}),
	PlaceObj('ConversationPhrase', {
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionSiegfried" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionSiegfried
				end,
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionProject",
				QuestId = "U-Bahn",
			}),
			PlaceObj('PhraseSetSeen', {
				Conversation = "DrGruselheim_2",
				PhraseId = "WhatistheroleofSiegfriedinallthis2",
				Seen = true,
			}),
		},
		Keyword = "What is the role of Siegfried in all this?",
		KeywordT = T(472031223184, --[[Conversation DrGruselheim_1 KeywordT]] "What is the role of Siegfried in all this?"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(249201222080, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:What is the role of Siegfried in all this?]] "Die Gestapo appointed Siegfried as my, hmm, assistant. He was supposed to contribute as administrative director for the completion of <em>Projekt Eisdrache</em>."),
			}),
		},
		id = "WhatistheroleofSiegfriedinallthis",
	}),
	PlaceObj('ConversationPhrase', {
		AutoRemove = true,
		Conditions = {
			PlaceObj('OR', {
				Conditions = {
					PlaceObj('QuestIsVariableBool', {
						QuestId = "U-Bahn",
						Vars = set( "LeadWeaponsLab", "MentionWeaponsLab" ),
						__eval = function ()
							local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
							return quest.LeadWeaponsLab and quest.MentionWeaponsLab
						end,
					}),
					PlaceObj('QuestIsVariableBool', {
						QuestId = "U-Bahn",
						Vars = set( "LeadBioLab", "MentionBioLab" ),
						__eval = function ()
							local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
							return quest.LeadBioLab and quest.MentionBioLab
						end,
					}),
					PlaceObj('QuestIsVariableBool', {
						QuestId = "U-Bahn",
						Vars = set( "LeadDieselLab", "MentionDieselLab" ),
						__eval = function ()
							local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
							return quest.LeadDieselLab and quest.MentionDieselLab
						end,
					}),
				},
			}),
			PlaceObj('UnitSquadHasMerc', {
				HasStat = "Wisdom",
				StatValue = 80,
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "LeadVitrification",
				QuestId = "U-Bahn",
			}),
			PlaceObj('GrantExperienceSector', {
				Amount = "XPQuestReward_Minor",
			}),
		},
		Keyword = "There are some inconsistencies in your story",
		KeywordT = T(624115182730, --[[Conversation DrGruselheim_1 KeywordT]] "There are some inconsistencies in your story"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(402478247015, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:There are some inconsistencies in your story]] "Ach, so... I was in the <em>Cryo camera</em> multiple times already and I keep losing track of the time. The <em>vitrification</em> technology was not meant to be used repeatedly on the same person, you see."),
			}),
		},
		ShowPhraseRollover = false,
		id = "Thereareinconsistenciesinyourstory",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionSurrender",
				QuestId = "U-Bahn",
			}),
		},
		Keyword = "Capture you?",
		KeywordT = T(692567624069, --[[Conversation DrGruselheim_1 KeywordT]] "Capture you?"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(490784861697, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Capture you?]] "Ach, I admit ! I'm looking forward to it. \nI am well aware how Von Braun capitulated to the Americans and got to play with his toy rockets again! I hope that the same could be arranged for me."),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(303288310674, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Capture you?]] "I don't want to spend the rest of my life working for Nazis. Please come and meet me at the <em>Cryo Lab</em> and I will gladly capitulate. Where are you now?"),
			}),
		},
		StoryBranchIcon = "conversation_arrow",
		id = "Captureyou",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		AutoRemove = true,
		Comment = "Spawn reinforcements",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionSurrender" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionSurrender
				end,
			}),
			PlaceObj('IsCurrentMap', {
				MapFile = "G-12U - Waffenlabor",
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionSiegfried",
				QuestId = "U-Bahn",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionWeaponsLab",
				QuestId = "U-Bahn",
			}),
			PlaceObj('PhraseSetSeen', {
				Conversation = "DrGruselheim_2",
				PhraseId = "Tellusaboutyourresearch.WeaponsLab",
				Seen = true,
			}),
		},
		Keyword = "We are at the Weapons Lab",
		KeywordT = T(672158970662, --[[Conversation DrGruselheim_1 KeywordT]] "We are at the Weapons Lab"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(119458504461, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Weapons Lab]] 'Ach, that brings me back... fifteen years. <em>Siegfried</em> devitrified me for the first time with his silly request for making "indestructible armor".'),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(198358744192, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Weapons Lab]] "Of course, nothing is indestructible, but one must admit, <em>Kompositum 58</em> comes very close when applied to various polymers."),
			}),
		},
		StoryBranchIcon = "conversation_action",
		id = "WeareattheWeaponsLab",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		AutoRemove = true,
		Comment = "Spawn reinforcements",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionSurrender" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionSurrender
				end,
			}),
			PlaceObj('IsCurrentMap', {
				MapFile = "J-14U - Biolabor",
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionSiegfried",
				QuestId = "U-Bahn",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionBioLab",
				QuestId = "U-Bahn",
			}),
			PlaceObj('PhraseSetSeen', {
				Conversation = "DrGruselheim_2",
				PhraseId = "Tellusaboutyourresearch.BioLab",
				Seen = true,
			}),
		},
		Keyword = "We are at the Bio Lab",
		KeywordT = T(981907532397, --[[Conversation DrGruselheim_1 KeywordT]] "We are at the Bio Lab"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(347219157963, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Bio Lab]] 'Seven years ago, Siegfried ordered me to create "the perfect virus" that could be delivered behind enemy lines and cause chaos and mayhem.'),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(606369648592, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Bio Lab]] "I started with the common Rabies genome and developed the much more aggressive <em>Red Rabies</em> variant... And of course, I only agreed because he promised he won't use the virus unless the very existence of my fatherland was threatened."),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(281767722679, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Bio Lab]] "You can imagine my annoyance when I learned <em>Siegfried</em> tried to sell it to North Korea! For better or worse, the plane crashed in the jungle above us."),
			}),
		},
		StoryBranchIcon = "conversation_action",
		id = "WeareattheBioLab",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		AutoRemove = true,
		Comment = "Spawn reinforcements",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionSurrender" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionSurrender
				end,
			}),
			PlaceObj('IsCurrentMap', {
				MapFile = "B-12U - Diesel Klinik",
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionSiegfried",
				QuestId = "U-Bahn",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionDieselLab",
				QuestId = "U-Bahn",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "DieselMention",
				QuestId = "Landsbach",
			}),
			PlaceObj('PhraseSetSeen', {
				Conversation = "DrGruselheim_2",
				PhraseId = "Tellusaboutyourresearch.DieselClinic",
				Seen = true,
			}),
		},
		Keyword = "We are at the Diesel Clinic",
		KeywordT = T(241720765278, --[[Conversation DrGruselheim_1 KeywordT]] "We are at the Diesel Clinic"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(464574354576, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Diesel Clinic]] "Hmm, Diesel. Some ten or twelve years ago, the original troops who guarded us were starting to get old, and Siegfried himself wasn't the boy I remembered anymore. "),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(146456931416, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Diesel Clinic]] 'So, he devitrified me and asked me to create a "serum" that can make the old young again. Ha! That is not possible! Not within the time frame we had! '),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(342078376609, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are at the Diesel Clinic]] "I developed the <em>Super Soldat</em> program instead. <em>Siegfried</em> was happy with it and ever since has been using it to turning local boys into relentless war machines."),
			}),
		},
		StoryBranchIcon = "conversation_action",
		id = "WeareattheDieselClinic",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		AutoRemove = true,
		Comment = "Spawn reinforcements",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionSurrender" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionSurrender
				end,
			}),
			PlaceObj('IsCurrentMap', {
				MapFile = "F-12U - U-Bahn Station",
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionSiegfried",
				QuestId = "U-Bahn",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "MentionCollapse",
				QuestId = "U-Bahn",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "DieselMention",
				QuestId = "Landsbach",
			}),
			PlaceObj('QuestSetVariableBool', {
				Prop = "AlteredDiesel",
				QuestId = "Landsbach",
			}),
			PlaceObj('PhraseSetSeen', {
				Conversation = "DrGruselheim_2",
				PhraseId = "Tellusaboutyourresearch.TheDrop",
				Seen = true,
			}),
		},
		Keyword = "We are near the Drop",
		KeywordT = T(922108729487, --[[Conversation DrGruselheim_1 KeywordT]] "We are near the Drop"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(979463570011, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are near the Drop]] "The last time he put me out of the glass, Siegfried ordered me to enhance the Diesel formula."),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(827973968779, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are near the Drop]] "When the Legion appeared they attacked <em>The Drop</em>. Gott bless their savage little minds! They used explosives so extensively they severed the railway to <em>Landsbach</em>."),
			}),
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(208906280979, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:We are near the Drop]] "I had a good laugh when I heard <em>Siegfried</em> lost a whole shipment of <em>Altered Diesel</em> while trying to send it by truck to his troops here."),
			}),
		},
		StoryBranchIcon = "conversation_action",
		id = "WeareneartheDrop",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		AutoRemove = true,
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				Condition = "or",
				QuestId = "U-Bahn",
				Vars = set( "MentionSurrender" ),
				__eval = function ()
					local quest = gv_Quests['U-Bahn'] or QuestGetState('U-Bahn')
					return quest.MentionSurrender
				end,
			}),
			PlaceObj('OR', {
				Conditions = {
					PlaceObj('IsCurrentMap', {
						MapFile = "B-11U - U-Bahn Station",
					}),
					PlaceObj('IsCurrentMap', {
						MapFile = "G-14U - U-Bahn Station",
					}),
					PlaceObj('IsCurrentMap', {
						MapFile = "I-11U - U-Bahn Station",
					}),
					PlaceObj('IsCurrentMap', {
						MapFile = "K-15U - U-Bahn Station",
					}),
				},
			}),
		},
		GoTo = "Goodbye",
		Keyword = "We are at the U-Bahn",
		KeywordT = T(711263525901, --[[Conversation DrGruselheim_1 KeywordT]] "We are at the U-Bahn"),
		PlayGoToPhrase = true,
		StoryBranchIcon = "conversation_action",
		id = "WeareattheU-Bahn",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		GoTo = "<end conversation>",
		Keyword = "Goodbye",
		KeywordT = T(557225474228, --[[Conversation DrGruselheim_1 KeywordT]] "Goodbye"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(193159496731, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Goodbye]] "Take your time, I'm not going anywhere."),
			}),
		},
		StoryBranchIcon = "conversation_goodbye",
		VariantPhrase = true,
		id = "Goodbye",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		GoTo = "<end conversation>",
		Keyword = "Goodbye",
		KeywordT = T(557225474228, --[[Conversation DrGruselheim_1 KeywordT]] "Goodbye"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrGruselheim",
				Text = T(750796070187, --[[Conversation DrGruselheim_1 Text voice:DrGruselheim section:DrGruselheim_1 keyword:Goodbye]] "I have to hang up anyway. The guards may overhear me talking on the telephone."),
			}),
		},
		StoryBranchIcon = "conversation_goodbye",
		VariantPhrase = true,
		id = "Goodbye2",
	}),
})