|
|
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "triggered when allied and combat starts", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfTheseCount', 5, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "GangWilma", |
|
'Text', T(742825090998, "For the Coffee Beans!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "GangVinnie", |
|
'Text', T(224034110096, "For Ma Baxter!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "GangTrudy", |
|
'Text', T(580864644131, "For the good old fucking times!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "GangKayla", |
|
'Text', T(573823879310, "When do we start?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "GangHannah", |
|
'Text', T(881936731479, "WHUT?"), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', 'reference to "Pulp Fiction"', |
|
'Character', "Granny", |
|
'Text', T(366448730251, "I'll execute every motherfuckin' last one of 'em!"), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran01_combat", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Hannah recruited and meeting Granny", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(686800771831, "Good to see you, Hannah! You get a hearing aid yet?"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "loud - Hannah is partially deaf", |
|
'Character', "GangHannah", |
|
'Text', T(585155917009, "Why would I be fearing maids?"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(716637234165, "Guess not."), |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "Docks", |
|
Vars = set({ |
|
CacaoGangHannah = true, |
|
Completed = false, |
|
DocksLost = false, |
|
Failed = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['Docks'] or QuestGetState('Docks') |
|
return quest.CacaoGangHannah and not quest.Completed and not quest.DocksLost and not quest.Failed |
|
end, |
|
}), |
|
PlaceObj('UnitIsAroundOtherUnit', { |
|
Distance = 10, |
|
SecondTargetUnit = "GangHannah", |
|
TargetUnit = "Granny", |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran02_ApproachHannah", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Kayla recruited and meeting Granny", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(118678217396, "You got your fucking knife ready, Kay?"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangKayla", |
|
'Text', T(243956147982, "Do I look like a fucking kindergarten teacher? I've got a machete."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Buns", |
|
'Text', T(686898424691, "I have objections to that."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Grizzly", |
|
'Text', T(443587301470, "My kindergarten teacher had a .38 Special. She let me shoot it. She was my first. The gun, I mean."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scully", |
|
'Text', T(920659919146, "I don't usually go for older gals, but you're starting to turn me on."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "Docks", |
|
Vars = set({ |
|
CacaoGangKayla = true, |
|
Completed = false, |
|
DocksLost = false, |
|
Failed = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['Docks'] or QuestGetState('Docks') |
|
return quest.CacaoGangKayla and not quest.Completed and not quest.DocksLost and not quest.Failed |
|
end, |
|
}), |
|
PlaceObj('UnitIsAroundOtherUnit', { |
|
Distance = 10, |
|
SecondTargetUnit = "GangKayla", |
|
TargetUnit = "Granny", |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran02_ApproachKayla", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Trudy recruited and meeting Granny", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(375395537243, "Fuck you, Trudy."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangTrudy", |
|
'Text', T(634001191965, "Fuck you, Gran."), |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "Docks", |
|
Vars = set({ |
|
CacaoGangTrudy = true, |
|
Completed = false, |
|
DocksLost = false, |
|
Failed = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['Docks'] or QuestGetState('Docks') |
|
return quest.CacaoGangTrudy and not quest.Completed and not quest.DocksLost and not quest.Failed |
|
end, |
|
}), |
|
PlaceObj('UnitIsAroundOtherUnit', { |
|
Distance = 10, |
|
SecondTargetUnit = "GangTrudy", |
|
TargetUnit = "Granny", |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran02_ApproachTrudy", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Vinnie recruited and meeting Granny", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', "obscure Pratchett reference", |
|
'Character', "Granny", |
|
'Text', T(554884248165, "Vinnie! I thought you choked to death on a cucumber sandwich!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "Pratchett reference", |
|
'Character', "GangVinnie", |
|
'Text', T(817191701204, "I ate'nt dead yet! But my back is killing me."), |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "Docks", |
|
Vars = set({ |
|
CacaoGangVinnie = true, |
|
Completed = false, |
|
DocksLost = false, |
|
Failed = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['Docks'] or QuestGetState('Docks') |
|
return quest.CacaoGangVinnie and not quest.Completed and not quest.DocksLost and not quest.Failed |
|
end, |
|
}), |
|
PlaceObj('UnitIsAroundOtherUnit', { |
|
Distance = 10, |
|
SecondTargetUnit = "GangVinnie", |
|
TargetUnit = "Granny", |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran02_ApproachVinnie", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Wilma recruited and meeting Granny", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(965326094403, "Wilma! I'm surprised you fucking made it here in time for the fight on those fucking toadstools you call legs."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangWilma", |
|
'Text', T(567847917910, "One day I'll shoot you, Gran."), |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "Docks", |
|
Vars = set({ |
|
CacaoGangWilma = true, |
|
Completed = false, |
|
DocksLost = false, |
|
Failed = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['Docks'] or QuestGetState('Docks') |
|
return quest.CacaoGangWilma and not quest.Completed and not quest.DocksLost and not quest.Failed |
|
end, |
|
}), |
|
PlaceObj('UnitIsAroundOtherUnit', { |
|
Distance = 10, |
|
SecondTargetUnit = "GangWilma", |
|
TargetUnit = "Granny", |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran02_ApproachWilma", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Gran is hostage and bombs are set", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(872984071707, "Where the fuck you been?! Come on, disarm the fucking bombs! There are at least three of 'em."), |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "Docks", |
|
Vars = set({ |
|
BombsArmed = true, |
|
Completed = false, |
|
Failed = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['Docks'] or QuestGetState('Docks') |
|
return quest.BombsArmed and not quest.Completed and not quest.Failed |
|
end, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran03_BombsArmed", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Bombs are defused", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Granny", |
|
'Text', T(189642350795, "That was some fucking nice explosives work! <em>Mad Hannah</em> couldn't have done it better herself!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "loud - Hannah is partially deaf", |
|
'Character', "GangHannah", |
|
'Text', T(294406335510, "I would NOT have put donut butter on myself. That's only for certain types of explosives. Anyway, you did good, kiddos!"), |
|
'Optional', true, |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Gran04_BombsDefused", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "when asked for Gang Reunion", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', "Randomly attacks the merc with a melee weapon", |
|
'Character', "GangKayla", |
|
'Text', T(403121662741, "Parry this!"), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Kayla01_Initial", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "no melee perk >> add status effect Wounded", |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', "A merc just failed to parry her melee attack", |
|
'Character', "GangKayla", |
|
'Text', T(345282994818, "Oh, quit crying! It's just a scratch."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "The merc successfully defends", |
|
'Character', "GangKayla", |
|
'Text', T(359823344978, "So, old Gran wants my help cutting up some Legion boys? Well, count me in."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Kayla02_Failure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "parry the attack", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(935172638061, "<em>Lightning Reactions</em> perk activated"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Shadow", |
|
'Text', T(644060970464, "Nice hit, if you were aiming for my shadow."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Ice", |
|
'Text', T(603252031575, "You come strong or you don't come at all!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Len", |
|
'Text', T(140571683484, "Not bad, but I'm an old dog who knows all the tricks."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Kayla02_Success01_LightningReaction", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "parry the attack", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(661140729455, "<em>Hand-to-Hand</em> perk activated"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Flay", |
|
'Text', T(497154534241, "You are lucky your skin is too old for me to be interested in taking it."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fidel", |
|
'Text', T(113861944568, "Now this is how Fidel likes to meet new people!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Nails", |
|
'Text', T(439227743393, "Ooooh, we got a live one here!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scully", |
|
'Text', T(537688227468, "Nice try, but if you want to sneak a blade into me, you gotta marry me first."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Kayla02_Success01_MeleeTraining", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "parry the attack", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(760030358089, "<em>Hit and Run</em> perk activated"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "DrQ", |
|
'Text', T(411500405808, "Pitiful. You move like a pregnant yak."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Kayla02_Success01_SwiftStrike", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = ">> CacaoGangKayla", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', "The merc successfully defends", |
|
'Character', "GangKayla", |
|
'Text', T(352550298556, "Hey, not bad! So, old Gran wants my help cutting up some Legion boys? Well, count me in."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Kayla02_Success02", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "when asked for Gang Reunion", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', "loud - Hannah is partially deaf", |
|
'Character', "GangHannah", |
|
'Text', T(254407324742, "Whut? Speak the fuck up or get blown the fuck up."), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_MadHannah01_Initial", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "have merc Meltdown", |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(179219042487, "<em>Hard Feelings</em> perk activated"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Meltdown", |
|
'Text', T(533165817517, "How about we fuck YOU up unless you take it easy and calm down?"), |
|
}), |
|
}, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "loud - Hannah is partially deaf", |
|
'Character', "GangHannah", |
|
'Text', T(910142587697, "You called me a sleazy WHAT clown?!"), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_MadHannah02_CriticalFailure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Explosives < 50, no Psycho merc", |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(658156478160, "<explosives-f>"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "loud - Hannah is partially deaf", |
|
'Character', "GangHannah", |
|
'Text', T(151973167315, "I'm not interested in whatever you're selling."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_MadHannah02_Failure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Explosives > 50, no Psycho merc >> CacaoGangHannah", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(977676492261, "<explosives-s>"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Barry", |
|
'Text', T(517143747051, "I have many explosives on my person. They do not respond well to shouting."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Red", |
|
'Text', T(430330500021, "Quit yer bellyachin' ye old crone! Ye could'na blow up a balloon."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scully", |
|
'Text', T(784834453815, "That would make a bloody big mess. How about you just talk to Gran instead?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Larry", |
|
'Text', T(818474981608, "Calm down, man. The teddy bears are everywhere! And they HATE explosives."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Larry_Clean", |
|
'Text', T(837489763855, "How about we all just put our bombs down and talk this out?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Gus", |
|
'Text', T(542223034555, "Get a grip, Woodhead... and I don't mean on the detonator."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fauda", |
|
'Text', T(309624698985, "Do not be a fool! You would only blow your own ears off. "), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "loud - Hannah is partially deaf", |
|
'Character', "GangHannah", |
|
'Text', T(737244954104, "Gran told you I like explosives, didn't she? She's kind of soft-spoken, but she's a sweetheart. All right, I'll go talk to her."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_MadHannah02_Success", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "when asked for Gang Reunion", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "GangVinnie", |
|
'Text', T(204895939863, "I would come, but I don't feel very well today. I guess my time has finally come."), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_OldVinnie01_Initial", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Medical < 50", |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(792649351385, "<medical-f>"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "overdramatic", |
|
'Character', "GangVinnie", |
|
'Text', T(260410355399, "I know I don't have much longer... I can feel death approaching."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Reaper", |
|
'Text', T(659322152405, "That's just me. I get that a lot."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_OldVinnie02_Failure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Medical >= 50", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "MD", |
|
'Text', T(706446360477, "It looks to me like you've got an advanced case of old age. I recommend taking supplements and naps."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Thor", |
|
'Text', T(248564296082, "Your body may be old, but your aura is shining with vitality and strength."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "DrQ", |
|
'Text', T(296387921360, "You are unaffected by any malady. You will live, if only to continue complaining, I am sure."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Text', T(525758687860, "<medical-s>"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangVinnie", |
|
'Text', T(558458679663, "What? I ate'nt dying? Then what are we waiting for?! Let's prepare for battle!"), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_OldVinnie02_Success", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "when asked for Gang Reunion", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "GangTrudy", |
|
'Text', T(938260793626, "Fuck you! And fuck Gran! And fuck this town."), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_RudeTrudy01_Initial", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "no Psycho in team", |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(716740536793, "no <em>Psycho</em> in team"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangTrudy", |
|
'Text', T(746745127179, "Fuck off. I'm not going fucking anywhere."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_RudeTrudy02_Failure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "have Psycho >> CacaoGangTrudy", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(709023626785, "<em>Psycho</em> perk activated"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Meltdown", |
|
'Text', T(211349023202, "Well, fuck you too, you crotchety old scarecrow. If you don't want to join the fight, then just go die somewhere."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Nails", |
|
'Text', T(505256259186, "Tell it to somebody who cares. You gonna go talk to Gran or what?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fidel", |
|
'Text', T(704356211926, "Fidel no like your mouth. I wash it out with grenade, but first you go see Gran."), |
|
}), |
|
}, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangTrudy", |
|
'Text', T(570975337574, "Alright, you got my fucking attention. I'll go talk to Gran if it'll get you the fuck out of my face."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_RudeTrudy02_Success", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "when asked for Gang Reunion", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "GangWilma", |
|
'Text', T(662727774277, "Gran only wants to see me so she can tease me about my height some more."), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Wilma01_Initial", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Leadership < 50", |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(170861081412, "<leadership-f>"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangWilma", |
|
'Text', T(147835818431, "I don't have to put up with her teasing. It's not my fault that both of my legs are shorter than the other."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Wilma02_Failure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Leadership >= 50 >> CacaoGangWilma", |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(672024483501, "<leadership-s>"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "", |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Len", |
|
'Text', T(752029604594, "Your friends don't always act the way you want them to, but they are still your friends... and they need you."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scully", |
|
'Text', T(393471695801, "I'll wager she says those things to get you riled up. Being riled up is exactly what you want to be before a battle."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Gus", |
|
'Text', T(421966448857, "Get tough, Woodchip! Don't expect them to act like it, but your friends need you."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Thor", |
|
'Text', T(305378688286, "Teasing among friends is team-building. It eases tension and allows the spirit to accept its flaws and to grow."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Raider", |
|
'Text', T(980713329470, "A good team is made up of people who think alike. A great team is made up of people who don't, but still get the job done regardless."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fauda", |
|
'Text', T(558826603600, "A woman who wishes to fight must be tough. There is no place for softness in battle."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "GangWilma", |
|
'Text', T(747598427407, "I guess you're right. Being a Bean means never backing down from a fight! Alright, I'll go and see Gran."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "CacaoGang_Wilma02_Success", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Gouvernour", |
|
'Text', T(615664345145, "I'm warning you! Please stop shooting and cease any and all military activities in my city, or I will be forced to impose economic sanctions on you!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "LegionActorLeader", |
|
'Text', T(747880591605, "Keep talking and we'll force something on you alright, old man!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Gouvernour", |
|
'Text', T(301347293713, "What I am implying is that if you mean to perform a military exercise, you should be coordinating it with the authorities in accordance with all applicable norms and regulations..."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "LegionActorLeader", |
|
'Text', T(610560364910, "Oh, fucking shut up."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoCity_Gouverneur_01_InitialSetPiece", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Gouvernour", |
|
'Text', T(838149247017, "Oh, god, be careful with that!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "LegionActorLeader", |
|
'Text', T(355065041526, "You heard the man. Aim more carefully next time!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Gouvernour", |
|
'Text', T(935312376535, "That's it! Now I will have to write an official complaint denouncing your activities!"), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoCity_Gouverneur_02_SetPieceFollowUp", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Gouvernour", |
|
'Text', T(389815497754, "Thank you for your mediation in resolving the local conflict with the Legion. I am, however, not pleased with the unsanctioned military solution you have enacted. I am forced to consider imposing sanctions on you."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Meltdown", |
|
'Text', T(889311771848, "Oh, fucking shut up."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Flay", |
|
'Text', T(476278496198, "And I am forced to consider removing your skin and wearing it like a parka."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Vicki", |
|
'Text', T(286031247217, "Oh, quit your jibber-jabbering, mon!"), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "PortCacaoSideQuests", |
|
Vars = set( "LiberatedPortCacao" ), |
|
__eval = function () |
|
local quest = gv_Quests['PortCacaoSideQuests'] or QuestGetState('PortCacaoSideQuests') |
|
return quest.LiberatedPortCacao |
|
end, |
|
}), |
|
}, |
|
disabledInConflict = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoCity_Gouverneur_03_approach", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Reunited the Coffee Beans gang", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "LegionMale_1", |
|
'Text', T(656369299432, "Where the hell are the guys from the docks?! I swear, if they let an old lady scare them away, I'll fucking kill every last one of 'em!"), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoCity_LegionReinforcementFail_Docks", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "KilledInitialEnemies (Hermit)", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "LegionMale_1", |
|
'Text', T(928563121188, "Where are the guys from the coast?! Don't tell me they are still listening to the lectures of that crazy mushroom lover!"), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoCity_LegionReinforcementFail_Hermit", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "Old Diamond Impostors caught", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "LegionMale_1", |
|
'Text', T(796093665485, "Don't worry, guys, reinforcements are coming from Old Diamond... any minute now!"), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoCity_LegionReinforcementFail_OldDiamond", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', "surprised", |
|
'Character', "Lurch", |
|
'Text', T(786660635451, "Aaye?!..."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "MaBaxter", |
|
'Text', T(900673819303, "Gregory! What have I told you about playing with guns?"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "uncertain", |
|
'Character', "Lurch", |
|
'Text', T(563746124087, "Ayeee..."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "MaBaxter", |
|
'Text', T(180580171779, "And what do I see here? A gun. MY GUN! I'm very disappointed in you. Give it to me at once!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "obedient", |
|
'Character', "Lurch", |
|
'Text', T(918320672872, "Aye, mom."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "MaBaxter", |
|
'Text', T(960767437304, "And never play with guns again!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "resigned, with a sigh", |
|
'Character', "Lurch", |
|
'Text', T(264545276037, "Aaaye, mom."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoDocks_LurchMom_SetPiece", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Lurch", |
|
'Text', T(472295906292, "AYE?!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Larry", |
|
'Text', T(977467346276, "I'm sorry, man, but the knowledge you possess could break the world."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoDocks_Lurch_Attacked", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(810440685187, "There is a custom modified <em>Auto-5 shotgun</em> on display. "), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Lurch", |
|
'Text', T(231912937451, "AAYE!..."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Larry", |
|
'Text', T(764901093108, "Steal it? Come on, man, you know me better than that. I'm just checking its condition."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoDocks_ShotgunShowcase_LurchAlive", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(568684196096, "Now that the bartender is dead, the shotgun can be taken out of the display case."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Larry", |
|
'Text', T(549939163401, "Lurch would have wanted me to have this. I can feel him with me now, like a warm river down my leg... Wait, that's something else."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoDocks_ShotgunShowcase_LurchDead", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "bombs armed", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "ThugFemale_2", |
|
'Text', T(392779982414, "They set fucking bombs on us! Fucking do something!"), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Red", |
|
'Text', T(639818287603, "Great. I expect I'll no hear the end of it until I disarm yer little bombs for ye."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fidel", |
|
'Text', T(608531149697, "Of course! Fidel will set them off right away."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Barry", |
|
'Text', T(473421006105, "I will disarm these bombs with utmost of the expedience."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoGang15", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "bombs armed", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "ThugFemale_2", |
|
'Text', T(378388768344, "Dying as a hostage is for losers."), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoGang16", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = "bombs armed", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "ThugFemale_2", |
|
'Text', T(767311998306, "They caught us while we were napping... Literally, I'm sad to say."), |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacaoGang17", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(509128900683, "There is a small hidden <em>safe</em> behind the picture."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Frederic", |
|
'Text', T(392599213011, "Non, non, non, don't you take that! Look, I'll name the shop \"Les Mercenaires\", just don't rob me please!"), |
|
'Optional', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_HiddenStash", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(373037033694, "Good bye."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_deal01", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(831885496186, "Thank you for moneys."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_deal02", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(597416234039, "Be happy with your junk."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_deal03", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(941013906553, "You have no moneys."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_failure01", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(849154107325, "No moneys, no junk."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_failure02", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', '"Where is the money, Lebowski" reference', |
|
'Character', "Itsadi", |
|
'Text', T(202771189510, "Where is the moneys, mercses? WHERE IS THE MONEYS, MERCSES?"), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_failure03", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Annotation', '"Khajit has wares, if you have coin" reference', |
|
'Character', "Itsadi", |
|
'Text', T(915095294708, "Itsadi has junk, if you have moneys."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_success01", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(993811811396, "You have moneys. You may take junk."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_success02", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Itsadi", |
|
'Text', T(517425131582, "Good junk for good moneys."), |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_JunkShop_success03", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(126533526040, "There are only piles of next to worthless Grand Chien Franks left in the shop."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Frederic", |
|
'Text', T(460576284531, "Oh non! First the Legion robs me, and now you! Please don't take that money! It is all that I have left!"), |
|
'Optional', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_MoneyLoot", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(174867730715, '"GÉNÉRALISSIME CHIEN, PROUD FOUNDER OF GRAND CHIEN\nGifted to the people of Grand Chien from the people of the Democratic People\'s Republic of Korea. May your bowls be ever full and your guard ever vigilant."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'Text', "", |
|
'AnyOfTheseCount', 2, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Red", |
|
'Text', T(778727458669, "What a crock o' shite."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Spike", |
|
'Text', T(180650789891, "Believe it or not, I came here on the same ship that delivered this piece of trash."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Buns", |
|
'Text', T(302274935807, "I am embarrassed to even look at this. A dog bowl? I can only imagine the sculptor took their own life after completing this monstrosity."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Grunty", |
|
'Text', T(820373756278, "This sculpture fills me with both anxiety and mirth. I feel foolish, like I am in love."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Tex", |
|
'Text', T(680842609000, "This why I never do film with dog. When people remember movie, they only think of dog."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Grizzly", |
|
'Text', T(197648424369, "Cute pooch. Did they really make him a general?"), |
|
}), |
|
}, |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_PortCacao_Triggered", |
|
id = "PortCacao_interactable_Statue", |
|
}) |
|
|
|
|