File size: 19,758 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
538
539
540
541
542
543
-- ========== GENERATED BY BanterDef Editor DO NOT EDIT MANUALLY! ==========

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianFemale_1",
			'Text', T(837500005594, --[[BanterDef IlleMorat_VillagerFemale_01 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_01 voice:CivilianFemale_1]] "Have you been to <em>Belle Eau</em> across the river? Did you see my daughter? I worry that those Legion ghouls are not feeding her well..."),
		}),
	},
	conditions = {
		PlaceObj('SectorCheckOwner', {
			Negate = true,
			sector_id = "D18",
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerFemale_01",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianFemale_2",
			'Text', T(368789006587, --[[BanterDef IlleMorat_VillagerFemale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_03 voice:CivilianFemale_2]] "I have heard the <em>Beast</em> only eats people with guns. Maybe it's attracted to the smell of gunpowder on their clothes..."),
		}),
		PlaceObj('BanterLine', {
			'Character', "Fox",
			'Text', T(473015098925, --[[BanterDef IlleMorat_VillagerFemale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_03 voice:Fox]] "Hmm, maybe I'm a Beast in my own right."),
			'Optional', true,
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'Character', "Flay",
			'Text', T(481529303916, --[[BanterDef IlleMorat_VillagerFemale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_03 voice:Flay]] "When beasts smell me, it is already too late for them to eat me."),
			'Optional', true,
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set({
	BeastDead = false,
	BeastMet = false,
}),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return not quest.BeastDead and not quest.BeastMet
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerFemale_03",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianFemale_1",
			'Text', T(703076917477, --[[BanterDef IlleMorat_VillagerFemale_04 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_04 voice:CivilianFemale_1]] "They say when the Effigy is glowing, that's when you know the <em>Beast</em> is on the hunt!"),
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Kalyna",
					'Text', T(959323776253, --[[BanterDef IlleMorat_VillagerFemale_04 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_04 voice:Kalyna]] "Maybe it's part of some sort of summoning ritual, or a talisman that warns of danger, or an ancient spirit that warns of approaching demons..."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Livewire",
					'Text', T(186519765706, --[[BanterDef IlleMorat_VillagerFemale_04 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_04 voice:Livewire]] "So, if it starts glowing, I should find somewhere else to be. Good to know."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Magic",
					'Text', T(647631246174, --[[BanterDef IlleMorat_VillagerFemale_04 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_04 voice:Magic]] "What, you mean like a bug-zapper or something? A beast-zapper?"),
				}),
			},
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set({
	BeastDead = false,
	BeastMet = false,
}),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return not quest.BeastDead and not quest.BeastMet
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerFemale_04",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianFemale_2",
			'Text', T(510100757633, --[[BanterDef IlleMorat_VillagerFemale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_05 voice:CivilianFemale_2]] "Our lady Beast, she owned that sunken mansion. Her Beast-cave was down in the cellar, but those Legion ruffians broke the dam upriver and the whole thing was flooded."),
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set( "BeastMet" ),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return quest.BeastMet
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerFemale_05",
})

PlaceObj('BanterDef', {
	Comment = ">> Proud",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianFemale_1",
			'Text', T(894713430342, --[[BanterDef IlleMorat_VillagerFemale_06_Loyalty Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_06_Loyalty >> Proud voice:CivilianFemale_1]] "It's a good thing you're around to help our Beast lady. I've always worried that she bears a cross too heavy for her shoulders."),
		}),
	},
	Once = true,
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set({
	BeastDead = false,
	BeastMet = true,
	BeastRecruited = false,
}),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return not quest.BeastDead and quest.BeastMet and not quest.BeastRecruited
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
		PlaceObj('CityHasLoyalty', {
			Amount = 50,
			City = "IlleMorat",
			Condition = ">=",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerFemale_06_Loyalty",
})

