File size: 23,202 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
-- ========== GENERATED BY BanterDef Editor DO NOT EDIT MANUALLY! ==========

PlaceObj('BanterDef', {
	KillOnAnyActorAware = true,
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "LegionMale_1",
			'Text', T(697274677782, --[[BanterDef MiddleOfXWhere_Legion Text section:Banters_Local_MiddleOfWhere_Triggered/MiddleOfXWhere_Legion voice:LegionMale_1]] "Man, you sure about this? That old asshole could have buried the treasure fucking anywhere."),
		}),
		PlaceObj('BanterLine', {
			'Character', "LegionMale_2",
			'Text', T(819948640342, --[[BanterDef MiddleOfXWhere_Legion Text section:Banters_Local_MiddleOfWhere_Triggered/MiddleOfXWhere_Legion voice:LegionMale_2]] "Not just anywhere, it's on one of those Middle of Shit-where farms."),
		}),
		PlaceObj('BanterLine', {
			'Character', "LegionMale_1",
			'Text', T(113326309405, --[[BanterDef MiddleOfXWhere_Legion Text section:Banters_Local_MiddleOfWhere_Triggered/MiddleOfXWhere_Legion voice:LegionMale_1]] "Yeah, but there are five of them! And where exactly are we supposed to dig?"),
		}),
		PlaceObj('BanterLine', {
			'Character', "LegionMale_2",
			'Text', T(145385553046, --[[BanterDef MiddleOfXWhere_Legion Text section:Banters_Local_MiddleOfWhere_Triggered/MiddleOfXWhere_Legion voice:LegionMale_2]] "We will ask his relatives very nicely."),
		}),
		PlaceObj('BanterLine', {
			'Character', "LegionMale_1",
			'Text', T(565632247090, --[[BanterDef MiddleOfXWhere_Legion Text section:Banters_Local_MiddleOfWhere_Triggered/MiddleOfXWhere_Legion voice:LegionMale_1]] 'The last time you "very nicely" asked someone where they hid their money, we never found anything and I was picking pieces of brain out of my hair for two days!'),
		}),
		PlaceObj('BanterLine', {
			'Character', "LegionMale_2",
			'Text', T(271837749765, --[[BanterDef MiddleOfXWhere_Legion Text section:Banters_Local_MiddleOfWhere_Triggered/MiddleOfXWhere_Legion voice:LegionMale_2]] "Okay, okay, next time I'll shoot them AFTER they tell us."),
		}),
	},
	Once = true,
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "MiddleOfXWhere_Legion",
})

