Passage Text
(set: $persona to "Giulia")(set: $mineral to "Pyrite")<!--delete this afterwards-->
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*The Complete Story of Amethyst*
Amethyst forms in arid, oxidized environments, often in the weathered zones of copper deposits. It results from the chemical reaction of copper, aluminum, and phosphorus with water over long periods, often in volcanic or sedimentary rocks.
**🌍 Geographic Origins:**Major deposits in Brazil, Uruguay, Zambia, and South Korea. Forms in volcanic rock cavities called geodes.
**🏛️ Historical Uses:**Ancient Greeks believed it prevented intoxication. Used in royal crowns, religious artifacts, and as a symbol of sobriety and clear thinking.
**🎭 Cultural Meanings:**
Associated with wisdom, spirituality, and inner peace. Still used in meditation and spiritual practices worldwide.</div></div></div>
[[Find out about other minerals -> Other Minerals]][[Continue to the quiz -> Crystal Mini Quiz]]
The kiosk screen transforms into a sophisticated mirror display.
{$persona} sees their reflection, but something magical begins to happen - augmented reality overlays start appearing around their image.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">**Your crystal reflects your essence.**
Vibrant, thoughtful, grounded, curious, kind — it's all there.
📸 *Touch to capture your Crystal Portrait.*
</div></div></div>
(if: $persona is "Giulia")[Giulia gasps as golden, metallic sparkles dance around her reflection like tiny suns. The pyrite's bold energy seems to amplify her natural confidence - she sees herself surrounded by ambitious, electric energy that makes her stand taller. *"Whoa, this is actually amazing"* she thinks to herself, struck by how the visualization captures something she feels inside.](if: $persona is "Thomas")[Thomas watches in wonder as serene blue-green waves flow around his reflection, like gentle water or peaceful sky. The turquoise energy feels calming and grounding - exactly what his stressed soul has been craving. He takes a deep breath, feeling more centered than he has in months. *"I am feeling energetic again"* he murmurs softly.](if: $persona is "Lucia")[Lucia observes with delight as deep purple light swirls around her reflection in contemplative, graceful patterns. The amethyst energy feels wise and knowing, reflecting her love of learning and quiet strength. She nods appreciatively at her reflected self. *"This is looking magical.. I wished I owned a mirror like this"* she chuckles with satisfaction.]
[[📸 Capture your photo in a portrait -> Save Photo]]
[[Skip the photo -> Kiosk ending]]Now you are in the exhibition space.
{
(set: $images to (a: "https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.jpg", "https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum2.jpg", "https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/dark.jpg"))
(set: $currentImage to 1)
}
<img id="museum-carousel" src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.JPG" class="museum" alt="Carousel Image">
(align:"==><===")[<button onclick="
var images = ['https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.JPG', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum2.jpg', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/dark.jpg'];
var img = document.getElementById('museum-carousel');
var current = images.indexOf(img.src);
var prev = (current - 1 + images.length) % images.length;
img.src = images[prev];
document.getElementById('counter').textContent = (prev + 1);
">◀ Previous</button> <button onclick="
var images = ['https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.JPG', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum2.jpg', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/dark.jpg'];
var img = document.getElementById('museum-carousel');
var current = images.indexOf(img.src);
var next = (current + 1) % images.length;
img.src = images[next];
document.getElementById('counter').textContent = (next + 1);
">Next ▶</button><p>Image <span id="counter">1</span> of 3</p>]
(link-repeat: "Browse the collections ")[(open-url: 'https://sma.unibo.it/it/il-sistema-museale/collezione-di-mineralogia-luigi-bombicci/collezioni-1/la-collezione-e-le-sue-raccolte')](text-style:"subscript")[(text-colour:grey)[^^(link to external website in Italian)^^]]
(link-repeat: "Find out about the museum")[(open-url: 'https://sma.unibo.it/en/the-university-museum-network/mineralogical-collection-luigi-bombicci-museum/mineralogical-collection-luigi-bombicci-museum')](text-style:"subscript")[(text-colour:grey)[^^(link to external website)^^]]
<!--Comment Text(link-repeat:"Explore the glow in the dark")[(show:?modal)]
{[
<div class="modal">
<div class="modal-content">
<span class="close">
{(link-repeat:"×")[(replace:?modal)[] ]}
</span>
Glow in the dark <img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/QRcard.png" class="museum"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/QRcard.png" class="museum">
(link: "click here")[(open-url: 'https://sma.unibo.it/it/il-sistema-museale/collezione-di-mineralogia-luigi-bombicci/collezioni-1/la-collezione-e-le-sue-raccolte')]
</div>
</div>
](modal|}-->
[[Go back to the experience -> 1st Kiosk Interaction]]
{$persona} now explores a little bit in the exhibition space.
{
(set: $images to (a: "https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.jpg", "https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum2.jpg", "https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/dark.jpg"))
(set: $currentImage to 1)
}
<img id="museum-carousel" src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.JPG" class="museum" alt="Carousel Image">
(align:"==><===")[<button onclick="
var images = ['https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.JPG', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum2.jpg', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/dark.jpg'];
var img = document.getElementById('museum-carousel');
var current = images.indexOf(img.src);
var prev = (current - 1 + images.length) % images.length;
img.src = images[prev];
document.getElementById('counter').textContent = (prev + 1);
">◀ Previous</button> <button onclick="
var images = ['https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum3.JPG', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum2.jpg', 'https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/dark.jpg'];
var img = document.getElementById('museum-carousel');
var current = images.indexOf(img.src);
var next = (current + 1) % images.length;
img.src = images[next];
document.getElementById('counter').textContent = (next + 1);
">Next ▶</button><p>Image <span id="counter">1</span> of 3</p>]
(link-repeat: "Browse the collections ")[(open-url: 'https://sma.unibo.it/it/il-sistema-museale/collezione-di-mineralogia-luigi-bombicci/collezioni-1/la-collezione-e-le-sue-raccolte')](text-style:"subscript")[(text-colour:grey)[^^(link to external website in Italian)^^]]
(link-repeat: "Find out about the museum")[(open-url: 'https://sma.unibo.it/en/the-university-museum-network/mineralogical-collection-luigi-bombicci-museum/mineralogical-collection-luigi-bombicci-museum')](text-style:"subscript")[(text-colour:grey)[^^(link to external website)^^]]
[[Go back to the experience -> Crystal Reflection]]
The screen comes alive with a captivating time-lapse animation showing geological processes over millions of years.
(if: $mineral is "Pyrite")[The animation shows ancient seabeds and hydrothermal vents as the narrator explains: *Pyrite forms in sedimentary and hydrothermal environments when iron and sulfur combine under low-oxygen conditions - often in marine sediments, coal beds, or near the scalding vents of underwater volcanoes.*](else-if: $mineral is "Turquoise")[The scene shifts to arid landscapes and weathered copper deposits: *Turquoise forms in dry, oxidized environments through the patient reaction of copper, aluminum, and phosphorus with water over countless years, creating its distinctive blue-green beauty in volcanic and sedimentary rocks.*](else-if: $mineral is "Amethyst")[Purple crystals grow within dark cavities as the story unfolds: *Amethyst, the purple variety of quartz, forms in geodes within volcanic rocks where silica-rich fluids containing traces of iron slowly cool and crystallize, with natural radiation creating that signature purple hue.*]
(if: $persona is "Giulia")[Giulia watches in fascination. *"Whoa, so this stuff was forming when dinosaurs were around? That's insane!"* she whispers to herself.](else-if: $persona is "Thomas")[Thomas is completely absorbed, remembering why he loved rocks. *"The processes are so elegant... pressure, time, chemistry working together"* he thinks appreciatively.](else-if: $persona is "Lucia")[Lucia is charmed by the educational presentation. *"What a beautiful way to teach natural history,"* she thinks, taking in every detail.]
[[Find out more -> History and Culture]]
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*You've traced your Crystal Twin through deep time and human history.*
From ancient earth processes to cultural treasures, you've seen how minerals connect us to both our planet's past and our shared human heritage.
*Now... are you ready to see how this connects to you?*
</div></div></div>
(if: $persona is "Giulia")[*"This has been way more interesting than I expected"* Giulia thinks, genuinely impressed. *"I'm curious what comes next"*](else-if: $persona is "Thomas")[*"I feel more connected to this than I have to anything in months"* Thomas notices. *"This is exactly the kind of perspective I needed."*](else-if: $persona is "Lucia")["*It is indeed a beautifully designed educational experience"* Lucia thinks with satisfaction. *"I'm eager to see how they conclude this journey"*]
[[Step into the Reflection Core -> Crystal Reflection]]
[[Explore freely instead -> Collections2]]
In front of the screen, {$persona} turns attention to what appears.
(set: $persona to "Giulia")<!--delete this afterwards-->
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*Hello {$persona}*
Your Crystal Twin has a story spanning millions of years. Follow your mineral through Earth's memory - discover where it formed, who treasured it, and the myths that grew around it.
Ready to journey through time?</div></div></div>
(if: $persona is "Giulia")[*"Normally I'd be bored but now I'm eager to!*" Giulia thinks, her eyes lighting up with excitement.](else-if: $persona is "Thomas")[Thomas feels that familiar pull of geological curiosity. *"I used to love learning about how rocks formed"* he remembers fondly.](else-if: $persona is "Lucia")[Lucia settles in comfortably. *"Stories through time - this is exactly the kind of cultural exploration I enjoy"* she thinks with satisfaction.]
[[Continue -> History and Culture]]
A new message shows up.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*Ready to test your new knowledge?*
Time for "Two Truths and a Lie" - can you spot which statement about your Crystal Twin is false?
Put your detective skills to the test!
</div></div></div>
(if: $persona is "Giulia")[*"A quiz? Bring it on!"* Giulia thinks confidently, cracking her knuckles playfully.](else-if: $persona is "Thomas")[*"Let's see how much I absorbed"* Thomas thinks, approaching this like a friendly challenge.](else-if: $persona is "Lucia")["How delightful - a little test to consolidate what I've learned"* Lucia thinks, adjusting her reading glasses.]
(if: $mineral is "Pyrite")[
[[Try the quiz-> Quiz Pyrite]]
]
(if: $mineral is "Amethyst")[
[[Try the quiz-> Quiz Amethyst]]
]
(if: $mineral is "Turquoise")[
[[Try the quiz-> Quiz Turquoise]]
]
With a feeling that the journey was nearing its end, {$persona} looks at the screen.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*The journey outward is complete. Now comes the journey inward.*
Like the minerals deep in Earth, you too have been shaped by time, pressure, and unique conditions. You have layers, depth, and your own inner brilliance.
*Continue to see yourself reflected through your Crystal Twin*
</div></div></div>
(if: $persona is "Giulia")[*"Okay, this is getting deep"* Giulia thinks, but she's intrigued. *"I'm curious what they mean by seeing myself reflected."*](else-if: $persona is "Thomas")[*"A journey inward...I think that's exactly what I came here looking for,"* Thomas reflects, feeling ready for whatever comes next.](else-if: $persona is "Lucia")[*"Oh, what could that mean?"* Lucia wonders. *"Well I do appreciate experiences that encourage self-reflection."*]
[[Continue-> Augmented Mirror]]<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
CONGRATULATIONS {$persona}
YOUR CRYSTAL TWIN IS
<h3>{$mineral}</h3>(if: $mineral is "Pyrite")[
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/pyrite.png" class="mineral">
*Ambitious, confident, goal-oriented, natural entrepreneur, attracts opportunities*](else-if: $mineral is "Turquoise")[
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/turquoise.png" class="mineral">
*Excellent communicator, peaceful, seeks balance, values friendship and community*](else-if: $mineral is "Amethyst")[
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/amethyst.png" class="mineral">
*Intuitive, philosophical, seeks deeper meaning, creative, values wisdom over material wealth*]
</div></div></div>
(if: $persona is "Giulia")[*"Pyrite - I like the sound of that!"* Giulia grins, reading the description. *"Ambitious and confident? Yeah, that's totally me."* ](else-if: $persona is "Thomas")[Thomas reads the description with a growing smile. *"Turquoise... peaceful and balanced. That's exactly what I've been trying to find lately."* The description feels surprisingly accurate.](else-if: $persona is "Lucia")[Lucia nods approvingly as she reads about Amethyst. *"Seeking deeper meaning and valuing wisdom - that does sound like my approach to life"* she thinks warmly.]
[[Continue -> Crystal Twin Ending]]<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">Now that you've discovered your Crystal Twin, you can:
🔍 Learn about your mineral's fascinating origins and cultural significance
💎 Visit the actual specimen in our collection
What calls to you?</div></div></div>(if: $persona is "Giulia")[Giulia's curiosity is fully engaged now. *"I want to know everything about this Pyrite"* she thinks.](else-if: $persona is "Thomas")[Thomas feels a familiar excitement - the same feeling he had as a kid when he first got interested in rocks and minerals.](else-if: $persona is "Lucia")[Lucia appreciates having options and wants to make the most of her visit. *"Both sound wonderful, but let me start with the stories"* she decides.]
{$persona} decides to
[[Find out more about the (lowercase:"$mineral") -> Crystal Journey Opening]]
[[Go see the actual (lowercase:"$mineral") -> item collection ]]As {$persona} steps out of the Luigi Bombicci Museum and into the Bologna afternoon, they carry something new with them - not just knowledge about minerals, but a fresh perspective on their own inner landscape.
The experience has reminded them that, like the crystals they learned about, everyone is formed by unique pressures, time, and conditions. Everyone has their own hidden brilliance waiting to be discovered.
(if: $persona is "Giulia")[Giulia walks away with a spring in her step, with a plan to research more about pyrite and maybe visit other museums.*"Who knew learning could be this engaging?"* she thinks, her phone full of new content and her mind full of new curiosities.](else-if: $persona is "Thomas")[Thomas leaves feeling refreshed and reconnected - not just to his old interest in geology, but to a sense of wonder he'd forgotten he possessed. *"Maybe I need more experiences like this,"* he thinks, already imagining his next visit.](else-if: $persona is "Lucia")[Lucia departs with quiet satisfaction, her cultural appetite well-fed and her certificate safely tucked in her purse. *"Bologna continues to surprise me with these thoughtful experiences*" she thinks, looking forward to sharing this discovery with friends.]
*The stones may be silent, but today, one spoke directly to you.*
*Thank you for visiting Stone Seekers at the Mineralogical Collection "Luigi Bombicci Museum." Your journey is now part of our story, and our story is part of yours.*
🪨✨
---
**End of Experience**
[[Start Over -> Start: Select Persona]][At the entrance, {$persona} is greeted with a museum attendant.
The attendants smiles, and hand over a sleek card with a QR code printed on it.
The card says:
]
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/QRcard.png" class="cardimage">
(if: $persona is "Giulia")[She turns the card over in her hands, intrigued by its sleek design. *"This looks way cooler than I expected"* she thinks, already imagining the TikTok she might make about this.](else-if: $persona is "Thomas")[He examines the card with professional interest. The design and technology integration reminds him why he was drawn to both tech and geology. *"Nice touch"* he murmurs appreciatively.](else-if: $persona is "Lucia")[She holds the card carefully. *"How thoughtful of them to implement digital technology"* she reflects.]
{$persona} decides to...
[[Approach the kiosk -> 1st Kiosk Interaction]]
[[Explore first -> Collections1]]
The screen now shows the specimen’s origin — its geography, history, and cultural use — alongside a maps and images.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content"><div class="kiosk-content">*The Complete Story of {$mineral}*
**🌍 Geographic Origins:**
(if: $mineral is "Pyrite")[Found worldwide, PYRITE forms when iron and sulfur combine under high temperatures and pressures deep within the Earth, creating golden cubic crystals that sparkle brilliantly in the light.](else-if: $mineral is "Turquoise")[Turquoise forms in arid regions where groundwater percolates through rocks rich in copper and aluminum. Over time, a chemical reaction produces this opaque blue-green mineral, typically in the weathered or oxidized zones of copper deposits.](else-if: $mineral is "Amethyst")[Amethyst forms in arid, oxidized environments, often in the weathered zones of copper deposits. It results from the chemical reaction of copper, aluminum, and phosphorus with water over long periods, often in volcanic or sedimentary rocks.]
**🏛️ Historical Uses:**
(if: $mineral is "Pyrite")[PYRITE played a crucial role in producing sparks to ignite gunpowder in flintlock firearms, making it invaluable for early weaponry. It was also used as a raw material in manufacturing sulfuric acid, which revolutionized industrial processes.](else-if: $mineral is "Turquoise")[In ancient Egypt, turquoise was cherished as a symbol of life and used to create elaborate jewelry and burial masks, including the treasures of Pharaoh Tutankhamun..](else-if: $mineral is "Amethyst")[Ancient Greeks believed it prevented intoxication. Used in royal crowns, religious artifacts, and as a symbol of sobriety and clear thinking.]
**🎭 Cultural Meanings:**
(if: $mineral is "Pyrite")[Many people see it as a stone of protection and prosperity, believed to shield against negative energies and environmental pollutants. In crystal healing, it is prized as a symbol of inner strength, determination, and the ability to manifest abundance.](else-if: $mineral is "Turquoise")[turquoise is celebrated for its powerful cultural meanings. People around the world wear it to attract friendship, encourage positive energy, and promote spiritual grounding and emotional healing.](else-if: $mineral is "Amethyst")[Amethyst is often associated with wisdom, spirituality, and inner peace. Still used in meditation and spiritual practices worldwide.]</div></div></div>
(if: $persona is "Giulia")[*"This is so cool! I had no idea rocks had this much history"* Giulia thinks, already planning to share some of these facts with friends.](else-if: $persona is "Thomas")[Thomas finds himself thoroughly engaged. *"The intersection of geology, history, and culture... this stuff is fascinating"* he realizes.](else-if: $persona is "Lucia")[Lucia reads with appreciation. *"What rich cultural heritage these minerals carry. It's like they're libraries of human experience."*]
[[Find out about other minerals -> Other Minerals]]
[[Continue -> Crystal Mini Quiz]]
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
✅ Well spotted! That was the lie.
Minerals hold fascinating stories — but not *everything* you hear is true.
Good instincts, {$persona}.
</div></div></div>
(if: $persona is "Giulia")[*"Yes! I knew it!"* Giulia claims to herself. *"That's a sign I'm paying attention..."*](else-if: $persona is "Thomas")[*"Yeah - that was maybe obvious"*,Thomas chuckles, glad that he got it right.](else-if: $persona is "Lucia")[*"Ah yes I thought I have chosen the right one"* Lucia remarks. *"Earning the knowledge is always rewarding."*]
[[Continue your journey -> Crystal Journey Ending]](set:$persona to "Thomas")
At the counter near the entrance, the same musuem attendant that greeted {$persona} upon arrival staff hands over a printed certificate, in the size of a slightly small postcard.
(if: $persona is "Giulia")[ <div style="text-align: center;"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/certificate_g.jpg" style="max-width: 400px;"></div>] (if: $persona is "Thomas")[ <div style="text-align: center;"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/certificate_t.jpg" style="max-width: 400px;"></div>] (if: $persona is "Lucia")[<div style="text-align: center;"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/certificate_l.jpg" style="max-width: 400px;"></div>]
(if: $persona is "Giulia")[Giulia holds the certificate delicately, clearly impressed. *"I didn’t expect something this cool from a museum,"* she says with a grin, already thinking about showing it to her friends.]
(else-if: $persona is "Thomas")[Thomas flips around the certificate and smiles quietly. *"This is going up by my office desk,"* he says, appreciating the detail and thoughtfulness.]
(else-if: $persona is "Lucia")[Lucia runs her fingers along the textured paper. *"Such attention to detail — this will look wonderful among my travel keepsakes,"* she reflects.]
[[Exit museum -> Ending]]
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*Curious about the other Crystal Twins?*
**Quick peek at the other minerals:**
[[🔥 **Pyrite** - The confidence stone, fool's gold, fire starter-> Pyrite]]
[[ **Turquoise** - The communication stone, sky bridge, protector-> Turquoise ]]
[[🌌 **Amethyst** - The wisdom stone, sobriety guardian, peace bringe -> Amethyst]]
</div></div></div>
[[Continue back to the journey -> Crystal Mini Quiz]](if: $persona is "Giulia")
[
Giulia steps up to the grand entrance of the Luigi Bombicci Museum. She feels a mix of curiosity and nervous excitement of entering a University facility.
*"I wonder what I'll find inside"* she thinks , clutching her phone and school bag.
](else-if: $persona is "Thomas")[
Thomas arrives at the museum just before noon.
The building looks quiet and welcoming.
He takes a deep breath, glad to have some time away from work.
*"It’ll be nice to focus on something different for a while"* he says to himself as he walks up the steps.
](else-if: $persona is "Lucia")[
Lucia pauses at the entrance of the museum.
She likes visiting places like this in her free time.
It feels good to get out and learn something new.
*"This will be a nice day"* she thinks, smiling softly.]
[[Enter the museum -> Gate of Origins]](set: $persona to "Giulia")(set: $mineral to "Pyrite")<!--delete this afterwards-->
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*The Complete Story of Pyrite*
Pyrite, known as Fool's Gold during has been valued since ancient times for practical uses like fire-starting in flintlocks and creating mirrors.
Today, pyrite finds practical applications in sulfur production for sulfuric acid manufacturing, semiconductor industry processes, and as decorative mineral specimens
**🌍 Geographic Origins:**Found worldwide, but notable deposits in Spain, Peru, and the American Southwest. Often discovered alongside coal and in hydrothermal veins.
**🏛️ Historical Uses:**Ancient civilizations used pyrite for fire-starting, mirrors, and decorative inlays. During gold rushes, it earned the nickname "Fool's Gold" for deceiving prospectors.
**🎭 Cultural Meanings:**Culturally, it symbolizes prosperity, confidence, and the manifestation of one's goals. .
Modern practitioners use it for attracting wealth and building self-assurance.
</div></div></div>
(if: $persona is "Giulia")[](else-if: $persona is "Thomas")[](else-if: $persona is "Lucia")[]
[[Find out about other minerals -> Other Minerals]]
[[Continue back to the journey -> Crystal Mini Quiz]]
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*Two Truths and a Lie — can you spot the made-up history?
Your goal is to identify the lie that is hidden in one of the choices*
[[Amethyst gets its purple color from iron impurities and natural radiation. -> Truth]]
[[In ancient times, people believed amethyst could prevent drunkenness.-> Truth]]
[[Amethyst is one of the rarest and most expensive gemstones. -> Lie]]
</div></div></div>
(if: $persona is "Lucia")[Lucia considers each statement methodically. *"The color explanation sounds scientifically accurate, and I recall reading about the ancient Greek beliefs about sobriety. But rarest and most expensive? I don't think that's right - I've seen amethyst in many places"* she reasons thoughtfully, and taps her choice.]
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*Two Truths and a Lie — can you spot the made-up history?
Your goal is to identify the lie that is hidden in one of the choices*
[[Pyrite is often mistaken for gold because of its shiny, metallic luster. -> Truth]]
[[Pyrite is a major source of real gold in mining operations. -> Lie]]
[[Pyrite can spark when struck against metal or stone. -> Truth]]
</div></div></div>
(if: $persona is "Giulia")[Giulia reads each option carefully. *"Hmm, I remember something about fool's gold... and sparking sounds right from what they showed us. But major source of real gold? That seems fishy"* she thinks, analyzing each statement, and taps her choice.]
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*Two Truths and a Lie — can you spot the made-up history?
Your goal is to identify the lie that is hidden in one of the choices*
[[Turquoise is an opaque gemstone that often has a blue-to-green hue. -> Truth]]
[[Turquoise was prized by ancient civilizations like the Egyptians and Native Americans. -> Truth]]
[[Turquoise forms in volcanic environments under intense pressure and heat. -> Lie]]
</div></div></div>
(if: $persona is "Thomas")[Thomas draws on both his recent learning and his old geological knowledge. *"Blue-to-green and opaque - that matches what I've seen. Ancient civilizations definitely valued it. But volcanic environments with intense pressure? That doesn't match what we just learned about weathered copper deposits,"* he analyzes systematically, and taps his choice.]
{$persona} touches the screen and watches as the AR effects freeze in place for a moment, creating a well formed portrait.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*Your Crystal Portrait has been saved.* (if: $persona is "Giulia")[ <img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/giulia_mirror.png" class="portrait">] (if: $persona is "Thomas")[ <img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/thomas_mirror.png" class="portrait">] (if: $persona is "Lucia")[ <img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/lucia_mirror.png" class="portrait">]
This image reflects both your outer self and your inner mineral essence - a unique moment where science, technology, and personal discovery unite.
You can download it by scanning the QR code below on your mobile device.
</div></div></div>
(if: $persona is "Giulia")[*"I'm definitely posting this on social media!"* Giulia grins, already imagining the caption she'll write about her museum adventure.](else-if: $persona is "Thomas")[*"Ha! Amazing. A reminder of this moment"* Thomas thinks, appreciating having something tangible from this unexpectedly meaningful experience.](else-if: $persona is "Lucia")[*"A lovely keepsake. I will share this to my circle of friends."* Lucia smiles, pleased to have a memento of such a thoughtful experience.]
[[Continue -> Kiosk ending]][Welcome to //**STONE SEEKERS**// – a personalized interactive experience inside the **Mineralogical Collection "Luigi Bombicci Museum"** in Bologna.
This Twine simulates the museum’s digital installation, where visitors explore their personal connection to minerals through an interactive journey.
You will step into the shoes of different museum visitors and experience the exhibit from their perspective.
Who will you follow?]
(link: "Giulia – A curious high school student from Bologna")[(set: $persona to "Giulia")(go-to: "Intro")]
(link: "Thomas – An engineer with a former passion in geology")[\(set: $persona to "Thomas")\(go-to: "Intro")]
(link: "Lucia – A retired local who loves culture")[\(set: $persona to "Lucia")\(go-to: "Intro")]
The screen dims momentarily, then displays a swirling animation of crystalline patterns forming and reshaping.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
Processing your responses...
We have identified your mineral twin based on your unique personality profile.
<div class="custom-button"> [[<h6>Discover your Crystal Twin<h6> -> Crystal Twin]] </div></div></div>
(if: $persona is "Giulia")[Giulia bounces slightly on her feet with anticipation. *"Come on, show me!"* she thinks excitedly.](else-if: $persona is "Thomas")[Thomas finds himself genuinely curious about the result. *"I haven't thought about minerals in years, but this is bringing back that old fascination"* he realizes.](else-if: $persona is "Lucia")[Lucia watches the swirling patterns with appreciation. *"What a lovely way to build anticipation"* she thinks, enjoying the theatrical presentation.]
{$persona} taps to discover their result.
The screen flashes gently and then displays:
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*❌ That one’s actually true!*
*Even the most unlikely mineral facts can surprise us.*
*Sometimes, truth really is stranger than fiction.*
</div></div></div>
(if: $persona is "Giulia")[*"Ugh, tricked me!"* Giulia laughs at herself. *"These mineral facts are wilder than I thought."*](else-if: $persona is "Thomas")[*"Interesting - I need to reconsider what I thought I knew"* Thomas thinks, appreciating the learning moment.](else-if: $persona is "Lucia")[*"How fascinating that I was surprised by the truth"* Lucia remarks. *"There's always more to learn."*]
(link: "Retake the quiz")[
(goto: (history:)'s last)
]
[[Continue your journey -> Crystal Journey Ending]]<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">*The Complete Story of Turquoise*
Turquoise has been considered sacred by many cultures being used it in burial masks, ceremonial objects, and amulets. Today, turquoise is utilized in jewelry, decorative inlays, and traditional medicine practices in some cultures.
**🌍 Geographic Origins:**Primary sources include Iran, Tibet, southwestern United States, and Egypt. Forms in arid regions with copper deposits.
**🏛️ Historical Uses:**Prized by ancient Egyptians, Persians, and Native Americans for jewelry, burial masks, and ceremonial objects. Used in trade routes across continents.
**🎭 Cultural Meanings:**Represents protection, communication, and healing. Many cultures consider it a bridge between earth and sky.
</div></div></div>
[[Find out about other minerals -> Other Minerals]][[Continue to the quiz -> Crystal Mini Quiz]][(if: $persona is "Giulia")[**Giulia is...**
A 17 year old high school student from Bologna.
Curious about everything, and always eager to learn something new.
After seeing a TikTok video of some glowing stones, she decides to step into the museum she usually just walks past, thinking it might be fun.
<div class="character-box"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/giulia.png" class="persona"></div>
](else-if: $persona is "Thomas")[**Thomas is...**
A tech engineer, age 38.
His usual days were packed with deadlines, and he needed a break from it. He remembered the museum of minerals - a passion he used to have as a child.
He decides to take the day off, to reconnect with an old interest.
<div class="character-box"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/thomas.png" class="persona"></div>](else-if: $persona is "Lucia")[**Lucia is...**
A retired librarian and longtime Bologna resident.
After retirement, she likes to spends her freetime revisiting local museums, to enjoy a cultural experience.
Today, she's come to this one.<div class="character-box"><img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/lucia.png" class="persona"></div>]][[Start the story -> Outside the Museum]]
{$persona} stands in front of the kiosk screen, and watches as a message appears.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
<h4>Welcome Seeker</h4>
<p>Your journey through Earth’s secrets begins here. This card holds your name and will unlock the paths meant for you.
Scan your card here</p></div></div></div>
(if: $persona is "Giulia")[She raises an eyebrow.
*“Okay... cool?”*](else-if: $persona is "Thomas")[*"Okay..."* He glances at the reader.](else-if: $persona is "Lucia")[*"Okay, I should be able to do this"* ]
[[{$persona} scans the card to the reader -> Crystal Twin Opening]]
The screen lights up with the first question.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*Question 1:
When faced with a tough choice, you tend to....*
[[ Go with your gut and act fast -> Personality Test2]]
[[ Talk it through and reflect on how it feels-> Personality Test2]]
[[ Analyze the patterns and look deeper -> Personality Test2]]
</div></div></div>
(if: $persona is "Giulia")[Giulia reads through the options quickly. *"Easy - I'm definitely a gut-reaction person"* she thinks, tapping the first option without hesitation.](else-if: $persona is "Thomas")[Thomas considers each option carefully. *"I usually analyze things pretty thoroughly"* he reflects, selecting the third option after a moment's thought.](else-if: $persona is "Lucia")[Lucia takes her time reading each choice. *"I've always been someone who likes to talk things through and consider feelings"* she decides, choosing the second option.]
{$persona} taps their choice and waits for the next question.
{$persona} continues through several more questions about decision-making, values, and personal energy. The questions feel surprisingly thoughtful and relevant.
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">
*Final Question:
Which vibe resonates with you most?*
🔥 Bold, electric, goal-driven
💧 Calm, supportive, heart-centered
🌌 Introspective, wise, curious
</div></div></div>
(if: $persona is "Giulia")[*"Definitely the bold one"* Giulia thinks immediately. *"I like to go after what I want"* She taps the fire symbol without hesitation. (set: $mineral to "Pyrite")](else-if: $persona is "Thomas")[Thomas pauses, considering. *"The calm, supportive one feels right. I've always been someone people come to for steady advice."* He selects the water symbol. (set: $mineral to "Turquoise")](else-if: $persona is "Lucia")[*"Introspective and curious - that's definitely me"* Lucia reflects. *"All those years surrounded by books and knowledge."* She chooses the cosmic symbol thoughtfully. (set: $mineral to "Amethyst")]
[[Continue -> Test Result]]You’ve reached the real thing!
(if: $mineral is "Pyrite")[Here’s where the actual ''pyrite'' lives in this museum.
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum pyrite.jpg" style="max-width: 450px;"></div>](else-if: $mineral is "Turquoise")[Here’s where the actual'' turquoise ''lives in this museum.
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum turquoise.jpg" style="max-width: 450px;"></div>](else-if: $mineral is "Amethyst")[Here’s where the actual ''amethyst'' lives in this museum.
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/SamuraiMasala/StoneSeekers/refs/heads/main/img/museum turquoise.jpg" style="max-width: 450px;"></div>]
[[Go back to the experience -> Crystal Journey Opening]]
As the final part of the journey comes to a close, the screen gently fades to black before displaying a soft message:
<div class="kiosk-wrapper"><div class="kiosk-frame"><div class="kiosk-content">{$persona}
You’ve completed your Journey through the museum.
We hope you had fun, learned something new, and felt a spark of curiosity along the way.
You may now return to the front counter to receive your personalized experience certificate.
</div></div></div>
(if: $persona is "Giulia")[Giulia blinks, then smiles. *"I kind of don’t want it to end, but there's still something at the counter?"* she thinks, as she heads toward there.]
(else-if: $persona is "Thomas")[Thomas exhales slowly. *"That was... a lot more than expected. So now I go to the counter then, for a certificate?"* he mutters, stretching slightly before walking back toward the entrance.*]
(else-if: $persona is "Lucia")[Lucia clasps her hands together in front of her chest. *"What a beautiful journey,"* she murmurs softly, turning to make her way to the front.]
[[Continue -> Mineral Memories]]