<<set $gameVersion to "v0.3">> <!-- Defina a versão do seu jogo aqui! -->
<div class="enhanced-title-container"> <!-- Novo container principal -->
<img src="img/utils/banner/banner.png" alt="A Weekend With Aunt Carol Banner" class="title-banner">
<h1 class="game-main-title">A Weekend with Aunt Carol</h1>
<div class="game-version-display">
<<print $gameVersion>>
</div>
<div class="title-menu-options"> <!-- Novo container para os botões -->
[[Begin->Prologue]]
[[Credits]]
<!-- Adicione outros links aqui se necessário, como Load, Options, etc. -->
</div>
</div><<set $player to {
energy: 100,
money: 50,
lust: 0,
intelligence: 5,
strength: 5,
charisma: 5,
inventory: []
}>>
<<set $auntCarol to {
love: 0,
corruption: 0,
caring: 50,
domination: 0,
locationSchedule: {
Kitchen: { start: 8, end: 11 },
LivingRoom: { start: 13, end: 22 },
BedroomCarol: { start: 22, end: 6 },
Pool: { start: 11, end: 14 },
Bathroom: { start: 7, end: 8 }
},
interactions: {
talk: {
limit: 2,
stats: { love: 5, lust: 2 },
passage: "TalkAuntCarol"
},
flirt: {
limit: 1,
stats: { love: 3, lust: 5, corruption: 2 },
passage: "FlirtAuntCarol"
}
},
dailyInteractions: {
talk: 0,
flirt: 0
}
}>>
<<set $neighborAngela to {
love: 0,
corruption: 0,
locationSchedule: {
AngelaHouse: { start: 8, end: 10 },
AngelaHouseGarden: { start: 10, end: 12 }
},
interactions: {
talk: {
limit: 2,
stats: { love: 5, lust: 1 },
passage: "TalkAngela"
},
compliment: {
limit: 1,
stats: { love: 4, lust: 3, corruption: 1 },
passage: "ComplimentAngela"
}
},
dailyInteractions: {
talk: 0,
compliment: 0
}
}>>
<<set $storeSkylar to {
love: 0,
corruption: 0,
locationSchedule: {
LocalStore: { start: 9, end: 17 }
},
interactions: {
talk: {
limit: 2,
stats: { love: 3, lust: 1 },
passage: "TalkSkylar"
},
flirt: {
limit: 1,
stats: { love: 2, lust: 4, corruption: 1 },
passage: "FlirtSkylar"
}
},
dailyInteractions: {
talk: 0,
flirt: 0
}
}>>
<<set $period to {
morning: { start: 6, end: 10, label: "Morning" },
noon: { start: 11, end: 13, label: "Noon" },
afternoon: { start: 14, end: 17, label: "Afternoon" },
evening: { start: 18, end: 21, label: "Evening" },
night: { start: 22, end: 5, label: "Night" }
}>>
<<set $days to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $actualDay to "Friday">>
<<set $time to 20>> // Starting at 20:00
<<set $keyEvents to {
mainHouseProblemRevealed: false,
openWorldCarolCity: false
}>>
<<set $events to {
"MothersCall": {
name: "Mother's Call",
status: 0,
location: "CarolHouse",
passage: "MotherCall",
period: "evening",
day: "Sunday",
character: "player",
stats:{},
requirements: { type: "scene", id: "EveningFarewellBJ" }
},
"CarolAgreesToStay": { /* Novo evento */
name: "Carol Agrees to Extended Stay",
status: 0,
location: "LivingRoom", /* Onde a conversa provavelmente ocorre */
passage: "TalkToCarolAboutStay",
period: "evening", /* Continuação do evento anterior */
day: "Sunday",
character: "auntCarol", /* Interação principal com Carol */
stats: { love: 15, caring_boost: 5 }, /* Carol ganha amor e um boost em 'caring' */
requirements: { type: "event", id: "MothersCall" } /* Requer que MothersCall tenha ocorrido */
},
"CityIntroductionByCarol": { /* NOVO EVENTO */
name: "Carol Explains City Life",
status: 0,
location: "Bedroom", /* Ocorre no quarto do jogador ao acordar */
passage: "CarolExplainsCityLife",
period: "morning",
day: "Monday", /* Ocorre na segunda-feira */
character: "auntCarol",
stats: { love: 5 }, /* Pequeno bônus por ela ser atenciosa */
requirements: { type: "event", id: "CarolAgreesToStay" } /* Requer que a estadia prolongada tenha sido acordada */
}
}>>
<<set $dayNumber to 1>>
<<set $missions to {
"001": { name: "Arriving at Aunt Carol's", status: 0, location: "LivingRoom", passage: "Arrival", period: "evening", day: "Friday", character: "auntCarol", stats: { love: 5 }, requirements: { "type": "scene", "id": "Greeting" } },
"002": { name: "Wash Dishes", status: 0, location: "Kitchen", passage: "KitchenChores", period: ["morning", "noon"], day: ["Saturday", "Sunday"], character: "auntCarol", stats: { love: 10, money: 10 }, requirements: { type: "mission", id: "Arrival" } },
"003": { name: "Clean Pool", status: 0, location: "Pool", passage: "PoolChores", period: ["morning", "noon"], day: ["Saturday", "Sunday"], character: "auntCarol", stats: { love: 15, money: 20 }, requirements: { type: "mission", id: "KitchenChores" } },
"004": { name: "Tidy House", status: 0, location: "LivingRoom", passage: "LivingRoomChores", period: ["morning", "noon"], day: ["Saturday", "Sunday"], character: "auntCarol", stats: { love: 10, money: 15 }, requirements: { type: "mission", id: "PoolChores" } },
"005": { name: "Delete Photos", status: 0, location: "BedroomCarol", passage: "DeletePhotos", period: ["noon","afternoon"], day: ["Saturday"], character: "auntCarol", stats: { love: 15, corruption: 5 }, requirements: { type: "scene", id: "Greeting" } },
"006": { name: "Wardrobe Help", status: 0, location: "BedroomCarol", passage: "WardrobeHelp", period: ["noon","afternoon"], day: ["Saturday", "Sunday"], character: "auntCarol", stats: { love: 15, corruption: 10 }, requirements: { type: "mission", id: "DeletePhotos" } },
"007": {
name: "Aunt Carol's Request",
status: 0,
location: "LivingRoom",
passage: "AskPackagePickup",
period: "afternoon",
day: ["Saturday", "Sunday"],
character: "auntCarol",
stats: { love: 5 },
requirements: { type: "mission", id: "WardrobeHelp" }
},
"007.2": {
name: "Pick Up Carol's Package",
status: 0,
location: "LocalStore",
passage: "StorePackagePickup",
period: "afternoon",
day: ["Saturday", "Sunday"],
character: "storeSkylar",
stats: { skylar_love: 3 },
requirements: { type: "mission", id: "AskPackagePickup" }
},
"007.3": {
name: "Deliver Package to Carol",
status: 0,
location: "LivingRoom",
passage: "DeliverPackage",
period: "afternoon",
day: ["Saturday", "Sunday"],
character: "auntCarol",
stats: { love: 15, money: 20, corruption: 5 },
requirements: { type: "mission", id: "StorePackagePickup", item: "CarolPackage" }
},
"008": {
name: "Clean Bathroom",
status: 0,
location: "Bathroom",
passage: "BathroomCleaning",
period: "afternoon",
day: ["Saturday"],
character: "auntCarol",
stats: { love: 10, lust: 5, money: 10 },
requirements: { type: "mission", id: "DeliverPackage" }
},
"009": {
name: "Take Package to Angela",
status: 0,
location: "LivingRoom",
passage: "AskTakePackageToAngela",
period: "afternoon",
day: ["Saturday"],
character: "auntCarol",
stats: { love: 5 },
requirements: { type: "mission", id: "BathroomCleaning" }
},
"010": {
name: "Deliver Package to Angela",
status: 0,
location: "AngelaHouse",
passage: "DeliverPackageToAngela",
period: "afternoon",
day: ["Saturday"],
character: "neighborAngela",
stats: { angela_love: 10, money: 10 },
requirements: { type: "mission", id: "AskTakePackageToAngela", item: "AngelaPackage" }
},
"011": {
name: "Confirm Delivery with Carol",
status: 0,
location: "LivingRoom",
passage: "ConfirmAngelaDelivery",
period: "afternoon",
day: ["Saturday"],
character: "auntCarol",
stats: { love: 10 },
requirements: { type: "mission", id: "DeliverPackageToAngela" }
},
"012": {
name: "Wash Evening Dishes",
status: 0,
location: "Kitchen",
passage: "EveningDishes",
period: "evening",
day: ["Saturday"],
character: "auntCarol",
stats: { love: 10, lust: 3 },
requirements: { type: "scene", id: "EveningWineProvocation" }
},
"013": {
name: "Find TV Remote",
status: 0,
location: "LivingRoom",
passage: "FindRemote",
period: "morning",
day: ["Sunday"],
character: "auntCarol",
stats: { love: 10, money: 5 },
requirements: { type: "scene", id: "MorningSurpriseTitsjob" }
},
"014": {
name: "Change Bedroom Lightbulb",
status: 0,
location: "BedroomCarol",
passage: "ChangeLightbulb",
period: "noon",
day: ["Sunday"],
character: "auntCarol",
stats: { love: 12, lust: 8, strength_xp: 5 },
requirements: { type: "mission", id: "FindRemote" }
},
"015": {
name: "Pack Your Bags",
status: 0,
location: "Bedroom",
passage: "PackBagsToGo",
period: "evening",
day: ["Sunday"],
character: "player",
stats: { energy: -5 },
requirements: { type: "scene", id: "AfternoonSharedBath" }
},
"016": {
name: "Help Angela Plant Flowers",
status: 0,
location: "AngelaHouseGarden",
passage: "HelpAngelaPlant",
period: "morning",
day: ["Sunday"],
character: "neighborAngela",
stats: { angela_love: 15, strength_xp: 5 },
requirements: { type: "mission", id: "DeliverPackageToAngela" }
},
"017": {
name: "Water Angela's Plants",
status: 0,
location: "AngelaHouseGarden",
passage: "WaterAngelaPlants",
period: "morning",
day: ["Sunday"],
character: "neighborAngela",
stats: { angela_love: 10 },
requirements: { type: "mission", id: "HelpAngelaPlant" }
},
"018": {
name: "Move Heavy Boxes for Skylar",
status: 0,
location: "LocalStore",
passage: "SkylarHeavyBoxes",
period: "afternoon",
day: ["Sunday"],
character: "storeSkylar",
stats: { skylar_love: 5, strength_xp: 10, money: 15 },
requirements: { type: "scene", id: "SkylarChangingSpyScene" }
},
"019": {
name: "Organize Skylar's Stockroom",
status: 0,
location: "LocalStoreStock",
passage: "SkylarOrganizeStock",
period: "afternoon",
day: ["Sunday"],
character: "storeSkylar",
stats: { skylar_love: 7, intelligence_xp: 5, money: 10 },
requirements: { type: "mission", id: "SkylarHeavyBoxes" }
},
"020": {
name: "Fix Skylar's Register",
status: 0,
location: "LocalStore",
passage: "SkylarFixRegister",
period: "afternoon",
day: ["Sunday"],
character: "storeSkylar",
stats: { skylar_love: 8, intelligence_xp: 7, money: 10 },
requirements: { type: "mission", id: "SkylarOrganizeStock" }
},
"021": {
name: "Skylar's 'Last' Delivery",
status: 0,
location: "LocalStore",
passage: "SkylarLastDeliveryRefusal",
period: "afternoon",
day: ["Sunday"],
character: "storeSkylar",
stats: { skylar_corruption: 10 },
requirements: { type: "mission", id: "SkylarFixRegister" }
}
}>>
<<set $scenes to {
"Greeting": { status: 0, location: "LivingRoom", passage: "Greeting", period: "evening", day: "Friday", character: "auntCarol", stats: { love: 5, lust: 5 }, requirements: { type: "none" } },
"KitchenPreparation": { status: 0, location: "Kitchen", passage: "KitchenPreparation", period: ["evening","night"], day: "Friday", character: "auntCarol", stats: { love: 10 }, requirements: { type: "scene", id: "Greeting" } },
"Bedtime": { status: 0, location: "BedroomCarol", passage: "Bedtime", period: ["evening","night"], day: ["Friday"], character: "auntCarol", stats: { lust: 15, corruption: 5 }, requirements: { type: "scene", id: "KitchenPreparation" } },
"KitchenFlirt": { status: 0, location: "Kitchen", passage: "KitchenFlirt", period: ["morning", "noon"], day: "Saturday", character: "auntCarol", stats: { love: 10, lust: 10 }, requirements: { type: "mission", id: "KitchenChores" } },
"LivingRoomInteraction": { status: 0, location: "LivingRoom", passage: "LivingRoomInteraction", period: ["morning", "noon"], day: "Saturday", character: "auntCarol", stats: { love: 10, lust: 10 }, requirements: { type: "mission", id: "LivingRoomChores" } },
"WardrobeHelp": { status: 0, location: "BedroomCarol", passage: "WardrobeHelpScene", period: ["noon", "afternoon"], day: ["Saturday", "Sunday"], character: "auntCarol", stats: { lust: 20, corruption: 10 }, requirements: { type: "mission", id: "WardrobeHelp" } },
"PoolsideRelaxation": { status: 0, location: "Pool", passage: "PoolsideRelaxation", period: ["noon"], day: "Saturday", character: "auntCarol", stats: { lust: 20, corruption: 10 }, requirements: { type: "mission", id: "PoolChores" } },
"BathroomEspionage": {
status: 0,
location: "Bathroom",
passage: "BathroomSpyScene",
period: "afternoon",
day: ["Saturday"],
character: "auntCarol",
stats: { lust: 25, corruption: 10 },
requirements: { type: "mission", id: "BathroomCleaning" }
},
"EveningWine": {
status: 0,
location: "LivingRoom",
passage: "EveningWineProvocation",
period: "evening",
day: ["Saturday"],
character: "auntCarol",
stats: { lust: 20, corruption: 15, love: 10 },
requirements: { type: "mission", id: "ConfirmAngelaDelivery" }
},
"BedroomHandjob": {
status: 0,
location: "BedroomCarol",
passage: "NighttimeHandjob",
period: "night",
day: ["Saturday"],
character: "auntCarol",
stats: { lust: 30, love: 15, corruption: 10 },
requirements: { type: "mission", id: "EveningDishes" }
},
"MorningTitsjob": {
status: 0,
location: "Bedroom",
passage: "MorningSurpriseTitsjob",
period: "morning",
day: ["Sunday"],
character: "auntCarol",
stats: { lust: 35, love: 20, corruption: 15 },
requirements: { type: "scene", id: "NighttimeHandjob" }
},
"SharedBathProvocation": {
status: 0,
location: "Bathroom",
passage: "AfternoonSharedBath",
period: "afternoon",
day: ["Sunday"],
character: "auntCarol",
stats: { lust: 25, corruption: 10 },
requirements: { type: "mission", id: "ChangeLightbulb" }
},
"FarewellBlowjob": {
status: 0,
location: "Bedroom",
passage: "EveningFarewellBJ",
period: "evening",
day: ["Sunday"],
character: "auntCarol",
stats: { lust: 40, love: 25, corruption: 20 },
requirements: { type: "mission", id: "PackBagsToGo" }
},
"AngelaWalkingSpy": {
status: 0,
location: "AngelaHouse",
passage: "AngelaAfternoonWalkSpy",
period: "afternoon",
day: ["Saturday"],
character: "neighborAngela",
stats: { angela_lust: 10, player_corruption: 5 },
requirements: { type: "mission", id: "DeliverPackageToAngela" }
},
"AngelaThanksHandjob": {
status: 0,
location: "AngelaHouse",
passage: "AngelaGardenThanksHJ",
period: "noon",
day: ["Sunday"],
character: "neighborAngela",
stats: { angela_lust: 25, angela_love: 15, angela_corruption: 10 },
requirements: { type: "mission", id: "WaterAngelaPlants" }
},
"SkylarChangingRoomSpy": {
status: 0,
location: "LocalStore",
passage: "SkylarChangingSpyScene",
period: "afternoon",
day: ["Saturday", "Sunday"],
character: "storeSkylar",
stats: { skylar_lust: 15, player_corruption: 7 },
requirements: { type: "mission", id: "StorePackagePickup" }
},
"SkylarForcedBlowjob": {
status: 0,
location: "LocalStore",
passage: "SkylarStressForcedBJ",
period: "afternoon",
day: ["Sunday"],
character: "storeSkylar",
stats: { skylar_lust: 30, skylar_love: -10, skylar_corruption: 25, player_domination: 10 },
requirements: { type: "mission", id: "SkylarLastDeliveryRefusal" }
}
}>>
<<set $location to "Aunt's House">><div class="game-container">
<!-- Texto Narrativo -->
<div class="narrative-text">
The bus pulls up to the curb, and you step off, stretching your legs. Finally, out of the city for the weekend. She invited me after hearing I needed a break from school. I've always been close with her, and I'm looking forward to some time away from the city.
</div>
<!-- Diálogo do Jogador -->
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Yeah I was needing it... It was a long time that we didn't saw each other.
</div>
</div>
<!-- Ambiente -->
<br>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/house/house.jpg" alt="House">
</div>
<br>
<p class="environment-text">
Aunt Carol's house is a charming two-story home with a well-manicured lawn and flower beds bursting with color. I walk up the driveway and ring the doorbell.
</p>
</div>
<br>
<!-- Diálogo da Carol -->
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<br>
<div class="dialog-text carol">
You're here! I'm so glad you could make it. Come on in, honey, I've got everything ready for you.
</div>
</div>
<!-- Botão de Ação -->
<div class="menu-buttons">
[[Enter Aunt Carol's House->Greeting]]
</div>
</div><div class="game-container">
<div class="credits-screen">
<h1>Credits</h1>
<div class="logo">
<img src="img/utils/logo/CK.png" alt="Ck" style="max-width: 200px; height: auto; margin-bottom: 20px;">
</div>
<p>A game by CK (ChromaK)</p>
<p>Support the creator on Patreon:</p>
<a href="https://www.patreon.com/ChromaK">patreon.com/ChromaK</a>
<p class="spaced">Made with Twine and SugarCube</p>
<div class="menu-buttons">
[[Return to the Main Menu->Start]]
</div>
</div>
</div><div class="stats">
<div class="game-stats">
<!-- Tempo em formato 24h -->
<div class="time-display">$time:00</div>
<div class="day-display">$actualDay</div>
<!-- Determinação do período atual -->
<<if $time >= 6 && $time <= 10>>
<div class="period-indicator period-morning"><<print $period.morning.label>></div>
<<elseif $time >= 11 && $time <= 13>>
<div class="period-indicator period-noon"><<print $period.noon.label>></div>
<<elseif $time >= 14 && $time <= 17>>
<div class="period-indicator period-afternoon"><<print $period.afternoon.label>></div>
<<elseif $time >= 18 && $time <= 21>>
<div class="period-indicator period-evening"><<print $period.evening.label>></div>
<<else>>
<div class="period-indicator period-night"><<print $period.night.label>></div>
<</if>>
</div>
<!-- BOTÃO DE AVANÇAR O TEMPO MOVIDO PARA CÁ -->
<div class="advance-time-button-container">
<<link "<span class='emoji'>⏰</span> Advance 1 Hour" `passage()`>>
<<set $time += 1>>
<<set $player.energy -= 2>>
<<if $player.energy < 0>> <<set $player.energy to 0>> <</if>>
<<if $time >= 24>>
<<set $time -= 24>>
/* A lógica completa de virada de dia deve residir principalmente na SleepSequence */
/* Aqui, apenas resetamos a hora. A SleepSequence cuidará de $actualDay e resets diários. */
<</if>>
<</link>>
</div>
<div class="player-stats">
<h3>Player Stats</h3>
<div class="stat-row">
<span class="stat-label">⚡ Energy: <<= $player.energy>>%</span>
</div>
<div class="stat-row">
<span class="stat-label">💰 Money: $<<= $player.money>></span>
</div>
<div class="stat-row">
<span class="stat-label">❤️ Lust: <<= $player.lust>>%</span>
</div>
<div class="stat-row">
<span class="stat-label">🎭 Charisma: <<= $player.charisma>>%</span>
</div>
<div class="stat-row">
<span class="stat-label">🧠 Intelligence: <<= $player.intelligence>>%</span>
</div>
<div class="stat-row">
<span class="stat-label">💪 Strength: <<= $player.strength>>%</span>
</div>
</div>
<div class="active-missions">
<h3>Active Missions</h3>
<<set _activeMissionCount to 0>>
<<for _id, _mission range $missions>>
<<if _mission.status === 0 and _activeMissionCount < 3>>
<div class="mission">
<span class="mission-name"><<print _mission.name>></span>
<div class="badges">
<span class="badge badge-location"><<print _mission.location>></span>
<span class="badge badge-day"><<print _mission.day>></span>
<span class="badge badge-period"><<print _mission.period>></span>
</div>
</div>
<<set _activeMissionCount += 1>>
<</if>>
<</for>>
<<if _activeMissionCount === 0>>
<p class="no-content-sidebar">No active missions.</p>
<</if>>
</div>
<!-- NOVA LÓGICA: Available Scenes -->
<div class="available-scenes">
<h3>Upcoming Scenes</h3> <!-- Renomeado para mais clareza -->
<<set _availableSceneCount to 0>>
<<set _maxScenesToShowInSidebar to 3>> <!-- Limite para não poluir -->
<<for _sceneKey, _sceneData range $scenes>>
<<if _sceneData.status === 0>> <!-- Apenas cenas não jogadas -->
<<set _requirementsMet to false>>
<<set _reqDetails to _sceneData.requirements>>
<<if _reqDetails.type is "none">>
<<set _requirementsMet to true>>
<<elseif _reqDetails.type is "mission">>
<<set _requiredMissionKey to "">>
<<for _mKey, _mDetails range $missions>>
<<if _mDetails.passage is _reqDetails.id>>
<<set _requiredMissionKey to _mKey>>
<<break>>
<</if>>
<</for>>
<<if _requiredMissionKey isnot "" and $missions[_requiredMissionKey] and $missions[_requiredMissionKey].status === 1>>
<<set _requirementsMet to true>>
<</if>>
<<elseif _reqDetails.type is "scene">>
<<set _requiredSceneKey to "">>
<<for _sKey, _sDetails range $scenes>>
<<if _sDetails.passage is _reqDetails.id>>
<<set _requiredSceneKey to _sKey>>
<<break>>
<</if>>
<</for>>
<<if _requiredSceneKey isnot "" and $scenes[_requiredSceneKey] and $scenes[_requiredSceneKey].status === 1>>
<<set _requirementsMet to true>>
<</if>>
<<elseif _reqDetails.type is "event">>
<<if $events[_reqDetails.id] and $events[_reqDetails.id].status === 1>>
<<set _requirementsMet to true>>
<</if>>
<<elseif _reqDetails.type is "item">>
<<if $player.inventory.includes(_reqDetails.item)>>
<<set _requirementsMet to true>>
<</if>>
<<elseif _reqDetails.type is "stats">>
<<set _requirementsMet to true>> /* Assume true, anula se alguma falhar */
<<for _statName, _statValue range _reqDetails>>
<<if _statName isnot "type">>
<<if not $player[_statName] or $player[_statName] < _statValue>>
<<set _requirementsMet to false>>
<<break>>
<</if>>
<</if>>
<</for>>
<</if>>
<<if _requirementsMet and _availableSceneCount < _maxScenesToShowInSidebar>>
<div class="scene-entry">
<span class="scene-entry-name"><<print _sceneKey.replace(/([A-Z](?=[a-z]))/g, ' $1').trim()>></span> <!-- Usa a CHAVE da cena para nomear -->
<div class="badges">
<span class="badge badge-location" title="Location"><<print _sceneData.location>></span>
<span class="badge badge-day" title="Day(s)"><<print _sceneData.day>></span>
<span class="badge badge-period" title="Period(s)"><<print _sceneData.period>></span>
</div>
</div>
<<set _availableSceneCount += 1>>
<</if>>
<</if>>
<</for>>
<<if _availableSceneCount === 0>>
<p class="no-content-sidebar">No new opportunities with met requirements right now.</p>
<</if>>
</div>
<div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Okay, I'm inside. Now, where to first?
</div>
</div>
<div class="environment-container">
<p class="environment-text">Explore the House of Aunt Carol.</p>
</div>
<!-- Grid de Locações -->
<div class="location-grid">
<!-- Cozinha -->
<div class="location-item">
<div class="location-overlay">
[[Kitchen|Kitchen]]
</div>
<img src="img/layout/kitchen/kitchen_small.jpg" alt="Kitchen">
</div>
<!-- Living Room -->
<div class="location-item">
<div class="location-overlay">
[[Living Room|LivingRoom]]
</div>
<img src="img/layout/livingroom/livingroom_small.jpg" alt="Living Room">
</div>
<!-- Bedroom Carol -->
<div class="location-item">
<div class="location-overlay">
[[Carol's Bedroom|BedroomCarol]]
</div>
<img src="img/layout/bedroom_carol/bedroom_small.jpg" alt="Carol's Bedroom">
</div>
<!-- Seu Quarto -->
<div class="location-item">
<div class="location-overlay">
[[Your Bedroom|Bedroom]]
</div>
<img src="img/layout/bedroom/bedroom_messy_small.png" alt="Your Bedroom">
</div>
<!-- Bathroom -->
<div class="location-item">
<div class="location-overlay">
[[Bathroom|Bathroom]]
</div>
<img src="img/layout/bathroom/bathroom.jpg" alt="Bathroom">
</div>
<!-- Pool -->
<div class="location-item">
<div class="location-overlay">
[[To the Pool|Pool]]
</div>
<img src="img/layout/pool/pool_sunny_small.jpg" alt="Pool">
</div>
<!-- Neighbor -->
<div class="location-item">
<div class="location-overlay">
[[Visit Neighbor|AngelaHouse]]
</div>
<img src="img/layout/angela_house/house_flower.webp" alt="Neighbor's House">
</div>
<!-- Store -->
<div class="location-item">
<div class="location-overlay">
[[Visit Store|LocalStore]]
</div>
<img src="img/layout/store/store_outside.jpg" alt="Local Store">
</div>
</div>
<!-- SEÇÃO DE EVENTOS -->
<<silently>>
<<set _availableEventsArray to []>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<<for _eventId, _event range $events>>
<<if _event.location is "CarolHouse" and _event.status is 0 and (_event.day is $actualDay or (Array.isArray(_event.day) and _event.day.includes($actualDay)))>>
<<set _eventPeriodMatch to false>>
<<if typeof _event.period is "string">>
<<if _event.period is _currentPeriodName>> <<set _eventPeriodMatch to true>> <</if>>
<<elseif Array.isArray(_event.period)>>
<<if _event.period.includes(_currentPeriodName)>> <<set _eventPeriodMatch to true>> <</if>>
<<elseif typeof _event.period is 'undefined' or _event.period is null>>
<<set _eventPeriodMatch to true>>
<</if>>
<<if _eventPeriodMatch>>
<<set _eventReqMet to false>>
<<if _event.requirements.type is "none">> <<set _eventReqMet to true>>
<<elseif _event.requirements.type is "mission">> <<set _eventReqMet to State.hasPlayed(_event.requirements.id)>>
<<elseif _event.requirements.type is "scene">> <<set _eventReqMet to State.hasPlayed(_event.requirements.id)>>
<<elseif _event.requirements.type is "item">> <<set _eventReqMet to $player.inventory.includes(_event.requirements.item)>>
<<elseif _event.requirements.type is "keyEvent">> <<set _eventReqMet to $keyEvents[_event.requirements.id] is true>>
<<elseif _event.requirements.type is "stats">>
<<set _eventReqMet to true>>
<<for _stat, _value range _event.requirements>>
<<if _stat isnot "type" and $player[_stat] < _value>> <<set _eventReqMet to false>> <</if>>
<</for>>
<</if>>
<<if _eventReqMet>>
<<run _availableEventsArray.push({name: _event.name, passage: _event.passage})>>
<</if>>
<</if>>
<</if>>
<</for>>
<</silently>>
<<if _availableEventsArray.length > 0>>
<div class="event-list-container">
<h3>! Special Events !</h3>
<<for _i, _eventData range _availableEventsArray>>
/* Adicionando a classe "event-link" diretamente ao macro <<link>> */
<<link _eventData.name _eventData.passage class="event-link">>
<</link>>
<</for>>
</div>
<</if>>
<!-- FIM DA SEÇÃO DE EVENTOS -->
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
The sweet smell of something cooking is calling to me... Now that I'm awake, I must discover what Carol's preparing for you.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/kitchen/kitchen_small.jpg" alt="Kitchen">
</div>
<p class="environment-text">The kitchen is warm and inviting, sun streaming through the windows. You can make out the day with birds singing!</p>
</div>
<<if ($auntCarol.locationSchedule.Kitchen.start <= $auntCarol.locationSchedule.Kitchen.end and $time >= $auntCarol.locationSchedule.Kitchen.start and $time <= $auntCarol.locationSchedule.Kitchen.end)
or ($auntCarol.locationSchedule.Kitchen.start > $auntCarol.locationSchedule.Kitchen.end and ($time >= $auntCarol.locationSchedule.Kitchen.start or $time <= $auntCarol.locationSchedule.Kitchen.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Aunt Carol Face">
</div>
<div class="dialog-text carol">
Good morning! Did you sleep well? Is there anything I can help you with?
</div>
</div>
<<endif>>
<<if State.hasPlayed("Kitchen")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "Kitchen" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "Kitchen" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available for now.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $auntCarol.interactions>>
<<if ($auntCarol.locationSchedule.Kitchen.start <= $auntCarol.locationSchedule.Kitchen.end and $time >= $auntCarol.locationSchedule.Kitchen.start and $time <= $auntCarol.locationSchedule.Kitchen.end)
or ($auntCarol.locationSchedule.Kitchen.start > $auntCarol.locationSchedule.Kitchen.end and ($time >= $auntCarol.locationSchedule.Kitchen.start or $time <= $auntCarol.locationSchedule.Kitchen.end))>>
<<if _interaction.limit > $auntCarol.dailyInteractions[_type]>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Welcome to the kitchen, let's find what to do there.</p>
<<set State.track("Kitchen")>>
<<endif>>
<div class="menu-buttons">
[[Leave The Kitchen->CarolHouse]]
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
The comforting warmth of the living room beckons me... Time to relax and see what awaits.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/livingroom/livingroom_small.jpg" alt="Living Room">
</div>
<p class="environment-text">The living room is cozy and inviting, with soft lighting and comfortable seating. A peaceful ambiance fills the space.</p>
</div>
<<if ($auntCarol.locationSchedule.LivingRoom.start <= $auntCarol.locationSchedule.LivingRoom.end and $time >= $auntCarol.locationSchedule.LivingRoom.start and $time <= $auntCarol.locationSchedule.LivingRoom.end)
or ($auntCarol.locationSchedule.LivingRoom.start > $auntCarol.locationSchedule.LivingRoom.end and ($time >= $auntCarol.locationSchedule.LivingRoom.start or $time <= $auntCarol.locationSchedule.LivingRoom.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Aunt Carol Face">
</div>
<div class="dialog-text carol">
Good day! It's great to see you. Is there anything special you'd like to do today?
</div>
</div>
<<endif>>
<<if State.hasPlayed("LivingRoom")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "LivingRoom" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "LivingRoom" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available for now.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $auntCarol.interactions>>
<<if ($auntCarol.locationSchedule.LivingRoom.start <= $auntCarol.locationSchedule.LivingRoom.end and $time >= $auntCarol.locationSchedule.LivingRoom.start and $time <= $auntCarol.locationSchedule.LivingRoom.end)
or ($auntCarol.locationSchedule.LivingRoom.start > $auntCarol.locationSchedule.LivingRoom.end and ($time >= $auntCarol.locationSchedule.LivingRoom.start or $time <= $auntCarol.locationSchedule.LivingRoom.end))>>
<<if _interaction.limit > $auntCarol.dailyInteractions[_type]>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Welcome to the living room, let's find what to do here.</p>
<<set State.track("LivingRoom")>>
<</if>>
<div class="menu-buttons">
[[Leave The Living Room->CarolHouse]]
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Stepping into Aunt Carol's bedroom feels oddly personal... I should be careful about what I do here.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bedroom_carol/bedroom_small.jpg" alt="Bedroom Carol">
</div>
<p class="environment-text">The room is neatly arranged, with a soft scent of lavender lingering in the air. The bed looks inviting, and there's a small vanity by the window.</p>
</div>
<<if ($auntCarol.locationSchedule.BedroomCarol.start <= $auntCarol.locationSchedule.BedroomCarol.end and $time >= $auntCarol.locationSchedule.BedroomCarol.start and $time <= $auntCarol.locationSchedule.BedroomCarol.end)
or ($auntCarol.locationSchedule.BedroomCarol.start > $auntCarol.locationSchedule.BedroomCarol.end and ($time >= $auntCarol.locationSchedule.BedroomCarol.start or $time <= $auntCarol.locationSchedule.BedroomCarol.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Aunt Carol Face">
</div>
<div class="dialog-text carol">
Oh? You’re in my room... Did you need something?
</div>
</div>
<<endif>>
<<if State.hasPlayed("BedroomCarol")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "BedroomCarol" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>>
<<set _periodMatch to true>>
<</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>>
<<set _periodMatch to true>>
<</if>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">>
<<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">>
<<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">>
<<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">>
<<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type">>
<<if $player[_stat] < _value>>
<<set _reqMet to false>>
<</if>>
<</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>>
<<set _display to true>>
<<else>>
<<set _display to false>>
<</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount to _missionCount + 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "BedroomCarol" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>>
<<set _periodMatch to true>>
<</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>>
<<set _periodMatch to true>>
<</if>>
<</if>>
<<if _periodMatch>> /* Adicionado: Verifica se o período bate */
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">>
<<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">>
<<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">>
<<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">>
<<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type">>
<<if $player[_stat] < _value>>
<<set _reqMet to false>>
<</if>>
<</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>>
<<set _display to true>>
<<else>>
<<set _display to false>>
<</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount to _sceneCount + 1>>
<</if>>
<</if>>
<</if>> /* Fim do if _periodMatch */
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available for now.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $auntCarol.interactions>>
<<if ($auntCarol.locationSchedule.BedroomCarol.start <= $auntCarol.locationSchedule.BedroomCarol.end and $time >= $auntCarol.locationSchedule.BedroomCarol.start and $time <= $auntCarol.locationSchedule.BedroomCarol.end)
or ($auntCarol.locationSchedule.BedroomCarol.start > $auntCarol.locationSchedule.BedroomCarol.end and ($time >= $auntCarol.locationSchedule.BedroomCarol.start or $time <= $auntCarol.locationSchedule.BedroomCarol.end))>>
<<if _interaction.limit > $auntCarol.dailyInteractions[_type]>>
<<if _interactionCount < 3>>
<<set _display to true>>
<<else>>
<<set _display to false>>
<</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount to _interactionCount + 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Standing in Aunt Carol's bedroom, I wonder if there's anything worth doing here...</p>
<<set State.track("BedroomCarol")>>
<</if>>
<div class="menu-buttons">
[[Leave the Carol's room->CarolHouse]]
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Alright, I made it to Angela's house. Let's see if she's around.
</div>
</div>
<div class="environment-container">
<p class="environment-text">You've arrived at Angela's house. The garden is well-kept, and the entrance looks inviting.</p>
</div>
<<if ($neighborAngela.locationSchedule.AngelaHouse.start <= $neighborAngela.locationSchedule.AngelaHouse.end and $time >= $neighborAngela.locationSchedule.AngelaHouse.start and $time <= $neighborAngela.locationSchedule.AngelaHouse.end)
or ($neighborAngela.locationSchedule.AngelaHouse.start > $neighborAngela.locationSchedule.AngelaHouse.end and ($time >= $neighborAngela.locationSchedule.AngelaHouse.start or $time <= $neighborAngela.locationSchedule.AngelaHouse.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Oh, hey! I wasn’t expecting company. What brings you here?
</div>
</div>
<<endif>>
<div class="location-grid">
<div class="location-item">
<div class="location-overlay">
[[Go to the Garden|AngelaHouseGarden]]
</div>
<img src="img/layout/angela_garden/garden.jpeg" alt="Angela's Garden">
</div>
<div class="location-item">
<div class="location-overlay">
[[Return to Carol's House|CarolHouse]]
</div>
<img src="img/layout/house/house.jpg" alt="Exit to Carol's House">
</div>
</div>
<<if State.hasPlayed("AngelaHouse")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "AngelaHouse" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "AngelaHouse" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $neighborAngela.interactions>>
<<if ($neighborAngela.locationSchedule.AngelaHouse.start <= $neighborAngela.locationSchedule.AngelaHouse.end and $time >= $neighborAngela.locationSchedule.AngelaHouse.start and $time <= $neighborAngela.locationSchedule.AngelaHouse.end)
or ($neighborAngela.locationSchedule.AngelaHouse.start > $neighborAngela.locationSchedule.AngelaHouse.end and ($time >= $neighborAngela.locationSchedule.AngelaHouse.start or $time <= $neighborAngela.locationSchedule.AngelaHouse.end))>>
<<if _interaction.limit > ($neighborAngela.dailyInteractions[_type] or 0)>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Welcome to Angela's house. Let's see what you can do here.</p>
<<set State.track("AngelaHouse")>>
<</if>>
<div class="menu-buttons">
[[Leave Angela's House->CarolHouse]]
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
The sun glistens on the water's surface... A perfect place to relax or maybe even have some fun.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/pool/pool_sunny_small.jpg" alt="Pool">
</div>
<p class="environment-text">The pool area is refreshing and peaceful. The water looks cool and inviting, with a few lounge chairs positioned under the shade.</p>
</div>
<<if ($auntCarol.locationSchedule.Pool.start <= $auntCarol.locationSchedule.Pool.end and $time >= $auntCarol.locationSchedule.Pool.start and $time <= $auntCarol.locationSchedule.Pool.end)
or ($auntCarol.locationSchedule.Pool.start > $auntCarol.locationSchedule.Pool.end and ($time >= $auntCarol.locationSchedule.Pool.start or $time <= $auntCarol.locationSchedule.Pool.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Aunt Carol Face">
</div>
<div class="dialog-text carol">
The water is just perfect today. Are you going for a swim?
</div>
</div>
<<endif>>
<<if State.hasPlayed("Pool")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "Pool" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "Pool" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available for now.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $auntCarol.interactions>> /* CORRIGIDO: Usa auntCarol */
<<if ($auntCarol.locationSchedule.Pool.start <= $auntCarol.locationSchedule.Pool.end and $time >= $auntCarol.locationSchedule.Pool.start and $time <= $auntCarol.locationSchedule.Pool.end) /* CORRIGIDO: Usa locationSchedule de Carol na Pool */
or ($auntCarol.locationSchedule.Pool.start > $auntCarol.locationSchedule.Pool.end and ($time >= $auntCarol.locationSchedule.Pool.start or $time <= $auntCarol.locationSchedule.Pool.end))>>
<<if _interaction.limit > $auntCarol.dailyInteractions[_type]>> /* CORRIGIDO: Usa dailyInteractions de Carol */
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Standing by the pool, I wonder what to do next.</p>
<<set State.track("Pool")>>
<<endif>>
<div class="menu-buttons">
[[Leave the pool area->CarolHouse]]
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
The garden is filled with the scent of flowers and the chirping of birds. A peaceful place to relax.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/angela_garden/garden.jpeg" alt="Garden">
</div>
<p class="environment-text">The garden outside Angela's house is well-kept, with vibrant flowers and a small pathway leading further in.</p>
</div>
<<if ($neighborAngela.locationSchedule.AngelaHouseGarden.start <= $neighborAngela.locationSchedule.AngelaHouseGarden.end and $time >= $neighborAngela.locationSchedule.AngelaHouseGarden.start and $time <= $neighborAngela.locationSchedule.AngelaHouseGarden.end)
or ($neighborAngela.locationSchedule.AngelaHouseGarden.start > $neighborAngela.locationSchedule.AngelaHouseGarden.end and ($time >= $neighborAngela.locationSchedule.AngelaHouseGarden.start or $time <= $neighborAngela.locationSchedule.AngelaHouseGarden.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
It's a beautiful day to be in the garden, don't you think?
</div>
</div>
<<endif>>
<<if State.hasPlayed("AngelaHouseGarden")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "AngelaHouseGarden" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "AngelaHouseGarden" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available for now.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $neighborAngela.interactions>>
<<if ($neighborAngela.locationSchedule.AngelaHouseGarden.start <= $neighborAngela.locationSchedule.AngelaHouseGarden.end and $time >= $neighborAngela.locationSchedule.AngelaHouseGarden.start and $time <= $neighborAngela.locationSchedule.AngelaHouseGarden.end)
or ($neighborAngela.locationSchedule.AngelaHouseGarden.start > $neighborAngela.locationSchedule.AngelaHouseGarden.end and ($time >= $neighborAngela.locationSchedule.AngelaHouseGarden.start or $time <= $neighborAngela.locationSchedule.AngelaHouseGarden.end))>>
<<if _interaction.limit > ($neighborAngela.dailyInteractions[_type] or 0)>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Welcome to Angela's beautiful garden. Let's see what you can do here.</p>
<<set State.track("AngelaHouseGarden")>>
<</if>>
<div class="menu-buttons">
[[Return to Angela's House Entrance->AngelaHouse]]
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
I’ve arrived at the Local Store. Let’s see what’s going on here.
</div>
</div>
<div class="environment-container">
<p class="environment-text">The Local Store is bustling with activity. Shelves are stocked, and the scent of fresh produce fills the air.</p>
</div>
<<if ($storeSkylar.locationSchedule.LocalStore.start <= $storeSkylar.locationSchedule.LocalStore.end and $time >= $storeSkylar.locationSchedule.LocalStore.start and $time <= $storeSkylar.locationSchedule.LocalStore.end)
or ($storeSkylar.locationSchedule.LocalStore.start > $storeSkylar.locationSchedule.LocalStore.end and ($time >= $storeSkylar.locationSchedule.LocalStore.start or $time <= $storeSkylar.locationSchedule.LocalStore.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Welcome! Let me know if you need any help.
</div>
</div>
<<endif>>
<div class="location-grid">
<div class="location-item">
<div class="location-overlay">
[[Enter Stockroom|LocalStoreStock]]
</div>
<img src="img/layout/store_stock/stock.png" alt="Stockroom Door">
</div>
<div class="location-item">
<div class="location-overlay">
[[Return to Carol's House|CarolHouse]]
</div>
<img src="img/layout/house/house.jpg" alt="Exit to Carol's House">
</div>
</div>
<<if State.hasPlayed("LocalStore")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "LocalStore" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "LocalStore" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $storeSkylar.interactions>>
<<if ($storeSkylar.locationSchedule.LocalStore.start <= $storeSkylar.locationSchedule.LocalStore.end and $time >= $storeSkylar.locationSchedule.LocalStore.start and $time <= $storeSkylar.locationSchedule.LocalStore.end)
or ($storeSkylar.locationSchedule.LocalStore.start > $storeSkylar.locationSchedule.LocalStore.end and ($time >= $storeSkylar.locationSchedule.LocalStore.start or $time <= $storeSkylar.locationSchedule.LocalStore.end))>>
<<if _interaction.limit > ($storeSkylar.dailyInteractions[_type] or 0)>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Welcome to the Local Store. Seems like Skylar is working today.</p>
<<set State.track("LocalStore")>>
<</if>>
<div class="menu-buttons">
[[Leave the Store->CarolHouse]]
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/livingroom/livingroom_small.jpg" alt="Living Room">
</div>
<p class="environment-text">
Stepping inside, the familiar scent of Aunt Carol's home fills the air. The living room is cozy, just as I remember it.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
I hope you're hungry, dear. I made your favorite dish for dinner.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
That sounds amazing. It’s been too long since I had a homemade meal.
</div>
</div>
<p class="narrative-text">
But before heading inside, I need to grab my bag from the porch. There are a few suitcases here... which one is mine?
</p>
<div class="game-challenge">
<h3>Pick Your Bag</h3>
<p>Choose the correct bag to continue.</p>
<div class="answer-options">
<<button "Red Suitcase">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">This isn't mine... it feels way too heavy.</p>
<</replace>>
<</button>>
<<button "Blue Backpack">>
<<replace "#challenge-response">>
<p id="challenge-response" class="correct-answer">Yes! This is my bag. Time to head inside.</p>
<<set $missions["001"].status to 1>>
<<set $player.love to $player.love + 5>>
<div class="menu-buttons">
[[Continue Inside->CarolHouse]]
<<set $time to $time + 1>>
</div>
<</replace>>
<</button>>
<<button "Black Duffel Bag">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">This isn't mine... where did I put it?</p>
<</replace>>
<</button>>
</div>
<div id="challenge-response"></div>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/house/opening_door.gif" alt="Open Door">
</div>
<p class="environment-text">
The door opens before I can even knock. Aunt Carol stands there, smiling warmly.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
Oh, look at you! It's been so long! Come here, give your aunt a hug.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Hey, Aunt Carol! I've missed you.
</div>
</div>
<p class="narrative-text">
Her embrace is warm, filled with the scent of her familiar perfume. It brings back memories of summers spent here.
</p>
<div class="image-sequence">
<div class="image-container">
<img src="img/chars/carol/etc/carol_hug.gif" alt="Carol Hugging Player">
<p class="image-caption">Aunt Carol shares a warm moment.</p>
</div>
</div>
<br>
<div class="game-choice">
<h3>How do you respond?</h3>
<div class="answer-options">
<<button "Hug her back warmly">>
<<replace "#response">>
<p id="response" class="positive-response">She smiles, clearly happy to see me.</p>
<<set $player.love to $player.love + 5>>
<</replace>>
<</button>>
<<button "Act shy and reserved">>
<<replace "#response">>
<p id="response" class="neutral-response">She chuckles, patting my back.</p>
<</replace>>
<</button>>
</div>
<div id="response"></div>
</div>
<div class="menu-buttons">
<<set $scenes.Greeting.status to $scenes.Greeting.status to 1>>
[[Continue->Arrival]]
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/kitchen/dinner_table_01.jpg" alt="Dinner Table Set">
</div>
<p class="environment-text">
The kitchen is warm and inviting, the aroma of home-cooked food filling the air. The dinner table is set beautifully, a comforting sight after the journey.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
Took you long enough to get settled, sleepyhead! Trouble wrestling with your bags, were we? Dinner's getting cold, but knowing you, you'll devour it anyway.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Sorry, Aunt Carol, just getting my bearings. Wow, is that...?
</div>
</div>
<p class="narrative-text">
My eyes land on the steaming dish in the center of the table. It's my absolute favorite sandwich – Aunt Carol always knew how to make me feel at home.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
(Chuckles softly) Your favorite, just like always. I know how much you love my egg sandwich. Come on, sit down, don't just stand there gawking.
</div>
</div>
<p class="narrative-text">
Aunt Carol gestures to a chair, then picks up her own fork. She starts to eat, and something in the way she moves catches my attention.
</p>
<div class="environment-container">
<div class="environment-image">
<video width="640" height="480" controls autoplay loop muted>
<source src="img/chars/carol/eating/carol_eating_001.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<p class="environment-text">
Her lips wrap around the fork, sucking in the noodles with a slow, deliberate motion. Her eyes meet mine over the rim of the fork, a playful smirk dancing on her lips. It's just eating... but the way she does it... it feels charged, suggestive.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
Something wrong, honey? You staring at your Aunt like you've never seen someone eat before? Or is it just *that* good?
</div>
</div>
<br>
<div class="menu-buttons">
<<set $scenes.Greeting.status to $scenes.KitchenPreparation.status to 1>>
[[Continue to the Living Room->LivingRoom]]
</div>
</div><<set $randomNumber to Math.floor(Math.random() * 4) + 1>>
<<set $auntCarol.dailyInteractions.talk to $auntCarol.dailyInteractions.talk + 1>>
<<set $auntCarol.love to $auntCarol.love + $auntCarol.interactions.talk.stats.love>>
<<set $auntCarol.lust to $auntCarol.lust + $auntCarol.interactions.talk.stats.lust>>
<div class="game-container">
<<set _dialogueOptions to [
{
carol: "So, tell me, what's been on your mind since you got here? Don't hold back...",
player: "Just enjoying being here with you, Aunt Carol."
},
{
carol: "You remember that time you got caught sneaking into the pool at midnight? You were so embarrassed, but I thought it was adorable. Still makes me smile.",
player: "Oh god, Aunt Carol, you still remember that?!"
},
{
carol: "This weekend is all about unwinding and having some fun. Is there anything *special* you've been fantasizing about, honey?",
player: "(Slightly flustered) Uh, not really, just... hanging out."
},
{
carol: "I was wondering... do you think I've changed much since you last saw me? Be honest!",
player: "You look... amazing, Aunt Carol. Really amazing."
}
]>>
<<set $randomDialogue to _dialogueOptions.random()>>
<div class="dialog-container">
<div class="dialog-image">
<!-- Corrigindo caminho da imagem -->
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
<<print $randomDialogue.carol>>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Corrigindo caminho da imagem -->
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
<<print $randomDialogue.player>>
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<video width="640" height="480" controls autoplay loop muted>
<<if $randomNumber == 1>>
<source src="img/chars/carol/talk/carol_talk.mp4" type="video/mp4">
<<elseif $randomNumber == 2>>
<source src="img/chars/carol/talk/carol_talk_2.mp4" type="video/mp4">
<<elseif $randomNumber == 3>>
<source src="img/chars/carol/talk/carol_talk_3.mp4" type="video/mp4">
<<else>>
<source src="img/chars/carol/talk/carol_talk_4.mp4" type="video/mp4">
<</if>>
Your browser does not support the video tag.
</video>
</div>
<p class="environment-text">
Aunt Carol looks at you, ready to chat. What will she talk about this time?
</p>
</div>
<br>
<div class="menu-buttons">
[[Return to Carol's House->CarolHouse]]
</div>
</div><<set $randomNumber to Math.floor(Math.random() * 8) + 1>> <!-- Número aleatório 1-8 -->
<<set $auntCarol.dailyInteractions.flirt to $auntCarol.dailyInteractions.flirt + 1>>
<<set $auntCarol.love to $auntCarol.love + $auntCarol.interactions.flirt.stats.love>>
<<set $auntCarol.lust to $auntCarol.lust + $auntCarol.interactions.flirt.stats.lust>>
<div class="game-container">
<<set _dialogueOptions to [
{
carol: "You know, I've been noticing how much you've... filled out since I last saw you. It's a *good* look on you.",
player: "(Blushing) Aunt Carol! You can't just say things like that."
},
{
carol: "Is it getting hot in here, or is it just you standing so close? Maybe we should cool off... together?",
player: "I... uh... I hadn't really noticed the temperature."
},
{
carol: "Tell me, what's the naughtiest thought that's crossed your mind since you arrived? Don't be shy, I can handle it.",
player: "I... I couldn't possibly say."
},
{
carol: "I've always thought you had such kissable lips. Have you ever been told that before, or am I the first?",
player: "(Swallowing hard) Well, no one quite as... direct as you, Aunt Carol."
},
{
carol: "You have this look in your eyes... like you're thinking about something you shouldn't. Am I right? Go on, tell your Aunt Carol all about it...",
player: "Maybe... maybe I am thinking a few things."
}
]>>
<<set $randomDialogue to _dialogueOptions.random()>> <!-- Variável corrigida para $ -->
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
<<print $randomDialogue.carol>>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
<<print $randomDialogue.player>>
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<video width="640" height="480" controls autoplay loop muted>
<<if $randomNumber == 1>>
<source src="img/chars/carol/flirt/carol_flirt.mp4" type="video/mp4">
<<elseif $randomNumber == 2>>
<source src="img/chars/carol/flirt/carol_flirt_2.mp4" type="video/mp4">
<<elseif $randomNumber == 3>>
<source src="img/chars/carol/flirt/carol_flirt_3.mp4" type="video/mp4">
<<elseif $randomNumber == 4>>
<source src="img/chars/carol/flirt/carol_flirt_4.mp4" type="video/mp4">
<<elseif $randomNumber == 5>>
<source src="img/chars/carol/flirt/carol_flirt_5.mp4" type="video/mp4">
<<elseif $randomNumber == 6>>
<source src="img/chars/carol/flirt/carol_flirt_6.mp4" type="video/mp4">
<<elseif $randomNumber == 7>>
<source src="img/chars/carol/flirt/carol_flirt_7.mp4" type="video/mp4">
<<else>>
<source src="img/chars/carol/flirt/carol_flirt_8.mp4" type="video/mp4">
<</if>> <!-- Corrigido o fechamento do <<if>> -->
Your browser does not support the video tag.
</video>
</div>
<p class="environment-text">
Aunt Carol leans in, a playful glint in her eyes. Time for some flirtation...
</p>
</div>
<br>
<div class="menu-buttons">
[[Return to Carol's House->CarolHouse]]
</div>
</div>
<div class="game-container">
<div class="environment-container">
<p class="narrative-text">
The kitchen smells of fresh herbs and spices. The sink is filled with dishes from the delicious meal Aunt Carol prepared.
</p>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face.webp" alt="Carol Face">
</div>
<div class="dialog-text carol">
Sweetheart, would you mind helping out with the dishes? I'll make you dessert later as a reward!
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Of course, Aunt Carol! But… where do you keep the dish soap again?
</div>
</div>
<div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/etc/chores/wash_dish.gif" alt="Washing Dishes">
</div>
<p class="narrative-text">
Time to get started — but first, you need to grab the right items for the task. Aunt Carol’s kitchen is a bit of a maze...
</p>
</div>
</div>
<div class="game-challenge">
<h3>Find the Cleaning Tools</h3>
<p>Which items do you need to wash the dishes properly?</p>
<div class="answer-options">
<<button "Dish Soap & Sponge">>
<<replace "#challenge-response">>
<p id="challenge-response" class="correct-answer">Perfect! Ready to tackle this mountain of dishes.</p>
<<set $missions["002"].status to 1>>
<<set $player.energy to $player.energy - 5>>
<<set $player.love to $player.love + 2>>
<div class="menu-buttons">
[[Finish Cleaning->CarolHouse]]
<<set $missions["002"].status to 1>>
<<set $time to $time + 1>>
</div>
<</replace>>
<</button>>
<<button "Toothbrush & Shampoo">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">Uh… that’s not quite right. Aunt Carol raises an eyebrow.</p>
<</replace>>
<</button>>
<<button "Broom & Mop">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">That’s for the floor, not the dishes!</p>
<</replace>>
<</button>>
</div>
<div id="challenge-response"></div>
<div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem estática da piscina precisando de limpeza -->
<img src="img/layout/pool/pool_dirty_small.webp" alt="Pool needs cleaning">
</div>
<p class="narrative-text">
The sun beats down on the pool area. While the water looks inviting, a layer of leaves and debris floats on the surface, spoiling the perfect blue. Aunt Carol is lounging nearby, sunglasses on, looking relaxed.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_relaxed.png" alt="Carol Relaxed Face">
</div>
<div class="dialog-text carol">
Ah, perfect timing, sweetheart. Could you be a dear and skim the pool for me? It's gotten a bit messy, and frankly, I'm too comfortable to move right now. There might be a little something extra in it for you...
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Sure thing, Aunt Carol. Anything to help out. Where do you keep the cleaning stuff for the pool?
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<!-- GIF/Vídeo de alguém limpando a piscina ou pegando a rede -->
<img src="img/etc/chores/pool_skimming_start.gif" alt="Starting Pool Cleaning">
</div>
<p class="narrative-text">
Aunt Carol points towards the pool shed. Time to find the right tool for the job before she gets impatient... or decides to "help" in her own way.
</p>
</div>
<div class="game-challenge">
<h3>Grab the Cleaning Tool</h3>
<p>Which tool is needed to skim the leaves off the pool surface?</p>
<div class="answer-options">
<<button "Pool Skimmer Net">>
<<replace "#challenge-response">>
<p id="challenge-response" class="correct-answer">This looks like the right tool. Time to get this pool sparkling clean!</p>
<!-- Update game state for completing the mission -->
<<set $missions["003"].status to 1>>
<<set $player.energy to $player.energy - 10>> /* Pool cleaning is tiring! */
<<set $auntCarol.love to $auntCarol.love + $missions["003"].stats.love>> /* Love +15 */
<<set $player.money to $player.money + $missions["003"].stats.money>> /* Money +20 */
<<set $time to $time + 1>> /* Task takes 1 hour */
<div class="menu-buttons">
[[Finish Cleaning and Return->CarolHouse]]
</div>
<</replace>>
<</button>>
<<button "Garden Hose">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">"Trying to spray the leaves away, honey? Cute, but not quite effective," Aunt Carol chuckles from her chair.</p>
<</replace>>
<</button>>
<<button "Broom">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">"That's for the patio, silly. Unless you're planning on sweeping the water?" She gives you a teasing look.</p>
<</replace>>
<</button>>
</div>
<div id="challenge-response"></div> <!-- Response will appear here -->
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem estática da sala de estar precisando de uma arrumada leve -->
<img src="img/layout/livingroom/livingroom_cluttered_small.jpg" alt="Living Room needs tidying">
</div>
<p class="narrative-text">
The morning sun shines into the living room, highlighting some dust motes and revealing a bit of clutter from last night. A few magazines lie on the coffee table, and the sofa cushions are slightly askew. Aunt Carol is sitting comfortably in an armchair, looking thoughtful.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_thinking.jpg" alt="Carol Thinking Face"> <!-- Sugestão de nova imagem de rosto -->
</div>
<div class="dialog-text carol">
Morning, dear. You know, this room could use a quick touch-up. Would you mind straightening things up a bit? Just the cushions and magazines mainly. It makes the whole place feel fresher, don't you think? I'd do it, but I was just getting lost in thought here...
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Of course, Aunt Carol. Happy to help make the place feel nice. I'll get right on it.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<!-- GIF/Vídeo de alguém arrumando almofadas ou revistas -->
<img src="img/etc/chores/tidying_livingroom.webp" alt="Tidying up the living room">
</div>
<p class="narrative-text">
She gives you a warm, appreciative smile. Okay, just a quick tidy. What's the most logical first step to make the room look better quickly?
</p>
</div>
<div class="game-challenge">
<h3>Quick Tidy Strategy</h3>
<p>What should you focus on first to make the living room look neater fast?</p>
<div class="answer-options">
<<button "Straighten cushions & stack magazines">>
<<replace "#challenge-response">>
<p id="challenge-response" class="correct-answer">Good thinking. Clearing the main surfaces and straightening the sofa makes an immediate difference. Easy peasy.</p>
<!-- Update game state for completing the mission -->
<<set $missions["004"].status to 1>>
<<set $player.energy to $player.energy - 8>> /* Cost for tidying */
<<set $auntCarol.love to $auntCarol.love + $missions["004"].stats.love>> /* Love +10 */
<<set $player.money to $player.money + $missions["004"].stats.money>> /* Money +15 */
<<set $time to $time + 1>> /* Task takes 1 hour */
<div class="menu-buttons">
[[Finish Tidying and Return->CarolHouse]]
</div>
<</replace>>
<</button>>
<<button "Start dusting the lampshades">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">"Oh, ambitious! Dusting is great, but let's handle the clutter first, okay?" Aunt Carol suggests gently, still looking relaxed.</p>
<</replace>>
<</button>>
<<button "Check behind the sofa for lost items">>
<<replace "#challenge-response">>
<p id="challenge-response" class="wrong-answer">"Playing detective, are we?" She chuckles. "Just focus on the visible stuff for now, honey. No need for a deep clean."</p>
<</replace>>
<</button>>
</div>
<div id="challenge-response"></div> <!-- Response will appear here -->
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bedroom_carol/bedroom_small.jpg" alt="Carol's Bedroom in the Afternoon">
</div>
<p class="narrative-text">
You find Aunt Carol relaxing in her bedroom, the afternoon light filtering through the blinds. She's fiddling with her phone, a slight frown on her face.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_puzzled.jpg" alt="Carol Puzzled Face">
</div>
<div class="dialog-text carol">
Oh, hey there. You know, I've been trying to clear some space on this phone, delete some old photos... but I swear, technology just gets more complicated! Could you give me a hand, sweetie? Just get rid of some duplicates or blurry ones?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
No problem, Aunt Carol. Let me take a look. I can probably sort it out quickly.
</div>
</div>
<p class="narrative-text">
She hands you her phone with a grateful smile. You unlock it and start navigating through her photo gallery. There are lots of scenic shots, family pictures... and then, tucked away, you stumble upon a folder simply labeled "Private". Curiosity gets the better of you...
</p>
<!-- ===== Carrossel HTML (Versão simplificada) ===== -->
<div id="carousel" class="carousel">
<img src="img/chars/carol/polaroids/carol_polaroid_1.jpg" class="carousel-img active" alt="Carol Polaroid 1 - Beach day memories...">
<img src="img/chars/carol/polaroids/carol_polaroid_2.jpg" class="carousel-img" alt="Carol Polaroid 2 - Feeling playful...">
<img src="img/chars/carol/polaroids/carol_polaroid_3.jpg" class="carousel-img" alt="Carol Polaroid 3 - Just relaxing...">
</div>
<!-- Controles do Carrossel -->
<div class="carousel-controls">
<<link "◀ Previous">>
<<run window.carouselPrevious()>>
<</link>>
<<link "Next ▶">>
<<run window.carouselNext()>>
<</link>>
</div>
<!-- ===== Fim do Carrossel HTML ===== -->
<p class="narrative-text">
Your heart beats a little faster looking at these. They definitely weren't meant for your eyes... After lingering perhaps a bit too long, you remember why you have the phone.
</p>
<!-- Seção para completar a missão (Controlada pelo SugarCube) -->
<div id="completion-section" style="text-align: center; margin-top: 25px;">
<!-- O Link do SugarCube que INICIA a conclusão da missão -->
<<link "Finish 'Deleting' Photos">>
<!-- O código DENTRO do link SÓ executa ao clicar -->
<<replace "#completion-section">>
<p class="narrative-text" style="margin-bottom: 15px;">You quickly tap delete on a few genuinely blurry photos and hand the phone back to Carol, trying to look nonchalant.</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_puzzled.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
All done? Thank you so much, dear! You're a lifesaver. See? That wasn't so hard. You deserve a little reward for your effort.
</div>
</div>
<!-- Atualiza o estado do jogo AQUI -->
<<set $missions["005"].status to 1>>
<<set $player.energy to $player.energy - 5>>
<<set $auntCarol.love to $auntCarol.love + 15>>
<<set $auntCarol.corruption to $auntCarol.corruption + 5>>
<<set $time to $time + 1>>
<!-- Botão SugarCube para sair da passagem APÓS completar -->
<div class="menu-buttons" style="margin-top: 15px;">
[[Return to the Hallway->CarolHouse]]
</div>
<</replace>>
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem do quarto da Carol, talvez ela perto do guarda-roupa -->
<img src="img/layout/bedroom_carol/bedroom_carol_wardrobe.webp" alt="Carol's Bedroom with Wardrobe">
</div>
<p class="narrative-text">
You enter Carol's bedroom again. This time, she's standing by her large wardrobe, door slightly ajar, tapping her chin thoughtfully.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Usar a face pensativa ou uma nova face "indecisa" -->
<img src="img/chars/carol/face/carol_face_thinking.jpg" alt="Carol Thinking Face">
</div>
<div class="dialog-text carol">
Oh, perfect timing! I was just trying to organize this wardrobe a bit... things get so jumbled up. Could you perhaps reach that box on the top shelf for me? Or maybe just see if you can find that blue scarf I love? I swear it vanished in here.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Sure, Aunt Carol. Let me take a look inside. I'm pretty good at finding lost things.
</div>
</div>
<p class="narrative-text">
She steps aside, giving you access to the wardrobe. It smells faintly of her perfume and cedar wood. As you rummage through neatly folded clothes and hanging dresses, your hand brushes against a softer box tucked away in the back, behind some sweaters... Intrigued, you pull it out slightly.
</p>
<!-- ===== Carrossel HTML (Adaptado para WardrobeHelp) ===== -->
<div id="carousel" class="carousel">
<!-- Item 1: Brinquedo Erótico 1 -->
<img src="img/etc/toys/toy_1.jpg" class="carousel-img active" alt="A smooth, curved personal massager">
<!-- Item 2: Brinquedo Erótico 2 -->
<img src="img/etc/toys/toy_2.webp" class="carousel-img" alt="A small, discreet bullet vibrator">
<!-- Item 3: Polaroid 4 -->
<img src="img/chars/carol/polaroids/carol_polaroid_4.jpeg" class="carousel-img" alt="Carol Polaroid 4 - Lounging suggestively">
</div>
<!-- Controles do Carrossel (Usando as funções JS globais) -->
<div class="carousel-controls">
<<link "◀ Previous">>
<<run window.carouselPrevious()>>
<</link>>
<<link "Next ▶">>
<<run window.carouselNext()>>
<</link>>
</div>
<!-- ===== Fim do Carrossel HTML ===== -->
<p class="narrative-text">
Well, this definitely isn't a scarf. Your eyes widen as you cycle through the contents of the box. It seems Aunt Carol has some secrets hidden away. A hot flush creeps up your neck as you quickly put the box back where you found it, pretending you didn't see anything.
</p>
<!-- Seção para completar a missão -->
<div id="completion-section" style="text-align: center; margin-top: 25px;">
<!-- Link do SugarCube para iniciar a conclusão -->
<<link "Finish 'Helping' with the Wardrobe">>
<!-- Código DENTRO do link -->
<<replace "#completion-section">>
<p class="narrative-text" style="margin-bottom: 15px;">You manage to find the blue scarf (it was snagged on a hanger) and hand it to her, keeping your expression neutral.</p>
<div class="dialog-container">
<div class="dialog-image">
<!-- Usar face sorrindo ou agradecida -->
<img src="img/chars/carol/face/carol_face_smiling.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
There it is! Oh, thank you, sweetheart! I knew you'd find it. You have a knack for things like that. Come on, let's get out of this room for now.
</div>
</div>
<!-- Atualiza o estado do jogo AQUI -->
<<set $missions["006"].status to 1>>
<<set $player.energy to $player.energy - 7>> /* Custo de energia */
<<set $auntCarol.love to $auntCarol.love + 15>> /* Recompensa de amor */
<<set $auntCarol.corruption to $auntCarol.corruption + 10>> /* Recompensa de corrupção */
<<set $time to $time + 1>> /* Avanço do tempo */
<!-- Botão SugarCube para sair -->
<div class="menu-buttons" style="margin-top: 15px;">
[[Return to the Hallway->CarolHouse]]
</div>
<</replace>>
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem da Sala, Carol relaxando, talvez com uma revista -->
<img src="img/layout/livingroom/livingroom_carol_relaxing.jpg" alt="Carol relaxing in the Living Room">
</div>
<p class="narrative-text">
You find Aunt Carol lounging comfortably on the living room sofa, flipping through a magazine. She looks up as you enter, a warm smile gracing her lips.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_smiling.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
Oh, there you are, sweetie. Listen, would you mind doing a small errand for me? I ordered something... a little treat for myself... and it arrived at the Local Store. Could you possibly pop over and pick it up for me sometime this morning or early afternoon? Skylar knows it's for me.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
A treat? Sure, Aunt Carol, no problem at all. I can head over there soon. Consider it done.
</div>
</div>
<div class="environment-container">
<p class="narrative-text">
She gives you a grateful nod, her eyes perhaps lingering on you a moment longer than necessary. What kind of "treat" would she order?
</p>
</div>
<!-- Conclusão da Missão 007 - Aceitar o Pedido -->
<div id="completion-section" style="text-align: center; margin-top: 25px;">
<p style="font-style: italic; color: #D4AF37; margin-bottom: 15px;">You've agreed to pick up the package. The next step is to visit the Local Store.</p>
<!-- Botão para confirmar e voltar -->
<<link "Okay, I'll head there when I can">>
<<set $missions["007"].status to 1>> /* Marca a missão de pedir como concluída */
<<set $auntCarol.love to $auntCarol.love + 5>> /* Pequeno bônus por concordar */
<<goto "LivingRoom">>
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem do interior da loja, Skylar no balcão -->
<img src="img/layout/store/store_inside_skylar.jpg" alt="Inside Local Store with Skylar">
</div>
<p class="narrative-text">
You arrive at the Local Store. Skylar is behind the counter, organizing some items with surprising efficiency. She looks up and gives you a quick, professional smile.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Hi Skylar. I'm here to pick up a package for Carol? My aunt? She said you'd have it.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Imagem de Skylar, talvez um pouco curiosa ou neutra -->
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Neutral Face">
</div>
<div class="dialog-text skylar">
Oh, right, Carol's nephew! Yes, she called ahead. Hang on... She pulls out a discreetly wrapped, medium-sized box from under the counter. Hmm, Carol's been ordering quite a few... *interesting* things lately. This one feels a bit delicate.
</div>
</div>
<!-- Mini-Interação / Desafio com Skylar -->
<div class="game-choice" style="margin-top: 20px;">
<h3>Skylar's Comment</h3>
<p>"You must be taking good care of your aunt if she's treating herself like this," Skylar adds with a faint smirk. How do you respond?</p>
<div class="answer-options" id="skylar-response-options">
<<button "Just helping out where I can.">>
<<replace "#skylar-response-options">>
<p class="narrative-text" style="color: #F1C40F; margin-top:10px;">Skylar just nods, handing you the package. "Alright then. Here you go."</p>
<!-- Atualiza o estado - Pegou o pacote (sem bônus Skylar) -->
<<set $missions["007.2"].status to 1>>
<<run $player.inventory.push("CarolPackage")>> /* Adiciona item ao inventário */
<<set $time to $time + 1>> /* Tempo gasto na loja */
<div class="menu-buttons" style="margin-top: 15px;">
[[Take the Package and Leave->LocalStore]] /* Volta para a visão da loja */
</div>
<</replace>>
<</button>>
<<button "(Slightly flustered) Uh, yeah, she deserves it.">>
<<replace "#skylar-response-options">>
<p class="narrative-text" style="color: #E74C3C; margin-top:10px;">Skylar raises an eyebrow slightly, a flicker of amusement in her eyes. "Sure she does. Here's the package."</p>
<!-- Atualiza o estado - Pegou o pacote (sem bônus Skylar) -->
<<set $missions["007.2"].status to 1>>
<<run $player.inventory.push("CarolPackage")>>
<<set $time to $time + 1>>
<div class="menu-buttons" style="margin-top: 15px;">
[[Take the Package and Leave->LocalStore]]
</div>
<</replace>>
<</button>>
<<button "(Play along slightly) Trying my best. She keeps me on my toes.">>
<<if $player.charisma >= 7>> /* Exemplo de verificação de stat */
<<replace "#skylar-response-options">>
<p class="narrative-text" style="color: #2ECC71; margin-top:10px;">Skylar lets out a small laugh. "I bet she does. Well, enjoy... whatever is in here." She winks as she hands over the box.</p>
<!-- Atualiza o estado - Pegou o pacote (COM bônus Skylar) -->
<<set $missions["007.2"].status to 1>>
<<run $player.inventory.push("CarolPackage")>>
<<set $storeSkylar.love to ($storeSkylar.love || 0) + 3>> /* Bônus Skylar Love */
<<set $time to $time + 1>>
<div class="menu-buttons" style="margin-top: 15px;">
[[Take the Package and Leave->LocalStore]]
</div>
<</replace>>
<<else>>
<<replace "#skylar-response-options">>
<p class="narrative-text" style="color: #F1C40F; margin-top:10px;">You try to sound smooth, but Skylar just gives a polite, unconvinced smile. "Right. Here's the package."</p>
<!-- Atualiza o estado - Pegou o pacote (sem bônus Skylar) -->
<<set $missions["007.2"].status to 1>>
<<run $player.inventory.push("CarolPackage")>>
<<set $time to $time + 1>>
<div class="menu-buttons" style="margin-top: 15px;">
[[Take the Package and Leave->LocalStore]]
</div>
<</replace>>
<</if>>
<</button>>
</div>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem da Sala, Carol talvez esperando ansiosamente -->
<img src="img/layout/livingroom/livingroom_carol_waiting.jpg" alt="Carol waiting in the Living Room">
</div>
<p class="narrative-text">
You return to the living room, holding the package Skylar gave you. Aunt Carol looks up immediately, her eyes lighting up with anticipation.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Got your package, Aunt Carol. Skylar said you'd been ordering some interesting things.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Imagem de Carol, talvez levemente corada ou sorrindo maliciosamente -->
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Blushing Face">
</div>
<div class="dialog-text carol">
Oh, did she now? That girl needs to learn some discretion. But yes, thank you, sweetie! She reaches for the package eagerly, her fingers brushing against yours as she takes it. Let's see...
</div>
</div>
<p class="narrative-text">
She tears a small corner of the wrapping paper... revealing a glimpse of silky lace fabric in a deep crimson color before quickly covering it back up, though not before you catch sight of it. She glances at you, noticing your gaze.
</p>
<!-- Interação - Reação do Jogador -->
<div class="game-choice" style="margin-top: 20px;">
<h3>Your Reaction</h3>
<p>You saw a flash of what looks like expensive lingerie. How do you react?</p>
<div class="answer-options" id="delivery-reaction-options">
<<button "Look away quickly, pretend you saw nothing.">>
<<replace "#delivery-reaction-options">>
<div class="dialog-container" style="margin-top:10px;">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Pleased Face">
</div>
<div class="dialog-text carol">
(Smiling softly) Such a gentleman. Well, thank you again for fetching this for me. You've earned your reward.
</div>
</div>
<!-- Atualiza estado - Recompensa Padrão -->
<<set $missions["007.3"].status to 1>>
<<set $auntCarol.love to $auntCarol.love + 15>>
<<set $player.money to $player.money + 20>>
<<set $auntCarol.corruption to $auntCarol.corruption + 5>>
<<run $player.inventory.delete("CarolPackage")>> /* Remove o item */
<<set $time to $time + 1>> /* Tempo para entrega e interação */
<div class="menu-buttons" style="margin-top: 15px;">
[[Okay ->LivingRoom]]
</div>
<</replace>>
<</button>>
<<button "'Treating yourself to something nice, Aunt Carol?' (Teasing smile)">>
<<replace "#delivery-reaction-options">>
<div class="dialog-container" style="margin-top:10px;">
<div class="dialog-image">
<!-- Talvez uma face mais ousada/provocante -->
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly Face">
</div>
<div class="dialog-text carol">
(Chuckles, holding the package close) Maybe I am. A woman needs her little luxuries, doesn't she? Glad you approve... implicitly. Here's a little something for your trouble.
</div>
</div>
<!-- Atualiza estado - Recompensa com Bônus Corrupção -->
<<set $missions["007.3"].status to 1>>
<<set $auntCarol.love to $auntCarol.love + 15>>
<<set $player.money to $player.money + 20>>
<<set $auntCarol.corruption to $auntCarol.corruption + 8>> /* Corrupção Bônus */
<<run $player.inventory.delete("CarolPackage")>>
<<set $time to $time + 1>>
<div class="menu-buttons" style="margin-top: 15px;">
[[Interesting... ->LivingRoom]]
</div>
<</replace>>
<</button>>
<<button "(Stare for a second too long) That looks... nice.">>
<<replace "#delivery-reaction-options">>
<div class="dialog-container" style="margin-top:10px;">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_surprised.jpg" alt="Carol Surprised/Flustered Face">
</div>
<div class="dialog-text carol">
(Slightly flustered but recovers) Oh! Well... thank you, I suppose. It's just some... fabric. Anyway! Thank you for getting it! Here you go.
</div>
</div>
<!-- Atualiza estado - Recompensa com Bônus Corrupção Médio -->
<<set $missions["007.3"].status to 1>>
<<set $auntCarol.love to $auntCarol.love + 14>> /* Leve penalidade no amor por ser direto demais? */
<<set $player.money to $player.money + 20>>
<<set $auntCarol.corruption to $auntCarol.corruption + 7>> /* Corrupção Bônus Médio */
<<run $player.inventory.delete("CarolPackage")>>
<<set $time to $time + 1>>
<div class="menu-buttons" style="margin-top: 15px;">
[[Right... ->LivingRoom]]
</div>
<</replace>>
<</button>>
</div>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem da cozinha pela manhã/meio-dia, talvez com sol entrando -->
<img src="img/layout/kitchen/kitchen_small.jpg" alt="Kitchen - Bright Morning">
</div>
<p class="environment-text">
You finish wiping down the last of the counters after doing the dishes. The kitchen is quiet for a moment, filled with the bright morning/midday light. Suddenly, Aunt Carol bounces back into the room, humming a cheerful tune. Your eyes instinctively follow her. She's wearing a short, thin, silky nightgown that leaves little to the imagination... and it's quite clear she's wearing nothing underneath.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Feliz, talvez um pouco sonolenta mas energizada -->
<img src="img/chars/carol/face/carol_face_energetic.jpg" alt="Carol Energetic/Happy Face">
</div>
<div class="dialog-text carol">
All clean! You really are a fantastic help, you know that? Makes my morning so much brighter! I feel like I could dance!
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Dance isn't quite the word I'd use for... that.
</div>
</div>
<p class="narrative-text">
And "dance" she does, in her own way. She moves towards the coffee machine, her body full of a playful energy. She bounces lightly on the balls of her feet, reaching for a mug, seemingly oblivious – or perhaps pointedly aware – of the effect she's having.
</p>
<!-- O Vídeo Principal da Cena -->
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 640px; border-radius: 8px;" controls autoplay loop muted playsinline>
<source src="img/chars/carol/flirt/alexapearl_flirt_bouncing.webm" type="video/webm">
<!-- Adicione outros formatos se tiver, como MP4 -->
<!-- <source src="img/chars/carol/flirt/alexapearl_flirt_bouncing.mp4" type="video/mp4"> -->
Your browser doesn't support embedded videos or the WEBM/MP4 format.
</video>
</div>
<p class="environment-text">
Every little bounce sends ripples through the thin fabric. Her breasts jiggle and sway freely, their weight and shape undeniable. The hardened tips of her nipples press insistently against the silk, creating exquisitely distracting focal points. She turns slightly, catching your wide-eyed stare, and her lips curve into a slow, knowing smirk.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Provocante, divertida -->
<img src="img/chars/carol/face/carol_face_teasing.jpg" alt="Carol Teasing Face">
</div>
<div class="dialog-text carol">
What's the matter, sweetie? Cat got your tongue? Or maybe you just need some coffee to wake up? Seems like *I'm* wide awake this morning... maybe it's contagious?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
I... uh... Coffee sounds good, Aunt Carol.
</div>
</div>
<p class="narrative-text">
She laughs softly, a melodic sound that makes your stomach flutter, and turns back to the coffee machine, still moving with that same captivating rhythm. The air crackles with unspoken invitation.
</p>
<br>
<!-- Conclusão da Cena -->
<div class="menu-buttons">
<<set $scenes["KitchenFlirt"].status to 1>> /* Marca a cena como concluída */
<<set $auntCarol.love to $auntCarol.love + 10>> /* Recompensa de Love */
<<set $auntCarol.lust to $auntCarol.lust + 10>> /* Recompensa de Lust */
/* Cenas geralmente não avançam o tempo, a menos que envolvam uma ação específica */
[[Try to focus on the coffee...->Kitchen]] /* Retorna para a visão base da Cozinha */
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem da piscina agora limpa, sol forte do meio-dia -->
<img src="img/layout/pool/pool_sunny_clean.webp" alt="Pool - Sunny and Clean">
</div>
<p class="environment-text">
With the pool sparkling clean thanks to your efforts, the midday sun feels even more intense. You step back to admire your work, and notice Aunt Carol getting comfortable on one of the lounge chairs positioned perfectly in the sun. She sighs contentedly, laying out her towel.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Relaxada, talvez com óculos de sol no início -->
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Relaxed Face in Sun">
</div>
<div class="dialog-text carol">
Much better! Thanks again, sweetie. Now, if you'll excuse me, I'm going to catch some rays... Feel free to relax too, don't just stand there hovering unless you plan on offering oil massages? She winks playfully before settling down.
</div>
</div>
<p class="narrative-text">
You watch as she lies down on her stomach, facing away from you. With a casual, practiced motion, she reaches behind her back and unties the strings of her bikini top, letting it fall loosely beside her on the towel. She adjusts herself slightly, getting comfortable, her entire back now bare and exposed to the warm sun.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Okay... she definitely just took her top off. Right in front of me. Should I look away? ...Probably. Am I going to? ...Probably not.
</div>
</div>
<!-- O Vídeo Principal da Cena -->
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 640px; border-radius: 8px;" controls autoplay loop muted playsinline>
<source src="img/chars/carol/sunbathing/alexapearl_sunbathing.webm" type="video/webm">
<!-- <source src="img/chars/carol/sunbathing/alexapearl_sunbathing.mp4" type="video/mp4"> -->
Your browser doesn't support embedded videos or the WEBM/MP4 format.
</video>
</div>
<p class="environment-text">
You stand there, pretending to check your phone or gaze at the distant trees, but your eyes keep drifting back to her. The sun highlights the smooth skin of her back, the gentle curve of her spine leading down to the slight swell of her hips barely contained by her bikini bottoms. She stretches languidly, like a cat, then casually spreads her legs wider on the lounger, tapping her foot rhythmically. For a fleeting moment, as if adjusting her position, she shifts, lifting her torso slightly... offering a brief, heart-stopping glimpse of the side and underside curve of one of her breasts, the soft shadow beneath, before settling back down. Was that accidental? With Aunt Carol, it's getting harder to tell... and harder to look away.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Aqui poderia ser uma imagem dela deitada de lado, ou apenas manter o rosto anterior -->
<img src="img/chars/carol/face/carol_face_relaxed_sun.jpg" alt="Carol Relaxed Face in Sun">
</div>
<div class="dialog-text carol">
(Muffled slightly by the towel) Mmm, this sun feels amazing... You finding a good spot to relax too, honey?
</div>
</div>
<p class="narrative-text">
Her voice sounds lazy, relaxed, maybe even a little seductive. She doesn't turn around, leaving you to your observations.
</p>
<br>
<!-- Conclusão da Cena -->
<div class="menu-buttons">
<<set $scenes["PoolsideRelaxation"].status to 1>> /* Marca a cena como concluída */
<<set $auntCarol.lust to $auntCarol.lust + 20>> /* Recompensa de Lust (para Carol) */
<<set $auntCarol.corruption to $auntCarol.corruption + 10>> /* Recompensa de Corrupção (para Carol) */
/* Cenas de observação não avançam o tempo */
[[Try to tear your eyes away...->Pool]] /* Retorna para a visão base da Piscina */
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem da sala de estar agora arrumada -->
<img src="img/layout/livingroom/livingroom_small.jpg" alt="Living Room - Tidy">
</div>
<p class="environment-text">
The living room looks much better now, tidy and refreshed thanks to your help. Aunt Carol beams, clearly pleased with the result. The atmosphere feels light and relaxed.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Satisfeita, Alegre -->
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Pleased Face">
</div>
<div class="dialog-text carol">
See? Doesn't it feel so much nicer in here now? You really worked wonders, sweetie. All this tidiness... it puts me in such a good, energetic mood! Makes me want to put on some music!
</div>
</div>
<p class="narrative-text">
Before you can really respond, she's already fiddling with her phone connected to a nearby speaker. A mischievous grin spreads across her face as a familiar, heavy beat fills the room – Nicki Minaj's "Anaconda". You notice she must have changed while you were busy; she's now wearing a pair of extremely tight, short athletic shorts. They hug her curves perfectly, and a deliberate-looking rip high up on the side of her left butt cheek offers a tantalizing glimpse of smooth, bare skin beneath.
</p>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Brincalhona, talvez mordendo o lábio -->
<img src="img/chars/carol/face/carol_face_smiling.jpg" alt="Carol Playful/Cheeky Face">
</div>
<div class="dialog-text carol">
(Laughing over the music) Oh, this song! Takes me back! It just makes you want to... move, doesn't it? Remember how everyone tried to do that dance? It looked so silly... or maybe... fun?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Fun isn't exactly the first word that comes to mind right now... Is she seriously going to...?
</div>
</div>
<!-- O Vídeo Principal da Cena -->
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 580px; border-radius: 8px;" controls autoplay loop muted playsinline>
<source src="img/chars/carol/tease/alexapearl_twerk_2.webm" type="video/webm">
<!-- <source src="img/chars/carol/tease/alexapearl_twerk_2.mp4" type="video/mp4"> -->
Your browser doesn't support embedded videos or the WEBM/MP4 format.
</video>
</div>
<p class="environment-text">
And then, turning so her back is mostly towards you, she does. She bends forward slightly, placing her hands on her thighs, and begins to move her hips to the insistent beat. It starts as almost a joke, a playful wiggle, but quickly becomes more deliberate, more fluid, undeniably sensual. Her backside moves with hypnotic rhythm, the tight shorts emphasizing every curve and jiggle. The tear in the fabric shifts with each movement, offering brief, pulse-pounding flashes of bare skin. She glances back over her shoulder, eyes locking with yours for a second, a sultry, challenging smirk playing on her lips before she turns her attention back to her provocative dance. The "playful" facade seems to be melting away rapidly.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<!-- Rosto da Carol - Seductive, Smirk -->
<img src="img/chars/carol/face/carol_face_energetic.jpg" alt="Carol Seductive Smirk Face">
</div>
<div class="dialog-text carol">
(Slightly breathless, turning back around) Phew! Okay, maybe I got a little carried away. This song still gets me going! Did you... enjoy the show? Or am I just embarrassing myself? Be honest!
</div>
</div>
<p class="narrative-text">
Her question hangs in the air, heavy with implication. She fans herself lightly, but her eyes stay fixed on you, waiting for a reaction. The energy in the tidy living room is now anything but calm.
</p>
<br>
<!-- Conclusão da Cena -->
<div class="menu-buttons">
<<set $scenes["LivingRoomInteraction"].status to 1>> /* Marca a cena como concluída */
<<set $auntCarol.love to $auntCarol.love + 10>> /* Recompensa de Love */
<<set $auntCarol.lust to $auntCarol.lust + 10>> /* Recompensa de Lust */
/* Cenas geralmente não avançam o tempo */
[[Stare speechless for a moment...->LivingRoom]] /* Retorna para a visão base da Sala */
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem do corredor escuro ou porta do quarto da Carol entreaberta -->
<img src="img/layout/bedroom_carol/hallway_night_door_ajar.jpg" alt="Hallway at night, Carol's door slightly open">
</div>
<p class="environment-text">
The house is quiet now, settled into the deep calm of late evening. Feeling tired from the trip and the day's events, you decide it's only polite to wish Aunt Carol a proper goodnight before heading to your own room. As you approach her bedroom door, you notice it's slightly ajar, a sliver of warm light spilling into the dimly lit hallway.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Should probably knock... but maybe she's already asleep? I'll just peek in quickly...
</div>
</div>
<p class="narrative-text">
Yielding to curiosity, you push the door open just a fraction more and peer inside. Your breath catches in your throat.
</p>
<!-- O Vídeo Principal da Cena -->
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 640px; border-radius: 8px;" controls autoplay loop muted playsinline>
<source src="img/chars/carol/tease/alexapearl_in_bed.webm" type="video/webm">
<!-- <source src="img/chars/carol/tease/alexapearl_in_bed.mp4" type="video/mp4"> -->
Your browser doesn't support embedded videos or the WEBM/MP4 format.
</video>
</div>
<p class="environment-text">
Aunt Carol is half-sitting, half-lying on her bed, turned mostly away from the door. She's wearing only a loose, oversized t-shirt that barely reaches her upper thighs, revealing long, smooth legs and a tantalizing glimpse of simple panties underneath. Her backside is angled towards you, and she seems completely lost in her own world. As you watch, frozen in the doorway, her hand moves... She gives her own plush buttock a firm, resonant smack, then playfully grabs and jiggles the soft flesh. A quiet sigh escapes her lips, a sound of pure, private pleasure. She repeats the motion, seemingly exploring her own curves with a lazy, sensual touch, completely unaware she has an audience.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Whoa... Okay. Definitely *not* interrupting this. She has no idea I'm here... I should get out. Now.
</div>
</div>
<p class="narrative-text">
Your face feels hot, and a strange mix of embarrassment and undeniable arousal floods through you. Seeing her like this, so unguarded and indulging in a private moment, feels intensely intimate... and incredibly forbidden. You carefully pull the door back to its original position, making sure not to make a sound, your heart pounding against your ribs.
</p>
<br>
<!-- Conclusão da Cena -->
<div class="menu-buttons">
<<set $scenes["Bedtime"].status to 1>> /* Marca a cena como concluída */
<<set $auntCarol.lust to $auntCarol.lust + 15>> /* Recompensa de Lust (para Carol) */
<<set $auntCarol.corruption to $auntCarol.corruption + 5>> /* Recompensa de Corrupção (para Carol) */
/* Cenas de observação não avançam o tempo */
[[Retreat quietly back to the hallway...->CarolHouse]] /* Retorna para a visão base da Casa */
</div>
</div><<set _wardrobeStage to _wardrobeStage || 0 >> /* Inicializa ou mantém o estágio */
<div class="game-container">
<!-- ===== ESTÁGIO 0: INTRODUÇÃO ===== -->
<<if _wardrobeStage === 0>>
<div class="changing-scene-stage" id="stage-0">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem do quarto, talvez Carol segurando uns biquínis -->
<img src="img/layout/bedroom_carol/bedroom_carol_holding_clothes.jpg" alt="Carol holding clothes in her bedroom">
</div>
<p class="environment-text">
After you successfully found her scarf (or whatever she asked for), Aunt Carol gives you a bright, appreciative smile. Her eyes linger on you for a moment before glancing towards a pile of colourful swimwear on her bed.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_thinking.jpg" alt="Carol Thinking Face">
</div>
<div class="dialog-text carol">
You know, while you're here... I was thinking of sorting out my swimwear for the summer. I bought a few new bikinis online, but I'm never sure how they actually look *on*. Would you mind giving me your honest opinion? It's so hard to judge by yourself in the mirror.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Give my opinion on Aunt Carol in bikinis? Is she serious? ...Okay, deep breaths.
(Aloud) Uh, sure, Aunt Carol. If you think my opinion would help, I guess I can... take a look.
</div>
</div>
<div class="menu-buttons" style="margin-top: 20px;">
<<link "Wait for her to try the first one..." >>
<<set _wardrobeStage = 1>>
<<replace "#stage-0">><<include "WardrobeHelpScene">><</replace>> /* Carrega o próximo estágio */
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 1: BIKINI PRETO ===== -->
<<if _wardrobeStage === 1>>
<div class="changing-scene-stage" id="stage-1">
<p class="narrative-text">
She ducks behind a privacy screen (or into the ensuite bathroom briefly - adapt as needed) and emerges a moment later wearing a simple, elegant black bikini. She walks towards you, turning slowly.
</p>
<div class="changing-video-container">
<video controls autoplay loop muted playsinline>
<source src="img/chars/carol/change_clothes/alexapearl_changing_bikini_black.mp4" type="video/mp4">
<!-- Adicione .webm se tiver -->
Your browser doesn't support embedded videos.
</video>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_posing_1.jpg" alt="Carol Posing Face">
</div>
<div class="dialog-text carol">
So? What do you think of this one? Classic black. Is it too... boring? Or does it suit me?
</div>
</div>
<p class="player-reaction">It looks good. Very... classy. But maybe a little safe compared to what you imagined.</p>
<div class="menu-buttons">
<<link "'It looks great, very elegant.'">>
<<set _wardrobeStage = 2>>
<<replace "#stage-1">><<include "WardrobeHelpScene">><</replace>>
<</link>>
<<link "'Hmm, it's nice, but maybe something with more color?'">>
<<set _wardrobeStage = 2>>
<<set $auntCarol.lust += 2>> /* Pequeno bônus por pedir algo mais ousado */
<<replace "#stage-1">><<include "WardrobeHelpScene">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 2: BIKINI VERMELHO ===== -->
<<if _wardrobeStage === 2>>
<div class="changing-scene-stage" id="stage-2">
<p class="narrative-text">
She nods at your comment. "Okay, good feedback. Let me try the red one then, it's a bit bolder." She disappears again briefly and returns in a vibrant red bikini. This one definitely has less fabric, cut higher on the hips and lower on the chest.
</p>
<div class="changing-video-container">
<video controls autoplay loop muted playsinline>
<source src="img/chars/carol/change_clothes/alexapearl_changing_bikini_red.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_posing_2.jpg" alt="Carol Confident Posing Face">
</div>
<div class="dialog-text carol">
Now *this* one feels a bit more fun! Does the red work on me? Is it... too much? Or just enough?
</div>
</div>
<p class="player-reaction">Okay, wow. That definitely catches the eye. It leaves much less to the imagination, hugging her figure tightly. Your throat feels a bit dry.</p>
<div class="menu-buttons">
<<link "'Wow, Aunt Carol! That red looks amazing on you!'">>
<<set $auntCarol.love += 3>>
<<set _wardrobeStage = 3>>
<<replace "#stage-2">><<include "WardrobeHelpScene">><</replace>>
<</link>>
<<link "'It's... very red. Definitely makes a statement.'">>
<<set _wardrobeStage = 3>>
<<replace "#stage-2">><<include "WardrobeHelpScene">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 3: BIKINI AZUL & TOP REMOVAL ===== -->
<<if _wardrobeStage === 3>>
<div class="changing-scene-stage" id="stage-3">
<p class="narrative-text">
"Right? Okay, one more then. This blue one is... well, you'll see." She vanishes and reappears. This 'bikini' is barely there – tiny triangles of blue fabric connected by thin strings. It looks at least a size too small, pressing into her soft flesh and causing her ample breasts to spill generously over the top edges.
</p>
<div class="changing-video-container">
<video controls autoplay loop muted playsinline>
<source src="img/chars/carol/change_clothes/alexapearl_changing_bikini_blue.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_posing_3.jpg" alt="Carol Provocative Posing Face">
</div>
<div class="dialog-text carol">
(Biting her lip slightly) Okay, this one... might be a *bit* much even for me. Or maybe it's perfect for catching attention? What's the verdict, judge?
</div>
</div>
<p class="player-reaction">Your jaw is practically on the floor. It's incredibly revealing, borderline indecent. You can clearly see the outline and hardness of her nipples straining against the thin material.</p>
<p class="narrative-text" style="margin-top:15px;">
Before you can even stammer out a response, she sighs dramatically. "Ugh, this top is actually really uncomfortable." And with startling casualness, right there in front of you, she reaches behind her neck, unties the string, and simply lets the tiny blue top fall away, tossing it onto the bed. She stands there completely topless for a beat, stretching slightly, then gives one of her breasts a thoughtful little squeeze and adjustment, as if checking something, all while seemingly ignoring your stunned presence.
</p>
<p class="player-reaction">You can't breathe. You stare, transfixed, at her full, bare breasts, the dark aureoles, the hard nipples pointing almost accusingly at you.</p>
<div class="menu-buttons">
<<link "(Remain frozen, unable to speak)">>
<<set $auntCarol.corruption += 5>> /* Corrupção aumenta com a nudez */
<<set _wardrobeStage = 4>>
<<replace "#stage-3">><<include "WardrobeHelpScene">><</replace>>
<</link>>
<<link "(Manage to look away, blushing furiously)">>
<<set _wardrobeStage = 4>>
<<replace "#stage-3">><<include "WardrobeHelpScene">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 4: VESTINDO A CALÇA JEANS ===== -->
<<if _wardrobeStage === 4>>
<div class="changing-scene-stage" id="stage-4">
<p class="narrative-text">
She finally seems to notice your reaction, or perhaps just decides she's done teasing for now. She picks up a pair of jeans from the bed, keeping her back to you. She quickly slips off the tiny blue bikini bottoms, tossing them aside, and steps into a fresh pair of simple panties (or maybe none? it's hard to tell from this angle). Then, still topless, she begins the mesmerizing process of shimmying into the tight jeans.
</p>
<div class="changing-video-container">
<video controls autoplay loop muted playsinline>
<source src="img/chars/carol/change_clothes/alexapearl_changing_jeans.webm" type="video/webm">
<!-- Adicione MP4 se tiver -->
Your browser doesn't support embedded videos.
</video>
</div>
<p class="player-reaction">Watching her work the denim up over her bare hips and backside is almost as provocative as the bikinis were. The way the fabric molds to her curves...</p>
<div class="dialog-container" style="margin-top: 15px;">
<div class="dialog-image">
<!-- Sem imagem de rosto aqui, ela está de costas -->
<img src="img/layout/bedroom_carol/bedroom_wardrobe_back_view.jpg" alt="Carol's back view"> <!-- Placeholder -->
</div>
<div class="dialog-text carol">
(Her voice cheerful, still facing away as she buttons the jeans) Phew, that's better! Jeans always feel more practical. You still here, sweetie? You've been a great help with the bikinis, gave me lots to think about! Thanks again! Think I'm done playing dress-up for now.
</div>
</div>
<p class="narrative-text">
She doesn't turn around, effectively dismissing you while finishing getting dressed. It feels like a whirlwind just happened.
</p>
<div class="menu-buttons">
<!-- Conclusão Final da Cena -->
<<link "Take the hint and leave the room...">>
<<set $scenes["WardrobeHelp"].status to 1>> /* Marca a cena inteira como concluída */
<<set $auntCarol.love += 10>> /* Recompensa base da cena */
<<set $auntCarol.lust += 20>> /* Recompensa de Lust alta devido à nudez/tease */
<<set $auntCarol.corruption += 10>> /* Corrupção base + bônus já aplicado */
/* Tempo: talvez esta cena leve mais tempo? +1? */
<<if !_sceneTimeAdvanced>> /* Evita adicionar tempo múltiplas vezes */
<<set $time += 1>>
<<set _sceneTimeAdvanced = true>>
<</if>>
<<goto "BedroomCarol">> /* Retorna para a visão base do Quarto */
<</link>>
</div>
</div>
<</if>>
</div>
<<unset _wardrobeStage>> /* Limpa a variável de estágio ao sair da passagem */
<<unset _sceneTimeAdvanced>> /* Limpa o controle de tempo */<div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
My temporary room... Not much, but it's comfortable enough.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bedroom/bedroom_messy_small.png" alt="Guest Bedroom">
</div>
<!-- Texto do ambiente modificado para remover menção ao computador -->
<p class="environment-text">A cozy guest room with a neatly made bed, a small desk, and a window letting in the morning light. Seems like a good place to rest or just pass some time.</p>
</div>
<<if State.hasPlayed("Bedroom")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "Bedroom" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>> <p>There are no missions available for now.</p> <</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "Bedroom" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>> <p>There are no scenes available for now.</p> <</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<if $player.interactions and Object.keys($player.interactions).length > 0>>
<<for _type, _interaction range $player.interactions>>
<<if _interaction.limit > ($player.dailyInteractions[_type] or 0)>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>> <p>There are no interactions available for now.</p> <</if>>
<<else>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>It's my room for now. I should get comfortable.</p>
<<set State.track("Bedroom")>>
<</if>>
<div class="exclusive-actions">
<h3>Exclusive Actions</h3>
<div class="actions-container">
<!-- Botão Sleep com condição de tempo -->
<<if $time >= 21 || $time < 6 >> <!-- Permite dormir a partir das 21h até antes das 6h -->
<<link "Sleep" "SleepSequence">><span class="action-button">Rest for the night</span><</link>>
<<else>>
<span class="action-button disabled" title="It's too early to go to bed. Wait until at least 9 PM (21:00).">Rest for the night (Too Early)</span>
<</if>>
<!-- Link "Use Computer" comentado/removido -->
<!-- <<link "Use Computer" "Computer">><span class="action-button">Check the internet...</span><</link>> -->
<span class="action-button" style="opacity:0.5; cursor:not-allowed; background-color: #46505A;" title="The old laptop isn't here right now.">Use Computer (Unavailable)</span>
<<link "Wait" `passage()`>>
<<set $time += 1>>
<<if $time >= 24>>
<<set $time = $time - 24>>
/* A lógica de avançar o dia é melhor na SleepSequence */
<</if>>
/* <<script>> */ /* Não precisa de JS para refresh simples de passagem */
/* updateSidebar(); */
/* <</script>> */
<span class="action-button">Pass some time (Time: <<print $time>>:00)</span>
<</link>>
</div>
<!-- Mensagem se for muito cedo para dormir -->
<<if $time < 21 && $time >= 6>>
<p style="text-align:center; color:#F1C40F; margin-top:15px; font-style:italic;">It's still too early to go to bed. Maybe explore a bit more or wait?</p>
<</if>>
</div>
<div class="menu-buttons">
[[Leave the room->CarolHouse]]
</div>
</div>
<div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bedroom/bedroom_night.jpg" alt="Guest Bedroom at Night">
</div>
<p class="narrative-text">
Deciding to call it a night, you change into something comfortable and slip under the covers. The bed is soft, and exhaustion quickly claims you. The sounds of the house fade away as you drift off...
</p>
</div>
<<silently>>
<<set _currentDay to $actualDay>>
<<set _dreamText to "">>
<<set _dreamLustBonus to 0>>
<<set _hasDream to false>>
<<set _dreamHTML to "">>
<<if _currentDay is "Friday">>
<<set _dreamText to "You dream of Aunt Carol... but younger somehow, vibrant. She's in the living room, wearing a short skirt, dancing playfully just for you, a flirtatious smile on her lips. It feels innocent, yet charged with potential...">>
<<set _dreamLustBonus to 5>>
<<set _dreamHTML to '<img class="dream-media" src="img/chars/carol/dreams/alexapearl_dance_flirt.gif" alt="Dream Sequence - Dance Flirt">'>>
<<set _hasDream to true>>
<<elseif _currentDay is "Saturday">>
<<set _dreamText to "The dream shifts. You're lying down, looking up at Aunt Carol. She's leaning over you, her breasts full and bare, swaying gently. Her voice is a husky whisper, instructing you, guiding you... a torrent of pleasure builds until you finally release with a jolt. You wake up slightly sticky...">>
<<set _dreamLustBonus to 15>>
<<set _dreamHTML to '<video class="dream-media" controls autoplay loop muted playsinline><source src="img/chars/carol/dreams/alexapearl_joi.webm" type="video/webm">Your browser doesn\'t support embedded videos.</video>'>>
<<set _hasDream to true>>
<<elseif _currentDay is "Sunday">>
<<set _dreamText to "It's a strange, unsettling dream. Aunt Carol is lounging outdoors, wearing lingerie, but her belly is impossibly round and swollen, pregnant. She strokes her stomach proudly, her gaze heavy and possessive as she looks at you. It's bizarre, maternal, yet deeply erotic in a way that disturbs you...">>
<<set _dreamLustBonus to 10>>
<<set _dreamHTML to '<video class="dream-media" controls autoplay loop muted playsinline><source src="img/chars/carol/dreams/alexapearl_pregnant.mp4" type="video/webm">Your browser doesn\'t support embedded videos.</video>'>>
<<set _hasDream to true>>
<<else>>
<<set _dreamText to "You sleep deeply, undisturbed by dreams tonight.">>
<</if>>
<</silently>>
<div class="dream-container">
<<if _hasDream>>
<p class="dream-intro-text">...and fall into a restless sleep...</p>
<div class="dream-media-container">
<<= _dreamHTML >>
</div>
<p class="dream-description-text"><<= _dreamText >></p>
<<if _dreamLustBonus > 0>>
<<set $player.lust += _dreamLustBonus >>
<</if>>
<<else>>
<p class="dream-description-text" style="text-align: center; margin-top: 15px;"><<= _dreamText >></p>
<</if>>
</div>
<<set $dayNumber += 1>>
<<set _nextDayHTML to "">>
<<if _currentDay is "Friday">>
<<silently>>
<<set $actualDay to "Saturday">> /* Avança para Sábado */
<<set $time to 7>>
<<set $player.energy to 100>>
<<set $auntCarol.dailyInteractions to { talk: 0, flirt: 0 } >>
<<set $neighborAngela.dailyInteractions to { talk: 0, compliment: 0 } >>
<<set $storeSkylar.dailyInteractions to { talk: 0, flirt: 0 } >>
<<set _nextDayHTML to '<p class="wake-up-text">You wake up feeling refreshed, the morning sun filtering through the window. It\'s ' + $actualDay + ', 7:00 AM.</p><div class="menu-buttons" style="margin-top: 20px;">[[Start the new day->Bedroom]]</div>'>>
<</silently>>
<<elseif _currentDay is "Saturday">>
<<silently>>
<<set $actualDay to "Sunday">> /* Avança para Domingo */
<<set $time to 7>> /* Ou um pouco mais tarde se quiser que ele acorde depois da Titsjob scene */
<<set $player.energy to 100>>
<<set $auntCarol.dailyInteractions to { talk: 0, flirt: 0 } >>
<<set $neighborAngela.dailyInteractions to { talk: 0, compliment: 0 } >>
<<set $storeSkylar.dailyInteractions to { talk: 0, flirt: 0 } >>
/* O texto de despertar será tratado pela cena MorningSurpriseTitsjob */
<<set _nextDayHTML to '<div class="menu-buttons" style="margin-top: 20px;">[[You stir in your sleep...->MorningSurpriseTitsjob]]</div>'>>
<</silently>>
<<elseif _currentDay is "Sunday">>
<<silently>>
/* Lógica para avançar para Segunda-Feira e o novo ciclo */
<<set $actualDay to "Monday">> /* Define o dia como Segunda */
<<set $dayNumber to ($dayNumber || 0) + 1 >> /* Incrementa um contador geral de dias, se você usar um */
/* Se você tiver um array $days maior, pode usá-lo, ou iniciar um novo sistema de contagem */
<<set $time to 8>> /* Acorda um pouco mais tarde na segunda */
<<set $player.energy to 100>>
/* Reseta interações diárias */
<<set $auntCarol.dailyInteractions to { talk: 0, flirt: 0 } >>
<<set $neighborAngela.dailyInteractions to { talk: 0, compliment: 0 } >>
<<set $storeSkylar.dailyInteractions to { talk: 0, flirt: 0 } >>
/* O texto de despertar será tratado pela cena CarolExplainsCityLife */
<<set _nextDayHTML to '<div class="menu-buttons" style="margin-top: 20px;">[[You begin to wake up on a new day...->CarolExplainsCityLife]]</div>'>>
<</silently>>
<</if>>
<<= _nextDayHTML>>
</div>
<<unset _currentDay, _dreamText, _dreamLustBonus, _hasDream, _dreamHTML, _nextDayHTML>><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Just checking the bathroom... Need to make sure I don't barge in on anyone.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bathroom/bathroom.jpg" alt="Bathroom">
</div>
<p class="environment-text">The bathroom is clean and smells faintly of soap and maybe Aunt Carol's perfume. A damp towel hangs over the shower rail.</p>
</div>
<<if ($auntCarol.locationSchedule.Bathroom.start <= $auntCarol.locationSchedule.Bathroom.end and $time >= $auntCarol.locationSchedule.Bathroom.start and $time <= $auntCarol.locationSchedule.Bathroom.end)
or ($auntCarol.locationSchedule.Bathroom.start > $auntCarol.locationSchedule.Bathroom.end and ($time >= $auntCarol.locationSchedule.Bathroom.start or $time <= $auntCarol.locationSchedule.Bathroom.end))>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_surprised.jpg" alt="Aunt Carol Surprised Face"> /* Sugestão */
</div>
<div class="dialog-text carol">
Oh! Hey! Didn't hear you come in. Just finishing up in here. Need something?
</div>
</div>
<<endif>>
<<if State.hasPlayed("Bathroom")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "Bathroom" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "Bathroom" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available for now.</p>
<</if>>
</div>
<div class="interaction-list">
<h3>Available Interactions</h3>
<<set _interactionCount to 0>>
<<for _type, _interaction range $auntCarol.interactions>>
<<if ($auntCarol.locationSchedule.Bathroom.start <= $auntCarol.locationSchedule.Bathroom.end and $time >= $auntCarol.locationSchedule.Bathroom.start and $time <= $auntCarol.locationSchedule.Bathroom.end)
or ($auntCarol.locationSchedule.Bathroom.start > $auntCarol.locationSchedule.Bathroom.end and ($time >= $auntCarol.locationSchedule.Bathroom.start or $time <= $auntCarol.locationSchedule.Bathroom.end))>>
<<if _interaction.limit > $auntCarol.dailyInteractions[_type]>>
<<if _interactionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _capitalized = _type.charAt(0).toUpperCase() + _type.slice(1)>>
<<link _capitalized _interaction.passage>>
<span class="interaction_name"><<print _capitalized>></span>
<</link>>
<<set _interactionCount += 1>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _interactionCount is 0>>
<p>There are no interactions available for now.</p>
<</if>>
</div>
<<else>>
<p>Just the bathroom. Seems unoccupied for now.</p>
<<set State.track("Bathroom")>>
<</if>>
<div class="menu-buttons">
[[Leave Bathroom->CarolHouse]]
</div>
</div><<set $randomNumber to Math.floor(Math.random() * 3) + 1>> /* 4 vídeos de talk */
<<silently>>
/* Atualiza interações e stats da Skylar */
<<set $storeSkylar.dailyInteractions.talk to ($storeSkylar.dailyInteractions.talk || 0) + 1>>
<<set $storeSkylar.love to ($storeSkylar.love || 0) + ($storeSkylar.interactions.talk.stats.love || 3)>> /* Usando fallback se stats não definido */
<<set $storeSkylar.corruption to ($storeSkylar.corruption || 0) + ($storeSkylar.interactions.talk.stats.corruption || 0)>> /* Skylar pode não ter lust/corruption em talk */
<</silently>>
<div class="game-container">
<<set _dialogueOptions to [
{
skylar: "Busy day today... people buying the weirdest combinations sometimes. Makes you wonder.",
player: "Yeah? Like what?"
},
{
skylar: "Did you find everything okay? Let me know if you need help reaching anything, some shelves are a bit high.",
player: "Thanks, Skylar. I think I'm good for now."
},
{
skylar: "Heard you're staying with Carol for the weekend. She's... quite the character, isn't she?",
player: "She's great! Always fun to visit."
},
{
skylar: "Just finished restocking the snacks section. Anything catch your eye?",
player: "Maybe later, just looking around for now."
}
]>>
<<set _randomDialogue to _dialogueOptions.random()>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
<<= _randomDialogue.skylar >>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
<<= _randomDialogue.player >>
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 580px; border-radius: 8px;" controls autoplay loop muted playsinline>
<<set _videoPath to "img/chars/skylar/talk/skylar_talk_" + $randomNumber + ".mp4">>
<source @src="_videoPath" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="environment-text">
Skylar continues working while chatting, occasionally glancing your way.
</p>
</div>
<br>
<div class="menu-buttons">
[[Leave Interaction->LocalStore]] /* Volta para a visão geral da loja */
</div>
</div>
<<unset _randomDialogue, _videoPath>><<set $randomNumber to Math.floor(Math.random() * 5) + 1>> /* 5 vídeos de flirt */
<<silently>>
/* Atualiza interações e stats da Skylar */
<<set $storeSkylar.dailyInteractions.flirt to ($storeSkylar.dailyInteractions.flirt || 0) + 1>>
<<set $storeSkylar.love to ($storeSkylar.love || 0) + ($storeSkylar.interactions.flirt.stats.love || 2)>>
<<set $storeSkylar.corruption to ($storeSkylar.corruption || 0) + ($storeSkylar.interactions.flirt.stats.corruption || 1)>>
/* Adicionando Lust, assumindo que exista na definição, com fallback */
<<set $player.lust to ($player.lust || 0) + ($storeSkylar.interactions.flirt.stats.lust_player || 4)>> /* Flertar pode aumentar o lust do jogador também */
<</silently>>
<div class="game-container">
<<set _dialogueOptions to [
{
skylar: "Find everything you were... *looking* for? Sometimes the best things aren't on the shelves.",
player: "(Trying to act cool) Oh yeah? Like what, for instance?"
},
{
skylar: "You know, for someone just visiting, you seem to fit right in. Maybe you should stick around longer?",
player: "Maybe I should... depends on what there is to stick around *for*."
},
{
skylar: "It gets kinda boring here sometimes. A little distraction is always welcome... What kind of 'distractions' are you good at providing?",
player: "I can be pretty... distracting when I want to be."
},
{
skylar: "Those shorts Carol wears... they leave *nothing* to the imagination, huh? Wonder if she knows how much attention she gets.",
player: "She probably has an idea. Hard not to notice."
},
{
skylar: "So, besides helping your aunt, what else does a guy like you do for fun around here? The nights can get long...",
player: "I'm open to suggestions, especially from a local expert."
}
]>>
<<set _randomDialogue to _dialogueOptions.random()>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
<<= _randomDialogue.skylar >>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
<<= _randomDialogue.player >>
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 580px; border-radius: 8px;" controls autoplay loop muted playsinline>
<<set _videoPath to "img/chars/skylar/flirt/skylar_flirt_" + $randomNumber + ".mp4">>
<source @src="_videoPath" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="environment-text">
Skylar leans against the counter, a playful or challenging look in her eyes.
</p>
</div>
<br>
<div class="menu-buttons">
[[Leave Interaction->LocalStore]]
</div>
</div>
<<unset _randomDialogue, _videoPath>><<set $randomNumber to Math.floor(Math.random() * 3) + 1>> /* 3 vídeos de talk */
<<silently>>
/* Atualiza interações e stats da Angela */
<<set $neighborAngela.dailyInteractions.talk to ($neighborAngela.dailyInteractions.talk || 0) + 1>>
<<set $neighborAngela.love to ($neighborAngela.love || 0) + ($neighborAngela.interactions.talk.stats.love || 5)>>
<<set $neighborAngela.corruption to ($neighborAngela.corruption || 0) + ($neighborAngela.interactions.talk.stats.corruption || 0)>>
<</silently>>
<div class="game-container">
<<set _dialogueOptions to [
{
angela: "Oh, hi again! Just taking a little break from the garden. It's beautiful weather, isn't it?",
player: "It really is perfect weather today."
},
{
angela: "How are things over at Carol's? Keeping you busy, I hope?",
player: "Yeah, she always finds something for me to do, but it's nice."
},
{
angela: "I saw the most beautiful butterfly in the garden earlier! Wish you could have seen it.",
player: "Sounds lovely! Maybe I'll spot it next time."
}
]>>
<<set _randomDialogue to _dialogueOptions.random()>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
<<= _randomDialogue.angela >>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
<<= _randomDialogue.player >>
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 580px; border-radius: 8px;" controls autoplay loop muted playsinline>
<<set _videoPath to "img/chars/neighbor/talk/angela_talk_" + $randomNumber + ".mp4">>
<source @src="_videoPath" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="environment-text">
Angela smiles warmly, happy to chat for a moment.
</p>
</div>
<br>
<div class="menu-buttons">
[[Finish Talking->AngelaHouse]] /* Volta para a visão geral da casa da Angela */
</div>
</div>
<<unset _randomDialogue, _videoPath>><<set $randomNumber to Math.floor(Math.random() * 2) + 1>> /* 2 vídeos de compliment */
<<silently>>
/* Atualiza interações e stats da Angela */
<<set $neighborAngela.dailyInteractions.compliment to ($neighborAngela.dailyInteractions.compliment || 0) + 1>>
<<set $neighborAngela.love to ($neighborAngela.love || 0) + ($neighborAngela.interactions.compliment.stats.love || 4)>>
<<set $neighborAngela.corruption to ($neighborAngela.corruption || 0) + ($neighborAngela.interactions.compliment.stats.corruption || 1)>>
/* Elogiar pode aumentar o Lust dela (ou do jogador?) */
<<set $neighborAngela.lust to ($neighborAngela.lust || 0) + ($neighborAngela.interactions.compliment.stats.lust || 3)>>
<</silently>>
<div class="game-container">
<<set _dialogueOptions to [
{
playerCompliment: "You know, your garden looks absolutely amazing, Angela. You have a real talent.",
angelaResponse: "(Blushing slightly) Oh, thank you! That's so sweet of you to say. I do put a lot of work into it."
},
{
playerCompliment: "That's a really nice sundress you're wearing, it looks great on you.",
angelaResponse: "(Smiling, touches the fabric) Aw, thanks! I wasn't sure about it, but I'm glad you like it."
},
{
playerCompliment: "You always seem so cheerful, Angela. It's really nice being around you.",
angelaResponse: "(Beaming) That's one of the nicest things anyone's said to me today! Thank you."
}
]>>
<<set _randomCompliment to _dialogueOptions.random()>>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
<<= _randomCompliment.playerCompliment >>
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
<<= _randomCompliment.angelaResponse >>
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<video width="100%" height="auto" style="max-width: 580px; border-radius: 8px;" controls autoplay loop muted playsinline>
<<set _videoPath to "img/chars/neighbor/compliment/angela_compliment_" + $randomNumber + ".mp4">>
<source @src="_videoPath" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="environment-text">
Angela seems genuinely pleased by your kind words, her smile widening.
</p>
</div>
<br>
<div class="menu-buttons">
[[Finish Complimenting->AngelaHouse]]
</div>
</div>
<<unset _randomCompliment, _videoPath>><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bathroom/bathroom_messy.jpg" alt="Messy Bathroom">
</div>
<p class="narrative-text">
You step into the bathroom and immediately notice it could use a good cleaning. The mirror has water spots, there are soap residues on the sink, and the shower could definitely use some attention. Time to roll up your sleeves and get to work.
</p>
</div>
<!-- Interface de Limpeza -->
<div class="cleaning-interface">
<h3 class="cleaning-title">Bathroom Cleaning Tasks</h3>
<!-- Barra de Progresso -->
<div class="progress-container">
<div class="progress-bar">
<div id="progress-fill" class="progress-fill"></div>
</div>
<span id="progress-text" class="progress-text">0% Complete</span>
</div>
<!-- Botões de Tarefas -->
<div class="cleaning-tasks">
<div class="task-row">
<<link "🚽 Clean Toilet">>
<<run window.bathroomCleaning.completeTask('clean-toilet')>>
<</link>>
<<link "🚿 Clean Sink">>
<<run window.bathroomCleaning.completeTask('clean-sink')>>
<</link>>
</div>
<div class="task-row">
<<link "🛁 Clean Shower">>
<<run window.bathroomCleaning.completeTask('clean-shower')>>
<</link>>
<<link "🪟 Clean Mirror">>
<<run window.bathroomCleaning.completeTask('clean-mirror')>>
<</link>>
</div>
<div class="task-row">
<<link "🧹 Sweep Floor">>
<<run window.bathroomCleaning.completeTask('sweep-floor')>>
<</link>>
<<link "📦 Organize Items">>
<<run window.bathroomCleaning.completeTask('organize-items')>>
<</link>>
</div>
</div>
<!-- Feedback de Ação -->
<div id="cleaning-feedback" class="cleaning-feedback"></div>
</div>
<!-- Seção para completar a missão (Aparece quando 100%) -->
<div id="completion-section" class="completion-hidden" style="text-align: center; margin-top: 25px;">
<p class="narrative-text" style="margin-bottom: 15px;">
Perfect! The bathroom is now spotless and fresh. You wipe the sweat from your brow, feeling satisfied with your hard work. Aunt Carol will definitely appreciate this.
</p>
<<link "Finish Cleaning">>
<<replace "#completion-section">>
<p class="narrative-text" style="margin-bottom: 15px;">
You gather the cleaning supplies and take one last look at your handiwork. The bathroom sparkles like new. Time to let Aunt Carol know it's done.
</p>
<!-- Atualiza o estado do jogo -->
<<set $missions["008"].status to 1>>
<<set $player.energy to $player.energy - 10>>
<<set $auntCarol.love to $auntCarol.love + 10>>
<<set $auntCarol.lust to $auntCarol.lust + 5>>
<<set $player.money to $player.money + 10>>
<<set $time to $time + 1>>
<!-- Botão para sair -->
<div class="menu-buttons" style="margin-top: 15px;">
[[Return to the Hallway->CarolHouse]]
</div>
<</replace>>
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/livingroom/livingroom_small.jpg" alt="Living Room">
</div>
<p class="narrative-text">
After you finished cleaning the bathroom, you find Aunt Carol in the living room. She seems a bit flustered, holding a small, neatly wrapped package in her hands.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Blushing Face">
</div>
<div class="dialog-text carol">
Oh, sweetie, there you are! You're such a lifesaver. Listen, I have another tiny favor to ask, if you don't mind... I feel a bit silly asking after all you've done today.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
It's no problem at all, Aunt Carol. What do you need?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Blushing Face">
</div>
<div class="dialog-text carol">
Well, this is a little something for Angela, our neighbor. I was going to take it over myself, but I've just gotten a bit... sidetracked. Would you be an absolute angel and run it over to her house for me? It's nothing urgent, just whenever you're heading out or have a moment this afternoon.
</div>
</div>
<p class="narrative-text">
She hands you the small package. It's surprisingly light. You wonder what's inside, but her slightly flushed expression suggests it's best not to ask too many questions right now.
</p>
<!-- Conclusão da Missão - Aceitar levar o pacote -->
<div id="completion-section" style="text-align: center; margin-top: 25px;">
<p style="font-style: italic; color: #D4AF37; margin-bottom: 15px;">
You take the package. Now you need to deliver it to Angela's house.
</p>
<<link "Sure, I can do that for you.">>
<<set $missions["009"].status to 1>> /* Marca esta missão (o pedido) como concluída */
<<set $auntCarol.love += 5>> /* Recompensa de amor por aceitar */
<<run $player.inventory.pushUnique("AngelaPackage")>> /* Adiciona o item ao inventário do jogador */
/* O tempo não avança aqui, apenas o acordo foi feito e o item recebido */
<<goto "LivingRoom">> /* Retorna para a visão da sala de estar */
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/angela_house/house_flower.webp" alt="Angela's House with Flowers">
</div>
<p class="narrative-text">
You arrive at Angela's charming house, the package for her in hand. You ring the doorbell, and after a moment, Angela opens the door with a warm, welcoming smile.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Oh, hi there! What a pleasant surprise. What brings you over?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Hi Angela. Aunt Carol asked me to drop this off for you. She said you were expecting it?
</div>
</div>
<p class="narrative-text">
You hand her the small package. Angela's eyes light up, and she takes it with a grateful expression.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Oh, wonderful! Yes, I was. Thank you so much for bringing it over, that's so thoughtful of Carol... and of you for making the trip! Please, tell Carol I said thanks a million! Here, for your trouble...
</div>
</div>
<p class="narrative-text">
She presses a small amount of money into your hand with another bright smile. She seems genuinely happy to receive the package.
</p>
<!-- Conclusão da Missão - Pacote Entregue -->
<div id="completion-section" style="text-align: center; margin-top: 25px;">
<p style="font-style: italic; color: #D4AF37; margin-bottom: 15px;">
Package delivered successfully to Angela! She seemed very pleased.
</p>
<<link "Alright, I'll let Carol know. See you, Angela!">>
<<set $missions["010"].status to 1>>
<<set $neighborAngela.love += 10>>
<<set $player.money += 10>>
<<set $player.energy -= 2>> /* Pequeno custo pela caminhada/interação */
/* Tempo gasto na entrega */
/* Remover "AngelaPackage" do inventário do jogador */
<<run $player.inventory = $player.inventory.filter(item => item !== "AngelaPackage")>>
<<goto "AngelaHouse">> /* Retorna para a visão da casa da Angela (de onde pode sair) */
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/livingroom/livingroom_small.jpg" alt="Living Room">
</div>
<p class="narrative-text">
You find Aunt Carol back in the living room, perhaps reading a book or watching TV. She looks up expectantly as you approach.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Hey Aunt Carol, just wanted to let you know I dropped off that package with Angela. She seemed really happy to get it and said to thank you.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_smiling.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
Oh, wonderful! Thank you so much for doing that, sweetie. You're such a good help. Angela is a real dear, isn't she? Always so sweet.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Yeah, she was very nice. Her garden looks amazing too.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_smiling.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
It really does! She puts so much work into it. You know, she sometimes mentions needing an extra pair of hands for the heavier stuff. She usually asks some of the neighborhood boys to help out when they're around, but it's been a while since there's been anyone reliable... *Hint hint*. Just something to keep in mind if you're ever looking for a way to be neighborly... or earn a little extra.
</div>
</div>
<p class="narrative-text">
Aunt Carol gives you a knowing little smile. It seems she's already planting ideas for how you can spend your time... and perhaps get to know the neighbors better.
</p>
<!-- Conclusão da Missão -->
<div id="completion-section" style="text-align: center; margin-top: 25px;">
<p style="font-style: italic; color: #D4AF37; margin-bottom: 15px;">
Delivery confirmed! Aunt Carol seems pleased, and you've got a new lead on potential activities.
</p>
<<link "Good to know. Thanks, Aunt Carol!">>
<<set $missions["011"].status to 1>>
<<set $auntCarol.love += 10>>
<<set $time += 1>>
/* O tempo não precisa necessariamente avançar aqui, pois foi uma conversa rápida */
<<goto "LivingRoom">> /* Retorna para a visão da sala de estar */
<</link>>
</div>
</div><div class="game-container">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/kitchen/kitchen_night_dishes.jpg" alt="Kitchen at Night with Dirty Dishes">
</div>
<p class="narrative-text">
You enter the kitchen in the evening and find a pile of dirty dishes waiting in the sink. Plates, glasses, silverware, and a few pots are stacked up from the day's meals. Time to roll up your sleeves and get these clean.
</p>
</div>
<!-- Interface de Lavar Louça -->
<div class="dishwashing-interface">
<h3 class="dishwashing-title">Evening Dish Washing</h3>
<!-- Barra de Progresso -->
<div class="progress-container">
<div class="progress-bar">
<div id="dishes-progress-fill" class="progress-fill"></div>
</div>
<span id="dishes-progress-text" class="progress-text">0% Complete</span>
</div>
<!-- Status Atual -->
<div id="current-dish-status" class="current-status">
<p>Ready to start washing dishes!</p>
</div>
<div class="dishwashing-actions">
<div class="action-row">
<<link "🧽 Soap & Scrub">>
<<run setup.performDishAction('soap')>>
<</link>>
<<link "🚿 Rinse Clean">>
<<run setup.performDishAction('rinse')>>
<</link>>
<<link "🧻 Dry & Store">>
<<run setup.performDishAction('dry')>>
<</link>>
</div>
</div>
<!-- Contador de Louças -->
<div class="dish-counter">
<div class="counter-item">
<span class="dish-icon">🍽️</span>
<span id="plates-count">4 Plates</span>
</div>
<div class="counter-item">
<span class="dish-icon">🥛</span>
<span id="glasses-count">3 Glasses</span>
</div>
<div class="counter-item">
<span class="dish-icon">🍴</span>
<span id="silverware-count">3 Silverware</span>
</div>
<div class="counter-item">
<span class="dish-icon">🍳</span>
<span id="pots-count">2 Pots</span>
</div>
</div>
<!-- Feedback de Ação -->
<div id="dishwashing-feedback" class="dishwashing-feedback"></div>
</div>
<!-- Seção para completar a missão -->
<div id="completion-section" class="completion-hidden" style="text-align: center; margin-top: 25px;">
<p class="narrative-text" style="margin-bottom: 15px;">
Excellent work! All the dishes are now sparkling clean and properly stored away. The kitchen looks perfect, and you feel satisfied with a job well done. Aunt Carol will definitely appreciate coming home to a clean kitchen.
</p>
<<link "Finish Dish Washing">>
<<replace "#completion-section">>
<p class="narrative-text" style="margin-bottom: 15px;">
You dry your hands and take one final look at the spotless kitchen. Every dish has been washed, dried, and put away in its proper place. The satisfaction of completing this task feels great.
</p>
<!-- Atualiza o estado do jogo -->
<<set $missions["012"].status to 1>>
<<set $player.energy to $player.energy - 8>>
<<set $auntCarol.love to $auntCarol.love + 10>>
<<set $auntCarol.lust to $auntCarol.lust + 3>>
<<set $time to $time + 1>>
<!-- Botão para sair -->
<div class="menu-buttons" style="margin-top: 15px;">
[[Return to the Hallway->CarolHouse]]
</div>
<</replace>>
<</link>>
</div>
</div><div class="game-container spy-scene-container">
<!-- PARTE 1: APROXIMAÇÃO E ESPIONAGEM INICIAL -->
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bathroom/bathroom.jpg" alt="Bathroom Entrance">
</div>
<p class="spy-narrative">
Afternoon sunlight filters into the main bathroom area. You hear the distinct sound of running water coming from the shower stall, which has its own frosted glass door. Aunt Carol must be in there. A wave of curiosity washes over you...
</p>
</div>
<div class="player-thought-spy">
(Thinking) She's taking a shower... I probably shouldn't... but what if I just take a tiny peek? Just to see...
</div>
<p class="spy-narrative">
You quietly approach the frosted glass door of the shower area. It's steamy, but you can make out her silhouette moving within. You find a spot where the condensation is a little thinner...
</p>
<div class="spy-video-initial">
<video controls autoplay loop muted playsinline>
<source src="img/chars/carol/bath/alexapearl_bath_spying.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
Your heart pounds. Through the obscured view, you see her washing her hair, water cascading down her bare back and shoulders. She turns, rinsing, and you get flashes of wet skin, the curve of her hip, the swell of a breast as she moves. It's intoxicating. You linger, perhaps longer than you should, your gaze fixed.
</p>
<hr style="border-color: rgba(200, 180, 220, 0.2); margin: 25px 0;">
<!-- PARTE 2: O BARULHO E SER PEGO -->
<p class="spy-narrative">
You've definitely overstayed. Deciding you've pushed your luck, you try to back away. But in your haste, your elbow bumps a shelf, sending a bottle of shampoo clattering loudly to the tiled floor!
</p>
<p class="player-reaction" style="font-size: 1.5em; font-weight:bold; color: #E74C3C; text-align:center; margin: 10px 0 20px 0;">CRASH!</p>
<p class="spy-narrative">The sound of the shower abruptly stops. Silence. Then...</p>
<div class="dialog-container">
<div class="dialog-image">
<!-- Sem imagem de rosto aqui, é a voz dela do chuveiro -->
</div>
<div class="carol-dialog-spy"> <!-- Usando a classe customizada -->
Hello? Is someone out there?
</div>
</div>
<p class="spy-narrative">
Before you can react, the frosted door slides open. Aunt Carol peers out, water dripping, shielding her body with her hands. Her eyes widen when she sees you, shock quickly morphing into a complex mix of disappointment and something unreadable.
</p>
<div class="caught-video-container"> <!-- Container para o vídeo menor -->
<video controls autoplay loop muted playsinline> <!-- Loop pode ser removido se o vídeo tiver um fim natural para esta parte -->
<source src="img/chars/carol/bath/alexapearl_bath_catch_spying.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Blushing/Disappointed Face">
</div>
<div class="carol-dialog-spy">
Oh my god... You! What... I'm taking a shower!
</div>
</div>
<div class="player-thought-spy">
(Stammering) Aunt Carol, I... I'm so sorry! I just... I heard the water and I... I got curious... I didn't mean to...
</div>
<p class="spy-narrative">
She sighs, a deep, troubled sound. "Okay... fine," she says, her voice barely a whisper. "Just... just once. To satisfy your curiosity, I guess."
The video shows her hesitant reveal. "Then you get out."
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_blushing.jpg" alt="Carol Blushing/Stern Face">
</div>
<div class="carol-dialog-spy">
(More firmly) Okay. Get out of here now. Let me finish my shower in peace.
</div>
</div>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Stumble out of the bathroom, heart racing...">>
<<set $scenes["BathroomEspionage"].status to 1>>
<<set $auntCarol.lust += 25>>
<<set $auntCarol.corruption += 10>>
<<goto "Bathroom">>
<</link>>
</div>
</div>
<div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- INTRODUÇÃO COM O GIF DO VINHO -->
<div class="environment-container">
<div class="environment-image">
<img src="img/etc/foods/wine.gif" alt="Wine pouring into a glass" style="max-width: 300px; border-radius: 8px;">
</div>
<p class="spy-narrative" style="margin-top: 15px;">
You find Aunt Carol in the living room, a nearly empty bottle of red wine on the coffee table beside her. She's clearly had a few glasses already; there's a relaxed, almost giddy flush to her cheeks, and her eyes sparkle with a dangerously playful light when she sees you.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Tipsy Face">
</div>
<div class="dialog-text carol"> <!-- Usando a classe de diálogo padrão -->
Heeeey there, handsome! Just... unwinding a little. This wine is *delicious*. You should try some... or maybe... you're delicious enough on your own?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Okay, she's definitely feeling that wine. And she's looking right through me. This could get... interesting.
</div>
</div>
<p class="spy-narrative">
She giggles, taking another sip from her glass, then sets it down with a deliberate slowness. Her gaze drifts down her own body, then back to you, a provocative smirk playing on her lips.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Playful Face">
</div>
<div class="dialog-text carol">
Soooo... you saw me in the bathroom earlier, right? When I was... you know... *freshening up*. You got a pretty good eyeful. Don't even try to deny it, I saw you scrambling away like a startled bunny.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
My face burns. She *knew*? Or is she just fishing because of the noise?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Teasing Face">
</div>
<div class="dialog-text carol">
Don't look so horrified, sweetie. A little curiosity never hurt anyone... much. So, tell me... what did you think? Of my... *assets*? Are they nice? Big enough for your tastes?
</div>
</div>
<p class="spy-narrative">
As she speaks, she leans forward slightly, her top (whatever she's wearing) shifting, and she subtly, or not so subtly, jiggles her chest.
</p>
<!-- VÍDEO 1: BALANÇANDO COM ROUPA - TAMANHO AJUSTADO -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 480px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/tease/alexapearl_boucing_tits_w_tshirt.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The movement is hypnotic under the soft living room lights. Even through the fabric, their size and bounce are undeniably impressive. She watches your reaction, her eyes glinting.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Very Sly Face">
</div>
<div class="dialog-text carol">
But you know... fabric can be so... restrictive, don't you think? It hides all the best parts. Maybe you need a... clearer demonstration? For... scientific purposes, of course.
</div>
</div>
<p class="spy-narrative">
Before you can even process that, her hands go to her top. With a practiced, almost casual movement fueled by wine and audacity, she pulls it up and off, tossing it aside.
</p>
<!-- VÍDEO 2: BALANÇANDO SEM ROUPA - TAMANHO AJUSTADO -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 480px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/tease/alexapearl_boucing_tits_w_no_tshirt.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
And there they are. Full, round, and completely bare. She gives them another, more vigorous shake, her nipples hard and pointing right at you. A low chuckle rumbles in her chest. "See? Much better view, wouldn't you say? They *are* pretty magnificent, even if I do say so myself. Definitely a handful... or two."
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Holy... She's... just... Wow. I can't form words. My brain has officially short-circuited.
</div>
</div>
<p class="spy-narrative">
She holds your gaze for a long moment, letting you drink in the sight, the silence in the room thick with unspoken tension and the heavy scent of wine and her perfume.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "You manage a weak nod, completely flustered...">>
<<set $scenes["EveningWine"].status to 1>>
<<set $auntCarol.lust += 20>>
<<set $auntCarol.corruption += 15>>
<<set $auntCarol.love += 10>>
/* <<set $time += 1>> */
<<goto "LivingRoom">>
<</link>>
</div>
</div><div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- PARTE 1: O CONVITE INDECENTE -->
<div class="environment-container">
<p class="spy-narrative" style="margin-top: 15px;">
Later that night, after the evening's... *festivities*... you feel compelled to wish Aunt Carol a proper goodnight. You find her in her bedroom, already changed into a loose, silky nightgown that clings suggestively to her curves as she moves. The room is dimly lit, a single lamp casting long, inviting shadows. She turns as you enter, that sly, wine-fueled smile still playing on her lips.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Anticipating Face">
</div>
<div class="dialog-text carol">
Well, well, look who decided to pay a little night visit. Coming to tuck your old auntie in? Or perhaps... you had something else in mind after my little... *performance* earlier?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Nervously) I... uh... just wanted to say goodnight, Aunt Carol.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Demanding Face">
</div>
<div class="dialog-text carol">
Goodnight? Oh, I think we can do a little better than just "goodnight," don't you? After all the... *revelations* today, I think it's only fair you show me what *you've* been hiding under those pants of yours. Come on, don't be shy. Auntie Carol wants to see.
</div>
</div>
<p class="spy-narrative">
Your protests are weak, easily brushed aside by her intoxicating mix of playful demand and a predatory glint in her eyes. Before you know it, your pants are around your ankles, and your rapidly hardening erection is on full display under her hungry gaze.
</p>
<!-- VÍDEO 1: HANDJOB -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 520px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/handjob/alexapearl_handjob_no_cum.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
She doesn't hesitate. Her warm hand instantly closes around your shaft, her touch surprisingly firm and knowing. She begins to stroke you, slowly at first, then with increasing confidence, her eyes locked on yours, a triumphant smirk on her face.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Pleased Face">
</div>
<div class="dialog-text carol">
(Whispering huskily) Mmm, there we go... Much bigger than I imagined, sweetie. You've been holding out on your poor aunt. This will be our little secret, okay? If your mother or father ever found out about this... well, let's just say I'd be in a world of trouble. But some secrets are worth keeping, don't you think?
</div>
</div>
<p class="spy-narrative">
Her pace quickens, her thumb expertly teasing the head of your cock. You groan, close to the edge, but just as you think you're about to lose control, she abruptly stops, her hand still wrapped around you, pulsing gently.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Dismissive Face">
</div>
<div class="dialog-text carol">
(A light pat on your thigh) Alright, that's enough excitement for one night. Wouldn't want to tire you out completely on your first *real* night. Off to bed with you now, little nephew. Sweet dreams.
</div>
</div>
<p class="spy-narrative">
She releases you, leaving you aching and bewildered. Before you can say anything, she gently pushes you towards the door. As you step out, still trying to process what just happened, you hear the distinct *click* of her bedroom door locking behind you.
</p>
<hr style="border-color: rgba(200, 180, 220, 0.2); margin: 25px 0;">
<!-- PARTE 2: A ESPIADA PELA FECHADURA -->
<p class="spy-narrative">
Your mind is reeling. She locked the door? Curiosity, and a desperate need for some kind of... closure, perhaps, gets the better of you. You notice the old-fashioned keyhole on her door. Hesitantly, you lean down and peer through it.
</p>
<div class="changing-video-container" style="text-align: center;"> <!-- Mesmo container, talvez um pouco menor se o vídeo for mais focado -->
<video controls autoplay loop muted playsinline style="max-width: 400px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/solo/alexapearl_bed_w_masturbation.webm" type="video/webm">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The view is limited, but you see enough. Aunt Carol is back on her bed, her nightgown hiked up around her waist. Her eyes are closed, a look of intense concentration on her face as her hand moves rhythmically between her legs, a sleek vibrator clutched within. A soft moan escapes her lips. It seems your little... *interaction*... left her wanting more as well. You watch for a few more electrifying seconds before pulling away, your own arousal reignited, mixed with a potent cocktail of guilt and exhilaration.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(Thinking) Jesus Christ... She... What is even happening anymore? I need to get to my room.
</div>
</div>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Retreat to your room, utterly shell-shocked...">>
<<set $scenes["BedroomHandjob"].status to 1>>
<<set $auntCarol.lust += 30>>
<<set $auntCarol.corruption += 10>>
<<set $auntCarol.love += 15>>
<<set $player.lust += 15>> /* O jogador também fica no tesão, porra! */
<<goto "BedroomCarol">> /* Ou para o quarto do jogador, se fizer mais sentido */
<</link>>
</div>
</div><div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- PARTE 1: O DESPERTAR CONFUSO -->
<div class="environment-container">
<p class="spy-narrative" style="margin-top: 15px; font-size: 1.1em;">
Sunlight streams weakly into your room as you begin to stir. Grogginess clings to you, the events of last night a hazy, yet intensely vivid, series of flashes in your mind. You try to open your eyes, a strange warmth pressing against your lower body...
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Confused)">
</div>
<div class="dialog-text player">
(Groaning internally) Ugh... what time is it? What was that dream... or was it a dream? Something feels... heavy.
</div>
</div>
<p class="spy-narrative">
You crack your eyes open to see Aunt Carol already in your room, perched on the edge of your bed. She's dressed in a tight workout top and shorts, already looking energized. She's humming to herself, applying some kind of lotion to her arms and chest, seemingly oblivious to your stirring.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Energetic Face">
</div>
<div class="dialog-text carol">
Morning, sleepyhead! Rise and shine! Just getting ready for a quick workout, gotta keep this body in shape, you know? This new lotion smells amazing, makes the skin so... receptive.
</div>
</div>
<p class="spy-narrative">
Her words barely register. You're still trying to shake off the sleep, and that persistent, warm pressure... You blink, trying to focus, and as your vision clears, the world lurches.
</p>
<!-- VÍDEO PRINCIPAL: TITSJOB COM ROUPA E FINALIZAÇÃO -->
<div class="changing-video-container" style="text-align: center;"> <!-- Centraliza o vídeo -->
<video controls autoplay loop muted playsinline style="max-width: 540px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/titjob/alexapearl_titjob_w_clothes.webm" type="video/webm">
<!-- Adicione .mp4 se tiver -->
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
Somehow, while you were half-asleep, she had maneuvered your morning wood. It's now nestled snugly between her surprisingly ample breasts, still partially covered by her tight sports top. Her hands are cupping her own cleavage, pressing her flesh firmly around your shaft, and she's begun to move, a slow, rhythmic friction that sends jolts of pure, unadulterated pleasure straight to your groin. Her eyes are closed, a faint smile on her lips, as if lost in the sensation just as much as you are.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Shocked/Aroused)">
</div>
<div class="dialog-text player">
(Thinking) WHAT THE FU--?! How... When...?! This is... This is happening. Right now.
</div>
</div>
<p class="spy-narrative">
The sensation is overwhelming. The warmth of her skin, the soft pressure of her breasts, the subtle scent of lotion and her own musky arousal... it's too much. You gasp as the climax hits you like a freight train, a hot, thick release pulsing between her breasts, soaking the inside of her top.
She opens her eyes, looking down with a satisfied, almost predatory expression. Without a word, she pulls the fabric of her top away, revealing your sticky mess coating her cleavage. She studies it for a moment, then gives you a slow, deliberate wink.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Smirking Face">
</div>
<div class="dialog-text carol">
(Chuckles softly) Well, that's one way to start the day. Hope you enjoyed your... *protein shake*. Now, I really should get to that workout. Don't be late for breakfast, sweetie.
</div>
</div>
<p class="spy-narrative">
And just like that, as if nothing extraordinary just occurred, she slips off the bed, gives her top a cursory wipe, and saunters out of your room, leaving you breathless, sticky, and utterly bewildered by the force of nature that is your Aunt Carol.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Try to pick your jaw up off the floor...">>
<<set $scenes["MorningTitsjob"].status to 1>>
<<set $auntCarol.lust += 35>>
<<set $auntCarol.corruption += 15>>
<<set $auntCarol.love += 20>>
<<set $player.lust += 20>>
<<set $player.energy -= 5>> /* Orgasmos gastam uma energia do caralho, né? */
/* Avançar o tempo um pouco, já que "aconteceu" algo */
<<set $time += 1>>
<<if $time >= 24>> /* Caso vire o dia, mas improvável aqui */
<<set $time -= 24>>
/* Lógica de avançar o dia se necessário */
<</if>>
<<goto "Bedroom">> /* Retorna para o quarto do jogador */
<</link>>
</div>
</div>
<<set _bathStage to _bathStage || 0 >> /* Inicializa ou mantém o estágio da cena */
<div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- ===== ESTÁGIO 0: O CONVITE NO BANHEIRO ===== -->
<<if _bathStage === 0>>
<div class="changing-scene-stage" id="bath-stage-0">
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bathroom/bathroom.jpg" alt="Bathroom Entrance">
</div>
<p class="spy-narrative">
You step into the bathroom, perhaps intending to use it yourself, when you find Aunt Carol already there, just by the entrance to the shower stall. She's wrapped in a plush towel, another one around her hair, but there's a knowing, almost challenging glint in her eyes as she sees you.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Inviting Face">
</div>
<div class="dialog-text carol">
Oh, hey there, sweetie. Perfect timing. I was just about to hop in for a quick shower to freshen up from this afternoon heat... Care to join me? The water's nice and warm, and there's plenty of room for two... or three, if you count your little friend.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Stunned)">
</div>
<div class="dialog-text player">
(Thinking) Join... join her? In the shower? Is this really happening?! My blood is already rushing south.
</div>
</div>
<p class="spy-narrative">
Before you can fully process the audacious invitation, she drops her towel with a wink, revealing her glorious naked form for a tantalizing second, and slips into the shower stall, partially closing the frosted glass door behind her.
</p>
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay muted playsinline style="max-width: 500px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/bath/alexapearl_bath_1.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">The video shows her beckoning you, then entering the shower. The "cut" implies you've decided to follow.</p>
<div class="menu-buttons" style="margin-top: 20px;">
<<link "Hesitantly step into the steamy shower stall..." >>
<<set _bathStage = 1>>
<<replace "#bath-stage-0">><<include "AfternoonSharedBath">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 1: APLICAÇÃO DE LOÇÃO - PARTE 1 ===== -->
<<if _bathStage === 1>>
<div class="changing-scene-stage" id="bath-stage-1">
<p class="spy-narrative">
The shower stall is filled with warm steam and the scent of her floral soap. Water cascades around you both. Carol turns, a bottle of what looks like body lotion or shower gel in her hand. She gives you a slow, deliberate smile.
</p>
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 520px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/bath/alexapearl_bath_2.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
She begins to apply the lotion to herself, her movements languid and overtly sensual. First her full breasts, massaging them in slow circles, her nipples hardening under her touch. Then down her legs, lingering on her inner thighs. She turns, presenting her magnificent, lotion-slicked ass to you, before working the cream suggestively close to, and then directly onto, her glistening folds. It's an incredibly intimate performance, clearly for your benefit.
</p>
<div class="menu-buttons">
<<link "Watch, completely mesmerized...">>
<<set _bathStage = 2>>
<<replace "#bath-stage-1">><<include "AfternoonSharedBath">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 2: APLICAÇÃO DE LOÇÃO - PARTE 2 (CLOSE-UP) ===== -->
<<if _bathStage === 2>>
<div class="changing-scene-stage" id="bath-stage-2">
<p class="spy-narrative">
She seems to sense your rapt attention, a satisfied hum escaping her lips. She moves closer, ensuring you get an even better view of her ministrations.
</p>
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 500px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/bath/alexapearl_bath_3.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The close-up is almost too much. Her hands lavish attention on her breasts again, then trail down to her pussy, her fingers circling and rubbing with an intensity that makes your own groin ache. She finishes with a few playful pats on her bum, letting the shower water begin to rinse the excess lotion away, her body gleaming.
</p>
<div class="menu-buttons">
<<link "Swallow hard, trying to remain standing...">>
<<set _bathStage = 3>>
<<replace "#bath-stage-2">><<include "AfternoonSharedBath">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 3: A DESPEDIDA CURTA ===== -->
<<if _bathStage === 3>>
<div class="changing-scene-stage" id="bath-stage-3">
<p class="spy-narrative">
With a final, lingering look that promises more, she reaches out and turns off the shower. The sudden silence is almost deafening.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Satisfied Face">
</div>
<div class="dialog-text carol">
Well, I hope you enjoyed our... *quick* shower together, sweetie. Did it help you cool off? Or maybe just heat you up more?
</div>
</div>
<p class="spy-narrative">
She chuckles, grabbing her towel and beginning to dry herself, seemingly unconcerned by your dazed state. The "show" is over, for now.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Mumble something incoherent and exit the bathroom...">>
<<set $scenes["SharedBathProvocation"].status to 1>>
<<set $auntCarol.lust += 25>>
<<set $auntCarol.corruption += 10>>
<<set $player.lust += 15>>
/* <<set $time += 1>> // Opcional: A "cena" inteira pode levar 1 hora */
<<goto "Bathroom">>
<</link>>
</div>
</div>
<</if>>
</div>
<<unset _bathStage>><<set _farewellStage to _farewellStage || 0 >> /* Inicializa ou mantém o estágio da cena */
<div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- ===== ESTÁGIO 0: A SURPRESA FINAL ===== -->
<<if _farewellStage === 0>>
<div class="changing-scene-stage" id="farewell-stage-0">
<div class="environment-container">
<div class="environment-image">
<!-- Imagem do quarto do jogador, malas quase prontas -->
<img src="img/layout/bedroom/bedroom_packing.jpeg" alt="Player's bedroom, packing bags">
</div>
<p class="spy-narrative">
Evening shadows lengthen in your temporary room. You're methodically folding clothes and placing them into your bag, a strange mix of melancholy and lingering arousal from the day's... *events*... swirling within you. It seems the weekend of provocations is finally drawing to a close. Just as you're zipping up a nearly full suitcase, you hear a soft knock and the door creaks open. It's Aunt Carol.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Determined Face">
</div>
<div class="dialog-text carol">
Almost done packing, sweetie? Thought I'd come see how my favorite nephew was doing before he... departs. But you know, there's one last piece of "luggage" I think you forgot to... *handle*. Why don't you take your friend out from down there and lie back on the bed for a moment? Auntie has a very special way of saying goodbye.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Shocked/Anticipating)">
</div>
<div class="dialog-text player">
(Thinking) My... friend? Oh god, she can't mean... After everything today, is she serious?! My heart is hammering against my ribs. There's no refusing that look in her eyes.
</div>
</div>
<p class="spy-narrative">
Wordlessly, your body moving almost on autopilot, fueled by a potent cocktail of shock, disbelief, and undeniable, throbbing anticipation, you do as she says. You unbuckle your pants, your already semi-aroused cock springing free, and lie back on the bed, entirely at her mercy.
</p>
<div class="menu-buttons" style="margin-top: 20px;">
<<link "Brace yourself for whatever comes next...">>
<<set _farewellStage = 1>>
<<replace "#farewell-stage-0">><<include "EveningFarewellBJ">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 1: BLOWJOB - PARTE 1 ===== -->
<<if _farewellStage === 1>>
<div class="changing-scene-stage" id="farewell-stage-1">
<p class="spy-narrative">
Aunt Carol approaches the bed, a predatory glint in her eyes. She kneels beside you, her gaze fixed on your erection. Without a word, she leans down...
</p>
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 460px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/blowjob/alexapearl_blowjob_end_scene_1.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
Her warm, wet mouth engulfs you. The sensation is electric. She starts slowly, teasingly, her tongue expertly darting and swirling, before her pace quickens, her head bobbing with increasing urgency. The video shows her dedicated work, slobbery and intense, before it abruptly cuts after a minute of pure, mind-numbing pleasure.
</p>
<div class="menu-buttons">
<<link "Gasp, trying to catch your breath...">>
<<set _farewellStage = 2>>
<<replace "#farewell-stage-1">><<include "EveningFarewellBJ">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 2: BLOWJOB - PARTE 2 (MÃOS E PEITOS) ===== -->
<<if _farewellStage === 2>>
<div class="changing-scene-stage" id="farewell-stage-2">
<p class="spy-narrative">
She pulls back for a moment, a string of saliva connecting her lips to your glistening cock. Her eyes are glazed with lust. Then, she dives back in, this time incorporating her hands, stroking your shaft in rhythm with her mouth.
</p>
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 460px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/blowjob/alexapearl_blowjob_end_scene_2.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The video continues, showing her masterful technique. She alternates between deep throating you and using her hands, occasionally guiding your throbbing cock up towards her breasts, pressing it between them briefly before her mouth reclaims its prize. The stimulation is relentless, pushing you closer and closer to the edge.
</p>
<div class="menu-buttons">
<<link "Arch your back, moaning uncontrollably...">>
<<set _farewellStage = 3>>
<<replace "#farewell-stage-2">><<include "EveningFarewellBJ">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 3: TITSJOB E FINALIZAÇÃO ===== -->
<<if _farewellStage === 3>>
<div class="changing-scene-stage" id="farewell-stage-3">
<p class="spy-narrative">
Just as you feel you can't take much more, she lifts her head, positioning your slick cock between her breasts, now nestled inside her short, presumably braless top.
</p>
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 460px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/blowjob/alexapearl_blowjob_end_scene_3.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
Her breasts press against you as she begins a rapid, vigorous titsjob. She spits onto her own cleavage to make it even slicker, her pace increasing to a frenzy. You explode, hot cum erupting over her chest and the fabric of her top. Even after you're spent, she continues for a few more powerful strokes, milking every last drop before finally slowing. She looks down at the mess, then up at you, a satisfied "Thank you" escaping her lips as the video ends.
</p>
<div class="dialog-container" style="margin-top: 20px;">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Victorious Face">
</div>
<div class="dialog-text carol">
(A throaty chuckle) Well now... Did you *really* think I'd let you leave without getting a proper taste of what you've been making me crave all weekend? That was... a lovely parting gift. For both of us.
</div>
</div>
<p class="spy-narrative">
She rises, adjusts her top with a satisfied sigh, and heads for the door, leaving you a panting, sticky mess on the bed.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Collapse onto the bed, completely drained...">>
<<set $scenes["FarewellBlowjob"].status to 1>>
<<set $auntCarol.lust += 40>>
<<set $auntCarol.corruption += 20>>
<<set $auntCarol.love += 25>>
<<set $player.lust += 30>>
<<set $player.energy -= 15>> /* Isso aqui gasta uma energia do cão! */
/* <<set $time += 1>> // Se quiser que consuma tempo */
<<goto "Bedroom">>
<</link>>
</div>
</div>
<</if>>
</div>
<<unset _farewellStage>><div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- PARTE 1: A OBSERVAÇÃO E O FLAGRA -->
<div class="environment-container">
<p class="spy-narrative" style="margin-top: 15px; font-size: 1.1em;">
It's a warm afternoon. You find yourself idly looking out a window (or perhaps you're in the front yard of Carol's house) when you spot Angela jogging down the street. She's in athletic wear that accentuates her fit physique, her ponytail bouncing with each stride.
</p>
</div>
<!-- GIF INICIAL DELA CORRENDO -->
<div class="changing-video-container" style="text-align: center;">
<img src="img/chars/neighbor/etc/angela_walking.gif" alt="Angela jogging down the street" style="max-width: 460px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
</div>
<p class="spy-narrative">
You can't help but watch her. There's an effortless grace to her movements. She seems focused on her run, unaware of your gaze... or so you think. As she passes by Carol's house, she glances over, her eyes meeting yours directly. She slows her pace, a slightly surprised but friendly smile appearing on her face, and waves, then gestures for you to come over.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Caught)">
</div>
<div class="dialog-text player">
(Thinking) Shit! She saw me. Okay, act natural... or as natural as someone caught staring can act.
</div>
</div>
<p class="spy-narrative">
You hesitantly step out or walk towards the edge of the property.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Friendly Face">
</div>
<div class="dialog-text angela">
Hey there! Enjoying the view? Just kidding! Taking a little break from my run. It's such a gorgeous day, isn't it? I was actually thinking of slowing down to a walk for a bit and maybe taking some pictures of the neighborhood flowers. You wouldn't mind joining me for a stroll, would you? And... this might be a weird ask, but could you maybe snap a few photos for me? My selfie skills are terrible!
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
(A bit flustered) Uh, hi Angela! Yeah, sure, a walk sounds nice. And photos? No problem, I can do that.
</div>
</div>
<hr style="border-color: rgba(200, 180, 220, 0.2); margin: 25px 0;">
<!-- PARTE 2: A CAMINHADA E AS FOTOS -->
<p class="spy-narrative">
She beams. "Great! Come on then!" You fall into step beside her as she transitions from a jog to a brisk walk. She points out various flowers and interesting spots in the neighborhood, chatting amiably. Then, she hands you her phone.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Posing/Smiling Face">
</div>
<div class="dialog-text angela">
Okay, how about here? Get a few of me with these roses? Just... make me look good, okay?
</div>
</div>
<!-- VÍDEO DA CAMINHADA E FOTOS -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 460px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/neighbor/etc/angela_walking_long.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The video shows you walking alongside her as she points things out, occasionally stopping to pose playfully or naturally while you "take her picture". She seems to enjoy the attention, her movements becoming a little more flirty, her poses a bit more suggestive as the walk continues. It's a surprisingly pleasant, if slightly charged, interaction.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Happy/Thankful Face">
</div>
<div class="dialog-text angela">
These are perfect! Thank you so much! You're a way better photographer than I am. Well, this was fun! I should probably finish up my cooldown. See you around!
</div>
</div>
<p class="spy-narrative">
She takes her phone back, gives you another bright smile, and with a little wave, continues on her way, leaving you with the lingering scent of her light perfume and the memory of her playful poses.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Head back towards Carol's house...">>
<<set $scenes["AngelaWalkingSpy"].status to 1>>
<<set $neighborAngela.lust += 10>>
<<set $player.corruption += 5>> /* Um pouco de corrupção por "tirar as fotos" */
<<set $neighborAngela.love += 5>> /* Ela gostou da companhia e da ajuda */
/* <<set $time += 1>> // Opcional: se a caminhada e fotos consumirem tempo */
<<goto "CarolHouse">> /* Ou para o local de onde o jogador saiu para encontrá-la */
<</link>>
</div>
</div>
<div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- PARTE 1: O AGRADECIMENTO... E O CONVITE -->
<div class="environment-container">
<p class="spy-narrative" style="margin-top: 15px; font-size: 1.1em;">
The sun is beginning to set, casting long shadows across Angela's now beautifully tended garden. You're both a little sweaty and tired from the afternoon's work, but there's a sense of accomplishment. Angela wipes a bead of sweat from her brow, then turns to you with a genuinely grateful smile.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Grateful/Pleased Face">
</div>
<div class="dialog-text angela">
I really can't thank you enough for all your help today! The garden looks amazing, and I definitely couldn't have done it all myself. You've really earned a... special thank you. Come inside for a moment, I want to show you something... or rather, *give* you something.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Curious/Tired)">
</div>
<div class="dialog-text player">
(Thinking) Special thank you? After all that digging and planting, I'm expecting a cold lemonade, not... well, with Angela, who knows anymore?
</div>
</div>
<p class="spy-narrative">
She leads you into her house, not towards the kitchen, but towards her bedroom. Your pulse quickens. She gestures for you to sit, or rather, lie down on her neatly made bed. Her earlier friendly demeanor now has an undercurrent of something more intense, more direct.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Determined/Seductive Face">
</div>
<div class="dialog-text angela">
Just relax for a minute, okay? You deserve it. Now... about that thank you...
</div>
</div>
<p class="spy-narrative">
Her eyes lock onto yours. With a slow, deliberate movement, she reaches for the hem of her slightly dirt-stained work shirt...
</p>
<!-- GIF DELA REMOVENDO A CAMISA -->
<div class="changing-video-container" style="text-align: center;">
<img src="img/chars/neighbor/tease/angela_show_tits.gif" alt="Angela removing her shirt, revealing her breasts" style="max-width: 480px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
</div>
<p class="spy-narrative">
...and pulls it over her head, tossing it aside. She stands before you, braless, her full, firm breasts now completely exposed, nipples already hardening in anticipation or the slight chill of the room. A mischievous smirk plays on her lips.
</p>
<hr style="border-color: rgba(200, 180, 220, 0.2); margin: 25px 0;">
<!-- PARTE 2: AS LUVAS E O HANDJOB -->
<p class="spy-narrative">
She then turns to her nightstand, retrieves a small package, and from it, pulls out a pair of sleek, black latex gloves.
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/etc/items/black_gloves.webp" alt="Black latex gloves" style="max-width: 300px; border-radius: 8px;">
</div>
</div>
<p class="spy-narrative">
Methodically, sensually, she pulls them on, smoothing the latex over each finger. The sight is unexpectedly erotic, clinical yet deeply suggestive.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela with Gloves, Commanding Face">
</div>
<div class="dialog-text angela">
Alright, big guy. You've been such a good helper. Now, drop your pants. It's time for Auntie Ang-- I mean, Angela... to take care of that tension you've been carrying around all day.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Aroused/Submissive)">
</div>
<div class="dialog-text player">
(Thinking) Latex gloves?! And she wants me to... Jesus. There's no way I'm saying no to this. Not now.
</div>
</div>
<p class="spy-narrative">
You comply, your erection already straining against your underwear. She approaches, sits on the edge of the bed facing you, her bare breasts almost brushing your chest. Her gloved hands reach for you...
</p>
<!-- VÍDEO DO HANDJOB -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 1080px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/neighbor/handjob/angela_handjob_cum.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The sensation of the smooth latex on your cock is electrifying. She starts with a firm, rapid stroke, her gaze intense. Her breasts sway with her movements, incredibly close. "You want this, don't you?" she murmurs, her voice husky. "You've been wanting to cum all day, working so hard..." Her pace quickens, the friction almost unbearable. In a remarkably short time, you explode, hot ropes of semen erupting over her gloved hands and onto her bare stomach. She doesn't stop immediately, continuing to milk you with a slower, deliberate rhythm for a few more moments, a satisfied, almost predatory smile on her face.
</p>
<div class="dialog-container" style="margin-top: 20px;">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Satisfied/Smirking Face">
</div>
<div class="dialog-text angela">
(Wiping her hands on a towel she conveniently had nearby) There we go. All better now? See? I told you I'd give you a special thank you. Now, you should probably get going before Carol wonders where you are.
</div>
</div>
<p class="spy-narrative">
She stands, retrieves her discarded shirt, and slips it back on as if nothing happened, though the satisfied glint in her eyes tells a different story.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Leave Angela's room, completely spent and dazed...">>
<<set $scenes["AngelaThanksHandjob"].status to 1>>
<<set $neighborAngela.lust += 25>>
<<set $neighborAngela.corruption += 10>>
<<set $neighborAngela.love += 15>>
<<set $player.lust += 20>>
<<set $player.energy -= 10>>
/* <<set $time += 1>> // Opcional */
<<goto "AngelaHouse">>
<</link>>
</div>
</div><div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- PARTE 1: A DESCOBERTA DA FRESTA -->
<div class="environment-container">
<p class="spy-narrative" style="margin-top: 15px; font-size: 1.1em;">
It's a relatively quiet afternoon at the Local Store. You're browsing the aisles, perhaps looking for a snack or just killing time after picking up Carol's package. As you pass by a door slightly ajar near the back – probably a stockroom or a small office – you hear faint rustling sounds from within.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Curious)">
</div>
<div class="dialog-text player">
(Thinking) Hmm, what's going on in there? Skylar's probably just organizing something... but that door isn't usually open like this. Maybe I can just... take a quick peek? No harm in that, right?
</div>
</div>
<p class="spy-narrative">
Your less noble instincts take over. You glance around to make sure no other customers are nearby, then cautiously approach the door, pressing your eye to the narrow gap. Your breath hitches.
</p>
<hr style="border-color: rgba(200, 180, 220, 0.2); margin: 25px 0;">
<!-- PARTE 2: A ESPIONAGEM -->
<p class="spy-narrative">
It's Skylar. The small room seems to be a makeshift break area or changing room. Her back is mostly to you, but you can see she's in the process of changing out of her work attire.
</p>
<!-- VÍDEO DA SKYLAR SE TROCANDO -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 480px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/skylar/spy/sweetie_remove_clothe.webm" type="video/webm">
<!-- Adicione .mp4 se tiver -->
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The video shows her casually peeling off her work shirt, revealing a simple bra underneath, then perhaps unbuttoning her pants or skirt. You get glimpses of her smooth skin, the curve of her waist, the swell of her breasts constrained by the bra. She seems completely at ease, unaware she's being watched, humming softly to herself as she changes. It's a surprisingly intimate, unguarded moment.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Aroused/Guilty)">
</div>
<div class="dialog-text player">
(Thinking) Okay, definitely shouldn't be seeing this. This is... private. But damn, she has a nice body... I need to get out of here before she turns around or someone else comes.
</div>
</div>
<p class="spy-narrative">
Your heart is thumping. You've seen more than you should have. Knowing Skylar's usually no-nonsense demeanor, getting caught would be disastrous, or at the very least, incredibly awkward. With one last lingering look, you carefully pull away from the door, hoping you didn't make any sound.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Slip away unnoticed (you hope)...">>
<<set $scenes["SkylarChangingRoomSpy"].status to 1>>
<<set $storeSkylar.lust += 15>> /* O "lust" aqui é mais uma representação do "potencial" ou da "atração" que o jogador sente/desperta, mesmo que ela não saiba */
<<set $player.corruption += 7>>
/* <<set $time += 0>> // Espiar rapidamente não precisa necessariamente gastar 1h */
<<goto "LocalStore">> /* Retorna para a visão base da Loja */
<</link>>
</div>
</div><<set _bjStage to _bjStage || 0 >> /* Inicializa ou mantém o estágio da cena */
<div class="game-container spy-scene-container"> <!-- Reutilizando a classe base para o container da cena -->
<!-- ===== ESTÁGIO 0: A EXPLOSÃO E A EXIGÊNCIA ===== -->
<<if _bjStage === 0>>
<div class="changing-scene-stage" id="bj-stage-0">
<div class="environment-container">
<p class="spy-narrative" style="margin-top: 15px; font-size: 1.1em;">
The Local Store is quiet again. After refusing yet another delivery request from Skylar, your frustration finally boils over. You've spent a good chunk of the afternoon helping her out, and this "one last thing" feels like a step too far.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Angry)">
</div>
<div class="dialog-text player">
You know what, Skylar? Enough! I've been running around for you all damn day! I thought maybe we could... I don't know, do something else, but all you do is treat me like some goddamn errand boy! You're going to pay for wasting my time. Now.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face (Surprised/Scared)">
</div>
<div class="dialog-text skylar">
(Stammering, eyes wide) P-Pay? What are you talking about? I... I was just busy...
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Demanding)">
</div>
<div class="dialog-text player">
No more excuses. Take your top off. And get on your knees. Now.
</div>
</div>
<p class="spy-narrative">
Skylar stares at you, a mixture of fear and something else... a flicker of reluctant curiosity? ...or perhaps just resignation. After a tense moment, she slowly, hesitantly, unbuttons her work shirt, letting it fall to the floor. Then, she unclasps her bra, her surprisingly full breasts spilling free. Her nipples are already hard. With a shaky breath, she sinks to her knees before you.
</p>
<!-- VÍDEO 1: INÍCIO DO BLOWJOB CONSENSUAL (APÓS OS PEITOS PARA FORA) -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 520px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/skylar/blowjob/sweetie_forced_bj_1.mp4" type="video/mp4">
<!-- Adicione .webm se tiver -->
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The video starts with her already topless, looking up at you with a mix of apprehension and dawning arousal. You guide your hardened cock towards her mouth. She takes you in, her lips surprisingly soft, and begins to work on you with a slow, almost hesitant rhythm, her eyes never leaving yours.
</p>
<div class="menu-buttons" style="margin-top: 20px;">
<<link "Let her continue at her own pace... for now...">>
<<set _bjStage = 1>>
<<replace "#bj-stage-0">><<include "SkylarStressForcedBJ">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 1: JOGADOR CONTROLA O RITMO ===== -->
<<if _bjStage === 1>>
<div class="changing-scene-stage" id="bj-stage-1">
<p class="spy-narrative">
Her initial hesitation seems to fade, replaced by a growing eagerness. But her pace is still too gentle for your liking. You've had enough of being patient.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Impatient/Dominant)">
</div>
<div class="dialog-text player">
(Gruffly) Faster, Skylar. And deeper.
</div>
</div>
<!-- VÍDEO 2: RITMO ACELERADO, BABA, GARGANTA -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 520px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/skylar/blowjob/sweetie_forced_bj_2.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
She whimpers slightly but obeys, her mouth working furiously on your shaft. The video captures the intensity: your hand now on the back of her head, controlling the pace, fucking her throat. Saliva dribbles from the corners of her lips, cascading down her chin and onto her bare breasts, glistening in the dim light of the stockroom. The wet, gagging sounds are almost as arousing as the sight.
</p>
<div class="menu-buttons">
<<link "Push her to her limits...">>
<<set _bjStage = 2>>
<<replace "#bj-stage-1">><<include "SkylarStressForcedBJ">><</replace>>
<</link>>
</div>
</div>
<</if>>
<!-- ===== ESTÁGIO 2: BLOWJOB INTENSO E CUMSHOT FACIAL ===== -->
<<if _bjStage === 2>>
<div class="changing-scene-stage" id="bj-stage-2">
<p class="spy-narrative">
You can feel your climax building rapidly. She's panting, tears welling in her eyes from the intensity, but she doesn't stop, her dedication almost desperate.
</p>
<!-- VÍDEO 3: BLOWJOB SENTADA/EM PÉ, CUM FACIAL -->
<div class="changing-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 520px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/skylar/blowjob/sweetie_forced_bj_3.mp4" type="video/mp4">
Your browser doesn't support embedded videos.
</video>
</div>
<p class="spy-narrative">
The video shows the final, frantic moments. She's on you, then you might pull her up or change position. The build-up is palpable. Just as you're about to erupt, you pull out, aiming directly at her face. A thick, copious load sprays across her cheeks, her nose, her lips, even splattering her glasses. Her tongue darts out reflexively, catching some of the hot fluid as it drips. She looks up at you, covered in your cum, a dazed, almost worshipful expression in her eyes.
</p>
<div class="dialog-container" style="margin-top: 20px;">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Satisfied/Dominant)">
</div>
<div class="dialog-text player">
Learned your lesson, Skylar? Next time, think twice before trying to use me.
</div>
</div>
<p class="spy-narrative">
She can only nod, still breathless, a small, satisfied smile playing on her cum-smeared lips. You zip up your pants and walk out, leaving her to clean herself up, a newfound sense of power coursing through you. She definitely enjoyed that "payment" far more than she let on.
</p>
<div class="menu-buttons" style="margin-top: 30px;">
<<link "Leave the store with a smirk...">>
<<set $scenes["SkylarForcedBlowjob"].status to 1>>
<<set $storeSkylar.lust += 30>>
<<set $storeSkylar.love += -5 >> <!-- O "-10" do teu JSON original, mas talvez um -5 seja mais "ela gostou secretamente" -->
<<set $storeSkylar.corruption += 25>>
<<set $player.domination += 10>>
<<set $player.lust += 25>>
<<set $player.energy -= 10>>
<<set $time += 1>>
<<goto "LocalStore">>
<</link>>
</div>
</div>
<</if>>
</div>
<<unset _bjStage>>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Find the TV Remote
</p>
<div class="environment-container">
<!-- Imagem da sala de estar, talvez um pouco desarrumada da noite anterior -->
<img src="img/layout/livingroom/livingroom_morning_clutter.jpeg" style="max-width: 520px; width: 100%;" alt="Living room in the morning, slightly cluttered">
<p class="mission-narrative-focus" style="margin-top:10px;">
It's Sunday morning. After the... *intense* start to your day, you head to the living room. You find Aunt Carol already there, dressed in an incredibly short pair of athletic shorts and a form-fitting top, paired with sheer black pantyhose that disappear high up her thighs. She's on her hands and knees, rummaging under the sofa, her magnificent ass pointing directly towards the doorway where you've just appeared.
</p>
</div>
<!-- VÍDEO DELA PROCURANDO E DEPOIS PROVOCANDO -->
<div class="mission-video-container" style="text-align: center;">
<video controls autoplay loop muted playsinline style="max-width: 520px; width: 100%; height: auto; border-radius: 8px; display: inline-block;">
<source src="img/chars/carol/tease/alexapearl_smile_tease.webm" type="video/webm">
<!-- Adicione .mp4 se tiver -->
Your browser doesn't support embedded videos.
</video>
</div>
<p class="mission-narrative-focus">
The video shows her initially focused on her search, her backside prominent and swaying slightly with her movements. Then, she seems to sense your presence, or perhaps just "accidentally" glances back. Her eyes widen for a fraction of a second before a slow, incredibly sly smirk spreads across her face. She doesn't straighten up. Instead, she starts to subtly, then more overtly, roll her hips and bounce her ass, making those short shorts ride up even further. It's a blatant, undeniable tease, all while pretending to still be "looking" for something.
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Sly/Teasing Face">
</div>
<div class="dialog-text carol">
(Her voice slightly muffled from her position, but oozing amusement) Oh! Heeeey, sweetie! Didn't see you there! Just... uh... looking for that darn TV remote. It seems to have sprouted legs and run off. You haven't seen it, have you? Or... were you perhaps admiring the... *scenery* while I search?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Flustered/Aroused)">
</div>
<div class="dialog-text player">
(Stammering) I... uh... no, Aunt Carol. No remote. Just... came in to see if you needed anything.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Very Teasing Face">
</div>
<div class="dialog-text carol">
(Chuckles, giving her ass another exaggerated wiggle) Riiiight. "Needed anything." Well, maybe you *do* enjoy the view a little? It's okay, sweetie. No judgment here. A woman likes to know her... *efforts*... are appreciated. Anyway, this remote is a lost cause for now.
</div>
</div>
<p class="mission-narrative-focus">
She finally straightens up, stretching languidly, giving you an unimpeded view of her front in those ridiculously short shorts. The "mission" to find the remote seems to have been a complete, and very deliberate, distraction.
</p>
<div class="mission-interaction-point">
<p class="narrative-text" style="color: #D4AF37;">"Finding the remote" was clearly not the main objective here...</p>
<<link "Decide to 'give up' the search for now...">>
<<set $missions["013"].status to 1>>
<<set $auntCarol.love += 10>>
<<set $player.money += 5>> /* Talvez ela te dê um troco por "ajudar" */
<<set $auntCarol.lust += 15>> /* A provocação dela funcionou */
<<set $player.lust += 10>> /* E você definitivamente sentiu */
<<set $auntCarol.corruption += 5>>
<<set $time += 1>>
<<goto "LivingRoom">>
<</link>>
</div>
</div>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Change Bedroom Lightbulb
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bedroom_carol/bedroom_small.jpg" alt="Aunt Carol's Bedroom">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
Later, around noon, Aunt Carol mentions that the main light in her bedroom burned out. "Could you be a dear and swap it for me, sweetie? The new bulbs are in the kitchen pantry, and there's a small stepladder in the hall closet if you need it. I'd do it, but I'm a little nervous with heights these days." You head to her bedroom to tackle the task.
</p>
</div>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="lightbulb-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Pack Your Bags
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/bedroom/bedroom_packing.jpeg" alt="Bedroom with Open Suitcase">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
It's Sunday evening, and your weekend with Aunt Carol is coming to an end. Time to pack your things and get ready to head back home. You lay your suitcase open on the bed and start gathering your belongings. Better make sure you don't forget anything important.
</p>
</div>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="packing-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Help Angela Plant Flowers
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/angela_house/house_flower.webp" alt="Angela's House Garden">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
You arrive at Angela's house in the morning and find her in the backyard, kneeling by a section of her garden. She has various gardening tools and supplies laid out nearby. She looks up with a bright smile when she sees you approaching.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Oh, perfect timing! I was just about to start planting these new flower seeds. Would you mind giving me a hand? I could really use some help, and it's always more fun with company! Don't worry, I'll guide you through everything.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Of course, Angela! I'd be happy to help. I don't know much about gardening, but I'm willing to learn.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Wonderful! Don't worry, I'll walk you through each step. By the end of this, we'll have a beautiful flower garden, and you'll know the basics of planting. Let's get started!
</div>
</div>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="planting-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Water Angela's Plants
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/angela_house/house_flower.webp" alt="Angela's House Garden">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
You return to Angela's garden the next morning and find her examining her newly planted flowers. She looks up with a warm smile when she sees you approach, holding a watering can in her hands.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Oh, perfect timing again! The plants we planted yesterday are looking good, but they need their daily watering. Would you mind helping me? But be careful - each type of plant needs different amounts of water. Too little and they'll be thirsty, too much and you might drown them!
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Sure, I'd be happy to help! I'll be careful with the watering. Just tell me what each plant needs.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/neighbor/face/angela_face.jpg" alt="Angela Face">
</div>
<div class="dialog-text angela">
Wonderful! I'll give you hints for each plant. Remember, different flowers have different needs - some like lots of water, others prefer just a gentle sprinkle. Listen carefully and you'll do great!
</div>
</div>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="watering-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Move Heavy Boxes for Skylar
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/store/store_inside_skylar.jpg" alt="Inside Local Store">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
You enter the store and notice a note on the counter: "Back in 10 minutes - Please help move the boxes in the back to the storage room if you have time. Thanks! - Skylar". You look toward the back of the store and see several boxes scattered around that clearly need to be moved to the storage area.
</p>
</div>
<p class="narrative-text">
The boxes are of different sizes and types - some look light, others heavy, and a few appear fragile. You'll need to be strategic about how many you carry at once. Carry too many and you might drop them all!
</p>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="box-moving-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div>
<div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Organize Skylar's Stockroom
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/store/store_inside_skylar.jpg" alt="Store Stockroom">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
You find Skylar in the back stockroom, surrounded by completely disorganized inventory. She's looking at her phone while pointing vaguely at the mess of items scattered around on shelves and tables.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Oh, there you are. Look, I need this stockroom organized and I'm way too busy with... important manager stuff. Just sort everything into the right categories - electronics, clothing, food, office supplies. Pretty basic, even you should be able to handle it.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Sure, I can help organize things. How do you want me to categorize everything?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
*rolls eyes* Seriously? Electronics with electronics, clothes with clothes... it's not complicated. Just use some common sense. I'll be doing actually important work while you handle this menial stuff. Try not to mess it up.
</div>
</div>
<p class="narrative-text">
Skylar goes back to her phone, clearly considering this conversation over. The stockroom is indeed a mess - items are scattered everywhere with no apparent organization system. Time to get to work while she... manages.
</p>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="stock-organizing-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div><div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Fix Skylar's Register
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/store/store_inside_skylar.jpg" alt="Local Store Interior">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
You walk into the store and immediately hear Skylar's frustrated voice from behind the counter. She's aggressively pressing buttons on the cash register, which seems to be completely unresponsive.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Perfect. Just perfect. This stupid register is completely broken and I can't process any sales. Since you're here, you can fix it. I don't have time to deal with this technical nonsense.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Uh, I'm not really a tech expert, but I can take a look. What exactly is wrong with it?
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
*sighs dramatically* Everything is wrong with it. It won't turn on properly, the screen is messed up, buttons don't work, and the printer is jammed. Just... figure it out. I'll be doing actual manager work while you handle this basic stuff.
</div>
</div>
<p class="narrative-text">
Skylar walks away dismissively, leaving you alone with the problematic register. You can see multiple issues that need to be addressed. Time to troubleshoot and fix each problem systematically.
</p>
<!-- Container principal para o minigame -->
<div class="game-challenge" style="background-color: rgba(41,41,41,0.8); border-radius: 8px; padding: 20px; margin-top: 20px;">
<div id="register-fixing-content">
<!-- Conteúdo será carregado via JavaScript quando o DOM estiver pronto -->
</div>
</div>
</div><div class="game-container mission-task-container">
<p class="mission-objective-text">
Mission: Refuse Skylar's Unreasonable Delivery
</p>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/store/store_inside_skylar.jpg" alt="Local Store Interior">
</div>
<p class="mission-narrative-focus" style="margin-top:10px;">
You enter the store to find Skylar behind the counter with a large package and what looks like a complicated delivery form. She looks up with her usual expression of mild annoyance, as if your mere presence is inconvenient.
</p>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Oh good, you're here. I need you to make a delivery for me. It's to some address way out in Riverside Heights - like, an hour and a half drive each way. The customer is expecting it today and I obviously can't leave the store.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Riverside Heights? That's really far away... and I don't even know that area. Plus, gas money for a three-hour round trip would be expensive.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
*rolls eyes* So? Use GPS like everyone else. And gas money? Really? It's called helping out. I've been giving you little jobs around here, so now you can actually do something useful for once. The address is on this paper.
</div>
</div>
<p class="narrative-text">
She slides a crumpled piece of paper across the counter with an address scrawled in barely legible handwriting. The package is large and looks heavy. You realize she's expecting you to drive hours out of your way, use your own gas money, and navigate to an unknown area - all without any compensation or even a "please."
</p>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Look, Skylar, I've been happy to help around the store with organizing and fixing things, but this is different. That's a really long drive to a place I don't know, and you're not even offering to cover gas or anything.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Excuse me? Are you seriously telling me no right now? After everything I've let you do around here? This is part of helping out - you don't get to pick and choose what's convenient for you.
</div>
</div>
<!-- The moment of refusal -->
<div class="game-choice" style="margin-top: 20px; background: rgba(220, 53, 69, 0.1); border: 2px solid rgba(220, 53, 69, 0.3); border-radius: 8px; padding: 20px;">
<h3 style="color: #dc3545; text-align: center; margin-bottom: 15px;">Time to Stand Your Ground</h3>
<p style="color: #dadada; text-align: center; margin-bottom: 20px;">Skylar is clearly taking advantage of your willingness to help. This "delivery" would cost you hours of time and your own money, with no appreciation. How do you respond?</p>
<div class="answer-options" id="refusal-response">
<<button "I'm sorry, but I can't do this delivery. It's too far and unreasonable.">>
<<replace "#refusal-response">>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
I'm sorry, but I can't do this delivery. It's too far, I don't know the area, and you're asking me to spend my own money on gas for your business. That's not reasonable.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Wow. Just... wow. I can't believe you're being this selfish right now. Fine. FINE. I guess I'll have to figure something else out since you can't be bothered to actually help when it matters.
</div>
</div>
<p class="narrative-text" style="color: #28a745; font-weight: bold; margin-top: 15px;">
You stand firm in your decision. While Skylar is clearly angry, you feel good about not letting yourself be taken advantage of. Some boundaries are important to maintain.
</p>
<<set $missions["021"].status to 1>>
<<set $storeSkylar.love to $storeSkylar.love - 5>>
<<set $player.confidence to ($player.confidence || 0) + 10>>
<div class="menu-buttons" style="margin-top: 20px; text-align: center;">
[[Leave the Store->LocalStore]]
</div>
<</replace>>
<</button>>
<<button "No way. You've been using me for free labor and now this? Absolutely not.">>
<<replace "#refusal-response">>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
No way. You've been having me do all this work around here for practically nothing, and now you want me to drive three hours and pay for my own gas? Absolutely not. Find someone else.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Are you kidding me right now?! I gave you opportunities to help out and gain experience, and THIS is how you repay me? You're being completely ungrateful and selfish. Don't expect any more favors from me.
</div>
</div>
<p class="narrative-text" style="color: #ffc107; font-weight: bold; margin-top: 15px;">
You call out her behavior directly. Skylar is furious, but you feel empowered standing up for yourself against someone who was clearly taking advantage of your good nature.
</p>
<<set $missions["021"].status to 1>>
<<set $storeSkylar.love to $storeSkylar.love - 8>>
<<set $player.confidence to ($player.confidence || 0) + 15>>
<div class="menu-buttons" style="margin-top: 20px; text-align: center;">
[[Leave the Store->LocalStore]]
</div>
<</replace>>
<</button>>
<<button "I'll think about it...">>
<<replace "#refusal-response">>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
I... I'll think about it and let you know. That's a big ask and I need to consider it.
</div>
</div>
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/skylar/face/skylar_face.jpg" alt="Skylar Face">
</div>
<div class="dialog-text skylar">
Think about it? There's nothing to think about! Either you help or you don't. I need an answer now, not later. You know what? Never mind. I can see where your priorities are.
</div>
</div>
<p class="narrative-text" style="color: #6c757d; margin-top: 15px;">
Your hesitation was essentially a refusal anyway. Skylar storms off, clearly frustrated. While you avoided direct confrontation, you still didn't let yourself be pushed into an unreasonable situation.
</p>
<<set $missions["021"].status to 1>>
<<set $storeSkylar.love to $storeSkylar.love - 3>>
<<set $player.confidence to ($player.confidence || 0) + 5>>
<div class="menu-buttons" style="margin-top: 20px; text-align: center;">
[[Leave the Store->LocalStore]]
</div>
<</replace>>
<</button>>
</div>
</div>
</div><div class="game-container">
<div class="dialog-container">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face">
</div>
<div class="dialog-text player">
Okay, I'm in the stockroom. It's a bit cramped and dusty back here.
</div>
</div>
<div class="environment-container">
<div class="environment-image">
<img src="img/layout/store_stock/stock.png" alt="Local Store Stockroom">
</div>
<p class="environment-text">The stockroom is filled with shelves packed high with boxes, supplies, and various unsold items. The air is a little musty.</p>
</div>
<!-- Skylar não está aqui por padrão, então não há diálogo de saudação dela -->
<!-- Se uma missão/cena específica trouxer Skylar aqui, o diálogo seria parte dessa missão/cena -->
<!-- O location-grid aqui será apenas para sair -->
<div class="location-grid">
<div class="location-item">
<div class="location-overlay">
[[Return to Main Store|LocalStore]]
</div>
<img src="img/layout/store/store_inside_small.jpg" alt="Exit to Main Store"> <!-- Imagem da loja principal -->
</div>
</div>
<<if State.hasPlayed("LocalStoreStock")>>
<div class="mission-list">
<h3>Available Missions</h3>
<<set _missionCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _mission range $missions>>
<<if _mission.location is "LocalStoreStock" and _mission.status is 0 and _mission.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _mission.period is "string">>
<<if _mission.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_mission.period)>>
<<if _mission.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _mission.period is 'undefined' or _mission.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _mission.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _mission.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_mission.requirements.id)>>
<<elseif _mission.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_mission.requirements.item)>>
<<elseif _mission.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _mission.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _missionCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<link _mission.name _mission.passage>>
<span class="mission_name"><<print _mission.name>></span>
<</link>>
<<set _missionCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _missionCount is 0>>
<p>There are no missions available here for now.</p>
<</if>>
</div>
<div class="scene-list">
<h3>Available Scenes</h3>
<<set _sceneCount to 0>>
<<silently>>
<<set _currentPeriodName to "">>
<<if $time >= 6 and $time <= 10>> <<set _currentPeriodName to "morning">>
<<elseif $time >= 11 and $time <= 13>> <<set _currentPeriodName to "noon">>
<<elseif $time >= 14 and $time <= 17>> <<set _currentPeriodName to "afternoon">>
<<elseif $time >= 18 and $time <= 21>> <<set _currentPeriodName to "evening">>
<<else>> <<set _currentPeriodName to "night">>
<</if>>
<</silently>>
<<for _id, _scene range $scenes>>
<<if _scene.location is "LocalStoreStock" and _scene.status is 0 and _scene.day.includes($actualDay)>>
<<set _periodMatch to false>>
<<if typeof _scene.period is "string">>
<<if _scene.period is _currentPeriodName>> <<set _periodMatch to true>> <</if>>
<<elseif Array.isArray(_scene.period)>>
<<if _scene.period.includes(_currentPeriodName)>> <<set _periodMatch to true>> <</if>>
<<elseif typeof _scene.period is 'undefined' or _scene.period is null>>
<<set _periodMatch to true>>
<</if>>
<<if _periodMatch>>
<<set _reqMet to false>>
<<if _scene.requirements.type is "none">> <<set _reqMet to true>>
<<elseif _scene.requirements.type is "mission">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "scene">> <<set _reqMet to State.hasPlayed(_scene.requirements.id)>>
<<elseif _scene.requirements.type is "item">> <<set _reqMet to $player.inventory.includes(_scene.requirements.item)>>
<<elseif _scene.requirements.type is "stats">>
<<set _reqMet to true>>
<<for _stat, _value range _scene.requirements>>
<<if _stat is not "type" and $player[_stat] < _value>> <<set _reqMet to false>> <</if>>
<</for>>
<<endif>>
<<if _reqMet>>
<<if _sceneCount < 3>> <<set _display to true>> <<else>> <<set _display to false>> <</if>>
<<if _display>>
<<set _sceneName to _id.charAt(0).toUpperCase() + _id.slice(1)>>
<<link _sceneName _scene.passage>>
<span class="scene_name"><<print _sceneName>></span>
<</link>>
<<set _sceneCount += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<<if _sceneCount is 0>>
<p>There are no scenes available here for now.</p>
<</if>>
</div>
<!-- Interações com Skylar normalmente não ocorreriam aqui, a menos que seja parte de uma cena/missão específica -->
<!-- Se você quiser interações genéricas com Skylar *se* ela estiver no estoque por algum motivo, -->
<!-- você precisaria adicionar uma verificação de $storeSkylar.locationSchedule.LocalStoreStock -->
<!-- e copiar a lógica da interaction-list da passagem LocalStore, adaptando o location check. -->
<!-- Por agora, vou omitir para manter simples, já que você disse que não haveria fala dela aqui. -->
<div class="interaction-list">
<h3>Available Interactions</h3>
<p>No one to interact with back here right now.</p>
</div>
<<else>>
<p>The stockroom is quiet. You wonder if there's anything specific to do back here.</p>
<<set State.track("LocalStoreStock")>>
<</if>>
<!-- Menu de Saída da Passagem -->
<div class="menu-buttons">
[[Leave Stockroom->LocalStore]]
</div>
</div><div class="game-container event-container">
<h2 class="event-title">An Unexpected Call</h2>
<div class="environment-container">
<p class="event-narrative">
It's late Sunday evening. You've just finished packing your bags after a weekend that was... beyond anything you could have imagined. A sense of finality hangs in the air, mixed with the lingering scent of Aunt Carol and a confusing cocktail of arousal and regret. You're idly checking your phone, wondering why your Mom hasn't messaged about her arrival time, when it suddenly buzzes violently in your hand. It's her. Her name on the screen fills you with an unexpected wave of apprehension.
</p>
</div>
<div class="dialog-container event-dialog-player">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Concerned)">
</div>
<div class="dialog-text player">
(Answering) Mom? Hey! What's up? I was just wondering when you'd be here...
</div>
</div>
<p class="event-narrative">
Her voice on the other end is anything but calm. It's strained, cracking, on the verge of tears.
</p>
<div class="dialog-container event-dialog-mother">
<div class="dialog-image">
<img src="img/chars/mom/face/silhouette_face.png" alt="Mother's Silhouette Face">
</div>
<div class="dialog-text system"> <!-- Usando 'system' para a mãe no telefone -->
(Voice shaking) Oh, sweetie... thank god I reached you. Something... something terrible has happened at home. I... I don't even know how to tell you this...
</div>
</div>
<div class="dialog-container event-dialog-player">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Worried)">
</div>
<div class="dialog-text player">
Mom, what is it? What happened? Are you okay?!
</div>
</div>
<p class="event-narrative">
She takes a ragged breath and then the words tumble out in a rush of panic and despair. A major water pipe burst in the basement while no one was there for the weekend. The entire downstairs flooded. Furniture, electronics, precious memories... all ruined or severely damaged. But it gets worse.
</p>
<div class="event-image-container">
<img src="img/layout/player_house/flooded_house.webp" alt="Flooded and damaged house interior">
</div>
<div class="dialog-container event-dialog-mother">
<div class="dialog-image">
<img src="img/chars/mom/face/silhouette_face.png" alt="Mother's Silhouette Face (Distraught)">
</div>
<div class="dialog-text system">
The restoration company just came... they found black mold, sweetie. Toxic black mold, everywhere the water touched. The house... it's not safe. They said it's uninhabitable. We can't go back in there until it's all... remediated. It's going to take months, honey. Months. And I... I have to stay here, at a hotel near the house, to deal with the insurance, the contractors... I can't leave. I can't come get you.
</div>
</div>
<p class="event-narrative">
The words hit you like a physical blow. Your home, gone, at least for now. Stranded. Your mind races, trying to process the sheer scale of the disaster.
</p>
<div class="dialog-container event-dialog-player">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Shocked)">
</div>
<div class="dialog-text player">
Months? But... where am I supposed to go? What am I going to do?
</div>
</div>
<div class="dialog-container event-dialog-mother">
<div class="dialog-image">
<img src="img/chars/mom/face/silhouette_face.png" alt="Mother's Silhouette Face (Apologetic)">
</div>
<div class="dialog-text system">
I know, baby, I know. I'm so, so sorry this is happening. The only thing I can think of... you'll have to talk to Carol. See if... see if you can stay with her for a while longer. Just until we figure things out. It might be for a month, maybe more... Oh, this is all such a mess! Please, just talk to her. I'll call again as soon as I know more. I love you.
</div>
</div>
<p class="event-narrative">
The call ends, leaving an echoing silence in its wake. Your weekend with Aunt Carol has just been extended indefinitely. A strange, almost illicit thrill mixes with the genuine shock and concern for your home. More time with Aunt Carol... The possibilities, both terrifying and exhilarating, begin to bloom in your mind.
</p>
<div class="event-conclusion">
<<link "Numbly hang up and try to find Aunt Carol...">>
<<set $keyEvents.mainHouseProblemRevealed to true>>
<<set $events["MothersCall"].status to 1>> /* Marca este evento como ocorrido */
/* Não há mudança de stats do jogador ou Carol aqui, é puramente informativo/gatilho */
<<goto "TalkToCarolAboutStay">>
<</link>>
</div>
</div>
<div class="game-container event-container">
<h2 class="event-title">A Difficult Conversation</h2>
<div class="environment-container">
<p class="event-narrative">
Still reeling from your mother's call, you find Aunt Carol in the living room. She's tidying up a bit from the evening, perhaps humming softly, but she immediately notices your pale face and distressed expression. Her smile fades, replaced by genuine concern.
</p>
</div>
<div class="dialog-container event-dialog-mother"> <!-- Reutilizando para Carol aqui, ajustar CSS se quiser cor diferente para ela -->
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Concerned Face"> <!-- Use uma face preocupada dela -->
</div>
<div class="dialog-text carol"> <!-- Mudado para .carol para estilo correto -->
Sweetie? What's wrong? You look like you've seen a ghost. Did something happen with your mom's call? Is she okay?
</div>
</div>
<p class="event-narrative">
The words spill out of you – the flood, the damage, the toxic mold, your childhood home rendered uninhabitable for months. You explain how your mom is stuck there dealing with everything and that you... you have nowhere to go right now. The weight of it all makes your voice tremble.
</p>
<div class="dialog-container event-dialog-player">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Distraught)">
</div>
<div class="dialog-text player">
...and she said I should ask you if... if maybe I could... stay here a bit longer? I don't know what else to do, Aunt Carol. I'm so sorry to impose...
</div>
</div>
<p class="event-narrative">
Before you can even finish, or properly start to apologize for the burden, Carol steps forward, her expression softening into one of profound sympathy and something else... a warmth that goes beyond simple familial duty.
</p>
<div class="dialog-container event-dialog-mother">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Warm/Reassuring Face">
</div>
<div class="dialog-text carol">
(Voice gentle but firm) Oh, honey, don't you dare apologize! Of course, you can stay! For as long as you need. A month? Two? Indefinitely! This is your home for now too. We'll figure everything out. Your mom needs to focus on the house, and you need a safe, comfortable place to be. And I... well, I certainly won't mind the company.
</div>
</div>
<p class="event-narrative">
She pulls you into a surprisingly strong, comforting hug. It's not like the playful or teasing hugs from before; this one feels genuinely supportive, though you can't help but notice the softness of her body pressed against yours.
</p>
<div class="dialog-container event-dialog-mother">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Caring Face">
</div>
<div class="dialog-text carol">
There, there. It's going to be okay. You look exhausted, poor thing. Why don't you head off to bed? Get some rest. We can talk more in the morning. Don't you worry about a thing tonight.
</div>
</div>
<p class="event-narrative">
Her reassurance, despite the chaos of the news, does bring a sliver of comfort. The thought of an extended stay here, under her roof, with all its complicated undertones, is a dizzying prospect. But right now, all you feel is an overwhelming tiredness and a strange sense of inevitability.
</p>
<div class="event-conclusion">
<<link "Nod gratefully and head to your room...">>
<<set $keyEvents.carolAwareOfProblem to true>> /* Se você tiver esta flag */
<<set $keyEvents.extendedStayApproved to true>> /* Se você tiver esta flag */
<<set $events.CarolAgreesToStay.status to 1>> /* Marca este evento como ocorrido */
<<set $auntCarol.love += 15>>
<<set $auntCarol.caring += 5>> /* Aumenta o stat de 'caring' dela */
/* O jogador está indo dormir, então o próximo passo é a sequência de sono */
<<goto "SleepSequence">>
<</link>>
</div>
</div>
<div class="game-container event-container"> <!-- Reutilizando o estilo de evento -->
<h2 class="event-title">A New Chapter (and a New City)</h2>
<div class="environment-container">
<div class="environment-image">
<!-- Imagem da Carol em cima do jogador na cama -->
<img src="img/chars/carol/tease/alexa_underboob.jpg" alt="Carol leaning over player in bed">
</div>
<p class="event-narrative" style="margin-top:10px;">
You slowly open your eyes on Monday morning, the weight of the weekend's events and your uncertain future still heavy on your mind. But instead of your usual ceiling, the first thing you see is Aunt Carol leaning over you, already dressed in a short top, a playful smile on her face. She smells faintly of coffee and her usual perfume.
</p>
</div>
<div class="dialog-container event-dialog-mother"> <!-- Usando classe da mãe para Carol aqui, ou crie uma nova para ela -->
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
Gooood morning, sleepyhead! Or should I say, good morning, new housemate? Slept well after all the drama last night? I figured since you're going to be my... *guest*... for a while longer, it's probably a good idea for you to get to know the town a bit. Can't have you cooped up in here with just your old auntie all the time, as tempting as that might be for both of us.
</div>
</div>
<div class="dialog-container event-dialog-player">
<div class="dialog-image">
<img src="img/chars/player/player_face.png" alt="Player Face (Listening)">
</div>
<div class="dialog-text player">
(Still a bit dazed) Morning, Aunt Carol... Yeah, I guess you're right. I don't really know anything around here besides your place and the store.
</div>
</div>
<p class="event-narrative">
She chuckles, ruffling your hair before hopping off the bed. "Exactly! So, I made a little mental list for you. And here..." She hands you an older, but still functional, laptop. "My old one. Figured you might want some privacy for your... internet activities, or if you want to look for some small jobs to earn a bit of cash. Don't want you getting bored."
</p>
<div class="locations-list-container">
<p class="city-locations-intro">"So, about town," she begins, ticking points off on her fingers:</p>
<h4><span class="emoji">🏘️</span> Our Neighborhood:</h4>
<ul>
<li><span class="emoji">👩👧👦</span> You already know Angela, our lovely green-thumbed neighbor.</li>
<li><span class="emoji">💅</span> There are a couple of other ladies on the street... Brandi next door can be a bit of a snob, a real Karen sometimes, so maybe steer clear unless you enjoy drama. But the others are generally nice.</li>
</ul>
<h4><span class="emoji">🚶</span> Close By (Walking Distance):</h4>
<ul>
<li><span class="emoji">🌳</span> The Park is just a few blocks away, good for a walk or just relaxing.</li>
<li><span class="emoji">🏪</span> And of course, the Local Store with our dear Skylar. Always something happening there.</li>
</ul>
<h4><span class="emoji">🏙️</span> City Center (A bit of a walk, or you can take a bus):</h4>
<ul>
<li><span class="emoji">🏋️</span> There's a decent Gym if you want to... bulk up.</li>
<li><span class="emoji">🏢</span> Some Apartments, if you ever feel like looking for your own place... eventually.</li>
<li><span class="emoji">🍸</span> A couple of Bars, for when you're old enough... or look old enough.</li>
<li><span class="emoji">🛍️</span> The Mall, which has all sorts of little shops – clothes, electronics, a food court, the usual.</li>
</ul>
<h4><span class="emoji">⚠️</span> The Outskirts / Ghetto Area:</h4>
<ul>
<li><span class="emoji">🚫</span> Now, listen to me carefully. There's an area further out, towards the old industrial park... let's just call it the 'Ghetto' or the 'Outskirts'. <span class="ghetto-warning">I don't want you going there. Ever. It's not safe, especially for someone new in town. Just... stay away from there, okay? Promise me.</span> I'm not even going to tell you what's there because you don't need to know.</li>
</ul>
</div>
<div class="dialog-container event-dialog-mother">
<div class="dialog-image">
<img src="img/chars/carol/face/carol_face_sly.jpg" alt="Carol Smiling Face">
</div>
<div class="dialog-text carol">
So, lots to explore! Your phone should get decent signal for maps and stuff. And with the laptop, you can look up bus schedules, maybe find some part-time work around town if you want some spending money. The world's your oyster, sweetie... or at least, this little corner of it is.
</div>
</div>
<p class="event-narrative">
The prospect of a whole new environment, new places, new people... and new opportunities with Aunt Carol now that your stay is indefinite... it's a lot to take in. But it's also undeniably exciting.
</p>
<div class="event-conclusion">
<<link "Okay, I think I got all that. Time to explore...">>
<<set $keyEvents.openWorldCarolCity to true>>
<<set $events.CityIntroductionByCarol.status to 1>>
<<set $auntCarol.love += 5>>
/* Adiciona o laptop ao inventário do jogador */
<<if !$player.inventory.includes("OldLaptop")>>
<<run $player.inventory.push("OldLaptop")>>
<</if>>
/* Redireciona para o quarto do jogador, onde ele pode agora usar o laptop/celular ou sair */
/* <<goto "Bedroom">> */
<<goto "EndOfCurrentContent">>
<</link>>
</div>
</div><div class="game-container end-content-container">
<div class="end-content-logo">
<!-- ATENÇÃO: O caminho local C:\Users\... não funcionará em um jogo web.
Você precisa colocar a logo na pasta 'img' do seu projeto e usar um caminho relativo.
Exemplo: img/utils/logo/CK.png -->
<img src="img/utils/logo/CK.png" alt="ChromaK Logo">
</div>
<h2 class="end-content-title">The Weekend Is Over... Or Is It?</h2>
<p class="end-content-text">
And so concludes the initial three days of "A Weekend With Aunt Carol" (Version 0.2/0.3)!
You've navigated charged moments, completed tasks, and perhaps... gotten much closer to your alluring Aunt than you ever anticipated.
</p>
<p class="end-content-text">
But as many of you have astutely noticed and passionately requested, <strong>this story is far from over!</strong> Thanks to the incredible feedback and the unexpected turn of events in our protagonist's life, his stay with Aunt Carol is about to be extended.
</p>
<p class="end-content-text">
What does this mean? <strong>More. Much more.</strong> We're planning to:
<ul>
<li><span class="emoji">🗺️</span> Expand the explorable map of Carol's city.</li>
<li><span class="emoji">💬</span> Introduce new characters with their own stories and... *desires*.</li>
<li><span class="emoji">💖</span> Deepen the interactions and relationship paths with Aunt Carol, Angela, and Skylar.</li>
<li><span class="emoji">🔥</span> Add many more steamy scenes, tantalizing missions, and unexpected twists.</li>
<li><span class="emoji">💻</span> Implement new gameplay mechanics like using the phone and laptop.</li>
</ul>
</p>
<p class="end-content-text">
The goal is to transform this weekend into a truly unforgettable (and likely very indecent) extended stay!
</p>
<div class="patreon-cta-container">
<h3 class="patreon-cta-title">Want to Shape the Future of "A Weekend With Aunt Carol"?</h3>
<p class="end-content-text" style="color: #e0e0e0; margin-bottom: 15px;">
Your support makes this continued development possible! By joining my Patreon, you not only help keep the lewd adventures coming but also get to:
</p>
<ul style="text-align: left; max-width: 450px; margin: 0 auto 20px auto;">
<li><span class="emoji">🗳️</span> Vote on future content, character development, and even new game mechanics.</li>
<li><span class="emoji">🤫</span> Get exclusive sneak peeks and behind-the-scenes updates.</li>
<li><span class="emoji">✨</span> Higher tiers get early access to new versions and other special perks!</li>
</ul>
<p class="end-content-text" style="color: #e0e0e0;">
Every bit of support, no matter the tier, helps immensely and allows me to dedicate more time to making this game everything we want it to be (and more!).
</p>
<a href="https://www.patreon.com/c/ChromaK" class="patreon-link" target="_blank">Support ChromaK on Patreon!</a>
</div>
<p class="end-content-final-message">
Thank you for playing, and get ready for a whole lot more heat! The next update is already in the works. <br>Stay tuned, and stay naughty!
</p>
<!-- Opcional: Botão para voltar ao menu principal ou fechar (se for o fim absoluto do build atual) -->
<div class="menu-buttons" style="margin-top: 30px;">
[[Return to Main Menu->Start]]
</div>
</div>