PlaceObj('BanterDef', {
	Comment = "Initial approach of Courage",
	Lines = {
		PlaceObj('BanterLine', {
			'Annotation', "(whimper)",
			'Character', "Courage",
			'Text', T(658921238211, --[[BanterDef NowhereCourage01_BeforeAttackApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereCourage01_BeforeAttackApproach (whimper) Initial approach of Courage voice:Courage]] "..."),
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "MiddleOfNowhere",
			Vars = set({
	AttackRepelled = false,
}),
			__eval = function ()
				local quest = gv_Quests['MiddleOfNowhere'] or QuestGetState('MiddleOfNowhere')
				return not quest.AttackRepelled
			end,
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereCourage01_BeforeAttackApproach",
})

PlaceObj('BanterDef', {
	Comment = "Initial approach of Courage",
	Lines = {
		PlaceObj('BanterLine', {
			'Annotation', "(whimper)",
			'Character', "Courage",
			'Text', T(435171346406, --[[BanterDef NowhereCourage01_TriggerWalk Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereCourage01_TriggerWalk (whimper) Initial approach of Courage voice:Courage]] "..."),
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "MiddleOfNowhere",
			Vars = set( "AttackRepelled", "DogWalkGiven" ),
			__eval = function ()
				local quest = gv_Quests['MiddleOfNowhere'] or QuestGetState('MiddleOfNowhere')
				return quest.AttackRepelled and quest.DogWalkGiven
			end,
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereCourage01_TriggerWalk",
})

PlaceObj('BanterDef', {
	Comment = "DogPile >> DiamondFound, quest completed",
	Lines = {
		PlaceObj('BanterLine', {
			'Text', T(596351005662, --[[BanterDef NowhereInteractables_DogPile Text]] "A big shiny <em>diamond</em> gleams as it is removed from the odoriferous pile. Those marauders were right - their jewel was stolen... by a canine!"),
			'Voiced', false,
			'FloatUp', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Fox",
					'Text', T(915241212041, --[[BanterDef NowhereInteractables_DogPile Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_DogPile voice:Fox]] "The things I do for diamonds."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Magic",
					'Text', T(758706704009, --[[BanterDef NowhereInteractables_DogPile Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_DogPile voice:Magic]] "They may call me Magic, but that's one trick I ain't ever pulled. Respect, Dog."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Mouse",
					'Text', T(242349074171, --[[BanterDef NowhereInteractables_DogPile Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_DogPile voice:Mouse]] "Ew. Ew, ew, ew."),
				}),
			},
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "MiddleOfNowhere",
			Vars = set({
	DiamondFound = false,
	DogPile = true,
}),
			__eval = function ()
				local quest = gv_Quests['MiddleOfNowhere'] or QuestGetState('MiddleOfNowhere')
				return not quest.DiamondFound and quest.DogPile
			end,
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereInteractables_DogPile",
})

PlaceObj('BanterDef', {
	Comment = ">> Salvage",
	Lines = {
		PlaceObj('BanterLine', {
			'Text', T(147366051857, --[[BanterDef NowhereInteractables_ExplodedCar Text]] "A grenade shredded the car's fuel lines as well as the marauders within. The resulting fire turned it into a wreck, but there are still some parts that can be salvaged."),
			'Voiced', false,
			'FloatUp', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Tex",
					'Text', T(474073632774, --[[BanterDef NowhereInteractables_ExplodedCar Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_ExplodedCar voice:Tex]] "Car broke, salvage yes?"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Kalyna",
					'Text', T(674942752244, --[[BanterDef NowhereInteractables_ExplodedCar Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_ExplodedCar voice:Kalyna]] "Some good salvage here. Just have to scrape off the bits of melted marauders."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Vicki",
					'Text', T(664170494600, --[[BanterDef NowhereInteractables_ExplodedCar Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_ExplodedCar voice:Vicki]] "This car be totaled, but some bits and pieces still in good shape."),
				}),
			},
			'playOnce', true,
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereInteractables_ExplodedCar",
})

PlaceObj('BanterDef', {
	Comment = "AttackRepelled, not all wrong spots are visited and not enough Leadership",
	FX = "CheckFail",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "Courage",
			'Text', T(298723332008, --[[BanterDef NowhereInteractables_RightSpot_failure Text]] "Courage doesn't seem interested. Perhaps this isn't the right spot."),
			'Voiced', false,
			'FloatUp', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Flay",
					'Text', T(277917921030, --[[BanterDef NowhereInteractables_RightSpot_failure Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_failure voice:Flay]] "Come here, you pesky little doggy."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Larry",
					'Text', T(616497278571, --[[BanterDef NowhereInteractables_RightSpot_failure Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_failure voice:Larry]] "Come on, man! You can do it! You want me to show you how?"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Livewire",
					'Text', T(373050862360, --[[BanterDef NowhereInteractables_RightSpot_failure Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_failure voice:Livewire]] "I do not mean to complain, but I have to admit that this is not quite what I expected the life of a mercenary to be like."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Barry",
					'Text', T(618716655709, --[[BanterDef NowhereInteractables_RightSpot_failure Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_failure voice:Barry]] "Stupid beast! Come make your excrements already."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Buns",
					'Text', T(174994839986, --[[BanterDef NowhereInteractables_RightSpot_failure Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_failure voice:Buns]] "Tell me again, why exactly are we doing this?"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Grunty",
					'Text', T(976817305581, --[[BanterDef NowhereInteractables_RightSpot_failure Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_failure voice:Grunty]] "Perhaps the adorable little creature requires a laxative?"),
				}),
			},
			'playOnce', true,
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereInteractables_RightSpot_failure",
})

PlaceObj('BanterDef', {
	Comment = "AttackRepelled, all wrong spots are visited or have enough Leadership >> DogPile",
	FX = "CheckSuccess",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "Courage",
			'Text', T(928559104951, --[[BanterDef NowhereInteractables_RightSpot_success Text]] "Courage looks excited. This must be the right spot!"),
			'Voiced', false,
			'FloatUp', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Raider",
					'Text', T(101036769235, --[[BanterDef NowhereInteractables_RightSpot_success Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_success voice:Raider]] "Good boy! Who's a good boy?"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Len",
					'Text', T(510430977955, --[[BanterDef NowhereInteractables_RightSpot_success Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_success voice:Len]] "We're in position! Let's get ready for an... um... extraction."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Scully",
					'Text', T(575613954109, --[[BanterDef NowhereInteractables_RightSpot_success Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_success voice:Scully]] "Well come on, little boy, don't be shy."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Gus",
					'Text', T(384996955298, --[[BanterDef NowhereInteractables_RightSpot_success Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereInteractables_RightSpot_success voice:Gus]] "This looks like a good spot. Drop that deuce and let's get out of here."),
				}),
			},
			'playOnce', true,
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereInteractables_RightSpot_success",
})

PlaceObj('BanterDef', {
	Comment = "approach, once when DiamondFound",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "Mario",
			'Text', T(455323792270, --[[BanterDef NowhereMario07_DiamondFoundApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereMario07_DiamondFoundApproach approach, once when DiamondFound voice:Mario]] "Hey, gimme that diamond! The hyena is ours, so the diamond is ours!"),
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(462905908819, --[[BanterDef NowhereMario07_DiamondFoundApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereMario07_DiamondFoundApproach approach, once when DiamondFound voice:Justine]] "Mario! That isn't very polite of you. They saved our lives!"),
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "Mario",
			'Text', T(115821039361, --[[BanterDef NowhereMario07_DiamondFoundApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereMario07_DiamondFoundApproach approach, once when DiamondFound voice:Mario]] "Blah, blah, blah. Stupid mercs."),
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "MiddleOfNowhere",
			Vars = set( "DiamondFound" ),
			__eval = function ()
				local quest = gv_Quests['MiddleOfNowhere'] or QuestGetState('MiddleOfNowhere')
				return quest.DiamondFound
			end,
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereMario07_DiamondFoundApproach",
})

PlaceObj('BanterDef', {
	Comment = "approach >> start attack countdown",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(370445612145, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach approach >> start attack countdown voice:Justine]] "Oh my, more strangers. Come in, come in!"),
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "Mario",
			'Text', T(194995831183, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach approach >> start attack countdown voice:Mario]] "What's... eh? Last time some freaks came to my house, they started throwing grenades at us!"),
		}),
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(352573679712, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach approach >> start attack countdown voice:Justine]] "It was only one grenade! And <em>Courage</em> fetched it and brought it back to them."),
		}),
		PlaceObj('BanterLine', {
			'Character', "Mario",
			'Text', T(771605477524, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach approach >> start attack countdown voice:Mario]] "Stupid hyena! Now more of them will be comin' because of him!"),
		}),
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(527177194683, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach approach >> start attack countdown voice:Justine]] "Maybe they won't."),
		}),
		PlaceObj('BanterLine', {
			'Character', "Mario",
			'Text', T(342396596903, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach approach >> start attack countdown voice:Mario]] "Blah, blah, blah! They called on the phone and said our house will burn tonight unless we give them their <em>diamond</em>! And I ain't got no diamond!"),
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'Text', "",
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "DrQ",
					'Text', T(614854272516, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach voice:DrQ]] "There is nothing to worry about. Nothing at all!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Wolf",
					'Text', T(453637075844, --[[BanterDef NowhereTiggered01_InitialApproach Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered01_InitialApproach voice:Wolf]] "Sounds to me like you got trouble coming for dinner."),
				}),
			},
			'Optional', true,
			'playOnce', true,
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereTiggered01_InitialApproach",
})