PlaceObj('BanterDef', {
	Comment = "Beast dead >> Guilty",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianFemale_2",
			'Text', T(907992873139, --[[BanterDef IlleMorat_VillagerFemale_07 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerFemale_07 Beast dead >> Guilty voice:CivilianFemale_2]] "How could you let our lady Beast die!... How could you! She was the best thing we ever had."),
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set( "BeastDead" ),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return quest.BeastDead
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerFemale_07",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_1",
			'Text', T(835345072770, --[[BanterDef IlleMorat_VillagerMale_01 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_01 voice:CivilianMale_1]] "<em>The Legion</em> has taken our young people and left us old-timers here to rot. May the <em>Beast</em> eat their souls! "),
		}),
	},
	conditions = {
		PlaceObj('SectorCheckOwner', {
			Negate = true,
			sector_id = "D18",
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_01",
})

PlaceObj('BanterDef', {
	Comment = "when the mercs have liberated the nearby mine",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_1",
			'Text', T(720105320880, --[[BanterDef IlleMorat_VillagerMale_02 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_02 when the mercs have liberated the nearby mine voice:CivilianMale_1]] "Henri has just sent me money from his paycheck. It is so nice you're actually paying our young people for their work! "),
		}),
	},
	conditions = {
		PlaceObj('SectorCheckOwner', {
			sector_id = "D18",
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_02",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_3",
			'Text', T(766360572842, --[[BanterDef IlleMorat_VillagerMale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_03 voice:CivilianMale_3]] "Be careful if you go into the <em>Cursed Forest</em>, for you may encounter the <em>Beast</em>!!!"),
		}),
		PlaceObj('BanterLine', {
			'Character', "Flay",
			'Text', T(414114104014, --[[BanterDef IlleMorat_VillagerMale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_03 voice:Flay]] "I have encountered more beasts than you can count, monsieur. They are no more - and I am still here."),
			'Optional', true,
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Kalyna",
					'Text', T(129150113278, --[[BanterDef IlleMorat_VillagerMale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_03 voice:Kalyna]] "There's a place called the Cursed Forest? Can we go?! Can we?!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Shadow",
					'Text', T(403256771499, --[[BanterDef IlleMorat_VillagerMale_03 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_03 voice:Shadow]] "I'll pack extra camo."),
				}),
			},
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set({
	BeastDead = false,
	BeastMet = false,
}),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return not quest.BeastDead and not quest.BeastMet
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_03",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_3",
			'Text', T(850663283932, --[[BanterDef IlleMorat_VillagerMale_04 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_04 voice:CivilianMale_3]] "That scary <em>Effigy</em> on the hill is the only thing that protects us from the devilish fury of the Beast. Be careful not to touch it, or the Beast will have your smell and eat your soul!"),
		}),
		PlaceObj('BanterLine', {
			'Character', "Larry",
			'Text', T(753676115689, --[[BanterDef IlleMorat_VillagerMale_04 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_04 voice:Larry]] "That shit is giving me moose bumps, man! That's like goose bumps, but worse."),
			'Optional', true,
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set({
	BeastDead = false,
	BeastMet = false,
}),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return not quest.BeastDead and not quest.BeastMet
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_04",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_2",
			'Text', T(486722044218, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:CivilianMale_2]] "How do you like our Beast? She seems to like you, because you're still alive."),
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'Text', "",
			'AnyOfTheseCount', 2,
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Flay",
					'Text', T(755618679334, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:Flay]] "I like the way she hunts, so I have not killed her... yet."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Len",
					'Text', T(734857716950, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:Len]] "She's one badass lady."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Mouse",
					'Text', T(401083725003, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:Mouse]] "She makes me feel like a little girl... But in a good way!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Scope",
					'Text', T(606822599050, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:Scope]] "Oh my! Not to gush, but when I'm her age, I hope I'm half the woman she is."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Omryn",
					'Text', T(598402246580, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:Omryn]] "She hunts. She makes snacks. She is perfect woman."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Meltdown",
					'Text', T(815856135432, --[[BanterDef IlleMorat_VillagerMale_05 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_05 voice:Meltdown]] "She kicks ass and doesn't take shit from nobody! What's not to like?"),
				}),
			},
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set({
	BeastDead = false,
	BeastMet = true,
}),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return not quest.BeastDead and quest.BeastMet
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
		PlaceObj('CityHasLoyalty', {
			Amount = 75,
			City = "IlleMorat",
			Condition = "<",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_05",
})

