|
|
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(489156647146, "This place looks it may have once been a junkyard, but now is something... else."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfTheseCount', 2, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Wolf", |
|
'Text', T(577532715057, "Hmm... wired fence, ammo supplies, recently used fire pit. I say someone is still using this place."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Len", |
|
'Text', T(637234478417, "We'd better watch out. This is obviously a military camp. And whoever is stationed here is probably close by."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Flay", |
|
'Text', T(104434806746, "There are fresh tracks on the ground. Someone was here last night."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Shadow", |
|
'Text', T(654550528634, "This is a hiding place. But who's hiding? And from what?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scope", |
|
'Text', T(543012725996, "Looks like an outpost of some kind. Let's keep an eye out for guards."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Omryn", |
|
'Text', T(366505890480, "Someone left supplies in middle of nowhere. Is gift, glavny?"), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
disabledInConflict = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_BaseArea", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(921991945386, "Fresh corpse in a bag. There are no signs of violence."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Xavier", |
|
'Text', T(290350839953, "You better not touch her. They say she belongs to the Old Ones now."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_BodyInABag", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(890592133915, "So many photos... Wait. Isn't that <em>Roger Wilcox</em>?"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Hitman", |
|
'Text', T(919071637320, "Looks like someone really had it out for this <em>Wilcox</em> guy, Ace."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Magic", |
|
'Text', T(574718200624, "What do we have here? Dead Poets Society?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Wolf", |
|
'Text', T(698026880218, "These are not photos. They are death sentences."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "PaixDisease", |
|
Vars = set( "Given", "writer" ), |
|
__eval = function () |
|
local quest = gv_Quests['PaixDisease'] or QuestGetState('PaixDisease') |
|
return quest.Given and quest.writer |
|
end, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Bulletin", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(207807865566, "Dead body with a hand written label on the left thumb: <em>Roger Wilcox</em>."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_DeadBody", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
KillOnAnyActorAware = true, |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "DocRobert", |
|
'Text', T(898787235470, "That's my old friend Roger Wilcox. Unfortunately for him, he won't ever get to become a famous novelist... Truth be told, he never would have even if he had been able to finish his book. Terrible writer - descriptions that don't make sense and characters too moody to be likable."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
Once = true, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "PaixDisease", |
|
Vars = set( "DocRobertMet" ), |
|
__eval = function () |
|
local quest = gv_Quests['PaixDisease'] or QuestGetState('PaixDisease') |
|
return quest.DocRobertMet |
|
end, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_DeadBody_DocRobert", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(826487046481, 'On the desk there is a letter labeled "for <em>Xavier</em>".'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Desk", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(357455545313, "The embers are still burning. Someone has recently used that fire pit."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
Once = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Fireplace", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(414010411521, "The air here is noisome with the smell of fish offal and rotting wood."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Nails", |
|
'Text', T(854320298439, "This place gives me the creeps, scooter. Piles of junk, rotten smell, loonies giving me the crazy eye... Just like my hometown."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Red", |
|
'Text', T(297087470294, "Ah, it's like some monstrosity has taken over this town. Look at all this death and moisture. I'm tellin' ya laddie, it's the Loch Ness monster or something akin to it!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Thor", |
|
'Text', T(418602157306, "I'm not surprised at the poor state of this town. All they eat is fish."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Gus", |
|
'Text', T(400110888218, "Dang, Woodpile. This town's one helluva rotten pile of... wood."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
disabledInConflict = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_FishArea", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(551539711798, "<wisdom-f>\nThis is definitely a plant. But so is everything else in this forest. "), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Larry", |
|
'Text', T(574210763680, "I don't know what it is, but do you think we can smoke it?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Larry_Clean", |
|
'Text', T(637068476509, "That's not cannabis, right?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Blood", |
|
'Text', T(778717706425, "That might make for an excellent garnish!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Sidney", |
|
'Text', T(841275800903, "She might have told us what the bloody thing looks like!"), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_HerbFail", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(382411249419, "<wisdom-s>\nPointy green leaves. This seems to be the <em>Borassus</em> plant <em>Wanda</em> was asking for. "), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "MD", |
|
'Text', T(665352182517, "Ah, there it is! Borassus aethiopum."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Thor", |
|
'Text', T(271042628986, "Borassus is one of Mother Nature's best gifts! Nothing else gives your aura such a complete enema."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Barry", |
|
'Text', T(577952336267, "Field guide indicates this is herb of which we are seeking."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_HerbSuccess", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(368411128139, "Wait... Is that a hog... made of wood?"), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Hog1", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(838883939133, "There is a piece of paper stuck between the wooden planks."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Grizzly", |
|
'Text', T(687687436550, "Looks like this pork has some beans to spill."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Hog2", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = 'Interaction "Show Diary"', |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "TheHogLady", |
|
'Text', T(393134365980, "Each story must have an end. You're missing the end of the writer's story. But my <em>hog</em> saw something that night."), |
|
}), |
|
}, |
|
conditions = { |
|
PlaceObj('QuestIsVariableBool', { |
|
QuestId = "PaixDisease", |
|
Vars = set({ |
|
Completed = false, |
|
diary = true, |
|
tornpage = false, |
|
}), |
|
__eval = function () |
|
local quest = gv_Quests['PaixDisease'] or QuestGetState('PaixDisease') |
|
return not quest.Completed and quest.diary and not quest.tornpage |
|
end, |
|
}), |
|
}, |
|
disabledInConflict = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_HogLady05", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(526515103439, 'There is a hidden note here: "Under a stone, you will find the thing you\'re looking for."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Note01", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(878254796179, 'There is a hidden note here: "Two people are aware of my hiding place. Me and the Hog Lady."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Note02", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(795935939307, 'There is a hidden note here: "Three sets of eyes are looking there."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Note03", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(932140731147, 'There is a hidden note here: "Strange things are happening in the woods west of the village."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Note04", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(517531240027, 'There is a hidden note here: "The diary is not in the village. Follow the setting sun."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Note05", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(548638213296, "<mechanical-f>\nAll that's coming from the radio is static."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Annotation', "Thor's line is JA games reference", |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Steroid", |
|
'Text', T(840547837951, "Come on!!! Work, damn you!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Wolf", |
|
'Text', T(623409969008, "Nothing but snow, chief."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Thor", |
|
'Text', T(840134085956, "Hmmm... You know, I miss Static."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_RadioFail", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(798876992875, '<mechanical-s>\nAfter a bit tuning, a voice bursts out of the static.\n"...<em>Landsbach</em> speaking. We received a report from the Colonel that the town\'s population has decreased by 40%. <em>Siegfried</em> said we are ready to move. Over and out."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Magic", |
|
'Text', T(140681101037, "I ain't sure what I just heard, but I know it ain't good."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Vicki", |
|
'Text', T(514736442780, "That be something suspicious all right."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Gus", |
|
'Text', T(637235463900, "Just once I'd like us to tune into one of these dang things and hear something nice!"), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_RadioSuccess", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(942124563931, "<medical-f>\nThis body is starting to decompose."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Sample_failure", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(966589764254, "<medical-s>\nThis body has been infected with a new strain of <em>Red Rabies</em>. It can be used as a sample for the research of <em>Dr. Kronenberg</em>."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Sample_success", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(419915362456, "Another victim of this mysterious plague... Oh wait. He's just sleeping."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_SleepingBody", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(824001327544, "Some sort of leather-bound book looks to be hidden under the stone."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fox", |
|
'Text', T(849609053994, "I have a diary just like this, except mine has a parental advisory sticker on the cover."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Mouse", |
|
'Text', T(117836386031, "I have a journal just like this! I write down all my private thoughts in mime."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Reaper", |
|
'Text', T(225030286314, "A diary is a landmine of paper trails disguising itself as a sleep aid."), |
|
}), |
|
}, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Stone", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(951610671181, "These wooden statues look strangely familiar."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_ThreeTotems", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(800323202873, "Peculiar tribal art carved from wood."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "HogLady", |
|
'Text', T(786916558507, "My watchers! I made them with my hands. They are here to watch over my hog. They make sure my hog doesn't eat earth!"), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Vicki", |
|
'Text', T(203528101662, "This lady no be right in the head."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Omryn", |
|
'Text', T(865248336422, "I have charm on necklace that does same."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scope", |
|
'Text', T(992958923442, "I should buy one of these for my kids."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Totems", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(495975141655, "Clear signs of rituals related to the practice of Voodoo can be seen strewn about this place."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfTheseCount', 2, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Barry", |
|
'Text', T(156167402475, "This is obviously a house where people gather to pray... And tear heads off chickens."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Livewire", |
|
'Text', T(196664266178, "Candles, bones, blood on the floor... This is either a cult's gathering spot, or somebody is taking their D&D sessions way too seriously."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Ice", |
|
'Text', T(579047377502, "Oh, man... Smells like the morning after one outta hand house party!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Blood", |
|
'Text', T(832622500897, "Hm... This is the smell of fresh blood spilled on the floor. Chicken blood, to be precise."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Kalyna", |
|
'Text', T(160312335148, "This reminds me of my babusya's kitchen."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "DrQ", |
|
'Text', T(800900700046, "Someone attempted to contact the spirit world here."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
disabledInConflict = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_VoodooArea", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = 'interaction - "Show diary" (done)', |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Wanda", |
|
'Text', T(439296108044, "I recognize this. It is the man's <em>diary</em>. The man was always putting his soul into it. This is all that is left of his soul now, but it is incomplete. I can see that one <em>page</em> is missing. Someone must have taken it."), |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Fox", |
|
'Text', T(760270346170, "I have a diary just like this, except mine has a parental advisory sticker on the cover."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Mouse", |
|
'Text', T(398117540592, "I have a journal just like this! I write down all my private thoughts in mime."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Reaper", |
|
'Text', T(328163182572, "A diary is a landmine of paper trails disguising itself as a sleep aid."), |
|
}), |
|
}, |
|
}), |
|
}, |
|
disabledInConflict = true, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Wanda05", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckFail", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(994929217238, "<wisdom-f>\nThis looks like a map of some kind, but of what area is anyone's guess."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Tex", |
|
'Text', T(275172748747, "Can't figure it, partner. Could be map of this area, could be map to homes of Hollywood stars."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Smiley", |
|
'Text', T(104744601233, "I cannot even tell which way I am supposed to hold this thing!"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Scope", |
|
'Text', T(705506134899, 'This map could certainly benefit from a "You Are Here" label.'), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WhiteBoardFail", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
FX = "CheckSuccess", |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(780671670961, "<wisdom-s>\nThis is a map of <em>Chalet De La Paix</em> and the region around it. Red arrows are indicating several routes connecting this camp and the village."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Len", |
|
'Text', T(935725507751, "Looks like someone's planning a military operation to seize to the town."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Gus", |
|
'Text', T(563055148609, "Looks to me like someone's planning an offensive on the town, Woody."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "DrQ", |
|
'Text', T(427345521992, "This map indicates the nearby town may be in imminent danger."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WhiteBoardSuccess", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(506194195890, "Hundreds of small pieces of paper are hanging from this tree. Each one has something written on it."), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'MultipleTexts', true, |
|
'AnyOfThese', { |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Omryn", |
|
'Text', T(737384696035, "Wishing Tree is powerful magic, glavny. Spirits work to protect town from evil."), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Mouse", |
|
'Text', T(465047460865, "Wow! It's so pretty. Do you think it's bad luck to read the wishes?"), |
|
}), |
|
PlaceObj('BanterLineThin', { |
|
'Character', "Kalyna", |
|
'Text', T(361481962218, "Oh, a Wishing Tree! What should I wish for? More wishes? No, that would just make the tree angry."), |
|
}), |
|
}, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree0", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(340217462449, '"My mom says we have to move to Fleatown. I don\'t want to go."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree1", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(337063627358, '"May the Old Ones have mercy on our souls."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree2", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(182309699589, '"I don\'t like the Colonel. I wish he\'d go away."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree3", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(387655681050, '"My hog saw something that night."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree4", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(779728581684, '"My brother\'s not feeling well. I hope it\'s not the disease."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree5", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Text', T(212080573200, '"I wish Mother would stop staring at me all night long."'), |
|
'Voiced', false, |
|
'FloatUp', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Grunty", |
|
'Text', T(591058065986, "This child is lucky they only get the stare. I was punished if I failed to secure my room's perimeter before bedtime."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_WishingTree6", |
|
}) |
|
|
|
PlaceObj('BanterDef', { |
|
Comment = 'interaction - "Show letter" (done)', |
|
Lines = { |
|
PlaceObj('BanterLine', { |
|
'Character', "Xavier", |
|
'Text', T(468614231117, "Poor <em>Roger</em>. I thought he was just being overly dramatic. Now, it's too late...\nAbout these places he mentions - we mostly hung out here at the docks, and at the bar... And back at his place, I guess?"), |
|
'playOnce', true, |
|
}), |
|
PlaceObj('BanterLine', { |
|
'Character', "Xavier", |
|
'Text', T(308159488863, "You can keep the letter. It doesn't help me with my grief."), |
|
'Optional', true, |
|
'playOnce', true, |
|
}), |
|
}, |
|
group = "Banters_Local_Chalet_Triggered", |
|
id = "PaixDisease_Xavier05", |
|
}) |
|
|
|
|