PlaceObj('BanterDef', {
	Comment = "when AttackRepelled",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(227599651703, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack when AttackRepelled voice:Justine]] "Oh my, that was horrible! Time for a lovely cup of tea."),
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'Annotation', "(whimper)",
			'Character', "Courage",
			'Text', T(628220240423, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack (whimper) when AttackRepelled voice:Courage]] "..."),
			'Optional', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(167983139840, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack when AttackRepelled voice:Justine]] "What's up with you, Courage? Constipated again? "),
		}),
		PlaceObj('BanterLine', {
			'Annotation', "(whimper)",
			'Character', "Courage",
			'Text', T(202001250284, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack (whimper) when AttackRepelled voice:Courage]] "..."),
			'Optional', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "Justine",
			'Text', T(733360394797, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack when AttackRepelled voice:Justine]] "Oh my... Can you please lead Courage to his favorite number two spot? You must search around for it - he changes it every day! In the meantime, I'll make some tea."),
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Scope",
					'Text', T(667433376227, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack voice:Scope]] "Tea! Brilliant!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Sidney",
					'Text', T(550090143658, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack voice:Sidney]] "Tea sounds like a capital idea!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Ice",
					'Text', T(811295021970, --[[BanterDef NowhereTiggered03_AfterAttack Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered03_AfterAttack voice:Ice]] "Hold up. Did you just ask us to walk your dog?"),
				}),
			},
			'Optional', true,
			'playOnce', true,
		}),
	},
	banterGroup = "DogWalkPrerequisite",
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "MiddleOfNowhere",
			Vars = set( "AttackRepelled" ),
			__eval = function ()
				local quest = gv_Quests['MiddleOfNowhere'] or QuestGetState('MiddleOfNowhere')
				return quest.AttackRepelled
			end,
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereTiggered03_AfterAttack",
})