PlaceObj('BanterDef', {
	Comment = "Beast dead >> Guilty",
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_3",
			'Text', T(675367150579, --[[BanterDef IlleMorat_VillagerMale_07 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_07 Beast dead >> Guilty voice:CivilianMale_3]] "Our Beast is dead! Who will protect us from the bandits now?"),
			'playOnce', true,
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'Text', "",
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Thor",
					'Text', T(821577903003, --[[BanterDef IlleMorat_VillagerMale_07 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_07 voice:Thor]] "You don't need a protector, you just need to realize your potential and self-actuate!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Len",
					'Text', T(394574156533, --[[BanterDef IlleMorat_VillagerMale_07 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_07 voice:Len]] "You will have to learn to take care of yourselves."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Scope",
					'Text', T(565214811560, --[[BanterDef IlleMorat_VillagerMale_07 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_07 voice:Scope]] "We shall protect you, love."),
				}),
			},
			'Optional', true,
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "Beast",
			Vars = set( "BeastDead" ),
			__eval = function ()
				local quest = gv_Quests['Beast'] or QuestGetState('Beast')
				return quest.BeastDead
			end,
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_07",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_2",
			'Text', T(622825384278, --[[BanterDef IlleMorat_VillagerMale_08 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_08 voice:CivilianMale_2]] "With that brain of his, our Wlad could have worked in some big company making soft-weary programs or something! But instead, he stays here making our lives better."),
		}),
	},
	conditions = {
		PlaceObj('QuestIsVariableBool', {
			Condition = "or",
			QuestId = "CursedForestSideQuests",
			Vars = set( "IlleMorat_DrawingboardDone", "IlleMorat_JacuzziDone" ),
			__eval = function ()
				local quest = gv_Quests['CursedForestSideQuests'] or QuestGetState('CursedForestSideQuests')
				return quest.IlleMorat_DrawingboardDone or quest.IlleMorat_JacuzziDone
			end,
		}),
		PlaceObj('CheckIsPersistentUnitDead', {
			Negate = true,
			per_ses_id = "NPC_Wlad",
		}),
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_08",
})

PlaceObj('BanterDef', {
	Lines = {
		PlaceObj('BanterLine', {
			'Character', "CivilianMale_1",
			'Text', T(475858421477, --[[BanterDef IlleMorat_VillagerMale_09 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_09 voice:CivilianMale_1]] "You should have seen those Legion idiots trying to use our Wlad's weird fishing device. Three of them fell into the river, and the crocs even ate one!"),
		}),
		PlaceObj('BanterLine', {
			'MultipleTexts', true,
			'Text', "",
			'AnyOfThese', {
				PlaceObj('BanterLineThin', {
					'Character', "Ivan",
					'Text', T(468925600481, --[[BanterDef IlleMorat_VillagerMale_09 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_09 voice:Ivan]] "Молодец!"),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Vicki",
					'Text', T(932708603523, --[[BanterDef IlleMorat_VillagerMale_09 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_09 voice:Vicki]] "Idiots be using a machine the wrong way and be punished by the laws of physics? Ya, mon, tell me more."),
				}),
				PlaceObj('BanterLineThin', {
					'Character', "Red",
					'Text', T(398167154827, --[[BanterDef IlleMorat_VillagerMale_09 Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_09 voice:Red]] "Sounds about right. That's what you get for not reading the fucking manual."),
				}),
			},
			'Optional', true,
			'playOnce', true,
		}),
	},
	conditions = {
		PlaceObj('SectorCheckCity', {
			city = "IlleMorat",
		}),
		PlaceObj('QuestIsVariableBool', {
			Condition = "or",
			QuestId = "CursedForestSideQuests",
			Vars = set( "IlleMorat_DrawingboardDone", "IlleMorat_JacuzziDone" ),
			__eval = function ()
				local quest = gv_Quests['CursedForestSideQuests'] or QuestGetState('CursedForestSideQuests')
				return quest.IlleMorat_DrawingboardDone or quest.IlleMorat_JacuzziDone
			end,
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_09",
})

PlaceObj('BanterDef', {
	Comment = ">> +1 Militia",
	Lines = {
		PlaceObj('BanterLine', {
			'Annotation', "Starship Troopers reference",
			'Character', "CivilianMale_2",
			'Text', T(819618849857, --[[BanterDef IlleMorat_VillagerMale_10_Loyalty Text section:Banters_Local_IlleMorat/IlleMorat_VillagerMale_10_Loyalty Starship Troopers reference >> +1 Militia voice:CivilianMale_2]] "If the Beast can do it, I can do it as well! I've signed up for the Militia. I'm doing my part!"),
		}),
		PlaceObj('BanterLine', {
			'Text', T(854568725416, --[[BanterDef IlleMorat_VillagerMale_10_Loyalty Text]] "+1 Militia in <em>Belle Eau</em>"),
			'Voiced', false,
			'FloatUp', true,
		}),
	},
	Once = true,
	conditions = {
		PlaceObj('PlayerIsInSectors', {
			Sectors = {
				"D17",
			},
		}),
		PlaceObj('CityHasLoyalty', {
			Amount = 60,
			City = "IlleMorat",
			Condition = ">=",
		}),
	},
	disabledInConflict = true,
	group = "Banters_Local_IlleMorat",
	id = "IlleMorat_VillagerMale_10_Loyalty",
})