Location

Beach Strip

Quick facts

Entry knot
Resort_Beach
Hotspots
walk, sunset (TimeSlot 2), skinnydip, dante, leave
Bg image
resort_beach_day / _dusk / _night
Shuffle cycle
beach_dusk_cycle (6 events)
Bonfire variant
Weekend Event 3 (resort on-site)

TL;DR

Three direct actions: walk the shore (5 Energy, 1 TimeSlot, -1 Shame), sit for the sunset (TimeSlot 2 only, -2 Shame and a small relief), or strip and skinny-dip (Fem 40+, Shame <= 60, low-shame swim with a lifeguard-light scare). The walk has a 60% chance of rolling a dusk-shuffle event when TimeSlot >= 2.

Dante Stage 2 lives here, gated on dante_stage == 2 && TimeSlot == 2. He walks the shoreline at dusk and a single hair-tuck either holds the moment (rapport +2, +1 Fem, +1 Sub) or breaks it with a joke.

Direct actions

Walk along the shore. Resort_Beach_Walk

do_action(5, 1), shame_gain(-1). Default-text walk past the property line. Above TimeSlot 2 with a 60% RNG, rolls one of six beach-dusk shuffle events. Below that, just the walk and a Shame heal.

Sit for the sunset. Resort_Beach_Sunset

Gated TimeSlot == 2. do_action(3, 1), shame_gain(-2), do_relief(3). The lowest-stakes relief loop on the property. Pure quiet beat.

Strip to your skin and swim. Resort_Beach_SkinnyDip

Gated TimeSlot >= 2 && Femininity >= 40 && Shame <= 60. do_action(10, 1), +1 Fem, +1 Sub, Arousal +4, +1 Shame. Includes a lifeguard-light sweep that doesn’t catch you. Independent of the shuffle-bag.

Beach-dusk shuffle bag

Six events on beach_dusk_cycle. Some gates fail silently (no fallback knot), so the 60% roll can no-op if the picked branch’s gate doesn’t hold:

# Knot Gate Notes
1 BeachDusk_CouplePDA None Background couple, Arousal +3
2 BeachDusk_Kitesurfer None Late-twenties surfer flirt, +1 Fem
3 BeachDusk_SoloSunset None Quiet dune beat, -2 Shame, relief 4
4 BeachDusk_SkinnyDipInvite Fem 40 + Shame <= 60 Two-girl group invite, accept = +2 Fem +1 Sub +2 Shame
5 BeachDusk_DanteCameo dante_stage 2-4 Walk with Dante, +1 rapport
6 BeachDusk_StrangerHookup Fem 35 + Shame <= 70 Dune-line stranger, oral + sand sex, do_relief 20

Dante Stage 2

Dante_Stage_2 is the beach-walk progression beat. Gate at the hub:

  • dante_stage == 2
  • TimeSlot == 2 (dusk only)
  • not dante_stage_met_today

He spots you at the dunes, walks with you to the far point, and tucks a strand of hair behind your ear. Two responses:

  • Let the moment hold (Dante_Stage_2_Hold): rapport +2, stage = 3, Fem +1, Sub +1, Arousal +3.
  • Break it with a joke (Dante_Stage_2_Joke): rapport +1, stage = 3, Fem +1.

Either response advances the arc. The “Hold” branch is the higher-rapport path and what the rest of the arc reads as canonical.

Weekend variants

Weekend Event 3 (Bonfire) routes to the resort beach instead of the park when you’re on-site (resort_on_site in WeekendEvents.ink). Host is Malik with Iris (the local manager, not Lily) running the cooler. Different sand strip on the city-park variant.

Tips and gotchas

Dusk events need TimeSlot 2 specifically

The shuffle roll has TimeSlot >= 2 in the guard, but several individual events (and the Dante cameo) read as “dusk” narratively. If you walk at TimeSlot 0/1, you get the plain walk text and the Shame heal, no event roll.

The stranger hookup is the most explicit non-Dante beat

BeachDusk_StrangerHookup_Accept is the high-shame, high-stat-gain branch. +2 Fem, +2 Sub, do_relief 20, +2 Shame. Decline costs Sub -1. Gated Fem 35 + Shame <= 70 so an early-arc PC won’t roll into it.

Dante cameo locks the day at stage 3+, not at stage 2

BeachDusk_DanteCameo (shuffle pick 5) only sets dante_stage_met_today = true when dante_stage >= 3. At stage 2 the cameo doesn’t lock the day, leaving room for the real Dante_Stage_2 entry choice at the hub. Same pattern as the pool cameo at stage 1.

Skinny-dip is gated on visibility, not on stage

Resort_Beach_SkinnyDip opens at Fem 40 + Shame <= 60. Independent of Iris or Dante arcs. If you’ve kept Shame high it stays locked even on a late-game Femboy.

Related

  • Cove Resort hub.
  • Pool Deck for the analogous shuffle bag (six events, hot-tub creep variant).
  • Malik, host of the bonfire variant when on-site.
  • Weekend Event for the bonfire (Event 3) and pool party (Event 1) entry points.

Comments

Patreon supporters can post. Public can read. Posts show under an anonymous handle (e.g. Quiet Owl 423) derived from your account, your real Patreon name stays hidden.