PlaceObj('BanterDef', {
	Comment = "after DogPile set piece",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "Courage",
			'Text', T(137662912638, --[[BanterDef NowhereTiggered04_DogPile Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered04_DogPile after DogPile set piece voice:Courage]] "Ahahahaheee!..."),
		}),
		PlaceObj('BanterLine', {
			'Annotation', 'French - "What is that?"',
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Flay",
					'Text', T(798168373291, --[[BanterDef NowhereTiggered04_DogPile Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered04_DogPile voice:Flay]] "Mais, qu'est-ce que ç'est ca?"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "DrQ",
					'Text', T(225538622036, --[[BanterDef NowhereTiggered04_DogPile Text section:Banters_Local_MiddleOfWhere_Triggered/NowhereTiggered04_DogPile voice:DrQ]] "That is the worst case of diamond-induced constipation I have ever seen."),
				}),
			},
			'Optional', true,
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "MiddleOfNowhere",
			Vars = set( "DogPile" ),
			__eval = function ()
				local quest = gv_Quests['MiddleOfNowhere'] or QuestGetState('MiddleOfNowhere')
				return quest.DogPile
			end,
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "NowhereTiggered04_DogPile",
})

PlaceObj('BanterDef', {
	Comment = "attacked Gattz before finding the treasure",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "MrGattz",
			'Text', T(834762803101, --[[BanterDef XwhereGattz_Attacked Text section:Banters_Local_MiddleOfWhere_Triggered/XwhereGattz_Attacked attacked Gattz before finding the treasure voice:MrGattz]] "I wish you hadn't done that."),
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "XwhereGattz_Attacked",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Text', T(805963818687, --[[BanterDef Xwhere_Exhausted Text]] "Exhaustion makes it impossible to dig right now."),
			'Voiced', false,
			'FloatUp', true,
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "Xwhere_Exhausted",
})

PlaceObj('BanterDef', {
	Comment = "Gattz attacks after finding the treasure",
	Lines = {
		PlaceObj('BanterLine', {
			'Text', T(901829602103, --[[BanterDef Xwhere_RightSpot Text]] "There is a strongbox buried at this spot."),
			'Voiced', false,
			'FloatUp', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "MrGattz",
			'Text', T(349808303960, --[[BanterDef Xwhere_RightSpot Text section:Banters_Local_MiddleOfWhere_Triggered/Xwhere_RightSpot Gattz attacks after finding the treasure voice:MrGattz]] "So there it was after all? And nice digging, too. It would be a terrible waste not to fill that hole with something."),
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "Xwhere_RightSpot",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Text', T(526359776748, --[[BanterDef Xwhere_WrongSpot Text]] "After long and exhausting digging nothing is found."),
			'Voiced', false,
			'FloatUp', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'Text', "",
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "MrGattz",
					'Text', T(319508187426, --[[BanterDef Xwhere_WrongSpot Text section:Banters_Local_MiddleOfWhere_Triggered/Xwhere_WrongSpot voice:MrGattz]] "What are you hoping to find on MY property?"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "MrGattz",
					'Text', T(189829470994, --[[BanterDef Xwhere_WrongSpot Text section:Banters_Local_MiddleOfWhere_Triggered/Xwhere_WrongSpot voice:MrGattz]] "I didn't request any landscaping, thank you very much!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "MrGattz",
					'Text', T(185005159322, --[[BanterDef Xwhere_WrongSpot Text section:Banters_Local_MiddleOfWhere_Triggered/Xwhere_WrongSpot voice:MrGattz]] "Yes, I checked there as well."),
				}),
			},
		}),
	},
	group = "Banters_Local_MiddleOfWhere_Triggered",
	id = "Xwhere_WrongSpot",
})