|
|
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "CivilianFemale_1", |
|
'Text', T(837500005594, "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, "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, "Hmm, maybe I'm a Beast in my own right."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Flay", |
|
'Text', T(481529303916, "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, "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, "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, "So, if it starts glowing, I should find somewhere else to be. Good to know."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Magic", |
|
'Text', T(647631246174, "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, "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, "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, "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, "<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, "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, "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, "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, "There's a place called the Cursed Forest? Can we go?! Can we?!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Shadow", |
|
'Text', T(403256771499, "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, "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, "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, "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, "I like the way she hunts, so I have not killed her... yet."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Len", |
|
'Text', T(734857716950, "She's one badass lady."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Mouse", |
|
'Text', T(401083725003, "She makes me feel like a little girl... But in a good way!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scope", |
|
'Text', T(606822599050, "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, "She hunts. She makes snacks. She is perfect woman."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Meltdown", |
|
'Text', T(815856135432, "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, "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, "You don't need a protector, you just need to realize your potential and self-actuate!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Len", |
|
'Text', T(394574156533, "You will have to learn to take care of yourselves."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scope", |
|
'Text', T(565214811560, "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, "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, "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, "Молодец!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Vicki", |
|
'Text', T(932708603523, "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, "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, "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, "+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", |
|
}) |
|
|
|
|