<<nobr>>
<h2 style="text-align: center;">Top Underwear</h2>
<<set $_missingTopUnderwear = []>>
/* <pre><<=JSON.stringify(setup.crafts.top_underwear, null, 2)>></pre> */
/* <pre><<=JSON.stringify($wardrobe.top_underwear, null, 2)>></pre> */
<<for _craftItem range setup.crafts.top_underwear>>
<<set $_found = false>>
/* <pre><<=JSON.stringify(_craftItem, null, 2)>></pre> */
<<for _wardrobeItem range $wardrobe.top_underwear>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<if _craftItem.key == _wardrobeItem.key>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<set $_found = true>>
<</if>>
<</for>>
/* <<=$_found>> */
<<if not $_found>>
<<run $_missingTopUnderwear.push(_craftItem)>>
<</if>>
<</for>>
<div class="item-grid">
<<for _item range $_missingTopUnderwear>>
<div class="item-card">
<<capture _key _data $key_img_path _item>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Craft">>
/* <<=$key_img_path>> */
<<set $cloth_path = _item.path>>
<<set $cloth_img = _item.img>>
<<set $cloth_key = _item.key>>
<<set $cloth_type = "top_underwear">>
<<goto "cloth">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
<h2 style="text-align: center;">Bottom Underwear</h2>
<<set $_missingBottomUnderwear = []>>
/* <pre><<=JSON.stringify(setup.crafts.bottom_underwear, null, 2)>></pre> */
/* <pre><<=JSON.stringify($wardrobe.bottom_underwear, null, 2)>></pre> */
<<for _craftItem range setup.crafts.bottom_underwear>>
<<set $_found = false>>
/* <pre><<=JSON.stringify(_craftItem, null, 2)>></pre> */
<<for _wardrobeItem range $wardrobe.bottom_underwear>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<if _craftItem.key == _wardrobeItem.key>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<set $_found = true>>
<</if>>
<</for>>
/* <<=$_found>> */
<<if not $_found>>
<<run $_missingBottomUnderwear.push(_craftItem)>>
<</if>>
<</for>>
/* <pre><<=JSON.stringify($_missingBottomUnderwear, null, 2)>></pre> */
<div class="item-grid">
<<for _item range $_missingBottomUnderwear>>
<div class="item-card">
<<capture _key _data $key_img_path _item>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Craft">>
/* <<=$key_img_path>> */
<<set $cloth_path = _item.path>>
<<set $cloth_img = _item.img>>
<<set $cloth_key = _item.key>>
<<set $cloth_type = "bottom_underwear">>
<<goto "cloth">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
[[Move Back|interact_with_veletia_for_cloth_craft]]
<</nobr>><<nobr>>
<h2 style="text-align: center;">Top Wear</h2>
<<set $_missingTopWear = []>>
/* <pre><<=JSON.stringify(setup.crafts.top_wear, null, 2)>></pre> */
/* <pre><<=JSON.stringify($wardrobe.top_wear, null, 2)>></pre> */
<<for _craftItem range setup.crafts.top_wear>>
<<set $_found = false>>
/* <pre><<=JSON.stringify(_craftItem, null, 2)>></pre> */
<<for _wardrobeItem range $wardrobe.top_wear>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<if _craftItem.key == _wardrobeItem.key>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<set $_found = true>>
<</if>>
<</for>>
/* <<=$_found>> */
<<if not $_found>>
<<run $_missingTopWear.push(_craftItem)>>
<</if>>
<</for>>
<div class="item-grid">
<<for _item range $_missingTopWear>>
<div class="item-card">
<<capture _key _data $key_img_path _item>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Craft">>
/* <<=$key_img_path>> */
<<set $cloth_path = _item.path>>
<<set $cloth_img = _item.img>>
<<set $cloth_key = _item.key>>
<<set $cloth_type = "top_wear">>
<<goto "cloth">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
<h2 style="text-align: center;">Bottom Wear</h2>
<<set $_missingBottomWear = []>>
/* <pre><<=JSON.stringify(setup.crafts.bottom_wear, null, 2)>></pre> */
/* <pre><<=JSON.stringify($wardrobe.bottom_wear, null, 2)>></pre> */
<<for _craftItem range setup.crafts.bottom_wear>>
<<set $_found = false>>
/* <pre><<=JSON.stringify(_craftItem, null, 2)>></pre> */
<<for _wardrobeItem range $wardrobe.bottom_wear>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<if _craftItem.key == _wardrobeItem.key>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<set $_found = true>>
<</if>>
<</for>>
/* <<=$_found>> */
<<if not $_found>>
<<run $_missingBottomWear.push(_craftItem)>>
<</if>>
<</for>>
/* <pre><<=JSON.stringify($_missingBottomUnderwear, null, 2)>></pre> */
<div class="item-grid">
<<for _item range $_missingBottomWear>>
<div class="item-card">
<<capture _key _data $key_img_path _item>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Craft">>
/* <<=$key_img_path>> */
<<set $cloth_path = _item.path>>
<<set $cloth_img = _item.img>>
<<set $cloth_key = _item.key>>
<<set $cloth_type = "bottom_wear">>
<<goto "cloth">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
[[Move Back|interact_with_veletia_for_cloth_craft]]
<</nobr>><<nobr>>
<h2 style="text-align: center;">Shoes</h2>
<<set $_missingShoes = []>>
/* <pre><<=JSON.stringify(setup.crafts.shoes, null, 2)>></pre> */
/* <pre><<=JSON.stringify($wardrobe.shoes, null, 2)>></pre> */
<<for _craftItem range setup.crafts.shoes>>
<<set $_found = false>>
/* <pre><<=JSON.stringify(_craftItem, null, 2)>></pre> */
<<for _wardrobeItem range $wardrobe.shoes>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<if _craftItem.key == _wardrobeItem.key>>
/* <pre><<=JSON.stringify(_wardrobeItem, null, 2)>></pre> */
<<set $_found = true>>
<</if>>
<</for>>
/* <<=$_found>> */
<<if not $_found>>
<<run $_missingShoes.push(_craftItem)>>
<</if>>
<</for>>
<div class="item-grid">
<<for _item range $_missingShoes>>
<div class="item-card">
<<capture _key _data $key_img_path _item>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Craft">>
/* <<=$key_img_path>> */
<<set $cloth_path = _item.path>>
<<set $cloth_img = _item.img>>
<<set $cloth_key = _item.key>>
<<set $cloth_type = "shoes">>
<<goto "cloth">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
[[Move Back|interact_with_veletia_for_cloth_craft]]
<</nobr>>/* <<nobr>> */
/* <<=$cloth_path>> */
<<script>>
// Make the variable available to JS
window.clothPath = State.variables.cloth_path;
<</script>>
<style>
svg {
position: relative;
display: block;
margin: 0 auto;
border: 1.5px solid #ccc;
background: grey;
width: 100%;
height: auto;
max-width: 100%;
user-select: none;
aspect-ratio: 5 / 5;
touch-action: none; /* Prevents scrolling during touch dragging */
}
polygon.target {
fill: none;
stroke: blue;
stroke-width: 2;
stroke-dasharray: 6 3;
}
polygon.user {
fill: rgba(255, 105, 180, 0.5);
stroke: deeppink;
stroke-width: 2;
}
circle.handle {
stroke-width: 2;
cursor: pointer;
}
circle.target-point {
stroke-width: 1.5;
stroke-dasharray: 2 2;
}
#instructions {
margin-bottom: 1em;
}
button {
font-size: 1.2em;
padding: 0.5em 1.2em;
cursor: pointer;
}
#result {
margin-top: 1.2em;
font-weight: bold;
font-size: 1.2em;
}
</style>
<div id="panty-container">
<svg id="pantySVG" viewBox="0 0 500 500" aria-label="Panty polygon adjustment"></svg>
<button id="checkFitBtn">Check Fit</button>
<div id="result" aria-live="polite"></div><br><br>
<<link "Move Back">><<goto "interact_with_veletia_for_cloth_craft">><</link>>
<div id="leave-button-cloth" style="text-align: center; margin-top: 15px; display:none;">
<<link "Finish the Craft">><<goto "get_the_craft">><</link>>
</div>
</div>
<script>
// console.log($cloth_path);
(() => {
const targetPolygons = window.clothPath;
const svg = document.getElementById('pantySVG');
const dragRadius = 7;
const scaleFactor = 1;
const pointColors = [];
function offsetPolygon(coords, maxOffset=15, viewBoxWidth=500, viewBoxHeight=500) {
let offsetCoords = [];
for (let i=0; i < coords.length; i += 2) {
let x = coords[i];
let y = coords[i+1];
const ox = (Math.random() * 2 - 1) * maxOffset;
const oy = (Math.random() * 2 - 1) * maxOffset;
let nx = x + ox;
let ny = y + oy;
nx = Math.min(Math.max(nx, 0), viewBoxWidth);
ny = Math.min(Math.max(ny, 0), viewBoxHeight);
offsetCoords.push(nx, ny);
}
return offsetCoords;
}
let userPolygons = targetPolygons.map(poly => offsetPolygon(poly, 15, 500, 500));
function toPointsArray(coords) {
let points = [];
for (let i=0; i < coords.length; i+=2) {
points.push([coords[i]*scaleFactor, coords[i+1]*scaleFactor]);
}
return points;
}
function pointsToString(points) {
return points.map(p => p[0] + ',' + p[1]).join(' ');
}
function createPolygon(points, className) {
const polygon = document.createElementNS("http://www.w3.org/2000/svg", "polygon");
polygon.setAttribute("points", pointsToString(points));
polygon.setAttribute("class", className);
return polygon;
}
function getRandomColor() {
const hue = Math.floor(Math.random() * 360);
return `hsl(${hue}, 70%, 65%)`;
}
function createTargetPointDots(points, colors) {
points.forEach((pt, i) => {
const circle = document.createElementNS("http://www.w3.org/2000/svg", "circle");
circle.setAttribute("cx", pt[0]);
circle.setAttribute("cy", pt[1]);
circle.setAttribute("r", 4);
circle.setAttribute("class", "target-point");
circle.setAttribute("stroke", colors[i]);
circle.setAttribute("fill", colors[i]);
svg.appendChild(circle);
});
}
function createHandles(points, polygonIndex, colors) {
let handles = [];
points.forEach((pt, idx) => {
const circle = document.createElementNS("http://www.w3.org/2000/svg", "circle");
circle.setAttribute("cx", pt[0]);
circle.setAttribute("cy", pt[1]);
circle.setAttribute("r", dragRadius);
circle.setAttribute("class", "handle");
circle.dataset.polyIndex = polygonIndex;
circle.dataset.pointIndex = idx;
circle.setAttribute("fill", colors[idx]);
circle.setAttribute("stroke", "#fff");
svg.appendChild(circle);
handles.push(circle);
});
return handles;
}
let targetElems = [], userElems = [], handleElems = [];
let dragging = null;
function init() {
// targetPolygons = State.variables.cloth_path;
// userPolygons = targetPolygons.map(poly => offsetPolygon(poly, 15, 500, 500));
targetElems = [];
userElems = [];
handleElems = [];
svg.innerHTML = '';
pointColors.length = 0;
for (let i = 0; i < targetPolygons.length; i++) {
let targetPts = toPointsArray(targetPolygons[i]);
let userPts = toPointsArray(userPolygons[i]);
const polyColors = targetPts.map(() => getRandomColor());
pointColors.push(polyColors);
const targetPoly = createPolygon(targetPts, 'target');
svg.appendChild(targetPoly);
targetElems.push(targetPoly);
createTargetPointDots(targetPts, polyColors);
const userPoly = createPolygon(userPts, 'user');
svg.appendChild(userPoly);
userElems.push(userPoly);
const handles = createHandles(userPts, i, polyColors);
handleElems.push(handles);
}
}
function getSVGCoords(e) {
const pt = svg.createSVGPoint();
if (e.touches && e.touches.length > 0) {
pt.x = e.touches[0].clientX;
pt.y = e.touches[0].clientY;
} else {
pt.x = e.clientX;
pt.y = e.clientY;
}
return pt.matrixTransform(svg.getScreenCTM().inverse());
}
function startDrag(e) {
if (e.target.classList.contains('handle')) {
dragging = e.target;
e.preventDefault();
}
}
function moveDrag(e) {
if (dragging) {
const svgP = getSVGCoords(e);
const polyIndex = parseInt(dragging.dataset.polyIndex);
const pointIndex = parseInt(dragging.dataset.pointIndex);
userPolygons[polyIndex][pointIndex*2] = svgP.x / scaleFactor;
userPolygons[polyIndex][pointIndex*2 + 1] = svgP.y / scaleFactor;
dragging.setAttribute('cx', svgP.x);
dragging.setAttribute('cy', svgP.y);
const userPts = toPointsArray(userPolygons[polyIndex]);
userElems[polyIndex].setAttribute('points', pointsToString(userPts));
e.preventDefault();
}
}
function endDrag(e) {
dragging = null;
}
// Attach both mouse and touch events
svg.addEventListener('mousedown', startDrag);
svg.addEventListener('mousemove', moveDrag);
svg.addEventListener('mouseup', endDrag);
svg.addEventListener('mouseleave', endDrag);
svg.addEventListener('touchstart', startDrag, { passive: false });
svg.addEventListener('touchmove', moveDrag, { passive: false });
svg.addEventListener('touchend', endDrag);
svg.addEventListener('touchcancel', endDrag);
function checkFit() {
let totalDist = 0;
let totalPoints = 0;
for (let i = 0; i < targetPolygons.length; i++) {
const targetPts = toPointsArray(targetPolygons[i]);
const userPts = toPointsArray(userPolygons[i]);
for (let j = 0; j < targetPts.length; j++) {
const dx = userPts[j][0] - targetPts[j][0];
const dy = userPts[j][1] - targetPts[j][1];
totalDist += Math.sqrt(dx * dx + dy * dy);
}
totalPoints += targetPts.length;
}
const avgDist = totalDist / totalPoints;
const result = document.getElementById('result');
result.innerHTML = '';
const leaveBtn = document.getElementById('leave-button-cloth');
if (avgDist < 5) {
result.style.color = "green";
result.textContent = "🎉 Great fit! The panty is stitched perfectly.";
if (leaveBtn) leaveBtn.style.display = 'block';
} else if (avgDist < 10) {
result.style.color = "orange";
result.textContent = "👌 Close! A few more tweaks will do.";
if (leaveBtn) leaveBtn.style.display = 'none';
} else {
result.style.color = "red";
result.textContent = "❌ The pieces don't match well. Keep adjusting.";
if (leaveBtn) leaveBtn.style.display = 'none';
}
}
document.getElementById('checkFitBtn').onclick = checkFit;
window.pantyGameInit = init;
})();
$(document).on(':passagedisplay', function () {
// console.log(State.variables.cloth_path);
if (document.getElementById('pantySVG')) {
window.pantyGameInit();
}
});
</script>
/* <</nobr>> */<<nobr>>
<h2 style="text-align: center;">You got the Craft!!!!</h2>
/* <<=$cloth_type>>
<<=$cloth_path>>
<<=$cloth_img>>
<<=$cloth_key>> */
/* <pre><<=JSON.stringify($wardrobe[$cloth_type], null, 2)>></pre> */
<<run $wardrobe[$cloth_type].push({
img: $cloth_img,
key: $cloth_key
})>>
<</nobr>>
/* <pre><<=JSON.stringify($wardrobe[$cloth_type], null, 2)>></pre> */
<div class="item-grid">
<div class="item-card">
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + $cloth_img>>
[img[setup.ImagePath + $key_img_path]]
</div>
</div><br><br>
[[Leave|dressing_bloom]]
/* <</nobr>> */<<nobr>>
<<set _i to random(0, 79)>>
<<if _i == 0>>
<<speech "veletia">>
Ah, there you are, my budding rose. Today we begin with something that both restrains and liberates a corset. Silk boned with whalebone, cinched until your waist whispers femininity. You’ll feel breathless, but that’s part of the allure.
<</speech>>
<br>
<<speech "mc">>
You mean I won’t be able to breathe properly? How can anyone rule a kingdom barely able to inhale?
<</speech>>
<br>
<<speech "veletia">>
Oh, darling, a queen doesn't breathe. She glides. This corset will train your posture, shape your silhouette, and cradle those darling little breasts Archmage Thalara has been coaxing from your chest. Let your body learn its new elegance.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "veletia">>
This gown midnight blue with trailing sleeves is stitched with authority. The fabric clings just enough to trace your hips. The new curve is delightful. You’re ripening splendidly, my dear.
<</speech>>
<br>
<<speech "mc">>
I feel exposed... It's tighter than my armor. Everyone will see my body is... changing.
<</speech>>
<br>
<<speech "veletia">>
Let them see. Let them marvel. Each thread of this dress tells the court: this is the next queen. Feminine, poised, and dangerously alluring. Would you rather they whisper behind your back or kneel at your feet?
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "veletia">>
Your legs have grown so smooth lately. May I suggest something sinful? Silk stockings, with ribboned garters slid slowly over those softening thighs. You’ll feel every step, every breeze.
<</speech>>
<br>
<<speech "mc">>
You’re really enjoying this, aren’t you? Watching me squirm and blush in lace and silk...
<</speech>>
<br>
<<speech "veletia">>
I enjoy watching you bloom. Your body, your mind they are becoming art. These stockings aren’t just fabric; they’re submission. To tradition. To beauty. To your destiny.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "veletia">>
We’ll start with three petticoats today light, layered, and flirty. As they fluff out your hips, you’ll sway like a bell. Men won’t be able to look away. Women will envy the softness of your steps.
<</speech>>
<br>
<<speech "mc">>
They’re so... bouncy. I feel like a porcelain doll.
<</speech>>
<br>
<<speech "veletia">>
Precisely. Fragile in appearance, formidable in presence. These frills aren’t just for show they’re a weapon. A queen seduces the room with every flounce.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "veletia">>
Before you wear the outer layers, you must understand the secret power beneath. This lace lingerie rosy and translucent embraces your new curves. It kisses your budding breasts and hides the last of your old self.
<</speech>>
<br>
<<speech "mc">>
It’s so... delicate. I’m afraid I’ll tear it just putting it on.
<</speech>>
<br>
<<speech "veletia">>
Then you’ll learn to be gentle with yourself. These undergarments whisper femininity into your skin. They’ll make you aware of every movement... every little shift of your blossoming body.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "veletia">>
Try this necklace amethysts resting on your collarbone. And this choker: satin and snug. Not every queen wears a crown all the time. Sometimes, power looks like surrender.
<</speech>>
<br>
<<speech "mc">>
It almost feels like... a leash.
<</speech>>
<br>
<<speech "veletia">>
Perhaps. But only if you resist. If you embrace it, it’s not a leash it’s a symbol. That the queen-to-be has mastered herself. That she’s chosen grace over brute force.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "veletia">>
This one is special. The gown of your First Presentation. Scarlet velvet, slit sleeves, pearl embroidery across your bodice... It's meant to highlight everything you’ve become and everything you’ve given up.
<</speech>>
<br>
<<speech "mc">>
Everyone will be watching. I don’t know if I can do this. What if they see who I was?
<</speech>>
<br>
<<speech "veletia">>
Then show them who you are. The prince is fading beautifully, erotically and the princess is taking the stage. This dress is your declaration. Let it wrap around your soul.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "veletia">>
Let me tie your hair up in satin. These ribbons will match your gown. Long hair suits your new neckline. It softens your jawline too your face is already gentler.
<</speech>>
<br>
<<speech "mc">>
I keep catching my reflection and... I don’t recognize him. Her. Me.
<</speech>>
<br>
<<speech "veletia">>
That’s because you’re in between still cocooning. These little things the ribbon, the curl, the brush are threads weaving you into your new skin. You’re not losing yourself. You’re discovering her.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "veletia">>
Today, we fit a bodice that cups your chest and flows down your new waist. But the real beauty lies in the boning that teaches your spine how a queen should stand erect, proud, and provocative.
<</speech>>
<br>
<<speech "mc">>
I... feel oddly powerful in it. Restrained, but tall. Controlled.
<</speech>>
<br>
<<speech "veletia">>
Exactly. Feminine garments don’t weaken they mold. They transform you into a vision that commands without raising a voice. You're becoming someone people will bow to <strong style="color: pink;">without </strong>command.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "veletia">>
Now, my petal, look in the mirror. This gown reveals your waist, flatters your chest, and sweeps the floor like a whisper of rain. Tell me do you see a prince, or a queen?
<</speech>>
<br>
<<speech "mc">>
I... don’t know. I see something soft. Beautiful. Scared. Excited. Something I never expected to be.
<</speech>>
<br>
<<speech "veletia">>
Then we’re right where we should be. You are no longer becoming. You are <strong style="color: pink;">unfolding </strong>. Let every ribbon, every hem, every sheer veil remind you that your reign begins not with a sword but with a swish.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "veletia">>
Tonight, you’ll wear this. A gossamer nightgown spun from moonthread. It clings where your body curves and floats where your skin shivers. Perfect for learning how a queen sleeps with grace... and the awareness of eyes watching.
<</speech>>
<br>
<<speech "mc">>
There’s barely anything to it. If someone came in... they’d see <strong style="color: pink;">everything </strong>.
<</speech>>
<br>
<<speech "veletia">>
Then they’ll see truth: that your old shape is vanishing, and the soft promise of the queen is rising. This garment isn't about modesty. It's about <strong style="color: pink;">acceptance </strong>. Of form. Of arousal. Of being desired.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "veletia">>
This bodice is used in royal bridal ceremonies. We’ll modify it for you lace up the back, low across your chest, and just enough lift to make your budding bosom sigh. It’s virginal. And teasing.
<</speech>>
<br>
<<speech "mc">>
I’m not a bride. Why do I feel like one when I wear this?
<</speech>>
<br>
<<speech "veletia">>
Because you’re being <strong style="color: pink;">claimed </strong>by tradition, by femininity, by the throne. You may not wed, but the kingdom will take you into its arms as any suitor might. This bodice simply prepares you... for surrender.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "veletia">>
This skirt teaches humility. High-waisted, slit at the sides, with every step revealing just a breath of thigh. The trick is posture if you don’t walk like a lady, the skirt will punish you with exposure.
<</speech>>
<br>
<<speech "mc">>
You want me to learn to walk <strong style="color: pink;">because </strong>I’ll be embarrassed otherwise?
<</speech>>
<br>
<<speech "veletia">>
Exactly. Every twitch of shame, every blushed stumble, is a lesson. The skirt trains your legs, your hips, your rhythm. And the shame? That’s just masculinity letting go.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "veletia">>
This is no ordinary accessory. This is a formal training collar worn by noble daughters in their rite of readiness. It hugs your throat and carries your name <strong style="color: pink;">your new name, </strong>once you choose it.
<</speech>>
<br>
<<speech "mc">>
A collar… like an animal? Like property?
<</speech>>
<br>
<<speech "veletia">>
Like legacy. A queen belongs to history, to duty, to herself. Wearing this isn’t about ownership. It’s about <strong style="color: pink;">willingly </strong>kneeling before destiny... and standing up as someone greater.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "veletia">>
This robe is ceremonial used in sacred rites of change. White silk, but translucent when backlit. You’ll feel the air caress your new nipples. Your body will betray your transformation with every shiver.
<</speech>>
<br>
<<speech "mc">>
You want people to see... all that?
<</speech>>
<br>
<<speech "veletia">>
Yes. Because visibility is power. A queen isn’t modest. She <strong style="color: pink;">owns </strong>her changes. Let them see the outline of your reborn form. Let them know the prince is gone, and what stands before them is a divine evolution.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "veletia">>
These gloves elbow-length, satin are more than decorative. They command attention with every gesture. Your hands are changing too, you know. Slimmer. Softer. Fit for a lady’s wrath or caress.
<</speech>>
<br>
<<speech "mc">>
They feel strange. Like I’m wearing someone else’s skin.
<</speech>>
<br>
<<speech "veletia">>
That’s because you’re still becoming. Soon, these gloves won’t feel foreign. They’ll feel like armor. For a queen, touch is a weapon. The elegance of your fingers will sway more men than steel ever could.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "veletia">>
Now, step into these. Heeled slippers of royal red. The arch will force you to walk with sway. Each click on the marble will echo submission to femininity... and confidence born from it.
<</speech>>
<br>
<<speech "mc">>
They hurt. I feel unstable. Like I could fall at any second.
<</speech>>
<br>
<<speech "veletia">>
Good. Surrender is uncomfortable at first. But soon, each step will feel like triumph. And when the court hears that sharp, proud click... they'll know you’ve accepted the weight of womanhood.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "veletia">>
These enchanted panties yes, panties, darling are woven with alchemical threads. They respond to touch and temperature. Your developing womanhood will learn... much from them.
<</speech>>
<br>
<<speech "mc">>
That’s... intimate. It feels almost wrong.
<</speech>>
<br>
<<speech "veletia">>
Wrong is only resistance wrapped in lace. Let yourself <strong style="color: pink;">feel </strong>. These silks will teach you your new sensations. And soon, you’ll crave them not just the feel, but the <strong style="color: pink;">identity </strong>they whisper into your skin.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "veletia">>
This isn't just a corset. It’s a waist trainer, worn day and night. Bit by bit, it’ll sculpt you into something glorious. Your waist will whisper secrets of seduction with every twist and breath.
<</speech>>
<br>
<<speech "mc">>
It feels tight... like I’m being forced into someone else’s mold.
<</speech>>
<br>
<<speech "veletia">>
Not forced. Invited. This shape it’s what lives beneath your old body. It just needed to be coaxed out. Let it hug you until you forget how the prince once stood.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "veletia">>
For your final fitting today: this sheer gown. A whisper of violet and gold. No lining. No shame. Every changed inch of you will be visible. And that’s the point.
<</speech>>
<br>
<<speech "mc">>
If I wear that... there’s no hiding left.
<</speech>>
<br>
<<speech "veletia">>
Precisely. When you wear this, you are <strong style="color: pink;">exposed </strong>not just to eyes, but to yourself. You’ll see the woman you've become. And perhaps, at last, you’ll stop asking who you were... and start deciding who you are.
<</speech>>
<br>
<<elseif _i == 20>>
<<speech "veletia">>
Here we are your very first lingerie set. Rose-pink lace, soft and sheer. The bra is lightly padded to encourage your budding breasts to rest properly... and the panties? Trimmed to fit that little gap you're starting to form.
<</speech>>
<br>
<<speech "mc">>
It’s... delicate. And tiny. Why do I feel more naked <strong style="color: pink;">wearing </strong>this than wearing nothing at all?
<</speech>>
<br>
<<speech "veletia">>
Because this isn't just fabric. It's invitation. It draws attention to what you've become what you're still becoming. Every thread whispers femininity against your skin. And soon, you’ll crave how it clings and flatters.
<</speech>>
<br>
<<elseif _i == 21>>
<<speech "veletia">>
These silk stockings were enchanted to stay smooth no matter how your thighs move. But to hold them up, we’ll fasten this garter belt around your waist. You’ll learn soon that there’s something... thrilling... about being bound so gently.
<</speech>>
<br>
<<speech "mc">>
I can feel the clips tugging each time I shift. It’s... distracting.
<</speech>>
<br>
<<speech "veletia">>
Good. Your body <strong style="color: pink;">should </strong>be distracting now. You’ll walk differently in these. Sit more carefully. Every movement a silent reminder: you're not him anymore. You're soft, shaped, and sensual.
<</speech>>
<br>
<<elseif _i == 22>>
<<speech "veletia">>
Tonight, you’ll wear these. A pair of midnight-black lace panties stitched with sensitivity runes. They'll warm when you’re aroused... and cool when you lie about it.
<</speech>>
<br>
<<speech "mc">>
That’s... devious. You’re saying these panties will betray me?
<</speech>>
<br>
<<speech "veletia">>
No, sweetling. They’ll reveal you. Every blush, every twitch, every lingering look it’s part of your training. Queens must know their desires, not hide from them. These just... speed that awareness along.
<</speech>>
<br>
<<elseif _i == 23>>
<<speech "veletia">>
This corset is a marvel. Bone-ribbed, pearl-trimmed, and laced tight to reshape your figure. But more than that it teaches you to breathe like a lady: shallow, graceful, and teasing.
<</speech>>
<br>
<<speech "mc">>
It’s hard to inhale all the way. Every breath makes my breasts rise. Is that on purpose?
<</speech>>
<br>
<<speech "veletia">>
Of course. Let them watch your chest rise and fall, slow and soft. Let them listen to your breath when you speak. A queen seduces with subtlety. Your corset becomes your voice before your lips even move.
<</speech>>
<br>
<<elseif _i == 24>>
<<speech "veletia">>
Slip into this gown. A whisper of lavender mesh with lace along the hem. It won't hide anything, but that’s the beauty. It’s what noble daughters wear while being taught their nightly duties.
<</speech>>
<br>
<<speech "mc">>
So this is meant to be seen through? Even in candlelight?
<</speech>>
<br>
<<speech "veletia">>
Especially in candlelight. Let your silhouette tease and taunt. Let your nipples show beneath the gauze. The dressing gown isn’t meant for sleep. It’s meant for anticipation. And obedience.
<</speech>>
<br>
<<elseif _i == 25>>
<<speech "veletia">>
This padded bra isn’t just decorative it’s designed to <strong style="color: pink;">guide </strong>your growth. Your nipples will be held gently, your chest lifted and rounded. It’s soft. Supportive. But also shaping.
<</speech>>
<br>
<<speech "mc">>
When I put it on, it’s like... I can see what I’ll become. And it’s... not bad.
<</speech>>
<br>
<<speech "veletia">>
That’s the spirit, darling. Let the padding cradle what’s emerging. Let it hint at curves that will someday be real. For now, it’s promise. Soon, it will be truth.
<</speech>>
<br>
<<elseif _i == 26>>
<<speech "veletia">>
These panties are woven with a subtle enchantment activated by your own pleasure. The more aroused you become, the more they cling... and stimulate. Meant to train your sensitivity.
<</speech>>
<br>
<<speech "mc">>
That’s... a dangerous game. What if someone sees me reacting?
<</speech>>
<br>
<<speech "veletia">>
Then let them. A queen doesn’t apologize for her desire. She <strong style="color: pink;">controls </strong>it. These teach you restraint and surrender. Both are tools of power. And you will master both.
<</speech>>
<br>
<<elseif _i == 27>>
<<speech "veletia">>
This chemise is ceremonial meant for those in the final stages of their transformation. Softest silk, cut to flutter over your new hips and thighs. Barely touches the skin... yet it drives the body wild.
<</speech>>
<br>
<<speech "mc">>
When I move, it glides between my legs. It’s... intimate. Embarrassingly so.
<</speech>>
<br>
<<speech "veletia">>
That’s the beauty of it. The chemise doesn’t <strong style="color: pink;">hide </strong>you it accents you. Reminds you. Your legs, your thighs, the place that’s growing into womanhood <strong style="color: pink;">all of it </strong>deserves attention now.
<</speech>>
<br>
<<elseif _i == 28>>
<<speech "veletia">>
These are special. Cut low in the front, and open below. They allow access for continued transformation while maintaining appearance. Sometimes, function and seduction walk hand in hand.
<</speech>>
<br>
<<speech "mc">>
I can’t wear that in front of anyone. I’d feel completely exposed.
<</speech>>
<br>
<<speech "veletia">>
And yet, that’s the point. Exposure builds confidence. You won’t always be able to hide what you’re becoming. Better to choose what they see... than to let shame control the view.
<</speech>>
<br>
<<elseif _i == 29>>
<<speech "veletia">>
This bodice is treated with aromatics subtle oils that warm with your skin and enhance scent. When worn, your body becomes... persuasive. You won’t just look feminine. You’ll <strong style="color: pink;">smell </strong>inviting.
<</speech>>
<br>
<<speech "mc">>
It’s tingling already. My skin feels warmer. It’s... hard to concentrate.
<</speech>>
<br>
<<speech "veletia">>
Good. Your body is learning to <strong style="color: pink;">respond </strong>. These oils unlock your senses, and those around you will respond in kind. When you walk through the court, they’ll remember your presence before they even hear your name.
<</speech>>
<br>
<<elseif _i == 30>>
<<speech "veletia">>
This, my dear, is your first court dress. Sky-blue silk, tightly cinched at the waist to show your blooming figure. The sleeves are sheer, the neckline dipped just enough to draw the eye but not enough to offend.
<</speech>>
<br>
<<speech "mc">>
I never imagined myself in something so... visible. I feel like I’m being watched.
<</speech>>
<br>
<<speech "veletia">>
That’s the point. Queens are watched. You’ll learn to draw attention and wield it like a blade. Now twirl. Let the fabric whisper around your thighs. Good feel the power in that rustle.
<</speech>>
<br>
<<elseif _i == 31>>
<<speech "veletia">>
This one’s for late feasts and soft music golden fabric laced with starlight thread. In candlelight, your curves will shimmer. It clings to your hips... then flows like liquid fire.
<</speech>>
<br>
<<speech "mc">>
It’s almost too flattering. I can feel the fabric shift over every part of me.
<</speech>>
<br>
<<speech "veletia">>
That’s exactly why you’ll wear it. Let the nobles see the queen you’re becoming. Let them talk about the sway of your hips, the shape of your silhouette. A ruler who haunts their dreams before their minds.
<</speech>>
<br>
<<elseif _i == 32>>
<<speech "veletia">>
This tunic is for posture training. Corset-integrated, short hemline. Every time you slouch, it digs in slightly. Posture is power, dear. Even when fetching scrolls or practicing your curtsy.
<</speech>>
<br>
<<speech "mc">>
It's snug... very snug. I can barely bend.
<</speech>>
<br>
<<speech "veletia">>
Precisely. You’ll stand straight, walk with poise, and breathe with grace. Even your discomfort becomes beautiful. Embrace the discipline it will show in every regal step.
<</speech>>
<br>
<<elseif _i == 33>>
<<speech "veletia">>
This backless gown is a statement. When you glide across the floor, it reveals the dip of your spine, the shape of your waist... a soft, vulnerable line that draws attention to your femininity.
<</speech>>
<br>
<<speech "mc">>
It feels like I’m baring too much. Shouldn’t royalty cover more?
<</speech>>
<br>
<<speech "veletia">>
Royalty commands attention. You don’t <strong style="color: pink;">hide </strong>power, you display it with elegance. This gown says: I am not a man to be feared. I am a woman to be <strong style="color: pink;">followed </strong>and <strong style="color: pink;">desired </strong>.
<</speech>>
<br>
<<elseif _i == 34>>
<<speech "veletia">>
A simpler piece for garden strolls. Light cotton, pastel florals, lace trimming. It flares just enough to catch the breeze and flirt with your legs. Feminine, approachable, charming.
<</speech>>
<br>
<<speech "mc">>
This one feels... innocent. Almost playful.
<</speech>>
<br>
<<speech "veletia">>
Good. A queen must know when to be intimidating and when to appear harmless. This dress disarms. It softens your masculinity and lets others lower their guard around you. A gentle weapon in silk disguise.
<</speech>>
<br>
<<elseif _i == 35>>
<<speech "veletia">>
This velvet gown carries enchantments that respond to your mood. A touch darker when you’re cross, warmer when aroused. You’ll find it clings more when you try to hide emotion. Useful, don’t you think?
<</speech>>
<br>
<<speech "mc">>
So it betrays my feelings to anyone watching?
<</speech>>
<br>
<<speech "veletia">>
No, darling it teaches you to master them. You’ll learn grace under fire, calm in lust. Wear it until you no longer fear your feelings showing... because you'll control them all.
<</speech>>
<br>
<<elseif _i == 36>>
<<speech "veletia">>
This tunic appears simple, but there are subtle slits beneath the arms and along the thighs. Laces are threaded inside tightening with every gesture out of posture. It’s a lesson stitched in restraint.
<</speech>>
<br>
<<speech "mc">>
You’re dressing me in... punishment?
<</speech>>
<br>
<<speech "veletia">>
Not punishment. Correction. You’ll carry yourself like a queen... or the dress will teach you to. Many noble girls learn this way. Now it’s your turn.
<</speech>>
<br>
<<elseif _i == 37>>
<<speech "veletia">>
This bodice was designed to lift and press the bust together slightly. It encourages you to be proud of your development. The color? Wine-red luxurious, regal, and a bit... indulgent.
<</speech>>
<br>
<<speech "mc">>
My chest looks... full. Almost like it doesn’t belong to me.
<</speech>>
<br>
<<speech "veletia">>
Oh, but it does. Every inch you see, every curve that fills this fabric it’s yours. Claimed by choice or fate, it matters not. You will learn to adore what you see reflected.
<</speech>>
<br>
<<elseif _i == 38>>
<<speech "veletia">>
Tonight, you wear this. A flowing gown with a thigh-high slit. When you step, the slit parts... revealing glimpses of your soft thighs. You’ll feel vulnerable at first but admired by all.
<</speech>>
<br>
<<speech "mc">>
It almost feels... dangerous to wear. Like I’ll reveal too much.
<</speech>>
<br>
<<speech "veletia">>
That’s what makes it powerful. A queen’s allure is part mystique, part control. This gown flirts, but only you decide how far. And trust me they’ll all be waiting to see more.
<</speech>>
<br>
<<elseif _i == 39>>
<<speech "veletia">>
Every queen must know how to grieve with grace. This mourning gown is black silk with pearl detailing. Modest, but hauntingly beautiful. When you wear it, your body becomes poetry in sadness.
<</speech>>
<br>
<<speech "mc">>
It feels heavy. Like wearing emotion.
<</speech>>
<br>
<<speech "veletia">>
Precisely. Let the fabric carry your sorrow. Let your femininity express even in grief. You’ll learn that beauty and pain are sisters... and that queens do not hide either.
<</speech>>
<br>
<<elseif _i == 40>>
<<speech "veletia">>
Now this is ironic... crimson velvet, flowing and rich. A little joke from me to you. Fitting, don’t you think? You’ll soon understand the importance of choosing dark shades at the right time of month.
<</speech>>
<br>
<<speech "mc">>
Wait are you implying I’ll... actually have to worry about that?
<</speech>>
<br>
<<speech "veletia">>
Oh darling, we’re not dressing a doll. You’re becoming a woman. And women bleed. Magic or not, you’ll have to learn the art of discreet elegance even when your insides are staging a rebellion.
<</speech>>
<br>
<<elseif _i == 41>>
<<speech "veletia">>
This tunic has an extra padded lining. Not for cold but for emergencies. Once your cycle begins, you’ll thank me. Bleeding through a diplomatic gown is… let’s say, memorable in the wrong way.
<</speech>>
<br>
<<speech "mc">>
You’re seriously telling me I’ll have to wear <strong style="color: pink;">padding </strong>now?
<</speech>>
<br>
<<speech "veletia">>
Every queen does. Even empresses stain their thrones from time to time. The key is making sure no one ever knows. Welcome to real royalty, love.
<</speech>>
<br>
<<elseif _i == 42>>
<<speech "veletia">>
This fabric’s been spellwoven stain-resistant, odor-absorbing, and entirely discreet. The first time you bleed in silk, you’ll panic. Best to have a dress that doesn’t betray your secrets.
<</speech>>
<br>
<<speech "mc">>
I thought the mage would make it painless…
<</speech>>
<br>
<<speech "veletia">>
She’ll make it magical, not merciful. Being a woman isn’t all gowns and perfume. Sometimes, it’s cramps, emotional chaos, and wishing you could throttle the moon.
<</speech>>
<br>
<<elseif _i == 43>>
<<speech "veletia">>
Notice the sash on this gown? Red silk, tied right at the waist. I call it my ‘monthly warning’ look. Every maid in the palace knows not to test my temper when I wear it.
<</speech>>
<br>
<<speech "mc">>
So you’re warning people… with a ribbon?
<</speech>>
<br>
<<speech "veletia">>
Exactly. Fashion is communication. Someday you’ll storm the council chamber in this, and every man will suddenly remember urgent errands elsewhere. It’s power, darling.
<</speech>>
<br>
<<elseif _i == 44>>
<<speech "veletia">>
This soft gown is designed for when your body begins to shift inside. Flows loose, nothing too tight. When your first moon comes, you’ll want something that doesn’t pinch.
<</speech>>
<br>
<<speech "mc">>
I… didn’t expect it to feel real until it started happening.
<</speech>>
<br>
<<speech "veletia">>
It always feels real when the cramping starts. Don’t worry I’ve stitched a charm in the hem for comfort. Also, there’s a tiny pocket... for chocolates.
<</speech>>
<br>
<<elseif _i == 45>>
<<speech "veletia">>
This gown pairs with heels and mood swings. You’ll teeter on stilettos <strong style="color: pink;">and </strong>emotional cliffs. Why not embrace both? Being dramatic is part of the charm.
<</speech>>
<br>
<<speech "mc">>
You’re saying I’ll cry because of… shoes?
<</speech>>
<br>
<<speech "veletia">>
No because of hormones, bloating, and someone looking at you the wrong way. The shoes just complete the ensemble.
<</speech>>
<br>
<<elseif _i == 46>>
<<speech "veletia">>
This travel tunic? Designed for surprise bleed days. Stretchy, high-hemmed, easy to wash. I call it the ‘Oops Tunic.’ Keep one in your chambers. Trust me.
<</speech>>
<br>
<<speech "mc">>
You’re making this sound like I’ll need a disaster kit…
<</speech>>
<br>
<<speech "veletia">>
You absolutely will. And emergency undergarments. And herbs. And possibly a servant who brings you hot towels and wine. You’ll love womanhood eventually.
<</speech>>
<br>
<<elseif _i == 47>>
<<speech "veletia">>
This ceremonial robe? Worn only once a month by the queen herself. A tradition. Scarlet lining, gold threads. The palace pretends it’s about lunar harmony, but really, it’s just a clever way to stay regal while miserable.
<</speech>>
<br>
<<speech "mc">>
So… the entire court just pretends?
<</speech>>
<br>
<<speech "veletia">>
Of course. We bleed in silence, smile in pain, and rule in heels. Get used to it.
<</speech>>
<br>
<<elseif _i == 48>>
<<speech "veletia">>
This corset will teach you discipline, but don’t wear it during your first bleed. There’s no glory in fainting from cramps <strong style="color: pink;">and </strong>compression.
<</speech>>
<br>
<<speech "mc">>
Do you all <strong style="color: pink;">really </strong>go through this every month?
<</speech>>
<br>
<<speech "veletia">>
Yes. And we survive it. Sometimes with wine, sometimes with tears, and often while smiling at nobles who deserve a dagger to the eye.
<</speech>>
<br>
<<elseif _i == 49>>
<<speech "veletia">>
This is tradition. Every young noblewoman wears white silk the day after her first blood. It’s a statement of maturity, power, and yes... fertility. We’ll dye it pale rose afterward to keep as memory.
<</speech>>
<br>
<<speech "mc">>
You mean I’ll have to <strong style="color: pink;">announce </strong>it?
<</speech>>
<br>
<<speech "veletia">>
Not announce. Just... appear. Radiant, glowing, a little pale. And when the older women smile and nod, you’ll know you’ve joined a sisterhood that no man can ever understand.
<</speech>>
<br>
<<elseif _i == 50>>
<<speech "veletia">>
This lace isn’t just for looks it’s crafted to tease. It brushes against your thighs when you walk, when you shift, when you breathe. You'll soon understand how your skin <strong style="color: pink;">hungers </strong>for sensation in ways it never did before.
<</speech>>
<br>
<<speech "mc">>
You make it sound like... every little movement will turn me on.
<</speech>>
<br>
<<speech "veletia">>
Oh sweetling, it might. Female pleasure is patient and deep it builds, tingles, lingers. It doesn't strike like lightning, it <strong style="color: pink;">blooms </strong>like fire beneath the skin.
<</speech>>
<br>
<<elseif _i == 51>>
<<speech "veletia">>
This silk chemise clings in all the right places. Once your body awakens, the sensation of silk between your thighs will become... addictive. You’ll feel things no man’s ever felt.
<</speech>>
<br>
<<speech "mc">>
You keep hinting that it’s... better than what I know.
<</speech>>
<br>
<<speech "veletia">>
Because it <strong style="color: pink;">is </strong>. Your new body won’t climax like a man’s. It’ll <strong style="color: pink;">swell </strong>into pleasure, <strong style="color: pink;">quake </strong>with need, and leave you panting, aching for more... long after it ends.
<</speech>>
<br>
<<elseif _i == 52>>
<<speech "veletia">>
When your breasts grow in, even the gentlest touch can steal your breath. A soft caress... a teasing flick. You'll learn how sensitive nipples can be how they <strong style="color: pink;">burn </strong>for attention.
<</speech>>
<br>
<<speech "mc">>
That sounds... distracting.
<</speech>>
<br>
<<speech "veletia">>
Oh, it is. It’s maddening. It’s <strong style="color: pink;">glorious </strong>. You’ll realize pleasure isn’t just release it’s the build-up, the ache, the anticipation that melts your spine and makes your thoughts stutter.
<</speech>>
<br>
<<elseif _i == 53>>
<<speech "veletia">>
Soon, you'll carry your pleasure deep within. Not on the surface like a man. Inside you, there's a place that aches to be touched, stretched, filled. And once awakened… it never forgets.
<</speech>>
<br>
<<speech "mc">>
That sounds... overwhelming.
<</speech>>
<br>
<<speech "veletia">>
It is. But it's beautiful. A man may spend his lust in moments. But a woman oh, she can <strong style="color: pink;">drown </strong>in waves of bliss, one after another, like tides pulling her under.
<</speech>>
<br>
<<elseif _i == 54>>
<<speech "veletia">>
Try this gown open at the back, tight at the hips. When your pleasure voice awakens, even a moan will sound different. Softer, breathier, <strong style="color: pink;">hungry </strong>.
<</speech>>
<br>
<<speech "mc">>
My voice will change that much?
<</speech>>
<br>
<<speech "veletia">>
Yes, darling. You won’t grunt anymore. You’ll gasp. Whimper. <strong style="color: pink;">Sing </strong>. A woman’s pleasure echoes in her throat and thighs and fingertips. It’s music. And you’ll learn the notes soon enough.
<</speech>>
<br>
<<elseif _i == 55>>
<<speech "veletia">>
One day, you’ll lie in your bed, brush a hand between your legs, and the world will <strong style="color: pink;">stop </strong>. You’ll shudder. You’ll gasp. You’ll want more. And more. And you’ll finally <strong style="color: pink;">understand </strong>what it means to be touched as a woman.
<</speech>>
<br>
<<speech "mc">>
You're sure it’ll feel that... intense?
<</speech>>
<br>
<<speech "veletia">>
Oh, it's not just intensity. It's <strong style="color: pink;">depth </strong>. You’ll feel it in your toes, your chest, your heart. Like lightning in a bottle, but the bottle is <strong style="color: pink;">you </strong>.
<</speech>>
<br>
<<elseif _i == 56>>
<<speech "veletia">>
This gown swings with your hips for a reason. Once you’ve fully transformed, every sway will feel <strong style="color: pink;">different </strong>. You'll feel heat, friction, hunger just from how fabric slides over your curves.
<</speech>>
<br>
<<speech "mc">>
You mean clothes can make me feel... aroused?
<</speech>>
<br>
<<speech "veletia">>
Every hem that brushes your thighs, every breeze under your skirt. The female body is alive with nerve and desire. You’ll be a symphony of need and you’ll love every note.
<</speech>>
<br>
<<elseif _i == 57>>
<<speech "veletia">>
Men feel lust like fire in the belly. Quick, dirty, gone. Women… we ache. We <strong style="color: pink;">simmer </strong>. It starts in the thighs, drips into the core, coils into something slow and deep and <strong style="color: pink;">hungry </strong>.
<</speech>>
<br>
<<speech "mc">>
And that’s... better?
<</speech>>
<br>
<<speech "veletia">>
Infinitely. When you come as a woman, it’s not just release. It’s <strong style="color: pink;">surrender </strong>. And sometimes, you’ll be trembling long after, still aching, still <strong style="color: pink;">wanting </strong>. It’s exquisite.
<</speech>>
<br>
<<elseif _i == 58>>
<<speech "veletia">>
Your body will learn to <strong style="color: pink;">blush </strong>with arousal wet, soft, and ready. That first slickness between your legs? It’ll frighten you. Then it’ll <strong style="color: pink;">thrill </strong>you. You’ll crave the feeling.
<</speech>>
<br>
<<speech "mc">>
I’ve never imagined being... wet.
<</speech>>
<br>
<<speech "veletia">>
It’s not imagined. It’s experienced. And once you feel the heat rising from within, spreading across your thighs... oh darling, you’ll realize how sweet surrender can taste.
<</speech>>
<br>
<<elseif _i == 59>>
<<speech "veletia">>
Female pleasure isn’t shameful. It’s sacred. It’s <strong style="color: pink;">power </strong>. Men might boast of conquest, but a woman’s pleasure is her <strong style="color: pink;">throne </strong>. You’ll command your own desires soon.
<</speech>>
<br>
<<speech "mc">>
You really think I’ll want it? Crave it?
<</speech>>
<br>
<<speech "veletia">>
You won’t just crave it, my lovely. You’ll <strong style="color: pink;">worship </strong>it. Because once you know how a woman’s body sings, you’ll never miss the blunt rhythm of male pleasure again.
<</speech>>
<br>
<<elseif _i == 60>>
<<speech "veletia">>
Once your body is complete, you’ll discover something glorious orgasms aren’t a singular event for us. They're <strong style="color: pink;">layers </strong>. One crashes into the next. Sometimes three, four, before your breath even returns.
<</speech>>
<br>
<<speech "mc">>
Four? That’s… gods, that’s not even possible for a man.
<</speech>>
<br>
<<speech "veletia">>
Exactly, darling. The male peak is a summit. The female one? A <strong style="color: pink;">storm </strong>. A rhythm. And once you learn your rhythm... you’ll never want to stop dancing.
<</speech>>
<br>
<<elseif _i == 61>>
<<speech "veletia">>
Try this corset. Laced tight, curves spilling, pressing your breasts upward. Now imagine a whisper of touch, just above your navel. You’ll <strong style="color: pink;">throb </strong>, Caelan. That kind of tightness doesn’t just shape it <strong style="color: pink;">stimulates </strong>.
<</speech>>
<br>
<<speech "mc">>
I can feel it already. It’s like... I can’t breathe, and yet I don’t want it to stop.
<</speech>>
<br>
<<speech "veletia">>
Exactly. Sometimes being aroused as a woman feels like suffocating in silk. A sweet, <strong style="color: pink;">delicious </strong>ache that you welcome again and again.
<</speech>>
<br>
<<elseif _i == 62>>
<<speech "veletia">>
These thigh-highs are enchanted to caress you with every step. The lace top tickles the softest part of your thighs. You’ll learn the torment of desire building <strong style="color: pink;">with every movement </strong>.
<</speech>>
<br>
<<speech "mc">>
You mean I’ll get aroused just walking?
<</speech>>
<br>
<<speech "veletia">>
Oh yes. And when you cross your legs, you’ll feel the fabric press just there. It won’t take much, sweetling. Not once your folds begin to <strong style="color: pink;">flutter </strong>and pulse with need.
<</speech>>
<br>
<<elseif _i == 63>>
<<speech "veletia">>
You’ll need these spare lace panties... the first time your new body leaks with need, you’ll soak through. That wetness? It’s <strong style="color: pink;">pure readiness </strong>. And it’s beyond your control.
<</speech>>
<br>
<<speech "mc">>
So I won’t even choose when it happens?
<</speech>>
<br>
<<speech "veletia">>
No, darling. Your body <strong style="color: pink;">chooses you </strong>. A scent, a breeze, a brush of silk and suddenly, you’ll be wet, aching, and <strong style="color: pink;">throbbing </strong>. And you’ll thank the gods for every drop.
<</speech>>
<br>
<<elseif _i == 64>>
<<speech "veletia">>
This backless gown is stitched from whisper silk. One breeze and your nipples will pebble, your thighs will tremble. It’s designed not just to reveal but to <strong style="color: pink;">arouse </strong>.
<</speech>>
<br>
<<speech "mc">>
Wearing this outside would be... torture.
<</speech>>
<br>
<<speech "veletia">>
And pleasure. Remember, dear women feel arousal as tension and vulnerability. We get wet from a <strong style="color: pink;">glance </strong>, a compliment, even a lingering look. And your new body? It will drink in every gaze like wine.
<</speech>>
<br>
<<elseif _i == 65>>
<<speech "veletia">>
Your hips are blooming beautifully. Wider now. They sway when you walk. You’ll learn how to use them not just for display, but to <strong style="color: pink;">devour </strong>attention. And pleasure will <strong style="color: pink;">curl </strong>from there inward.
<</speech>>
<br>
<<speech "mc">>
I didn’t think hips could feel... sexual.
<</speech>>
<br>
<<speech "veletia">>
Oh, they do. Your pelvis will rock with each wave. You’ll grind and pulse and <strong style="color: pink;">feel everything </strong>from your hips down. And when the orgasm hits, it’ll spread through every <strong style="color: pink;">curve you’ve earned </strong>.
<</speech>>
<br>
<<elseif _i == 66>>
<<speech "veletia">>
The female body remembers pleasure. It lingers. A single stroke, and hours later your folds may still twitch. The memory of touch <strong style="color: pink;">it haunts you </strong>in the most exquisite way.
<</speech>>
<br>
<<speech "mc">>
So I won’t just feel it... I’ll <strong style="color: pink;">relive </strong>it?
<</speech>>
<br>
<<speech "veletia">>
Exactly. Female pleasure is memory, mood, and magic. You’ll lie in bed, flushed, pulsing, remembering that kiss on your inner thigh. And you’ll <strong style="color: pink;">need </strong>another.
<</speech>>
<br>
<<elseif _i == 67>>
<<speech "veletia">>
When your new core blossoms, you’ll feel things so <strong style="color: pink;">deep </strong>you won’t know where the pleasure ends and <strong style="color: pink;">you </strong>begin. Being filled, dear <strong style="color: pink;">truly filled </strong>will make you weep and moan and shudder in ways you can’t yet imagine.
<</speech>>
<br>
<<speech "mc">>
I never thought of... being filled as something to want.
<</speech>>
<br>
<<speech "veletia">>
You will. It’s not just about being taken it’s about <strong style="color: pink;">claiming joy </strong>, from the inside out. And with the right rhythm, your body won’t just orgasm it’ll <strong style="color: pink;">sing </strong>.
<</speech>>
<br>
<<elseif _i == 68>>
<<speech "veletia">>
You’ll soon understand the power in letting go. Male climax feels like control. But female pleasure? It’s surrender. Your body writhes, clenches, pulses <strong style="color: pink;">without permission </strong>. And it’s beautiful.
<</speech>>
<br>
<<speech "mc">>
You make losing control sound... holy.
<</speech>>
<br>
<<speech "veletia">>
Because it is. There’s <strong style="color: pink;">divinity </strong>in it. In your trembling limbs, your curling toes, your open mouth gasping for more. It’s the most honest version of yourself you’ll ever meet.
<</speech>>
<br>
<<elseif _i == 69>>
<<speech "veletia">>
This gown has six layers of chiffon and lace, each stitched to <strong style="color: pink;">kiss </strong>your skin. You’ll sweat inside it. You’ll squirm. And when you’re aroused, each layer becomes a secret lover, brushing just the right spot.
<</speech>>
<br>
<<speech "mc">>
It sounds maddening.
<</speech>>
<br>
<<speech "veletia">>
It is. But you’ll <strong style="color: pink;">crave </strong>it. You’ll beg for one more brush, one more stroke, one more slow pull of fabric across your slick folds. Because with this body, pleasure won’t just be felt it will <strong style="color: pink;">envelop </strong>you.
<</speech>>
<br>
<<elseif _i == 70>>
<<speech "veletia">>
It’s strange at first, isn’t it? How a soft fabric brushing your inner thighs can leave your whole body tingling. That’s the gift of a woman’s skin it listens.
<</speech>>
<br>
<<speech "mc">>
It’s overwhelming. I used to barely notice clothes. Now it’s like... every seam whispers secrets.
<</speech>>
<br>
<<speech "veletia">>
Exactly. You don’t just wear things now you feel them. Intimately. That’s not weakness, my dear. That’s your new strength.
<</speech>>
<br>
<<elseif _i == 71>>
<<speech "veletia">>
Men chase climax like a sword-thrust. Direct. Fast. Done. But you, sweet Caelan... you’ll learn to build your pleasure. Layer by layer, like embroidery.
<</speech>>
<br>
<<speech "mc">>
Sometimes I tremble and I haven’t even touched myself yet...
<</speech>>
<br>
<<speech "veletia">>
Then you’re already awakening. Trust me when you finally do, it will feel like lightning up your spine.
<</speech>>
<br>
<<elseif _i == 72>>
<<speech "veletia">>
Have you noticed the way people look at you when you walk past now? Even without perfume? That’s your new scent, darling. Subtle, but impossible to ignore.
<</speech>>
<br>
<<speech "mc">>
You’re saying... I smell like a woman now?
<</speech>>
<br>
<<speech "veletia">>
No. I’m saying you smell like desire.
<</speech>>
<br>
<<elseif _i == 73>>
<<speech "veletia">>
Before, you moved with force. Now, you’ll move with invitation. Let your hips tell stories. Let your eyes make promises.
<</speech>>
<br>
<<speech "mc">>
I never knew walking could make me feel... exposed.
<</speech>>
<br>
<<speech "veletia">>
It’s not exposure, love. It’s radiance. Own it.
<</speech>>
<br>
<<elseif _i == 74>>
<<speech "veletia">>
Male climax is a single flame. Bright, but brief. Ours? We’re the hearth. We burn, flicker, build, explode and then burn again. Sometimes... endlessly.
<</speech>>
<br>
<<speech "mc">>
You mean I could... finish... more than once?
<</speech>>
<br>
<<speech "veletia">>
You’ll laugh the first time it happens. Then you’ll cry. And then you’ll beg for more.
<</speech>>
<br>
<<elseif _i == 75>>
<<speech "veletia">>
They say being taken is submissive. But those who’ve been inside a woman know the truth we pull them in. They surrender. That’s our power.
<</speech>>
<br>
<<speech "mc">>
That makes me feel... warm. Like I hold something sacred now.
<</speech>>
<br>
<<speech "veletia">>
You do. The softest flesh holds the fiercest magic.
<</speech>>
<br>
<<elseif _i == 76>>
<<speech "veletia">>
When your first moon-cycle arrives, it will feel like chaos. Desire, hunger, tears... and a heat that burns low and deep.
<</speech>>
<br>
<<speech "mc">>
Will it hurt?
<</speech>>
<br>
<<speech "veletia">>
Some days, yes. But many nights... it will make you feel like a goddess.
<</speech>>
<br>
<<elseif _i == 77>>
<<speech "veletia">>
Your lips are softer now. Your voice carries a tremble men find irresistible. Use them. A whisper can disarm more kings than any blade.
<</speech>>
<br>
<<speech "mc">>
Even just talking feels different. Like... I’m heard differently.
<</speech>>
<br>
<<speech "veletia">>
You’re not heard, darling. You’re felt.
<</speech>>
<br>
<<elseif _i == 78>>
<<speech "mc">>
Why do I cry so easily now? It never used to be like this. It just... comes over me, like a storm I didn’t see coming.
<</speech>>
<br>
<<speech "veletia">>
Because your heart has stopped hiding behind armor. Being male often means being taught to silence emotion. But womanhood? Oh, we feel everything. Deeper. Sharper. Softer.
<</speech>>
<br>
<<speech "mc">>
It’s frightening. I can feel my voice shake when I speak sometimes. And yet... it also feels honest, like something I never allowed myself.
<</speech>>
<br>
<<speech "veletia">>
That’s the truth of it, Caelan. A woman’s heart is not fragile it’s vast. We laugh harder, grieve fuller, love fiercer. Your tears are not weakness. They’re proof that you are blooming.
<</speech>>
<br>
<<speech "mc">>
I didn’t expect feeling more would make me more. I thought... I’d be smaller, somehow.
<</speech>>
<br>
<<speech "veletia">>
No, my darling. You’re not becoming less. You’re becoming whole.
<</speech>>
<br>
<<elseif _i == 79>>
<<speech "mc">>
My breasts ache sometimes... like they’re alive. It’s a strange feeling sometimes tender, sometimes almost electric.
<</speech>>
<br>
<<speech "veletia">>
That’s because they are alive, Caelan. Breasts are not just flesh they are powerful centers of sensation and magic. They respond to your emotions, to touch, even to the phases of the moon.
<</speech>>
<br>
<<speech "mc">>
It’s like they have a mind of their own. When someone looks at me or brushes against me, it sends a shiver through my whole body.
<</speech>>
<br>
<<speech "veletia">>
Exactly. They’re like oracles, whispering secrets of your desire and your power. When you learn to listen and care for them, they can awaken pleasures you never dreamed possible.
<</speech>>
<br>
<<speech "mc">>
I’m beginning to understand... they’re not just for show, are they?
<</speech>>
<br>
<<speech "veletia">>
No, beloved. They’re a gateway to your sensuality, your confidence, and your feminine strength. Embrace them, and they’ll guide you through every step of your transformation.
<</speech>>
<br>
<</if>>
[[Underwear|craft_underwear]] | [[Wear|craft_wear]] | [[Shoes|craft_shoe]] |<br><br>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "aldric">>
You’re late. In a real skirmish, that’s the difference between standing and bleeding out in the mud.
<</speech>>
<br>
<<speech "mc">>
And in court, it’s the difference between making an entrance and being forgotten.
<</speech>>
<br>
<<speech "aldric">>
Hmph. Let’s hope you don’t plan to curtsy your way out of a blade swing. Draw.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "aldric">>
Hold the bow like it’s your last hope, not like it’s a damn feather duster.
<</speech>>
<br>
<<speech "mc">>
It looks easy when you do it.
<</speech>>
<br>
<<speech "aldric">>
That’s because I’ve bled for every arrow I ever loosed. You want elegance? Earn it in sweat.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "aldric">>
You’re moving like a noble at a feast. Too slow, too polished. The battlefield won’t clap for posture.
<</speech>>
<br>
<<speech "mc">>
Maybe I’m trying not to look like a brute with a blade.
<</speech>>
<br>
<<speech "aldric">>
Then you’ll look very pretty... while dying. Get ugly. Get angry. Then swing.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "aldric">>
Frostfang weighs more than your whole frame. But if you can lift it, I’ll let you name my next scar.
<</speech>>
<br>
<<speech "mc">>
That’s either a threat or the strangest honor I’ve been offered.
<</speech>>
<br>
<<speech "aldric">>
You’re in my yard now, Caelan. Out here, scars are the ceremony.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "aldric">>
Every cut you take is a lesson. Every bruise, a reminder. Stop flinching you want to be queen, not porcelain.
<</speech>>
<br>
<<speech "mc">>
I’m still standing, aren’t I?
<</speech>>
<br>
<<speech "aldric">>
Barely. But you’re standing. That’s... something. Again.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "aldric">>
Grip tighter. Your sword’s not a dance partner it’s your only damn friend in a kill zone.
<</speech>>
<br>
<<speech "mc">>
You sure know how to inspire loyalty.
<</speech>>
<br>
<<speech "aldric">>
I’m not here to inspire. I’m here to make sure you don’t die looking fashionable.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "aldric">>
The way you turned that parry... that wasn’t bad. Almost clever.
<</speech>>
<br>
<<speech "mc">>
Is that praise I hear, or am I hallucinating from fatigue?
<</speech>>
<br>
<<speech "aldric">>
You’ll know it’s praise when I stop barking. For now less talking, more dodging.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "aldric">>
You hesitated. Again. Hesitation gets you gutted, no matter how royal your blood is.
<</speech>>
<br>
<<speech "mc">>
I was thinking. Calculating my strike.
<</speech>>
<br>
<<speech "aldric">>
Overthink out here, and your thoughts will leak out through your neck. React. Trust the blade.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "aldric">>
Ever seen a soldier cry on the battlefield? No. They scream, they bleed, then they rise or rot. Learn that rhythm.
<</speech>>
<br>
<<speech "mc">>
I wasn’t raised to rot.
<</speech>>
<br>
<<speech "aldric">>
Good. Then act like it. Again. From the top.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "aldric">>
You want respect from the guard? Earn it with your blade, not your title.
<</speech>>
<br>
<<speech "mc">>
I’m not expecting anyone to bow out here, Aldric. Just not stab me in the back.
<</speech>>
<br>
<<speech "aldric">>
Then stop presenting your back like an invitation. Rotate your stance now.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "aldric">>
You’re breathing too hard. That’s not fatigue, that’s fear. Control it, or it’ll control you.
<</speech>>
<br>
<<speech "mc">>
Hard not to be afraid when you’re swinging a blade like it owes you blood.
<</speech>>
<br>
<<speech "aldric">>
Good. Fear keeps you alive. Just don’t let it make decisions for you. That’s your job.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "aldric">>
Did you polish your boots before training? Gods help me, you really are royalty.
<</speech>>
<br>
<<speech "mc">>
I figured I’d try bleeding in style today.
<</speech>>
<br>
<<speech "aldric">>
Keep that wit sharp if only your sword matched it. Again.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "aldric">>
Step. Parry. Slash. Don’t think. Don’t blink. Just move.
<</speech>>
<br>
<<speech "mc">>
Easier said than done when your opponent is a walking fortress.
<</speech>>
<br>
<<speech "aldric">>
Then aim for the cracks. Even fortresses crumble when you strike the right fault line.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "aldric">>
You keep dropping your guard. One day I won’t be the one testing you.
<</speech>>
<br>
<<speech "mc">>
And when that day comes, I won’t be the same person standing here.
<</speech>>
<br>
<<speech "aldric">>
That better be a promise, not a poetic excuse.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "aldric">>
You look at a sword like it’s going to whisper court secrets. It won’t. It only speaks in pain.
<</speech>>
<br>
<<speech "mc">>
I’m trying to learn the language.
<</speech>>
<br>
<<speech "aldric">>
Then listen with your arms, not your ears. Blade up.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "aldric">>
If you fall in the mud, don’t lie in it. Get up, wipe the dirt from your mouth, and swing.
<</speech>>
<br>
<<speech "mc">>
What if the fall breaks more than my pride?
<</speech>>
<br>
<<speech "aldric">>
Then crawl. Limp. Spit blood. But don’t stop. Queens don’t die easy.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "aldric">>
Most nobles fear calluses. You should earn them. They’re proof of effort.
<</speech>>
<br>
<<speech "mc">>
And here I was hoping my nice soft fingers might survive this week.
<</speech>>
<br>
<<speech "aldric">>
If your enemies pause to admire your nails, I’ve trained you wrong.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "aldric">>
Sword in hand. Spine straight. Eyes forward. That’s how leaders walk into battle.
<</speech>>
<br>
<<speech "mc">>
Funny. I thought leaders had others do the walking for them.
<</speech>>
<br>
<<speech "aldric">>
Not in Velmoria. Here, you lead with steel or you don’t lead at all.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "aldric">>
Every warrior here bled for the right to be called that. They won’t follow silk and perfume.
<</speech>>
<br>
<<speech "mc">>
Then I’ll bleed too, if that’s the price.
<</speech>>
<br>
<<speech "aldric">>
Spoken like a soldier. Let’s see if your blade matches your words.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "aldric">>
I’ve seen lords fall crying in battle. You’ve got more spine than most already.
<</speech>>
<br>
<<speech "mc">>
Did you just... compliment me?
<</speech>>
<br>
<<speech "aldric">>
Don’t get used to it. I expect twice the effort tomorrow.
<</speech>>
<br>
<</if>>
[[Sword Training|sword_train_1]] |<br><br>
[[Archery Training|archery_train_1]] |<br><br>
[[Leave Sir Aldric Vornhelm|iron_garden]] |<br><br>
[[Leave Royal Iron Garden|castle_map_front_select]]
<</nobr>><<nobr>>
<style>
#training-area {
position: relative;
height: 500px;
width: 300px;
border: 1px solid black;
margin: 20px auto; /* auto left/right margin centers it */
background-color: #f9f9f9;
}
#target-image {
position: absolute;
/* top: 80px; */
/* left: 135px; */
width: 512px;
height: auto;
z-index: 0;
pointer-events: none;
}
#dummy {
width: 20px;
height: 20px;
background: red;
position: absolute;
top: 100px;
left: 0px;
border-radius: 50%;
}
/* Strike zone lines */
.strike-line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: green;
opacity: 0.5;
}
/* Left and right strike line positions */
#strike-left {
left: 120px;
}
#strike-right {
left: 180px;
}
</style>
<div id="training-area">
<div id="strike-left" class="strike-line"></div>
<div id="strike-right" class="strike-line"></div>
<!-- Dummy image target between strike lines -->
<img id="target-image" @src="setup.ImagePath +'train/sword_dummy.png'" alt="Training Dummy" />
<!-- Red dot (moving strike indicator) -->
<div id="dummy"></div>
</div>
<button onclick="checkStrike()">Strike!</button>
<div id="result" style="margin-top: 10px;"></div>
<<if $swordhitCount >= 3>>
<div id="leave-button" style="text-align: center; margin-top: 15px;">
<<link "Leave Sword Training">>
<<goto "iron_garden">>
<</link>>
</div>
<</if>>
<</nobr>>
<<script>>
$(document).on(':passagerender', function () {
// Initialize variables if they don't exist
if (typeof window.dummyPosition === 'undefined') {
window.dummyPosition = 0;
window.dummyDirection = 1;
}
// if (typeof State.variables.swordhitCount === 'undefined') {
State.variables.swordhitCount = 0;
// Clear any existing interval to prevent duplicates
if (window.dummyInterval) {
clearInterval(window.dummyInterval);
}
// Set up the movement interval
window.dummyInterval = setInterval(() => {
const dummy = document.getElementById('dummy');
if (!dummy) return;
window.dummyPosition += 10 * window.dummyDirection;
if (window.dummyPosition >= 280 || window.dummyPosition <= 0) {
window.dummyDirection *= -1;
}
dummy.style.left = window.dummyPosition + "px";
}, 100);
window.checkStrike = function() {
let position = window.dummyPosition;
let result = document.getElementById("result");
if (position > 120 && position < 180) {
State.variables.swordhitCount = (State.variables.swordhitCount || 0) + 1;
if (State.variables.swordhitCount >= 3) {
setTimeout(() => Engine.show(passage()), 50);
State.variables.user_stats["combat_ability"] += 1;
}
result.innerHTML = `<span style='color: green;'>Hit ${State.variables.swordhitCount}! Excellent reflex.</span>`;
} else {
result.innerHTML = "<span style='color: red;'>Missed! Try again.</span>";
}
};
});
<</script>><style>
#archery-area {
position: relative; /* essential */
width: 500px;
height: 300px;
border: 1px solid black;
margin: 20px auto;
background-image: url("images/train/archery_target.png");
background-size: cover;
background-position: center;
overflow: hidden;
}
@media (max-width: 768px) {
#archery-area {
position: relative; /* essential */
width: 100%;
height: 300px;
border: 1px solid black;
margin: 20px auto;
background-image: url("images/train/archery_target.png");
background-size: cover;
background-position: center;
overflow: hidden;
}
#target {
position: absolute;
width: 60px;
height: 60px;
top: 120px;
left: 220px;
background: url("images/target.png") no-repeat center center;
background-size: contain;
border-radius: 0;
z-index: 2;
}
}
#target {
position: absolute;
width: 60px;
height: 60px;
top: 120px;
left: 220px;
background: url("images/target.png") no-repeat center center;
background-size: contain;
border-radius: 0;
z-index: 2;
}
#target, #aim {
position: absolute; /* absolutely positioned inside archery-area */
width: 20px;
height: 20px;
border-radius: 50%;
top: 130px; /* fixed vertical position */
z-index: 2;
}
#target {
background: red;
left: 240px; /* fixed target position */
z-index: 2;
}
@media (max-width: 768px) {
#target {
background: red;
left: 140px; /* fixed target position */
z-index: 2;
}
}
#aim {
background: blue;
left: 140px; /* initial aim position to match target */
z-index: 3;
}
</style>
<div id="archery-area">
<div id="target"></div>
<div id="aim"></div>
</div>
<div style="text-align: center;">
<button id="shootButton">Shoot</button>
<div id="archeryResult" style="margin-top: 10px;"></div>
</div>
<<if $archeryhitCount >= 9>>
<div id="leave-button" style="text-align: center; margin-top: 15px;">
<<link "Leave Archery Training">>
<<goto "iron_garden">>
<</link>>
</div>
<</if>>
<<script>>
$(document).on(':passagerender', function () {
State.variables.archeryhitCount = 0;
let aim, area, target, shootBtn, result;
let aimInterval = null;
const range = 100; // how far left/right from center the blue dot moves
let targetLeft = window.innerWidth <= 768 ? 140 : 240; // 140px for mobile view, otherwise keep it fixed
function startAimMovement() {
if (!aim || !target || !area) return;
let position = targetLeft; // start at center
let direction = 1;
aim.style.left = position + "px";
aim.dataset.position = position;
aim.dataset.target = targetLeft;
if (aimInterval) clearInterval(aimInterval);
aimInterval = setInterval(() => {
position += 10 * direction;
if (position >= targetLeft + range || position <= targetLeft - range) {
direction *= -1;
}
aim.style.left = position + "px";
aim.dataset.position = position;
aim.dataset.target = targetLeft;
}, 100);
}
setTimeout(() => {
aim = document.getElementById('aim');
area = document.getElementById('archery-area');
target = document.getElementById('target');
shootBtn = document.getElementById("shootButton");
result = document.getElementById("archeryResult");
if (!aim || !area || !target || !shootBtn || !result) {
console.error("Archery setup failed");
return;
}
// Make sure aim starts aligned with target visually
aim.style.left = targetLeft + "px";
startAimMovement();
shootBtn.onclick = function () {
clearInterval(aimInterval);
const aimX = parseFloat(aim.style.left);
const diff = Math.abs(aimX - targetLeft);
if (diff <= 10) {
State.variables.archeryhitCount = (State.variables.archeryhitCount || 0) + 3;
result.innerHTML = "<span style='color: green;'>Bullseye! Point: "+State.variables.archeryhitCount+"/9</span>";
} else if (diff <= 30) {
State.variables.archeryhitCount = (State.variables.archeryhitCount || 0) + 2;
result.innerHTML = "<span style='color: yellow;'>Close shot! Point: "+State.variables.archeryhitCount+"/9</span>";
} else {
State.variables.archeryhitCount = (State.variables.archeryhitCount || 0) + 1;
result.innerHTML = "<span style='color: red;'>Missed the target. Point: "+State.variables.archeryhitCount+"/9</span>";
}
if (State.variables.archeryhitCount >= 9) {
State.variables.user_stats["archery_ability"] += 1
// Refresh passage to show the leave button
setTimeout(() => Engine.show(passage()), 50);
}
shootBtn.disabled = true;
setTimeout(() => {
shootBtn.disabled = false;
startAimMovement(); // restart movement
}, 1000);
};
}, 50);
});
<</script>>I tightened the straps of the breastplate and tried to ignore the way the breastband clung beneath it.
It was my third day wearing it Mistress Veletia’s “simplest offering” but there was nothing simple about the way it tugged at my skin when I moved.
Especially when I sweat. Especially under armor.
I hated how aware I was of my chest now. The way the fabric compressed the new weight, held it firm.
The ache was constant. Not pain pressure. Reminder. Proof that I was no longer just a prince with a sword, but something soft buried under steel.
Something watching itself change with every swing.
And Sir Aldric, of course, noticed.
He didn’t say anything when I joined him on the training field that morning.
The veteran knight stood like a carved pillar beside the weapons rack, arms folded, eyes squinting against the mist. He looked me up and down.<br><br>
<<speech "Aldric">>You’re late.<<speech>><br>
<<speech "Caelen">>I know.<<speech>><br>
<<speech "Aldric">>You’re stiff.<<speech>><br>
<<speech "Caelen">>I’m… adjusting.<<speech>><br>
His gaze lingered. Not on my face.<br><br>
<<speech "Aldric">>You’re wearing something under that.<<speech>><br>
<<speech "Caelen">>It’s padding.<<speech>><br>
<<speech "Aldric">>It’s something else. You’re bound under there. Tighter than before. You walk different.<<speech>><br>
<<speech "Caelen">>I walk fine.<<speech>><br>
<<speech "Aldric">>You walk careful. Like something delicate might shake loose.<<speech>><br>
I didn’t respond.<br><br>
<<speech "Aldric">>Grab a longsword. Let’s see if the girl in you can still hold steel.<<speech>><br>
The words should’ve burned. But they didn’t not exactly. What burned was the way the bra’s band dug into my ribcage when I twisted.
What stung was the sweat trickling beneath the fabric, making it cling tighter, rubbing against my nipples like silk turned sandpaper.
I took a blade from the rack and stepped onto the sanded mat.<br><br>
<<speech "Aldric">>Form one.<<speech>><br>
I raised the sword and bent my knees. The breastplate pinched. The bra compressed.<br><br>
I struck.
And with every motion, I felt it pull, bounce, drag. My chest no longer moved like it once had.
There was momentum now. Gravity. Even with the sports bra, there was motion. It was maddening.<br><br>
<<speech "Aldric">>Again.<<speech>><br>
I struck again.<br><br>
<<speech "Aldric">>You’re compensating.<<speech>><br>
<<speech "Caelen">>No, I’m not.<<speech>><br>
<<speech "Aldric">>You’re adjusting your center of gravity. Your hips are lower.<<speech>><br>
<<speech "Caelen">>Then I’m adapting.<<speech>><br>
<<speech "Aldric">>No. You’re afraid of jiggling.<<speech>><br>
<<speech "Caelen">>I’m not ”<<speech>><br>
<<speech "Aldric">>You’re wearing a bra, boy.<<speech>><br>
I spun on him, blade up.
He caught it with his own. Steel clanged. My chest bounced, painfully restrained. I gasped.<br><br>
<<speech "Aldric">>Sensitive?<<speech>><br>
I shoved him off and reset.<br><br>
<<speech "Aldric">>Form two.<<speech>><br>
I flowed through it. Slower now. Watching him. Watching myself.
Every block sent vibrations through my arms. Every dodge made my breasts slide slightly in their cage.<br><br>
<<speech "Aldric">>Your face is red.<<speech>><br>
<<speech "Caelen">>Because I’m moving.<<speech>><br>
<<speech "Aldric">>Because you’re aroused.<<speech>><br>
<<speech "Caelen">>No!<<speech>><br>
<<speech "Aldric">>You’re wet.<<speech>><br>
<<speech "Caelen">>You don’t know that.<<speech>><br>
<<speech "Aldric">>You wore lingerie to my field.<<speech>><br>
<<speech "Caelen">>It’s not lingerie.<<speech>><br>
<<speech "Aldric">>It’s designed to hold soft things. To cradle them. To remind you what you are.<<speech>><br>
I lunged. Anger gave speed. We clashed hard, blades singing.
But I misstepped. The bra shifted. One strap slipped slightly down my shoulder.
It pulled against skin still raw from growing curves. My swing faltered.
Aldric disarmed me in a blink. The sword flew into the dirt.
I doubled over slightly, panting. My chest heaved. The bra lifted with every breath. It clung. Rubbed. Teased.<br><br>
<<speech "Aldric">>This is good for you.<<speech>><br>
<<speech "Caelen">>You think this is funny?<<speech>><br>
<<speech "Aldric">>No. I think it’s honest.<<speech>><br>
He reached forward slow, deliberate and tugged the slipped strap back into place over my shoulder.<br><br>
I froze.
His fingers were calloused, rough. But the touch was gentle.
The strap snapped softly into place. My breast jiggled faintly beneath the compression.<br><br>
<<speech "Aldric">>Your enemies won’t wait while you adjust yourself.<<speech>><br>
<<speech "Caelen">>Then don’t touch me.<<speech>><br>
<<speech "Aldric">>You didn’t stop me.<<speech>><br>
I stepped back, heartbeat wild.
The bra was soaked now. Damp with sweat, tingling against my nipples.
The fabric clung so tight I could feel the outline of the pads pressing my flesh inward. Containing me. Shaping me.<br><br>
<<speech "Caelen">>I didn’t ask for this.<<speech>><br>
<<speech "Aldric">>But you wore it.<<speech>><br>
I grabbed my sword again.
This time, I fought harder.
We moved through forms, sparring drills, controlled strikes.
Every motion reminded me of the new weight on my chest. Every twist of the torso sent shivers down my spine.
The bra became a second skin support and prison, comfort and shame.
By the end, my arms burned. My chest ached. My legs shook.<br><br>
<<speech "Aldric">>You’re stronger than you look.<<speech>><br>
<<speech "Caelen">>You don’t know what I feel like.<<speech>><br>
<<speech "Aldric">>I know you fought through distraction.<<speech>><br>
<<speech "Caelen">>Not for you.<<speech>><br>
<<speech "Aldric">>For yourself. Because no matter what your body is doing, you’re still fighting. That’s queen’s blood.<<speech>><br>
I didn’t know what to say.<br><br>
<<speech "Aldric">>Dismissed.<<speech>><br>
I turned away, walking back across the sand.
The bra clung tighter now, soaked fully, straps rubbing against skin that had no tolerance left.
My nipples throbbed. My chest was flushed.
And somehow beneath the exhaustion, the pain, the heat I felt... proud.<<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "malrec">>
The throne, dear Caelan, is not a seat it is a stage. And everyone who kneels before it is performing.
<</speech>>
<br>
<<speech "mc">>
So no one speaks the truth in this room?
<</speech>>
<br>
<<speech "malrec">>
Oh, they do. But only the parts that suit their character arc. Learn to listen between the lines.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "malrec">>
You wish to be just? Then learn to lie with grace. Honesty is a virtue, but plausible deniability is policy.
<</speech>>
<br>
<<speech "mc">>
That sounds like corruption with extra syllables.
<</speech>>
<br>
<<speech "malrec">>
Then add them to your vocabulary. They soften the blade.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "malrec">>
Power rarely sits on the throne, Caelan. It lingers in corners, whispers in tapestries, and wears the mask of advice.
<</speech>>
<br>
<<speech "mc">>
Then why teach me to sit here at all?
<</speech>>
<br>
<<speech "malrec">>
Because even a mask needs a face behind it. You will be that face and the hand beneath the glove.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "malrec">>
A noble offered you praise today. Did you note the timing? It came after his trade proposal. Flattery is never free.
<</speech>>
<br>
<<speech "mc">>
I thought he was just being kind.
<</speech>>
<br>
<<speech "malrec">>
Kindness, my prince, is a currency. And you are very, very rich.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "malrec">>
You wear your thoughts like a stained tabard. In politics, we prefer velvet soft, opaque, and dangerous.
<</speech>>
<br>
<<speech "mc">>
So, conceal everything?
<</speech>>
<br>
<<speech "malrec">>
No. Reveal what you want them to see. Control the narrative, or become someone else's footnote.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "malrec">>
Every alliance comes with a leash. The trick is deciding who holds it and which neck it rests on.
<</speech>>
<br>
<<speech "mc">>
You speak like everyone is a threat.
<</speech>>
<br>
<<speech "malrec">>
Everyone is a threat. But threats can also be useful... if you feed them properly.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "malrec">>
You signed that decree too quickly. Hesitation would’ve made them wonder what you considered. That doubt is leverage.
<</speech>>
<br>
<<speech "mc">>
You want me to appear uncertain?
<</speech>>
<br>
<<speech "malrec">>
Not uncertain deliberate. Certainty is admirable. Mystery is controlling.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "malrec">>
There are no true allies at court. Only overlapping ambitions.
<</speech>>
<br>
<<speech "mc">>
That’s a lonely way to rule.
<</speech>>
<br>
<<speech "malrec">>
No, Caelan. That’s the only way to remain on the throne long enough to make it yours.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "malrec">>
The best ruler doesn’t win arguments. They end them graciously, and without fingerprints.
<</speech>>
<br>
<<speech "mc">>
So… like murder, but with manners?
<</speech>>
<br>
<<speech "malrec">>
Exactly. And always offer tea afterward. It keeps the peace and the suspicion low.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "malrec">>
Tell me, have you learned to speak without speaking? That’s a queen’s greatest gift her silence commands more than speeches.
<</speech>>
<br>
<<speech "mc">>
Sometimes silence feels like surrender.
<</speech>>
<br>
<<speech "malrec">>
Then you haven’t learned yet. Silence, wielded properly, is surrender’s perfect disguise.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "malrec">>
Look closely into the mirror, Caelan. Now tell me not what you see, but what your enemies fear they’ll see when they look at you.
<</speech>>
<br>
<<speech "mc">>
I… I’m not sure they fear me at all yet.
<</speech>>
<br>
<<speech "malrec">>
Then let’s give them a reason. Perception, my dear, is the sharpest sword you’ll never need to draw.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "malrec">>
They whispered you were soft. Sentimental. Easy to sway. So I had the steward leak a rumor that you rejected three proposals last week.
<</speech>>
<br>
<<speech "mc">>
Wait you what? I didn’t even hear those offers.
<</speech>>
<br>
<<speech "malrec">>
Precisely. A decisive ruler never needs to explain a decision… especially one they didn’t make.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "malrec">>
Never shame a noble in public, unless you intend to bury them. Humiliation breeds vendettas faster than plague.
<</speech>>
<br>
<<speech "mc">>
So what should I do when they insult me?
<</speech>>
<br>
<<speech "malrec">>
Smile. Laugh. And then let their wine be poured a little too slowly at the next feast. Revenge should be subtle, and delicious.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "malrec">>
A crown does not make you queen, Caelan. A hundred people believing you already are that’s what seals it.
<</speech>>
<br>
<<speech "mc">>
But what if I don’t believe it myself yet?
<</speech>>
<br>
<<speech "malrec">>
Then act like you do. Belief follows repetition, especially when it’s cloaked in silk and authority.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "malrec">>
I heard you hesitated before punishing the steward’s oversight. A kind impulse but one we can’t afford.
<</speech>>
<br>
<<speech "mc">>
He looked terrified. I didn’t want to make an example of him.
<</speech>>
<br>
<<speech "malrec">>
Then someone else will make an example of you. Mercy is a performance. Use it sparingly, or not at all.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "malrec">>
You asked for honesty at court? My dear, that's like requesting poetry in a tavern brawl.
<</speech>>
<br>
<<speech "mc">>
So I should stop expecting truth entirely?
<</speech>>
<br>
<<speech "malrec">>
No expect it. But only from those who have nothing to gain, or everything to lose. Rare creatures, those.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "malrec">>
The queen once said to me: ‘Trust the whisperers, but not their words.’ Do you understand what she meant?
<</speech>>
<br>
<<speech "mc">>
That I should listen for intent, not content?
<</speech>>
<br>
<<speech "malrec">>
Bravo. You may yet survive the court. Or better command it.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "malrec">>
The commoners are not your enemies. But they are not your friends either. They are the tide. Control the moon, not the sea.
<</speech>>
<br>
<<speech "mc">>
And who is the moon in this metaphor?
<</speech>>
<br>
<<speech "malrec">>
The story you let them believe about you. That’s what moves hearts. And armies.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "malrec">>
You walked into the council chamber first today. A small thing, but nobles notice. You must always enter last.
<</speech>>
<br>
<<speech "mc">>
Why does that matter?
<</speech>>
<br>
<<speech "malrec">>
Because when the room turns to face you, you hold it. Let them wait. Anticipation is power.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "malrec">>
Even now, as you sit here there are five petitions on your desk, two spies in your staff, and a lover with a hidden agenda.
<</speech>>
<br>
<<speech "mc">>
Which lover?
<</speech>>
<br>
<<speech "malrec">>
Ah, that was the test. And you just told me something very useful.
<</speech>>
<br>
<</if>>
<<if !$marlec_chat_1>>
[[Have Conversation with Marlec|marlec_chat_1]] |<br><br>
<</if>>
[[Leave Lord Malrec Thorne|thrones_mirror]] |<br><br>
[[Leave Royal Throne Mirror Chamber|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $marlec_chat_1 = true>>
<<speech "malrec">>Sit, Your Highness. We have much to discuss tonight, and I prefer not to be interrupted by awkward silences or fragile pride. You are, after all, to become a queen… not a shadow in a prince’s cloak.<</speech>><br>
<<speech "mc">>You speak so easily of it. As if shedding my name and body were like changing robes. But I am not ready. I don't even know what it means to be a queen.<</speech>><br>
<<speech "malrec">>And that is precisely why we begin. Rulership, dear prince, is not born in the womb it is cultivated in the marrow. Queenship, however, carries an older magic, a deeper expectation. One that no man can understand… until he chooses to.<</speech>><br>
[[Move Forth|marlec_chat_1_1]]
<</nobr>><<nobr>>
<<speech "mc">>You say 'chooses' but what choice do I have? Mother has made it clear: I am the last vessel of her bloodline.<</speech>><br>
<<speech "malrec">>Ah, and therein lies the beauty of illusion. The crown demands duty but how you wear it, how you embody it, can be utterly your own. Shall I tell you what true power tastes like, my prince? It tastes of surrender… and then command.<</speech>><br>
<<speech "mc">>That sounds like a contradiction.<</speech>><br>
<<speech "malrec">>All power is contradiction. The queen bows in council yet commands the realm. She offers her hand in peace while hiding daggers in her gaze. You must learn to become both the rose and the thorn.<</speech>><br>
[[Move Forth|marlec_chat_1_2]]
<</nobr>><<nobr>>
<<speech "mc">>But I was raised as a prince. I was taught to stand firm, not curtsy. I trained to fight, not to dance.<</speech>><br>
<<speech "malrec">>And you shall fight still just with silk instead of steel. A clever queen wages war with a whisper and wins it with a glance. Your sword will be your hips. Your battleground: the court. And your armor… will be the smile of a woman no man dares underestimate.<</speech>><br>
<<speech "mc">>And if I cannot smile that way?<</speech>><br>
<<speech "malrec">>Then we shall teach your lips to lie as queens do.<</speech>><br>
[[Move Forth|marlec_chat_1_3]]
<</nobr>><<nobr>>
<<speech "mc">>You make femininity sound… powerful.<</speech>><br>
<<speech "malrec">>Because it is. The world bends for the curve of a queen's waist if she learns how to wield it. Men have always mistaken softness for weakness. But your softness will be your secret blade.<</speech>><br>
<<speech "mc">>What of my body? It’s still… mine. And wrong. Some days I look at it and it feels foreign. Other days I cling to it like armor.<</speech>><br>
<<speech "malrec">>You will lose things, yes. The prince's shape, his proud stance. But you will gain others. Breasts that command attention, hips that sway like pendulums of power. And above all, you will gain sovereignty over yourself.<</speech>><br>
[[Move Forth|marlec_chat_1_4]]
<</nobr>><<nobr>>
<<speech "mc">>And the others? What will they see?<</speech>><br>
<<speech "malrec">>Let them see what you show them. A queen is never seen she is perceived. Would you like a lesson in perception?<</speech>><br>
<<speech "mc">>I suppose I must.<</speech>><br>
<<speech "malrec">>Stand. Now walk to the window. Slowly. Let your hands trail against the table as you pass. Not like a soldier, like a siren.<</speech>><br>
[[Move Forth|marlec_chat_1_5]]
<</nobr>><<nobr>>
<<speech "mc">>This feels ridiculous…<</speech>><br>
<<speech "malrec">>Good. Embrace the ridiculous. From it blooms the divine. Now… pause by the drapes. Tilt your head. Breathe like you're being watched, and you like it.<</speech>><br>
<<speech "mc">>I… see. I feel… different.<</speech>><br>
<<speech "malrec">>Power begins with posture. Rule with your hips first, and your heart second.<</speech>><br>
[[Move Forth|marlec_chat_1_6]]
<</nobr>><<nobr>>
<<speech "mc">>But won’t people… mock me?<</speech>><br>
<<speech "malrec">>They mocked Queen Verenna before she married three kings and had each assassinated discreetly. They laughed until her corset squeezed their coffers dry.<</speech>><br>
<<speech "mc">>You speak as if queens are predators.<</speech>><br>
<<speech "malrec">>No. Queens are survivors. In a world of wolves, we dress in silk and make the wolves howl for us.<</speech>><br>
[[Move Forth|marlec_chat_1_7]]
<</nobr>><<nobr>>
<<speech "mc">>And men?<</speech>><br>
<<speech "malrec">>Men are taught to conquer. Women are taught to endure. But you… you will learn to convert. To absorb both, and become something the world has no name for.<</speech>><br>
<<speech "mc">>And what if I like… both sides? What if I want to keep part of who I was?<</speech>><br>
<<speech "malrec">>Then keep it. The most dangerous queen is the one who still remembers how to be a prince. Let that strength bleed into your walk, your words, your smile.<</speech>><br>
[[Move Forth|marlec_chat_1_8]]
<</nobr>><<nobr>>
<<speech "mc">>You speak of sensuality as if it's strategy.<</speech>><br>
<<speech "malrec">>Because it is. Do you know why men fear queens? Not because they command, but because they seduce. With glances. With words. With the suggestion of power between their thighs.<</speech>><br>
<<speech "mc">>That sounds… manipulative.<</speech>><br>
<<speech "malrec">>Politics is manipulation. Your body will be a treaty. Your presence a negotiation. Learn to let others desire your power, and they will never notice you stealing theirs.<</speech>><br>
[[Move Forth|marlec_chat_1_9]]
<</nobr>><<nobr>>
<<speech "mc">>And I’ll have to change everything, won’t I?<</speech>><br>
<<speech "malrec">>Yes. And no. You’ll change only the parts that block your ascension. You’ll preserve your core but polish your exterior until it blinds the court.<</speech>><br>
<<speech "mc">>Even my voice? My face? My… sex?<</speech>><br>
<<speech "malrec">>Especially those. The court respects tradition. Let them see a queen even if beneath the skin, the prince still watches.<</speech>><br>
[[Move Forth|marlec_chat_1_10]]
<</nobr>><<nobr>>
<<speech "mc">>And if I like being watched?<</speech>><br>
<<speech "malrec">>Then you are already learning. A true queen knows that attention is currency. She spends herself wisely.<</speech>><br>
<<speech "mc">>And what of love?<</speech>><br>
<<speech "malrec">>Love? A lovely illusion. If you find it, treasure it but never depend on it. Rule first. Love later.<</speech>><br>
[[Move Forth|marlec_chat_1_11]]
<</nobr>><<nobr>>
<<speech "mc">>I want to rule. I do. But I fear what I must become to do it.<</speech>><br>
<<speech "malrec">>Then become that fear. Wear it like perfume. Let others choke on your audacity.<</speech>><br>
<<speech "mc">>You're a dangerous man, Malrec.<</speech>><br>
<<speech "malrec">>And you're a dangerous woman in the making, Caelan. Soon, no one will call you prince again not out of respect, but out of fear.<</speech>><br>
[[Move Forth|marlec_chat_1_12]]
<</nobr>><<nobr>>
<<speech "mc">>Will I still be me?<</speech>><br>
<<speech "malrec">>You will be more you than you’ve ever been. Unmasked. Unbound. A queen is never a lie she is the final truth.<</speech>><br>
<<speech "mc">>...Then teach me. I want to know it all. The walk. The gaze. The power. The seduction. Teach me to become something they cannot ignore.<</speech>><br>
Malrec raised his goblet.<br><br>
<<speech "malrec">>To the queen you were born to be hidden in a prince’s skin. Let’s begin.<</speech>><br>
<<set $user_stats.confidence += 4>>
<<set $user_stats.leadership += 4>>
[[Leave Lord Malrec Thorne|thrones_mirror]] |<br><br>
[[Leave Royal Throne Mirror Chamber|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "serelyne">>
Sit straight, shoulders low, voice steady. A queen does not fidget she curates silence like it’s a blade.
<</speech>>
<br>
<<speech "mc">>
You make ruling sound like a performance rather than a birthright.
<</speech>>
<br>
<<speech "serelyne">>
It is both. But only one of those will keep your head above the tide when the court smells weakness.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "serelyne">>
You hesitated before responding to the duke. Hesitation invites doubt, and doubt spreads like plague.
<</speech>>
<br>
<<speech "mc">>
I was trying to be polite, not domineering.
<</speech>>
<br>
<<speech "serelyne">>
Then you must learn the art of command through courtesy. It’s not softness it’s velvet over steel.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "serelyne">>
Your posture betrays you femininity is not weakness, Caelan. It is the presentation of grace masking calculated control.
<</speech>>
<br>
<<speech "mc">>
So every gesture must be rehearsed?
<</speech>>
<br>
<<speech "serelyne">>
Not rehearsed. Mastered. Spontaneity is for peasants.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "serelyne">>
When a man speaks over you, do not raise your voice. Lower it and make him lean in. That is power.
<</speech>>
<br>
<<speech "mc">>
You really think silence can defeat arrogance?
<</speech>>
<br>
<<speech "serelyne">>
Not just defeat it. Humiliate it. Quiet queens are remembered longer than loud fools.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "serelyne">>
You touched your throat again. Nervous gesture. A princess touches her pearls. A queen touches nothing.
<</speech>>
<br>
<<speech "mc">>
It’s hard to ignore discomfort when I barely feel like myself.
<</speech>>
<br>
<<speech "serelyne">>
Then become someone better. Transformation is not erasure it is refinement.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "serelyne">>
Tell me, Caelan do you want to rule, or merely survive the throne handed to you?
<</speech>>
<br>
<<speech "mc">>
I’m not sure I see the difference yet.
<</speech>>
<br>
<<speech "serelyne">>
Then I suggest you open your eyes. Rulers shape the storm. Survivors drown beneath it.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "serelyne">>
Stop speaking with “I think.” A queen knows. Or pretends to. That’s half the crown.
<</speech>>
<br>
<<speech "mc">>
Pretending feels dishonest.
<</speech>>
<br>
<<speech "serelyne">>
All power is artifice. Only peasants demand authenticity.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "serelyne">>
Today’s lesson is restraint: in gesture, in tone, in vengeance. A queen does not flinch she remembers.
<</speech>>
<br>
<<speech "mc">>
And what if remembering becomes a weight?
<</speech>>
<br>
<<speech "serelyne">>
Then you wear it like a crown. Gracefully, and with your chin high.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "serelyne">>
Your mind is still loud with rebellion. That’s not strength, Caelan it’s wasted noise.
<</speech>>
<br>
<<speech "mc">>
Rebellion is all I’ve known.
<</speech>>
<br>
<<speech "serelyne">>
Then let me teach you the power of quiet defiance calculated, unspoken, undeniable.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "serelyne">>
You are not abandoning your self you are shaping it. Queens are not born, Caelan. They are forged.
<</speech>>
<br>
<<speech "mc">>
Then who am I, once you’ve finished forging me?
<</speech>>
<br>
<<speech "serelyne">>
Someone who survives every room she enters. And commands it by simply existing.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "serelyne">>
You paused when they called you “my lady.” That hesitation is a crack. Close it, or they will pry it open.
<</speech>>
<br>
<<speech "mc">>
It still feels like armor that doesn’t fit.
<</speech>>
<br>
<<speech "serelyne">>
Then wear it until it shapes to you and no one remembers it was ever different.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "serelyne">>
Speak with your eyes before your lips. A glance can cut deeper than a sword.
<</speech>>
<br>
<<speech "mc">>
So now even looking has rules?
<</speech>>
<br>
<<speech "serelyne">>
Everything has rules. But the queen rewrites them once she learns to master her own gaze.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "serelyne">>
The crown does not care who you were. It only rewards who you become.
<</speech>>
<br>
<<speech "mc">>
And if I become someone I don’t recognize?
<</speech>>
<br>
<<speech "serelyne">>
Then you’ve finally succeeded. Ruling demands sacrifice even of the self.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "serelyne">>
Power is not in shouting. It’s in the pause that follows your silence when they wonder what you’re thinking.
<</speech>>
<br>
<<speech "mc">>
But what if they see through it?
<</speech>>
<br>
<<speech "serelyne">>
Then you smile. Let them see but never confirm what’s real. Doubt is its own kind of leash.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "serelyne">>
You cannot lead if you need to be liked. Charm is useful, but respect must be engineered.
<</speech>>
<br>
<<speech "mc">>
Sometimes I still crave approval.
<</speech>>
<br>
<<speech "serelyne">>
Crave results instead. Adoration fades. Control... endures.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "serelyne">>
You carry yourself like a question. A queen is always the answer.
<</speech>>
<br>
<<speech "mc">>
But I still have questions of my own.
<</speech>>
<br>
<<speech "serelyne">>
Then ask them in private. In public, you are certainty. No exceptions.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "serelyne">>
This room will strip you down not your clothes, but your illusions. Are you ready for that?
<</speech>>
<br>
<<speech "mc">>
I don’t know anymore.
<</speech>>
<br>
<<speech "serelyne">>
Good. Doubt is a chisel. Let it carve the falsehoods away.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "serelyne">>
I saw the way you flinched when addressed as “Highness.” That’s not humility it’s refusal.
<</speech>>
<br>
<<speech "mc">>
It’s habit. I’m still learning to accept all this.
<</speech>>
<br>
<<speech "serelyne">>
Then unlearn quickly. The court won’t wait for your comfort. It only devours those who hesitate.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "serelyne">>
You are not being feminized, Caelan. You are being weaponized elegantly.
<</speech>>
<br>
<<speech "mc">>
That’s an unsettling way to put it.
<</speech>>
<br>
<<speech "serelyne">>
Good. The most dangerous weapons are the ones they never see coming.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "serelyne">>
This voice of yours it must become melody and command in equal measure. Practice until words become music with edge.
<</speech>>
<br>
<<speech "mc">>
I still sound like myself.
<</speech>>
<br>
<<speech "serelyne">>
Then it’s time to let yourself evolve into the self you must be. One syllable at a time.
<</speech>>
<br>
<</if>>
<<if $currentArc["main_arc"] == 6>>
[[Attend the first session|serelyne_session_1]] |<br><br>
<</if>>
[[Leave Lady Serelyne Virellis|east_wing]] |<br><br>
[[Leave Castle East Wing|castle_map_front_select]]
<</nobr>><<nobr>>
The incense clung to the air like secrets rose, myrrh, and something deeper I couldn’t name.
The velvet of the chamber in east wing swallowed sound. Shadows stretched long from the candelabras, gilding the room in amber and scarlet.<br><br>
Lady Serelyne stood before me in her usual serenity, hands clasped, posture unnervingly perfect, her silhouette sharp as a dagger sheathed in silk.<br><br>
<<speech "serelyne">>Remove your cloak. The weight of it carries pride, and that is the first burden to go.<</speech>><br>
Her voice was quiet, but it rooted into my spine like an order from the gods. I hesitated.<br><br>
<<speech "serelyne">>You did not hesitate when marching into battle, did you?<</speech>><br>
My fingers found the clasp. I let the cloak fall from my shoulders.
It hit the floor with a weight I’d never noticed before.
She didn’t look at the garment she looked at me.<br><br>
<<speech "serelyne">>Now the boots. With reverence. Not defiance.<</speech>><br>
[[Move Forth|serelyne_session_1_1]]
<</nobr>><<nobr>>
I knelt, unstrapping each boot slowly, awkwardly aware of how my legs looked under the velvet scrutiny of the room.
As I placed them beside the cloak, she stepped forward, her heels clicking softly on the marble in a rhythm that made my heart skip.
She circled me.<br><br>
<<speech "serelyne">>The belt.<</speech>><br>
Her voice was a whisper just behind my ear.
My hands shook slightly as I undid the buckle.
The leather slid from my waist like a serpent. I offered it to her.<br><br>
She simply nodded to the run -marked chest behind her.<br><br>
<<speech "serelyne">>You must place it inside. Willingly.<</speech>><br>
I walked barefoot to the chest.
It radiated cool, pulsing magic restrained, feminine, hungry.
I placed the belt inside, and it sealed itself with a soft sigh of wind.<br><br>
<<speech "serelyne">>Good. Now… the ring. Your signet. Your name.<</speech>><br>
[[Move Forth|serelyne_session_1_2]]
<</nobr>><<nobr>>
That one hurt more. I hesitated. She saw it of course she did.<br><br>
<<speech "serelyne">>You will not need it where we are going. You will build a new name with your actions, not your crest.<</speech>><br>
I slipped it from my finger. My hand felt strangely bare.
I placed the ring into the chest. It glowed faintly as the lid closed again.<br><br>
<<speech "serelyne">>Look at me.<</speech>><br>
I turned. She was close now closer than before.
I could see the faint shimmer of runes etched into her earrings, the gloss of rose oil on her lips.<br><br>
<<speech "serelyne">>Now, undress.<</speech>><br>
<<speech "mc">>I… I thought I already had.<</speech>><br>
[[Move Forth|serelyne_session_1_3]]
<</nobr>><<nobr>>
<<speech "serelyne">>No. You’ve removed your symbols. But not your armor.<</speech>><br>
I swallowed. My fingers moved to the buttons of my tunic.
Slowly, one by one, I undid them. Her eyes never left my hands.<br><br>
<<speech "serelyne">>Slower. This is not haste. This is unmaking.<</speech>><br>
Each button felt heavier.
As the tunic slid off, I felt the cool air kiss my skin. I stood in just my undergarments.<br><br>
She studied me as though I were a specimen.<br><br>
<<speech "serelyne">>Back straight. Hands at your sides. Feet together. Yes… like that.<</speech>><br>
[[Move Forth|serelyne_session_1_4]]
<</nobr>><<nobr>>
I adjusted under her gaze.<br><br>
<<speech "serelyne">>You’ve trained your body to command. To take space. I see it in your stance, in the tension of your shoulders. But a queen does not impose. She invites.<</speech>><br>
She circled again, trailing her fingers near me but never quite touching. My skin shivered anyway.<br><br>
<<speech "serelyne">>Posture.<</speech>><br>
I straightened.<br><br>
<<speech "serelyne">>Better.<</speech>><br>
[[Move Forth|serelyne_session_1_5]]
<</nobr>><<nobr>>
Then, her hand touched my chin cool, precise and tilted my face upward.<br><br>
<<speech "serelyne">>What do you feel right now?<</speech>><br>
<<speech "mc">>Exposed.<</speech>><br>
<<speech "serelyne">>And?<</speech>><br>
<<speech "mc">>…small.<</speech>><br>
[[Move Forth|serelyne_session_1_6]]
<</nobr>><<nobr>>
<<speech "serelyne">>Good. There is power in smallness. In stillness. You will learn that.<</speech>><br>
She gestured to a low stool in front of the mirror.<br><br>
<<speech "serelyne">>Sit. Watch yourself.<</speech>><br>
I obeyed, lowering myself slowly.
The mirror reflected my half-naked form broad shoulders, tense jaw, confused eyes. Masculinity, still clinging.<br><br>
She stepped behind me, hands resting on my shoulders. Her nails gently dug in.<br><br>
<<speech "serelyne">>You see a prince. But I see scaffolding. Something ready to be rebuilt.<</speech>><br>
[[Move Forth|serelyne_session_1_7]]
<</nobr>><<nobr>>
She leaned down, breath hot against my ear.<br><br>
<<speech "serelyne">>What do you want to see?<</speech>><br>
I didn’t answer. My body ached with uncertainty.<br><br>
She straightened and walked to the chest again. Her fingers hovered over its surface.<br><br>
<<speech "serelyne">>Do you want to know what I see when I look at you now?<</speech>><br>
<<speech "serelyne">>A frightened boy, pretending to be a man.
A puppet of lineage. But… I also see something soft beneath the stone. Something I could shape.<</speech>><br>
I dared to meet her gaze in the mirror. My throat was dry.<br><br>
[[Move Forth|serelyne_session_1_8]]
<</nobr>><<nobr>>
<<speech "mc">>I want to be more.<</speech>><br>
<<speech "serelyne">>Then stand.<</speech>><br>
<<speech "serelyne">>Spread your arms. Show me everything. Show me that you trust me enough to be seen.<</speech>><br>
I obeyed, even as shame and heat flushed through me.
My arousal twitched, half-stirred by her presence, by the submission. She noticed of course she did.<br><br>
<<speech "serelyne">>Ah. Still ruled by that. How predictable.<</speech>><br>
[[Move Forth|serelyne_session_1_9]]
<</nobr>><<nobr>>
Her fingers brushed the hem of my undergarments.
<<speech "serelyne">>Shall I remove these as well?<</speech>><br>
<<speech "mc">>I…<</speech>><br>
She waited, poised, her expression unreadable.<br><br>
<<speech "mc">>Yes.<</speech>><br>
She slid them down with a slow elegance, baring me completely. I stood, utterly vulnerable.<br><br>
<<speech "serelyne">>Now breathe.<</speech>><br>
[[Move Forth|serelyne_session_1_10]]
<</nobr>><<nobr>>
I exhaled shakily. The air felt different on bare skin. My hands twitched to cover myself.<br><br>
<<speech "serelyne">>Don’t. Let yourself be seen.<</speech>><br>
I forced myself to stillness.<br><br>
She stepped back to admire the result.<br><br>
<<speech "serelyne">>Now, tell me: What does this moment feel like?<</speech>><br>
<<speech "mc">>Like… surrender.<</speech>><br>
[[Move Forth|serelyne_session_1_11]]
<</nobr>><<nobr>>
<<speech "serelyne">>And what is the difference between surrender and weakness?<</speech>><br>
<<speech "mc">>One is given. The other is taken.<</speech>><br>
<<speech "serelyne">>Excellent.<</speech>><br>
She circled behind me once more, her voice low and honeyed.<br><br>
<<speech "serelyne">>This body has been taught to lead, to fight, to claim. In time, it will learn how to yield, how to host, how to ache for approval.<</speech>><br>
[[Move Forth|serelyne_session_1_12]]
<</nobr>><<nobr>>
Her breath ghosted over my spine.<br><br>
<<speech "serelyne">>And you will beg for more of this.<</speech>><br>
She stepped in front of me again.<br><br>
<<speech "serelyne">>You may dress now. Slowly. You’ve earned back your undergarments. But nothing more.<</speech>><br>
I obeyed. She waited, then gestured for me to kneel again, hands in my lap.<br><br>
<<speech "serelyne">>Now… answer these questions, my little prince.<</speech>><br>
[[Move Forth|serelyne_session_1_13]]
<</nobr>><<nobr>>
Lady Serelyne’s fingers trailed one last time along my jaw before she turned, walking with slow, silken confidence back toward the altar where the rune-marked chest sat sealed.
She paused there, her back to me, voice even.<br><br>
<<speech "serelyne">>You have taken the first step, little prince. But disrobing pride is only the beginning.<</speech>><br>
She faced me again, her eyes sharp.<br><br>
<<speech "serelyne">>Your body has only known one path to pleasure one that asserts, conquers, possesses. But a queen must know the other path. The receptive path. The path of yielding.<</speech>><br>
I swallowed. My breath was shallow. She stepped closer, eyes glittering.<br><br>
<<speech "serelyne">>From this night on, you will not seek the pleasure of domination. That privilege is behind you now. Instead, you will learn to receive. To crave surrender not just in posture or word, but in the heat of your own flesh.<</speech>><br>
[[Move Forth|serelyne_session_1_14]]
<</nobr>><<nobr>>
Her voice darkened warm, commanding.<br><br>
<<speech "serelyne">>You will not spill from being stroked or worshipped. You will not rut. You will not command another’s mouth.<</speech>><br>
She stepped into my space.<br><br>
<<speech "serelyne">>Instead, you will kneel. You will ache. And you will learn what it means to be filled, not fulfilled.<</speech>><br>
My stomach tightened. Her presence was absolute.<br><br>
<<speech "serelyne">>To this end, you will begin tonight. Your bodyguard, Torin, has been informed. He is loyal, disciplined, and already bound to your service. Now, he will serve a deeper role one you will not control.<</speech>><br>
[[Move Forth|serelyne_session_1_15]]
<</nobr>><<nobr>>
I stiffened shocked, but not entirely repelled. Confused. Afraid. Aroused. She reached out and traced a single nail along my collarbone.<br><br>
<<speech "serelyne">>He will not kneel to you. You will kneel to him. You will offer. You will be claimed, not as a prince, but as a vessel. You must understand how it feels to receive and crave… without command.<</speech>><br>
I shivered. My voice barely surfaced.<br><br>
<<speech "mc">>You’re serious.<</speech>><br>
Her smile was velvet and venom.<br><br>
<<speech "serelyne">>This is your calling. You must learn to feel through surrender. And you will learn to please… as a woman must please.<</speech>><br>
[[Move Forth|serelyne_session_1_16]]
<</nobr>><<nobr>>
She paused, letting the weight of it sink in.<br><br>
<<speech "serelyne">>You will not penetrate. You will not climax from a man’s service. Instead, you will offer yourself. Mouth and body. You will open, not take. Give, not demand.<</speech>><br>
My breath hitched. A flush of something dark and heady rushed through me.<br><br>
<<speech "serelyne">>You will begin with your mouth. You will kneel before him. You will serve him. Not as a prince but as a student. Do you understand?<</speech>><br>
<<speech "mc">>Yes.<</speech>><br>
<<speech "serelyne">>And later… you will offer your rear. It is not yet your womanhood, but it will be your training ground. Your softness will be born there, shaped there.<</speech>><br>
[[Move Forth|serelyne_session_1_17]]
<</nobr>><<nobr>>
She stepped away, her hand briefly brushing my chest.<br><br>
<<speech "serelyne">>Torin waits in the his chamber. He has been given instructions. He will not hurt you unless you crave that pain. He will not force you unless you beg to be overpowered. But he will take what you offer… and in doing so, you will feel what it means to be taken.<</speech>><br>
I swallowed hard, body trembling.<br><br>
She moved to the door and opened it, light spilling into the shadowed chamber. She did not look at me when she spoke again.<br><br>
<<speech "serelyne">>Go to him. Let this be your second act of relinquishment.<</speech>><br>
<<set $currentObjectives = "Explore the World as you like...">>
<<set $currentArc["main_arc"] = 7>>
I stood. My legs were weak, my breath unsteady but I obeyed. And as I crossed the threshold into the waiting dark, I knew something had shifted.
I was no longer the one who sought control.
I was the one learning how to surrender.<br><br>
<<set $user_stats.gender_Identity -= 4>>
<<set $user_stats.dominance_level -= 4>>
[[Leave Lady Serelyne Virellis|east_wing]] |<br><br>
[[Leave Castle East Wing|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 79)>>
<<if _i == 0>>
<<speech "veletia">>
Oh, you poor thing those sleeves are a tragedy, and that posture? Criminal. Come in, darling, I’m about to rescue your future.
<</speech>>
<br>
<<speech "mc">>
Can I at least breathe while I’m being saved?
<</speech>>
<br>
<<speech "veletia">>
Only if you're planning to exhale confidence. Now off with the dull, on with the divine!
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "veletia">>
Did you bring that tunic from the battlefield or the broom closet? Because either way, it’s not meeting royalty today.
<</speech>>
<br>
<<speech "mc">>
It’s comfortable. Is that such a crime?
<</speech>>
<br>
<<speech "veletia">>
Comfort is for bedchambers, darling. Out here, we command with fabric.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "veletia">>
Today, we drape you in midnight blue. Sensual, mysterious, devastating. Like a rumor in silk.
<</speech>>
<br>
<<speech "mc">>
I was aiming for ‘competent ruler,’ but sure let’s start with ‘rumor in silk.’
<</speech>>
<br>
<<speech "veletia">>
Oh, but a ruler who turns heads rules twice. Trust me.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "veletia">>
Lift your chin, relax your fingers, walk like the world owes you a bow. That’s how queens move.
<</speech>>
<br>
<<speech "mc">>
Feels more like acting than walking.
<</speech>>
<br>
<<speech "veletia">>
Every great performance begins on a stage. Eventually, it becomes who you are.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "veletia">>
This fabric was stitched with moonlight, darling. One twirl and you’ll outshine prophecy itself.
<</speech>>
<br>
<<speech "mc">>
Do I get a sword with that or just stares?
<</speech>>
<br>
<<speech "veletia">>
Why not both? Slay with style, I always say.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "veletia">>
Try this corset. It teaches posture, mystery, and patience all in one wicked squeeze.
<</speech>>
<br>
<<speech "mc">>
I think it just taught me regret.
<</speech>>
<br>
<<speech "veletia">>
Pain is temporary. Beauty? Oh, that’s remembered in paintings.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "veletia">>
There’s power in a perfect fit. Threads that embrace instead of armor that hides.
<</speech>>
<br>
<<speech "mc">>
And what if I’m still figuring out who I am beneath all these threads?
<</speech>>
<br>
<<speech "veletia">>
Then let the fabric show you. Sometimes silk knows before the soul does.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "veletia">>
That sway of your hips was accidental, wasn’t it? Good. It means your body is listening to me.
<</speech>>
<br>
<<speech "mc">>
Or protesting in confusion. Hard to tell with hips.
<</speech>>
<br>
<<speech "veletia">>
Confusion is just transformation in motion. You’re on the right path, my dear.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "veletia">>
I dreamed of you last night in emerald, draped in defiance, with a crown of fire. It was divine.
<</speech>>
<br>
<<speech "mc">>
Sounds dramatic. Do I survive the dream?
<</speech>>
<br>
<<speech "veletia">>
Oh yes. But only after making half the court swoon and the other half burn with envy.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "veletia">>
One last touch… there. Now you’re no longer just a royal you’re a vision.
<</speech>>
<br>
<<speech "mc">>
I’m not sure I recognize myself.
<</speech>>
<br>
<<speech "veletia">>
Good. That means we’ve found something new. Something extraordinary.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "veletia">>
Darling, if eyes don’t follow you across the ballroom like sunflowers chasing light, then I’ve failed you utterly.
<</speech>>
<br>
<<speech "mc">>
I was hoping for grace, not gawking.
<</speech>>
<br>
<<speech "veletia">>
Grace is the art of commanding a gaze without ever begging for it. You’re learning.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "veletia">>
Mmm, this silk clings like a lover's promise. Tell me, Caelan, are you brave enough to wear temptation itself?
<</speech>>
<br>
<<speech "mc">>
Only if it doesn't whisper too loudly in council meetings.
<</speech>>
<br>
<<speech "veletia">>
Oh, it will whisper. But that’s half the fun power dressed as poetry.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "veletia">>
I see the curve of your shoulders softening beautiful, like dusk melting into night.
<</speech>>
<br>
<<speech "mc">>
You make it sound like I’m vanishing.
<</speech>>
<br>
<<speech "veletia">>
No, darling. You're becoming inevitable.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "veletia">>
Step, turn, pause your hips are beginning to sing. Now let’s teach them the whole aria.
<</speech>>
<br>
<<speech "mc">>
I swear these heels are a form of warfare.
<</speech>>
<br>
<<speech "veletia">>
Exactly. And you, my dear, are learning to conquer in silence and satin.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "veletia">>
Oh, Caelan… in this gown, you don’t enter a room you rewrite it.
<</speech>>
<br>
<<speech "mc">>
And yet I still feel like I’m playing dress up.
<</speech>>
<br>
<<speech "veletia">>
Then play it beautifully, until the mirror stops laughing and starts applauding.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "veletia">>
Tell me, sweetling does it thrill you a little, knowing how dangerous you’ll look in velvet and pearl?
<</speech>>
<br>
<<speech "mc">>
Dangerous or ridiculous? I'm never quite sure with you.
<</speech>>
<br>
<<speech "veletia">>
Then you're standing at the perfect edge. Now lean into it.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "veletia">>
A soft touch here, a cinch there oh, if only diplomacy were as easy as corsetry.
<</speech>>
<br>
<<speech "mc">>
At least corsets don’t lie to your face.
<</speech>>
<br>
<<speech "veletia">>
They do, darling. They just lie charmingly.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "veletia">>
Let them whisper, let them stare because the future queen walks on whispers and drowns them in presence.
<</speech>>
<br>
<<speech "mc">>
You make scandal sound like a royal accessory.
<</speech>>
<br>
<<speech "veletia">>
It is, dear. The crown is heavy but the drama? That’s where the sparkle lives.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "veletia">>
A little lace at the wrist, a slit in the right place… balance, my dear, is everything.
<</speech>>
<br>
<<speech "mc">>
This balance feels like standing on a dagger’s point.
<</speech>>
<br>
<<speech "veletia">>
Exactly! Now smile like you enjoy the edge.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "veletia">>
When I’m done with you, even the gods will look twice and wonder whose side you’re on.
<</speech>>
<br>
<<speech "mc">>
Hopefully mine. I could use the divine backup.
<</speech>>
<br>
<<speech "veletia">>
Oh no, darling. You will be the divine backup.
<</speech>>
<br>
<<elseif _i == 20>>
<<speech "veletia">>
Here we are your very first lingerie set. Rose pink lace, soft and sheer. The bra is lightly padded to encourage your budding breasts to rest properly... and the panties? Trimmed to fit that little gap you're starting to form.
<</speech>>
<br>
<<speech "mc">>
It’s... delicate. And tiny. Why do I feel more naked <strong style="color: pink;">wearing </strong>this than wearing nothing at all?
<</speech>>
<br>
<<speech "veletia">>
Because this isn't just fabric. It's invitation. It draws attention to what you've become what you're still becoming. Every thread whispers femininity against your skin. And soon, you’ll crave how it clings and flatters.
<</speech>>
<br>
<<elseif _i == 21>>
<<speech "veletia">>
These silk stockings were enchanted to stay smooth no matter how your thighs move. But to hold them up, we’ll fasten this garter belt around your waist. You’ll learn soon that there’s something... thrilling... about being bound so gently.
<</speech>>
<br>
<<speech "mc">>
I can feel the clips tugging each time I shift. It’s... distracting.
<</speech>>
<br>
<<speech "veletia">>
Good. Your body <strong style="color: pink;">should </strong>be distracting now. You’ll walk differently in these. Sit more carefully. Every movement a silent reminder: you're not him anymore. You're soft, shaped, and sensual.
<</speech>>
<br>
<<elseif _i == 22>>
<<speech "veletia">>
Tonight, you’ll wear these. A pair of midnight black lace panties stitched with sensitivity runes. They'll warm when you’re aroused... and cool when you lie about it.
<</speech>>
<br>
<<speech "mc">>
That’s... devious. You’re saying these panties will betray me?
<</speech>>
<br>
<<speech "veletia">>
No, sweetling. They’ll reveal you. Every blush, every twitch, every lingering look it’s part of your training. Queens must know their desires, not hide from them. These just... speed that awareness along.
<</speech>>
<br>
<<elseif _i == 23>>
<<speech "veletia">>
This corset is a marvel. Bone ribbed, pearl trimmed, and laced tight to reshape your figure. But more than that it teaches you to breathe like a lady: shallow, graceful, and teasing.
<</speech>>
<br>
<<speech "mc">>
It’s hard to inhale all the way. Every breath makes my breasts rise. Is that on purpose?
<</speech>>
<br>
<<speech "veletia">>
Of course. Let them watch your chest rise and fall, slow and soft. Let them listen to your breath when you speak. A queen seduces with subtlety. Your corset becomes your voice before your lips even move.
<</speech>>
<br>
<<elseif _i == 24>>
<<speech "veletia">>
Slip into this gown. A whisper of lavender mesh with lace along the hem. It won't hide anything, but that’s the beauty. It’s what noble daughters wear while being taught their nightly duties.
<</speech>>
<br>
<<speech "mc">>
So this is meant to be seen through? Even in candlelight?
<</speech>>
<br>
<<speech "veletia">>
Especially in candlelight. Let your silhouette tease and taunt. Let your nipples show beneath the gauze. The dressing gown isn’t meant for sleep. It’s meant for anticipation. And obedience.
<</speech>>
<br>
<<elseif _i == 25>>
<<speech "veletia">>
This padded bra isn’t just decorative it’s designed to <strong style="color: pink;">guide </strong>your growth. Your nipples will be held gently, your chest lifted and rounded. It’s soft. Supportive. But also shaping.
<</speech>>
<br>
<<speech "mc">>
When I put it on, it’s like... I can see what I’ll become. And it’s... not bad.
<</speech>>
<br>
<<speech "veletia">>
That’s the spirit, darling. Let the padding cradle what’s emerging. Let it hint at curves that will someday be real. For now, it’s promise. Soon, it will be truth.
<</speech>>
<br>
<<elseif _i == 26>>
<<speech "veletia">>
These panties are woven with a subtle enchantment activated by your own pleasure. The more aroused you become, the more they cling... and stimulate. Meant to train your sensitivity.
<</speech>>
<br>
<<speech "mc">>
That’s... a dangerous game. What if someone sees me reacting?
<</speech>>
<br>
<<speech "veletia">>
Then let them. A queen doesn’t apologize for her desire. She <strong style="color: pink;">controls </strong>it. These teach you restraint and surrender. Both are tools of power. And you will master both.
<</speech>>
<br>
<<elseif _i == 27>>
<<speech "veletia">>
This chemise is ceremonial meant for those in the final stages of their transformation. Softest silk, cut to flutter over your new hips and thighs. Barely touches the skin... yet it drives the body wild.
<</speech>>
<br>
<<speech "mc">>
When I move, it glides between my legs. It’s... intimate. Embarrassingly so.
<</speech>>
<br>
<<speech "veletia">>
That’s the beauty of it. The chemise doesn’t <strong style="color: pink;">hide </strong>you it accents you. Reminds you. Your legs, your thighs, the place that’s growing into womanhood <strong style="color: pink;">all of it </strong>deserves attention now.
<</speech>>
<br>
<<elseif _i == 28>>
<<speech "veletia">>
These are special. Cut low in the front, and open below. They allow access for continued transformation while maintaining appearance. Sometimes, function and seduction walk hand in hand.
<</speech>>
<br>
<<speech "mc">>
I can’t wear that in front of anyone. I’d feel completely exposed.
<</speech>>
<br>
<<speech "veletia">>
And yet, that’s the point. Exposure builds confidence. You won’t always be able to hide what you’re becoming. Better to choose what they see... than to let shame control the view.
<</speech>>
<br>
<<elseif _i == 29>>
<<speech "veletia">>
This bodice is treated with aromatics subtle oils that warm with your skin and enhance scent. When worn, your body becomes... persuasive. You won’t just look feminine. You’ll <strong style="color: pink;">smell </strong>inviting.
<</speech>>
<br>
<<speech "mc">>
It’s tingling already. My skin feels warmer. It’s... hard to concentrate.
<</speech>>
<br>
<<speech "veletia">>
Good. Your body is learning to <strong style="color: pink;">respond*. These oils unlock your senses, and those around you will respond in kind. When you walk through the court, they’ll remember your presence before they even hear your name.
<</speech>>
<br>
<<elseif _i == 30>>
<<speech "veletia">>
This, my dear, is your first court dress. Sky blue silk, tightly cinched at the waist to show your blooming figure. The sleeves are sheer, the neckline dipped just enough to draw the eye but not enough to offend.
<</speech>>
<br>
<<speech "mc">>
I never imagined myself in something so... visible. I feel like I’m being watched.
<</speech>>
<br>
<<speech "veletia">>
That’s the point. Queens are watched. You’ll learn to draw attention and wield it like a blade. Now twirl. Let the fabric whisper around your thighs. Good feel the power in that rustle.
<</speech>>
<br>
<<elseif _i == 31>>
<<speech "veletia">>
This one’s for late feasts and soft music golden fabric laced with starlight thread. In candlelight, your curves will shimmer. It clings to your hips... then flows like liquid fire.
<</speech>>
<br>
<<speech "mc">>
It’s almost too flattering. I can feel the fabric shift over every part of me.
<</speech>>
<br>
<<speech "veletia">>
That’s exactly why you’ll wear it. Let the nobles see the queen you’re becoming. Let them talk about the sway of your hips, the shape of your silhouette. A ruler who haunts their dreams before their minds.
<</speech>>
<br>
<<elseif _i == 32>>
<<speech "veletia">>
This tunic is for posture training. Corset integrated, short hemline. Every time you slouch, it digs in slightly. Posture is power, dear. Even when fetching scrolls or practicing your curtsy.
<</speech>>
<br>
<<speech "mc">>
It's snug... very snug. I can barely bend.
<</speech>>
<br>
<<speech "veletia">>
Precisely. You’ll stand straight, walk with poise, and breathe with grace. Even your discomfort becomes beautiful. Embrace the discipline it will show in every regal step.
<</speech>>
<br>
<<elseif _i == 33>>
<<speech "veletia">>
This backless gown is a statement. When you glide across the floor, it reveals the dip of your spine, the shape of your waist... a soft, vulnerable line that draws attention to your femininity.
<</speech>>
<br>
<<speech "mc">>
It feels like I’m baring too much. Shouldn’t royalty cover more?
<</speech>>
<br>
<<speech "veletia">>
Royalty commands attention. You don’t <strong style="color: pink;">hide </strong>power, you display it with elegance. This gown says: I am not a man to be feared. I am a woman to be <strong style="color: pink;">followed </strong>and <strong style="color: pink;">desired*.
<</speech>>
<br>
<<elseif _i == 34>>
<<speech "veletia">>
A simpler piece for garden strolls. Light cotton, pastel florals, lace trimming. It flares just enough to catch the breeze and flirt with your legs. Feminine, approachable, charming.
<</speech>>
<br>
<<speech "mc">>
This one feels... innocent. Almost playful.
<</speech>>
<br>
<<speech "veletia">>
Good. A queen must know when to be intimidating and when to appear harmless. This dress disarms. It softens your masculinity and lets others lower their guard around you. A gentle weapon in silk disguise.
<</speech>>
<br>
<<elseif _i == 35>>
<<speech "veletia">>
This velvet gown carries enchantments that respond to your mood. A touch darker when you’re cross, warmer when aroused. You’ll find it clings more when you try to hide emotion. Useful, don’t you think?
<</speech>>
<br>
<<speech "mc">>
So it betrays my feelings to anyone watching?
<</speech>>
<br>
<<speech "veletia">>
No, darling it teaches you to master them. You’ll learn grace under fire, calm in lust. Wear it until you no longer fear your feelings showing... because you'll control them all.
<</speech>>
<br>
<<elseif _i == 36>>
<<speech "veletia">>
This tunic appears simple, but there are subtle slits beneath the arms and along the thighs. Laces are threaded inside tightening with every gesture out of posture. It’s a lesson stitched in restraint.
<</speech>>
<br>
<<speech "mc">>
You’re dressing me in... punishment?
<</speech>>
<br>
<<speech "veletia">>
Not punishment. Correction. You’ll carry yourself like a queen... or the dress will teach you to. Many noble girls learn this way. Now it’s your turn.
<</speech>>
<br>
<<elseif _i == 37>>
<<speech "veletia">>
This bodice was designed to lift and press the bust together slightly. It encourages you to be proud of your development. The color? Wine red luxurious, regal, and a bit... indulgent.
<</speech>>
<br>
<<speech "mc">>
My chest looks... full. Almost like it doesn’t belong to me.
<</speech>>
<br>
<<speech "veletia">>
Oh, but it does. Every inch you see, every curve that fills this fabric it’s yours. Claimed by choice or fate, it matters not. You will learn to adore what you see reflected.
<</speech>>
<br>
<<elseif _i == 38>>
<<speech "veletia">>
Tonight, you wear this. A flowing gown with a thigh high slit. When you step, the slit parts... revealing glimpses of your soft thighs. You’ll feel vulnerable at first but admired by all.
<</speech>>
<br>
<<speech "mc">>
It almost feels... dangerous to wear. Like I’ll reveal too much.
<</speech>>
<br>
<<speech "veletia">>
That’s what makes it powerful. A queen’s allure is part mystique, part control. This gown flirts, but only you decide how far. And trust me they’ll all be waiting to see more.
<</speech>>
<br>
<<elseif _i == 39>>
<<speech "veletia">>
Every queen must know how to grieve with grace. This mourning gown is black silk with pearl detailing. Modest, but hauntingly beautiful. When you wear it, your body becomes poetry in sadness.
<</speech>>
<br>
<<speech "mc">>
It feels heavy. Like wearing emotion.
<</speech>>
<br>
<<speech "veletia">>
Precisely. Let the fabric carry your sorrow. Let your femininity express even in grief. You’ll learn that beauty and pain are sisters... and that queens do not hide either.
<</speech>>
<br>
<<elseif _i == 40>>
<<speech "veletia">>
Now this is ironic... crimson velvet, flowing and rich. A little joke from me to you. Fitting, don’t you think? You’ll soon understand the importance of choosing dark shades at the right time of month.
<</speech>>
<br>
<<speech "mc">>
Wait are you implying I’ll... actually have to worry about that?
<</speech>>
<br>
<<speech "veletia">>
Oh darling, we’re not dressing a doll. You’re becoming a woman. And women bleed. Magic or not, you’ll have to learn the art of discreet elegance even when your insides are staging a rebellion.
<</speech>>
<br>
<<elseif _i == 41>>
<<speech "veletia">>
This tunic has an extra padded lining. Not for cold but for emergencies. Once your cycle begins, you’ll thank me. Bleeding through a diplomatic gown is… let’s say, memorable in the wrong way.
<</speech>>
<br>
<<speech "mc">>
You’re seriously telling me I’ll have to wear <strong style="color: pink;">padding </strong>now?
<</speech>>
<br>
<<speech "veletia">>
Every queen does. Even empresses stain their thrones from time to time. The key is making sure no one ever knows. Welcome to real royalty, love.
<</speech>>
<br>
<<elseif _i == 42>>
<<speech "veletia">>
This fabric’s been spellwoven stain resistant, odor absorbing, and entirely discreet. The first time you bleed in silk, you’ll panic. Best to have a dress that doesn’t betray your secrets.
<</speech>>
<br>
<<speech "mc">>
I thought the mage would make it painless…
<</speech>>
<br>
<<speech "veletia">>
She’ll make it magical, not merciful. Being a woman isn’t all gowns and perfume. Sometimes, it’s cramps, emotional chaos, and wishing you could throttle the moon.
<</speech>>
<br>
<<elseif _i == 43>>
<<speech "veletia">>
Notice the sash on this gown? Red silk, tied right at the waist. I call it my ‘monthly warning’ look. Every maid in the palace knows not to test my temper when I wear it.
<</speech>>
<br>
<<speech "mc">>
So you’re warning people… with a ribbon?
<</speech>>
<br>
<<speech "veletia">>
Exactly. Fashion is communication. Someday you’ll storm the council chamber in this, and every man will suddenly remember urgent errands elsewhere. It’s power, darling.
<</speech>>
<br>
<<elseif _i == 44>>
<<speech "veletia">>
This soft gown is designed for when your body begins to shift inside. Flows loose, nothing too tight. When your first moon comes, you’ll want something that doesn’t pinch.
<</speech>>
<br>
<<speech "mc">>
I… didn’t expect it to feel real until it started happening.
<</speech>>
<br>
<<speech "veletia">>
It always feels real when the cramping starts. Don’t worry I’ve stitched a charm in the hem for comfort. Also, there’s a tiny pocket... for chocolates.
<</speech>>
<br>
<<elseif _i == 45>>
<<speech "veletia">>
This gown pairs with heels and mood swings. You’ll teeter on stilettos <strong style="color: pink;">and </strong>emotional cliffs. Why not embrace both? Being dramatic is part of the charm.
<</speech>>
<br>
<<speech "mc">>
You’re saying I’ll cry because of… shoes?
<</speech>>
<br>
<<speech "veletia">>
No because of hormones, bloating, and someone looking at you the wrong way. The shoes just complete the ensemble.
<</speech>>
<br>
<<elseif _i == 46>>
<<speech "veletia">>
This travel tunic? Designed for surprise bleed days. Stretchy, high hemmed, easy to wash. I call it the ‘Oops Tunic.’ Keep one in your chambers. Trust me.
<</speech>>
<br>
<<speech "mc">>
You’re making this sound like I’ll need a disaster kit…
<</speech>>
<br>
<<speech "veletia">>
You absolutely will. And emergency undergarments. And herbs. And possibly a servant who brings you hot towels and wine. You’ll love womanhood eventually.
<</speech>>
<br>
<<elseif _i == 47>>
<<speech "veletia">>
This ceremonial robe? Worn only once a month by the queen herself. A tradition. Scarlet lining, gold threads. The palace pretends it’s about lunar harmony, but really, it’s just a clever way to stay regal while miserable.
<</speech>>
<br>
<<speech "mc">>
So… the entire court just pretends?
<</speech>>
<br>
<<speech "veletia">>
Of course. We bleed in silence, smile in pain, and rule in heels. Get used to it.
<</speech>>
<br>
<<elseif _i == 48>>
<<speech "veletia">>
This corset will teach you discipline, but don’t wear it during your first bleed. There’s no glory in fainting from cramps <strong style="color: pink;">and </strong>compression.
<</speech>>
<br>
<<speech "mc">>
Do you all <strong style="color: pink;">really </strong>go through this every month?
<</speech>>
<br>
<<speech "veletia">>
Yes. And we survive it. Sometimes with wine, sometimes with tears, and often while smiling at nobles who deserve a dagger to the eye.
<</speech>>
<br>
<<elseif _i == 49>>
<<speech "veletia">>
This is tradition. Every young noblewoman wears white silk the day after her first blood. It’s a statement of maturity, power, and yes... fertility. We’ll dye it pale rose afterward to keep as memory.
<</speech>>
<br>
<<speech "mc">>
You mean I’ll have to <strong style="color: pink;">announce </strong>it?
<</speech>>
<br>
<<speech "veletia">>
Not announce. Just... appear. Radiant, glowing, a little pale. And when the older women smile and nod, you’ll know you’ve joined a sisterhood that no man can ever understand.
<</speech>>
<br>
<<elseif _i == 50>>
<<speech "veletia">>
This lace isn’t just for looks it’s crafted to tease. It brushes against your thighs when you walk, when you shift, when you breathe. You'll soon understand how your skin <strong style="color: pink;">hungers </strong>for sensation in ways it never did before.
<</speech>>
<br>
<<speech "mc">>
You make it sound like... every little movement will turn me on.
<</speech>>
<br>
<<speech "veletia">>
Oh sweetling, it might. Female pleasure is patient and deep it builds, tingles, lingers. It doesn't strike like lightning, it <strong style="color: pink;">blooms </strong>like fire beneath the skin.
<</speech>>
<br>
<<elseif _i == 51>>
<<speech "veletia">>
This silk chemise clings in all the right places. Once your body awakens, the sensation of silk between your thighs will become... addictive. You’ll feel things no man’s ever felt.
<</speech>>
<br>
<<speech "mc">>
You keep hinting that it’s... better than what I know.
<</speech>>
<br>
<<speech "veletia">>
Because it <strong style="color: pink;">is*. Your new body won’t climax like a man’s. It’ll <strong style="color: pink;">swell </strong>into pleasure, <strong style="color: pink;">quake </strong>with need, and leave you panting, aching for more... long after it ends.
<</speech>>
<br>
<<elseif _i == 52>>
<<speech "veletia">>
When your breasts grow in, even the gentlest touch can steal your breath. A soft caress... a teasing flick. You'll learn how sensitive nipples can be how they <strong style="color: pink;">burn </strong>for attention.
<</speech>>
<br>
<<speech "mc">>
That sounds... distracting.
<</speech>>
<br>
<<speech "veletia">>
Oh, it is. It’s maddening. It’s <strong style="color: pink;">glorious*. You’ll realize pleasure isn’t just release it’s the build up, the ache, the anticipation that melts your spine and makes your thoughts stutter.
<</speech>>
<br>
<<elseif _i == 53>>
<<speech "veletia">>
Soon, you'll carry your pleasure deep within. Not on the surface like a man. Inside you, there's a place that aches to be touched, stretched, filled. And once awakened… it never forgets.
<</speech>>
<br>
<<speech "mc">>
That sounds... overwhelming.
<</speech>>
<br>
<<speech "veletia">>
It is. But it's beautiful. A man may spend his lust in moments. But a woman oh, she can <strong style="color: pink;">drown </strong>in waves of bliss, one after another, like tides pulling her under.
<</speech>>
<br>
<<elseif _i == 54>>
<<speech "veletia">>
Try this gown open at the back, tight at the hips. When your pleasure voice awakens, even a moan will sound different. Softer, breathier, <strong style="color: pink;">hungry*.
<</speech>>
<br>
<<speech "mc">>
My voice will change that much?
<</speech>>
<br>
<<speech "veletia">>
Yes, darling. You won’t grunt anymore. You’ll gasp. Whimper. <strong style="color: pink;">Sing*. A woman’s pleasure echoes in her throat and thighs and fingertips. It’s music. And you’ll learn the notes soon enough.
<</speech>>
<br>
<<elseif _i == 55>>
<<speech "veletia">>
One day, you’ll lie in your bed, brush a hand between your legs, and the world will <strong style="color: pink;">stop*. You’ll shudder. You’ll gasp. You’ll want more. And more. And you’ll finally <strong style="color: pink;">understand </strong>what it means to be touched as a woman.
<</speech>>
<br>
<<speech "mc">>
You're sure it’ll feel that... intense?
<</speech>>
<br>
<<speech "veletia">>
Oh, it's not just intensity. It's <strong style="color: pink;">depth*. You’ll feel it in your toes, your chest, your heart. Like lightning in a bottle, but the bottle is <strong style="color: pink;">you*.
<</speech>>
<br>
<<elseif _i == 56>>
<<speech "veletia">>
This gown swings with your hips for a reason. Once you’ve fully transformed, every sway will feel <strong style="color: pink;">different*. You'll feel heat, friction, hunger just from how fabric slides over your curves.
<</speech>>
<br>
<<speech "mc">>
You mean clothes can make me feel... aroused?
<</speech>>
<br>
<<speech "veletia">>
Every hem that brushes your thighs, every breeze under your skirt. The female body is alive with nerve and desire. You’ll be a symphony of need and you’ll love every note.
<</speech>>
<br>
<<elseif _i == 57>>
<<speech "veletia">>
Men feel lust like fire in the belly. Quick, dirty, gone. Women… we ache. We <strong style="color: pink;">simmer*. It starts in the thighs, drips into the core, coils into something slow and deep and <strong style="color: pink;">hungry*.
<</speech>>
<br>
<<speech "mc">>
And that’s... better?
<</speech>>
<br>
<<speech "veletia">>
Infinitely. When you come as a woman, it’s not just release. It’s <strong style="color: pink;">surrender*. And sometimes, you’ll be trembling long after, still aching, still <strong style="color: pink;">wanting*. It’s exquisite.
<</speech>>
<br>
<<elseif _i == 58>>
<<speech "veletia">>
Your body will learn to <strong style="color: pink;">blush </strong>with arousal wet, soft, and ready. That first slickness between your legs? It’ll frighten you. Then it’ll <strong style="color: pink;">thrill </strong>you. You’ll crave the feeling.
<</speech>>
<br>
<<speech "mc">>
I’ve never imagined being... wet.
<</speech>>
<br>
<<speech "veletia">>
It’s not imagined. It’s experienced. And once you feel the heat rising from within, spreading across your thighs... oh darling, you’ll realize how sweet surrender can taste.
<</speech>>
<br>
<<elseif _i == 59>>
<<speech "veletia">>
Female pleasure isn’t shameful. It’s sacred. It’s <strong style="color: pink;">power*. Men might boast of conquest, but a woman’s pleasure is her <strong style="color: pink;">throne*. You’ll command your own desires soon.
<</speech>>
<br>
<<speech "mc">>
You really think I’ll want it? Crave it?
<</speech>>
<br>
<<speech "veletia">>
You won’t just crave it, my lovely. You’ll <strong style="color: pink;">worship </strong>it. Because once you know how a woman’s body sings, you’ll never miss the blunt rhythm of male pleasure again.
<</speech>>
<br>
<<elseif _i == 60>>
<<speech "veletia">>
Once your body is complete, you’ll discover something glorious orgasms aren’t a singular event for us. They're <strong style="color: pink;">layers*. One crashes into the next. Sometimes three, four, before your breath even returns.
<</speech>>
<br>
<<speech "mc">>
Four? That’s… gods, that’s not even possible for a man.
<</speech>>
<br>
<<speech "veletia">>
Exactly, darling. The male peak is a summit. The female one? A <strong style="color: pink;">storm*. A rhythm. And once you learn your rhythm... you’ll never want to stop dancing.
<</speech>>
<br>
<<elseif _i == 61>>
<<speech "veletia">>
Try this corset. Laced tight, curves spilling, pressing your breasts upward. Now imagine a whisper of touch, just above your navel. You’ll <strong style="color: pink;">throb*, Caelan. That kind of tightness doesn’t just shape it <strong style="color: pink;">stimulates*.
<</speech>>
<br>
<<speech "mc">>
I can feel it already. It’s like... I can’t breathe, and yet I don’t want it to stop.
<</speech>>
<br>
<<speech "veletia">>
Exactly. Sometimes being aroused as a woman feels like suffocating in silk. A sweet, <strong style="color: pink;">delicious </strong>ache that you welcome again and again.
<</speech>>
<br>
<<elseif _i == 62>>
<<speech "veletia">>
These thigh highs are enchanted to caress you with every step. The lace top tickles the softest part of your thighs. You’ll learn the torment of desire building <strong style="color: pink;">with every movement*.
<</speech>>
<br>
<<speech "mc">>
You mean I’ll get aroused just walking?
<</speech>>
<br>
<<speech "veletia">>
Oh yes. And when you cross your legs, you’ll feel the fabric press just there. It won’t take much, sweetling. Not once your folds begin to <strong style="color: pink;">flutter </strong>and pulse with need.
<</speech>>
<br>
<<elseif _i == 63>>
<<speech "veletia">>
You’ll need these spare lace panties... the first time your new body leaks with need, you’ll soak through. That wetness? It’s <strong style="color: pink;">pure readiness*. And it’s beyond your control.
<</speech>>
<br>
<<speech "mc">>
So I won’t even choose when it happens?
<</speech>>
<br>
<<speech "veletia">>
No, darling. Your body <strong style="color: pink;">chooses you*. A scent, a breeze, a brush of silk and suddenly, you’ll be wet, aching, and <strong style="color: pink;">throbbing*. And you’ll thank the gods for every drop.
<</speech>>
<br>
<<elseif _i == 64>>
<<speech "veletia">>
This backless gown is stitched from whisper silk. One breeze and your nipples will pebble, your thighs will tremble. It’s designed not just to reveal but to <strong style="color: pink;">arouse*.
<</speech>>
<br>
<<speech "mc">>
Wearing this outside would be... torture.
<</speech>>
<br>
<<speech "veletia">>
And pleasure. Remember, dear women feel arousal as tension and vulnerability. We get wet from a <strong style="color: pink;">glance*, a compliment, even a lingering look. And your new body? It will drink in every gaze like wine.
<</speech>>
<br>
<<elseif _i == 65>>
<<speech "veletia">>
Your hips are blooming beautifully. Wider now. They sway when you walk. You’ll learn how to use them not just for display, but to <strong style="color: pink;">devour </strong>attention. And pleasure will <strong style="color: pink;">curl </strong>from there inward.
<</speech>>
<br>
<<speech "mc">>
I didn’t think hips could feel... sexual.
<</speech>>
<br>
<<speech "veletia">>
Oh, they do. Your pelvis will rock with each wave. You’ll grind and pulse and <strong style="color: pink;">feel everything </strong>from your hips down. And when the orgasm hits, it’ll spread through every <strong style="color: pink;">curve you’ve earned*.
<</speech>>
<br>
<<elseif _i == 66>>
<<speech "veletia">>
The female body remembers pleasure. It lingers. A single stroke, and hours later your folds may still twitch. The memory of touch <strong style="color: pink;">it haunts you </strong>in the most exquisite way.
<</speech>>
<br>
<<speech "mc">>
So I won’t just feel it... I’ll <strong style="color: pink;">relive </strong>it?
<</speech>>
<br>
<<speech "veletia">>
Exactly. Female pleasure is memory, mood, and magic. You’ll lie in bed, flushed, pulsing, remembering that kiss on your inner thigh. And you’ll <strong style="color: pink;">need </strong>another.
<</speech>>
<br>
<<elseif _i == 67>>
<<speech "veletia">>
When your new core blossoms, you’ll feel things so <strong style="color: pink;">deep </strong>you won’t know where the pleasure ends and <strong style="color: pink;">you </strong>begin. Being filled, dear <strong style="color: pink;">truly filled </strong>will make you weep and moan and shudder in ways you can’t yet imagine.
<</speech>>
<br>
<<speech "mc">>
I never thought of... being filled as something to want.
<</speech>>
<br>
<<speech "veletia">>
You will. It’s not just about being taken it’s about <strong style="color: pink;">claiming joy*, from the inside out. And with the right rhythm, your body won’t just orgasm it’ll <strong style="color: pink;">sing*.
<</speech>>
<br>
<<elseif _i == 68>>
<<speech "veletia">>
You’ll soon understand the power in letting go. Male climax feels like control. But female pleasure? It’s surrender. Your body writhes, clenches, pulses <strong style="color: pink;">without permission*. And it’s beautiful.
<</speech>>
<br>
<<speech "mc">>
You make losing control sound... holy.
<</speech>>
<br>
<<speech "veletia">>
Because it is. There’s <strong style="color: pink;">divinity </strong>in it. In your trembling limbs, your curling toes, your open mouth gasping for more. It’s the most honest version of yourself you’ll ever meet.
<</speech>>
<br>
<<elseif _i == 69>>
<<speech "veletia">>
This gown has six layers of chiffon and lace, each stitched to <strong style="color: pink;">kiss </strong>your skin. You’ll sweat inside it. You’ll squirm. And when you’re aroused, each layer becomes a secret lover, brushing just the right spot.
<</speech>>
<br>
<<speech "mc">>
It sounds maddening.
<</speech>>
<br>
<<speech "veletia">>
It is. But you’ll <strong style="color: pink;">crave </strong>it. You’ll beg for one more brush, one more stroke, one more slow pull of fabric across your slick folds. Because with this body, pleasure won’t just be felt it will <strong style="color: pink;">envelop </strong>you.
<</speech>>
<br>
<<elseif _i == 70>>
<<speech "veletia">>
It’s strange at first, isn’t it? How a soft fabric brushing your inner thighs can leave your whole body tingling. That’s the gift of a woman’s skin it listens.
<</speech>>
<br>
<<speech "mc">>
It’s overwhelming. I used to barely notice clothes. Now it’s like... every seam whispers secrets.
<</speech>>
<br>
<<speech "veletia">>
Exactly. You don’t just wear things now you feel them. Intimately. That’s not weakness, my dear. That’s your new strength.
<</speech>>
<br>
<<elseif _i == 71>>
<<speech "veletia">>
Men chase climax like a sword thrust. Direct. Fast. Done. But you, sweet Caelan... you’ll learn to build your pleasure. Layer by layer, like embroidery.
<</speech>>
<br>
<<speech "mc">>
Sometimes I tremble and I haven’t even touched myself yet...
<</speech>>
<br>
<<speech "veletia">>
Then you’re already awakening. Trust me when you finally do, it will feel like lightning up your spine.
<</speech>>
<br>
<<elseif _i == 72>>
<<speech "veletia">>
Have you noticed the way people look at you when you walk past now? Even without perfume? That’s your new scent, darling. Subtle, but impossible to ignore.
<</speech>>
<br>
<<speech "mc">>
You’re saying... I smell like a woman now?
<</speech>>
<br>
<<speech "veletia">>
No. I’m saying you smell like desire.
<</speech>>
<br>
<<elseif _i == 73>>
<<speech "veletia">>
Before, you moved with force. Now, you’ll move with invitation. Let your hips tell stories. Let your eyes make promises.
<</speech>>
<br>
<<speech "mc">>
I never knew walking could make me feel... exposed.
<</speech>>
<br>
<<speech "veletia">>
It’s not exposure, love. It’s radiance. Own it.
<</speech>>
<br>
<<elseif _i == 74>>
<<speech "veletia">>
Male climax is a single flame. Bright, but brief. Ours? We’re the hearth. We burn, flicker, build, explode and then burn again. Sometimes... endlessly.
<</speech>>
<br>
<<speech "mc">>
You mean I could... finish... more than once?
<</speech>>
<br>
<<speech "veletia">>
You’ll laugh the first time it happens. Then you’ll cry. And then you’ll beg for more.
<</speech>>
<br>
<<elseif _i == 75>>
<<speech "veletia">>
They say being taken is submissive. But those who’ve been inside a woman know the truth we pull them in. They surrender. That’s our power.
<</speech>>
<br>
<<speech "mc">>
That makes me feel... warm. Like I hold something sacred now.
<</speech>>
<br>
<<speech "veletia">>
You do. The softest flesh holds the fiercest magic.
<</speech>>
<br>
<<elseif _i == 76>>
<<speech "veletia">>
When your first moon cycle arrives, it will feel like chaos. Desire, hunger, tears... and a heat that burns low and deep.
<</speech>>
<br>
<<speech "mc">>
Will it hurt?
<</speech>>
<br>
<<speech "veletia">>
Some days, yes. But many nights... it will make you feel like a goddess.
<</speech>>
<br>
<<elseif _i == 77>>
<<speech "veletia">>
Your lips are softer now. Your voice carries a tremble men find irresistible. Use them. A whisper can disarm more kings than any blade.
<</speech>>
<br>
<<speech "mc">>
Even just talking feels different. Like... I’m heard differently.
<</speech>>
<br>
<<speech "veletia">>
You’re not heard, darling. You’re felt.
<</speech>>
<br>
<<elseif _i == 78>>
<<speech "mc">>
Why do I cry so easily now? It never used to be like this. It just... comes over me, like a storm I didn’t see coming.
<</speech>>
<br>
<<speech "veletia">>
Because your heart has stopped hiding behind armor. Being male often means being taught to silence emotion. But womanhood? Oh, we feel everything. Deeper. Sharper. Softer.
<</speech>>
<br>
<<speech "mc">>
It’s frightening. I can feel my voice shake when I speak sometimes. And yet... it also feels honest, like something I never allowed myself.
<</speech>>
<br>
<<speech "veletia">>
That’s the truth of it, Caelan. A woman’s heart is not fragile it’s vast. We laugh harder, grieve fuller, love fiercer. Your tears are not weakness. They’re proof that you are blooming.
<</speech>>
<br>
<<speech "mc">>
I didn’t expect feeling more would make me more. I thought... I’d be smaller, somehow.
<</speech>>
<br>
<<speech "veletia">>
No, my darling. You’re not becoming less. You’re becoming whole.
<</speech>>
<br>
<<elseif _i == 79>>
<<speech "mc">>
My breasts ache sometimes... like they’re alive. It’s a strange feeling sometimes tender, sometimes almost electric.
<</speech>>
<br>
<<speech "veletia">>
That’s because they are alive, Caelan. Breasts are not just flesh they are powerful centers of sensation and magic. They respond to your emotions, to touch, even to the phases of the moon.
<</speech>>
<br>
<<speech "mc">>
It’s like they have a mind of their own. When someone looks at me or brushes against me, it sends a shiver through my whole body.
<</speech>>
<br>
<<speech "veletia">>
Exactly. They’re like oracles, whispering secrets of your desire and your power. When you learn to listen and care for them, they can awaken pleasures you never dreamed possible.
<</speech>>
<br>
<<speech "mc">>
I’m beginning to understand... they’re not just for show, are they?
<</speech>>
<br>
<<speech "veletia">>
No, beloved. They’re a gateway to your sensuality, your confidence, and your feminine strength. Embrace them, and they’ll guide you through every step of your transformation.
<</speech>>
<br>
<</if>>
/* [[Attend Session One|valetia_session_1]] |<br><br> */
<strong style="color: red;">This will enable in Version 0.0.3</strong>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
I gritted my teeth.
<<speech "mc">>It’s a damn shoe.<</speech>><br>
<<speech "veletia">>It’s your future. Shall I fetch your boots again, little prince?<</speech>><br>
<<speech "mc">>No.<</speech>><br>
She nodded.
<<speech "veletia">>Good. Again.<</speech>><br>
We spent what felt like an hour on pacing. Walking, turning, pausing. I had to learn how fabric swayed, how to turn so the slit of a gown suggested without exposing, how to stand without fidgeting.
<<speech "veletia">>Queens must never fidget. Stillness is more terrifying than violence. A still queen is a calculating queen.<</speech>><br>
<<speech "mc">>And if my leg itches?<</speech>><br>
<<speech "veletia">>You’ll learn to endure,<</speech>><br>
She said, tone neutral.
<<speech "veletia">>Or I’ll teach you how to scratch like royalty.<</speech>><br>
Dialogues: Long Exchanges
<<speech "veletia">>Tell me what you see in the mirror,<</speech>><br>
Veletia said as I stood again before the full ritual glass.
I hesitated.
<<speech "mc">>A puppet in gold.<</speech>><br>
Her face didn’t flicker.
<<speech "veletia">>That’s what the world sees until you prove otherwise.<</speech>><br>
I turned to her.
<<speech "mc">>Is that what you think I am?<</speech>><br>
<<speech "veletia">>I think,<</speech>><br>
She said, stepping closer,
<<speech "veletia">>that you haven’t decided whether this is performance or awakening. And until you do, you’ll flail between both.<</speech>><br>
<<speech "mc">>I’m not a girl,<</speech>><br>
I muttered.
<<speech "veletia">>You have a pussy now.<</speech>><br>
<<speech "mc">>That doesn’t change who I am.<</speech>><br>
<<speech "veletia">>Doesn’t it?<</speech>><br>
She reached up, cupping my cheek.
<<speech "veletia">>You don’t flinch when I say the word anymore. You don’t look away from the mirror. You walked in heels. You’re fighting yes but you’re no longer running.<</speech>><br>
I hated her for being right.
The Second Gown: Weapon of a Queen
She chose it with reverence. Black and scarlet, the color of House Velmoria’s battle sigil. It hugged my figure like temptation and flowed behind like a silken shadow. Off the shoulder, tightly laced, it left my throat and collarbones bare.
<<speech "veletia">>Now we learn presence,<</speech>><br>
She said, sitting me down before a new mirror this one rimmed with candles.
She produced kohl, rouge, a dozen brushes.
<<speech "veletia">>Face as armor. Every line deliberate.<</speech>><br>
<<speech "mc">>I don’t know how to do this.<</speech>><br>
<<speech "veletia">>You’ll learn. You must. Your face tells stories even when your lips don’t move.<</speech>><br>
Her fingers guided mine as I practiced the motions: tracing eyeliner, darkening lashes, coloring lips. She demonstrated, then forced me to repeat it until I stopped shaking. The final result was… breathtaking. I looked fierce. Not delicate. Not broken. Powerful. Strange. Me, and not me.
<<speech "veletia">>Now,<</speech>><br>
She said, circling behind,
<<speech "veletia">>speak.<</speech>><br>
<<speech "mc">>What?<</speech>><br>
<<speech "veletia">>Command. In your new skin.<</speech>><br>
I tried. My voice cracked. I coughed, reset. Tried again.
<<speech "mc">>Guards, bring the ambassador to heel.<</speech>><br>
<<speech "veletia">>Good,<</speech>><br>
She murmured.
<<speech "veletia">>Again. Seduce this time.<</speech>><br>
<<speech "mc">>Come closer, my sweet…<</speech>><br>
Her hand brushed the small of my back.
<<speech "veletia">>Yes. Like that.<</speech>><br>
Dialogues: The Push and the Pull
<<speech "mc">>What if I fail?<</speech>><br>
I asked quietly as she re laced the gown after our twelfth pose lesson.
<<speech "veletia">>You won’t.<</speech>><br>
<<speech "mc">>You say that as if it’s guaranteed.<</speech>><br>
<<speech "veletia">>It is.<</speech>><br>
<<speech "mc">>I don’t feel like a queen.<</speech>><br>
<<speech "veletia">>You don’t need to feel like one. You need to act like one. Feelings come later.<</speech>><br>
I turned to face her.
<<speech "mc">>Have you done this before? Transformed someone?<</speech>><br>
She paused. For the first time all day, she hesitated.
<<speech "veletia">>Not like this.<</speech>><br>
<<speech "mc">>So I’m your masterpiece.<</speech>><br>
<<speech "veletia">>You are,<</speech>><br>
She said.
<<speech "veletia">>And if you succeed, I become legend.<</speech>><br>
<<speech "mc">>No pressure then.<</speech>><br>
<<speech "veletia">>None at all,<</speech>><br>
She said sweetly, tightening the corset a half inch.
The Final Dress: Prototype of Ascension
Unlike the others, this one came with a veil. Veletia laid it across my arms like an offering.
White again, but iridescent. Shot through with thread of moon silver. Slitted up both legs. A high collar that flared like wings. It felt alive when it touched me warmed by the room or by magic, I couldn’t tell.
She whispered while she dressed me.
<<speech "veletia">>Every great queen knows when to conceal and when to reveal. You will be both weapon and sanctuary.<</speech>><br>
She bound a circlet to my brow, gently kissed each of my fingers as she slid on gloves.
<<speech "veletia">>You’re beautiful,<</speech>><br>
She said quietly.
<<speech "veletia">>Do you see it yet?<</speech>><br>
I looked. Really looked. Not just the body, or the poise, or the echo of old names lost in lace.
<<speech "mc">>Yes,<</speech>><br>
I whispered.
<<speech "mc">>I think I do.<</speech>><br>
She bound me in white first always white for beginnings, she said. The corset was stiffened with boning that arched my back subtly, raising my chest, narrowing my waist until my breathing came in shallow rhythms and I felt like an offering on an altar.
<<speech "mc">>I thought the point was to dress me,<</speech>><br>
I muttered, voice strained as she laced the final eyelets behind my back.
<<speech "veletia">>Oh, it is,<</speech>><br>
Veletia said, her fingers working fast, nimble, uncannily precise.
<<speech "veletia">>But first we alter posture. Then breath. Then balance. You can’t simply look like a queen, Caelan. You must be sculpted into one.<</speech>><br>
<<speech "mc">>I thought that’s what the mage did,<</speech>><br>
I shot back.
She paused. Then leaned close, her lips at my ear.
<<speech "veletia">>Thalara molds flesh. I mold presence. And presence wins battles without a sword drawn.<</speech>><br>
I bit the inside of my cheek, choking down my usual retort. My ribs creaked with every inhale. The corset was relentless. I wasn’t just standing taller I was standing differently, my center shifted, my hips instinctively canting forward to keep balance. I felt like a statue being shaped, spine forcibly elegant.
But she wasn’t done.
Veletia stepped to a wardrobe that stretched to the ceiling. She drew open tall double doors and revealed a riot of colors: silks the hue of new bruises, chiffon in shades of sunrise, velvets as dark as blood and storm clouds. Each gown was a statement. Not mere clothing, but war banners.
<<speech "veletia">>I’ve prepared six for this session. You’ll wear three. Walk in them. Sit in them. Rehearse entrances, exits, receiving line poses, the practiced gestures of benevolence, command, and flirtation. The first gown is your test. The second, your weapon. The third <</speech>><br>
Her lips curled.
<<speech "veletia">> your coronation prototype.<</speech>><br>
My brows shot up.
<<speech "mc">>Coronation <</speech>><br>
<<speech "veletia">>Do not presume I plan for failure, my dear,<</speech>><br>
She cut in, smiling, eyes sharp.
The First Dress: Test of Silk
It was deceptively simple. Pale gold, high collared, sleeveless, trimmed in white and copper thread. It shimmered like the interior of a goblet, clung at the waist and hips but flowed below the knees. She dressed me herself, sliding it over my head, tugging it down the curve of my breasts and over the cinched middle.
Then came the shoes. Heels. Bone white, etched with curling vines at the arch. I stared at them like one might a strange animal.
<<speech "mc">>You’ve got to be joking,<</speech>><br>
I said flatly.
<<speech "veletia">>Does it look like I joke about footwear?<</speech>><br>
Veletia returned.
I sat. She knelt, guiding my feet into the heels, one at a time. Her fingers lingered at my ankles painting powder across the tops, smoothing lotion up to my calves. The shoes fit like a glove.
When I stood, I nearly stumbled.
<<speech "veletia">>Balance from the hips. Step with intent. Not heel first. Roll the foot. Do not stomp like a prince. Glide like a storm that knows its destination.<</speech>><br>
I took three steps. Wobbled on the fourth. Nearly fell on the fifth.
She caught me under the arm, surprisingly strong.
<<speech "veletia">>That,<</speech>><br>
She said with no malice,
<<speech "veletia">>was the step of a noble’s bastard, not a sovereign.<</speech>><br>
I gritted my teeth.
<<speech "mc">>It’s a damn shoe.<</speech>><br>
<<speech "veletia">>It’s your future. Shall I fetch your boots again, little prince?<</speech>><br>
<<speech "mc">>No.<</speech>><br>
She nodded.
<<speech "veletia">>Good. Again.<</speech>><br>
We spent what felt like an hour on pacing. Walking, turning, pausing. I had to learn how fabric swayed, how to turn so the slit of a gown suggested without exposing, how to stand without fidgeting.
<<speech "veletia">>Queens must never fidget. Stillness is more terrifying than violence. A still queen is a calculating queen.<</speech>><br>
<<speech "mc">>And if my leg itches?<</speech>><br>
<<speech "veletia">>You’ll learn to endure,<</speech>><br>
She said, tone neutral.
<<speech "veletia">>Or I’ll teach you how to scratch like royalty.<</speech>><br>
Dialogues: Long Exchanges
<<speech "veletia">>Tell me what you see in the mirror,<</speech>><br>
Veletia said as I stood again before the full ritual glass.
I hesitated.
<<speech "mc">>A puppet in gold.<</speech>><br>
Her face didn’t flicker.
<<speech "veletia">>That’s what the world sees until you prove otherwise.<</speech>><br>
I turned to her.
<<speech "mc">>Is that what you think I am?<</speech>><br>
<<speech "veletia">>I think,<</speech>><br>
She said, stepping closer,
<<speech "veletia">>that you haven’t decided whether this is performance or awakening. And until you do, you’ll flail between both.<</speech>><br>
<<speech "mc">>I’m not a girl,<</speech>><br>
I muttered.
<<speech "veletia">>You have a pussy now.<</speech>><br>
<<speech "mc">>That doesn’t change who I am.<</speech>><br>
<<speech "veletia">>Doesn’t it?<</speech>><br>
She reached up, cupping my cheek.
<<speech "veletia">>You don’t flinch when I say the word anymore. You don’t look away from the mirror. You walked in heels. You’re fighting yes but you’re no longer running.<</speech>><br>
I hated her for being right.
The Second Gown: Weapon of a Queen
She chose it with reverence. Black and scarlet, the color of House Velmoria’s battle sigil. It hugged my figure like temptation and flowed behind like a silken shadow. Off the shoulder, tightly laced, it left my throat and collarbones bare.
<<speech "veletia">>Now we learn presence,<</speech>><br>
She said, sitting me down before a new mirror this one rimmed with candles.
She produced kohl, rouge, a dozen brushes.
<<speech "veletia">>Face as armor. Every line deliberate.<</speech>><br>
<<speech "mc">>I don’t know how to do this.<</speech>><br>
<<speech "veletia">>You’ll learn. You must. Your face tells stories even when your lips don’t move.<</speech>><br>
Her fingers guided mine as I practiced the motions: tracing eyeliner, darkening lashes, coloring lips. She demonstrated, then forced me to repeat it until I stopped shaking. The final result was… breathtaking. I looked fierce. Not delicate. Not broken. Powerful. Strange. Me, and not me.
<<speech "veletia">>Now,<</speech>><br>
She said, circling behind,
<<speech "veletia">>speak.<</speech>><br>
<<speech "mc">>What?<</speech>><br>
<<speech "veletia">>Command. In your new skin.<</speech>><br>
I tried. My voice cracked. I coughed, reset. Tried again.
<<speech "mc">>Guards, bring the ambassador to heel.<</speech>><br>
<<speech "veletia">>Good,<</speech>><br>
She murmured.
<<speech "veletia">>Again. Seduce this time.<</speech>><br>
<<speech "mc">>Come closer, my sweet…<</speech>><br>
Her hand brushed the small of my back.
<<speech "veletia">>Yes. Like that.<</speech>><br>
Dialogues: The Push and the Pull
<<speech "mc">>What if I fail?<</speech>><br>
I asked quietly as she re laced the gown after our twelfth pose lesson.
<<speech "veletia">>You won’t.<</speech>><br>
<<speech "mc">>You say that as if it’s guaranteed.<</speech>><br>
<<speech "veletia">>It is.<</speech>><br>
<<speech "mc">>I don’t feel like a queen.<</speech>><br>
<<speech "veletia">>You don’t need to feel like one. You need to act like one. Feelings come later.<</speech>><br>
I turned to face her.
<<speech "mc">>Have you done this before? Transformed someone?<</speech>><br>
She paused. For the first time all day, she hesitated.
<<speech "veletia">>Not like this.<</speech>><br>
<<speech "mc">>So I’m your masterpiece.<</speech>><br>
<<speech "veletia">>You are,<</speech>><br>
She said.
<<speech "veletia">>And if you succeed, I become legend.<</speech>><br>
<<speech "mc">>No pressure then.<</speech>><br>
<<speech "veletia">>None at all,<</speech>><br>
She said sweetly, tightening the corset a half inch.
The Final Dress: Prototype of Ascension
Unlike the others, this one came with a veil. Veletia laid it across my arms like an offering.
White again, but iridescent. Shot through with thread of moon silver. Slitted up both legs. A high collar that flared like wings. It felt alive when it touched me warmed by the room or by magic, I couldn’t tell.
She whispered while she dressed me.
<<speech "veletia">>Every great queen knows when to conceal and when to reveal. You will be both weapon and sanctuary.<</speech>><br>
She bound a circlet to my brow, gently kissed each of my fingers as she slid on gloves.
<<speech "veletia">>You’re beautiful. Do you see it yet?<</speech>><br>
I looked. Really looked. Not just the body, or the poise, or the echo of old names lost in lace.
<<speech "mc">>Yes,<</speech>><br>
I whispered.
<<speech "mc">>I think I do.<</speech>><br>
The carriage bumped along the stone causeway leading from the inner castle to the southern garden halls refitted tonight into a mirror palace of light and laughter. A masquerade. Noblewomen from every court in the Velmorian fold had gathered, summoned not by invitation but by the Queen’s silent decree: Come see the future. Come judge the future.
I sat across from Veletia in the velvet lined cab, dressed in the veil gown, with silver ribbons threaded through my golden hair, my lips the color of crushed berries, my lashes fluttering under the weight of kohl. The circlet rested just above my brow. Not a crown not yet but its suggestion clung to my every gesture.
Beneath the gown, I wore nothing. She said the gown itself was the message: a queen needs no armor when she is the battlefield.
<<speech "veletia">>Tonight,<</speech>><br>
Veletia said, her gloved hand resting on my bare knee,
<<speech "veletia">>you will be seen. Entirely. And no one must see the prince.<</speech>><br>
<<speech "mc">>I’m not sure they ever did,<</speech>><br>
I said, voice barely above a breath.
She smiled faintly.
<<speech "veletia">>Then let’s ensure they only remember the queen.<</speech>><br>
The Arrival: A Corridor of Mirrors
The entrance was a tunnel of polished glass and dancing flame. Masked noblewomen lined either side, their silks whispering, their eyes sharp behind gold and gemstone. I stepped down from the carriage on trembling heels. The moment my foot touched marble, every eye turned.
I felt their gaze like hands on my thighs, lips on my neck, steel at my spine.
They studied me. The swing of my hips. The measured steps. The rise and fall of my breasts beneath the iridescent veil. The tilt of my head.
<<speech "veletia">>Be neither submissive nor stiff,<</speech>><br>
Veletia had instructed in the dressing chamber.
<<speech "veletia">>You are not prey. You are not stone. You are the flame drawing the moths.<</speech>><br>
I walked, each step a deliberate decision. Chin high. Eyes scanning. I did not smile.
Until I reached the dais at the center of the marble floor.
Veletia waited there, already unmasked. She extended a hand. I took it, the silk of my glove whispering against hers.
<<speech "veletia">>Now,<</speech>><br>
She said softly, audible only to me,
<<speech "veletia">>dance.<</speech>><br>
The Dance: A Stage of Queens
This was no ball of waltzes and husband hunting.
In Velmoria, the Masque of Flame was a test of dominance. It began as dance but quickly became theater.
Noblewomen approached. One in sapphire with eyes like knives. Another in crimson, her mask feathered in peacock plumes. They circled. They bowed. And then they began to test me.
<<speech "noblewoman 1">>How lovely your hips have become, Lady Caelan,<</speech>><br>
Said one, drawing close, her breath perfumed with plum wine.
<<speech "noblewoman 1">>Are they as soft as your politics?<</speech>><br>
I smiled, slow and dangerous.
<<speech "mc">>You’re welcome to press them and find out.<</speech>><br>
Laughter rippled. My heart thundered.
Another slid behind me, tracing a finger along my spine through the gown’s sheer back.
<<speech "noblewoman 2">>Have you yet learned how to sway votes the way you sway these silks?<</speech>><br>
<<speech "mc">>I only sway when I want someone watching,<</speech>><br>
I replied, turning to meet her gaze.
<<speech "mc">>And you haven’t earned the privilege.<</speech>><br>
Veletia clapped once, light and amused.
<<speech "veletia">>She cuts well, doesn’t she?<</speech>><br>
<<speech "noblewoman 3">>She?<</speech>><br>
One said, but the word sounded hollow now.
They circled tighter. The next test came with the next dance.
Dialogues in Circles of Intrigue
They moved with me. The music swelled stringed instruments and pipes weaving a hypnotic, breathless rhythm. And the court grew drunk on spectacle.
<<speech "lady theria">>Lady Caelan,<</speech>><br>
A voice purred at my ear. I turned. Lady Theria of Northgrove bare shoulders, dusky skin, lips stained coral.
<<speech "lady theria">>Will you sit beside me? The night is long and you must be tired.<</speech>><br>
I smiled but tilted my head.
<<speech "mc">>Tired is not a queen’s excuse. But if you wish for me to grace your seat…<</speech>><br>
<<speech "lady theria">>Not a seat. A lap.<</speech>><br>
The audacity of it. The challenge.
I walked forward. Sat beside her not on her lap but leaning close. Our thighs touched.
<<speech "mc">>Do you want my attention, Lady Theria?<</speech>><br>
I asked.
<<speech "lady theria">>I want your weakness.<</speech>><br>
<<speech "mc">>Then you’ll die wanting.<</speech>><br>
Her gaze flared but behind it… respect. Approval.
The nobles weren’t finished. One by one, they tested my poise.
<<speech "noblewoman 4">>How do you sit with such grace after only months?<</speech>><br>
<<speech "mc">>Pain teaches fast. Corsets do not lie.<</speech>><br>
<<speech "noblewoman 5">>What will you do when the border dukes contest your right?<</speech>><br>
<<speech "mc">>Remind them they already kneel to my mother’s blood and my blade.<</speech>><br>
<<speech "noblewoman 6">>What kind of queen do you plan to be?<</speech>><br>
Veletia answered before I could. She stood at my shoulder, gaze steady.
<<speech "veletia">>A queen who wears fire and silk both. Who wields her body, her smile, her silence, with the same precision as a general wields formations.<</speech>><br>
The Dressing Room Interlude: Touches Beneath the Veil
At midnight, I was taken briefly to the retreat chamber a mirrored alcove hidden by ivy curtains and glowing crystal sconces. Veletia followed, silent as a shadow.
I sat, exhaling slowly. My feet ached. My thighs burned. But I’d held. I’d held.
She approached from behind, undid the circlet. Her fingers stroked through my hair, separating strands, smoothing the sweat at my temples.
<<speech "veletia">>You wore it well,<</speech>><br>
She whispered.
<<speech "mc">>It?<</speech>><br>
<<speech "veletia">>Your mask. Your power. Your pussy.<</speech>><br>
I turned.
<<speech "mc">>You enjoy this, don’t you? Watching me bend into your vision.<</speech>><br>
She laughed softly, tugging my veil loose.
<<speech "veletia">>No, Caelan. I enjoy watching you become what you were always meant to be.<</speech>><br>
I stood then, pushed the gown down let it fall to my feet. Veletia’s eyes drank in the sight without comment. My breasts full, flushed from the heat. My thighs. The glistening folds between them, wet with sweat and something deeper.
<<speech "veletia">>You’re beautiful,<</speech>><br>
She murmured.
<<speech "mc">>I’m a weapon,<</speech>><br>
I corrected.
<<speech "veletia">>Yes. And beautiful.<</speech>><br>
Return to the Masquerade: The Final Revelation
When I stepped out again, I wore only the veil, re fastened across my shoulders. My breasts were bare now, nipples erect in the candlelight. My pussy glistened between bare thighs. The heels still adorned my feet, clicking sharply on the marble.
Gasps echoed.
But no one turned away.
They watched.
Lady Serelyne, the High Counselor, approached. Her mask was gold filigree. She bowed slightly.
<<speech "lady serelyne">>Queen Alinora will receive your performance report in the morning,<</speech>><br>
She said.
<<speech "mc">>And what will you say?<</speech>><br>
I asked.
<<speech "lady serelyne">>I will say you burned. And everyone else warmed themselves at your fire.<</speech>><br>
Closing Dialogues
Back in the carriage, Veletia didn’t speak for a while. I rested against the velvet cushion, feeling oddly… full. Not with desire. Not with ego.
With knowing.
<<speech "mc">>I passed,<</speech>><br>
I said softly.
<<speech "veletia">>You claimed,<</speech>><br>
She corrected.
<<speech "mc">>That was dangerous. What I did.<</speech>><br>
<<speech "veletia">>That’s why they believed it.<</speech>><br>
I turned to her.
<<speech "mc">>Is this how you teach all your girls?<</speech>><br>
She looked at me, slowly, intimately.
<<speech "veletia">>I don’t have other girls. You’re my first. My only.<</speech>><br>
The carriage bumped once. Her hand reached across and laced into mine.
<<speech "veletia">>And you’ll be the last,<</speech>><br>
She said,
<<speech "veletia">>because when I’m done… no other will need to follow.<</speech>><br>
Session End:
Caelan’s femininity now commands space. Her body fully changed. Her mind sharpened. The court has seen her desired her, feared her, whispered about her all through the corridors of fire and silk. But she has one final challenge next: taking her seat at the council table.
Would you like to begin Session II: The Court of Iron and Lace, where Caelan must face the Queen’s full council, dress in the regalia of command, speak policy, outwit nobles, and navigate personal lusts hidden beneath diplomacy? Or would you like an interlude scene perhaps Veletia visiting Caelan late at night, touching more than just silks?
<</nobr>><<nobr>>
<<speech "mc">>Veletia…<</speech>><br>
I tried, but my voice caught. Her name came out smaller than I liked. Not like a prince. Not like someone trained in steel.
She didn’t flinch.<br><br>
<<speech "veletia">>From this moment on,<</speech>><br>
She said, stepping closer until I felt the warmth of her body radiating against mine,<br><br>
<<speech "veletia">>there will be no compromises. Not in fabric. Not in poise.
Not in you. Either you become the vision, or you walk away unfinished, unseen, unworthy.<</speech>><br>
She led me wordless now, hand firm around my wrist to the full ritual mirror that stood in the corner of her chamber.
It wasn’t just glass. The frame was carved from glimmering duskwood, ancient enough
to ripple when you stared too long, laced with tiny ivory roses that bloomed and withered across its trim.
It whispered, soft breaths I could almost hear if I tilted my head just so.
And there I stood.<br><br>
[[Move Forth|valetia_session_1_2]]
<</nobr>><<nobr>>
Caelan. No longer crowned with boyhood.
My cock was long gone now, replaced by the heat and delicate folds of a narrow slit that still tingled when
I looked too long, a gentle ache that pulsed if I breathed wrong.
My breasts round, high, full rose and fell with each shallow breath. <br><br>
My hips had bloomed like the curves of those carved marble goddesses in the Hall of First Queens.
My hair, once cropped for ease beneath a helmet, now curled like spun flax to my lower back, silky and maddening.
Still… I stood rigid. Bound in that bra. Wearing those panties like a shield.
Veletia stepped behind me, breath warm against my ear.<br><br>
<<speech "veletia">>You’ve come to the edge of the mirror. Now either break the illusion… or break yourself into it.<</speech>><br>
I swallowed hard. My hands trembled as they found the ties.
First the bra, untwisting it from around my chest, breath catching as the pressure eased and my breasts my breasts spilled into open air.
Then the panties, fingers fumbling against the delicate lace.
A thousand memories of battle flashed in my head, training yard bruises, sword pommels in sweaty palms, the weight of armor.
None of them prepared me for this.
The panties dropped to the floor.
I stood naked. Entirely. Fully female.<br><br>
She made me stand there, bare and silent, as she circled me. Her touch was reverent and maddening.
Fingertips tracing the soft inner curve of my thighs, the rising swell of my hips, the taper of my back.
Her gaze was not lewd. Not mocking. She studied me like an artist considers the negative space of a canvas.<br><br>
<<speech "veletia">>Today,<</speech>><br>
[[Move Forth|valetia_session_1_3]]
<</nobr>><<nobr>>
<<speech "veletia">>we begin with the sacred art of being seen.<</speech>><br>
<<speech "mc">>Why is that sacred?<</speech>><br>
I asked, voice shaky, eyes fixed on my reflection.<br><br>
<<speech "mc">>Being seen isn’t strength.<</speech>><br>
<<speech "veletia">>No,<</speech>><br>
She said, stepping to my side, her hands cupping my shoulders from behind.<br><br>
[[Move Forth|valetia_session_1_4]]
<</nobr>><<nobr>>
<<speech "veletia">>But it’s power.<</speech>><br>
She turned me toward her dressing pedestal.
Ornate and lit with dozens of candles in mirrored sconces, the air heavy with florals ylang ylang, white rose, saffron oil.<br><br>
<<speech "veletia">>Sit.<</speech>><br>
I did, gingerly, feeling the strange vulnerability of skin on velvet.
She took a slender brush from her belt gilded bone handle, horsehair tip and dipped it into a dish of powdered pearl. Then she began.
She started at my throat, painting the shimmer across my collarbones,
down to the tops of my breasts, tracing light into the places moonlight would kiss.<br><br>
<<speech "veletia">>You’re no longer a shape to be hidden beneath leathers and chains,<</speech>><br>
[[Move Forth|valetia_session_1_5]]
<</nobr>><<nobr>>
<<speech "veletia">>Your body is a palace. A poem.<</speech>><br>
<<speech "mc">>That’s not who I am,<</speech>><br>
I said, barely above a breath.<br><br>
<<speech "veletia">>It is now,<</speech>><br>
<<speech "veletia">>And I will teach you how to write that poem in silk, paint it in rouge, wield it like a blade.<</speech>><br>
[[Move Forth|valetia_session_1_6]]
<</nobr>><<nobr>>
<<speech "veletia">>Raise your arms.<</speech>><br>
I did, reluctantly. She slid delicate filigree cuffs onto each wrist, cold against my veins.<br><br>
<<speech "mc">>Jewels?<</speech>><br>
I asked, tone dry.<br><br>
<<speech "veletia">>Symbols,<</speech>><br>
She corrected.<br><br>
[[Move Forth|valetia_session_1_7]]
<</nobr>><<nobr>>
<<speech "veletia">>Of your station, of your softness, of your deliberate choosing.<</speech>><br>
<<speech "mc">>I didn’t choose this.<</speech>><br>
<<speech "veletia">>Didn’t you?<</speech>><br>
She asked, raising an eyebrow.<br><br>
<<speech "veletia">>You could have refused the mirror. You could have fled.<</speech>><br>
[[Move Forth|valetia_session_1_8]]
<</nobr>><<nobr>>
<<speech "mc">>Or been exiled.<</speech>><br>
<<speech "veletia">>So you made a political decision. Queens do that.<</speech>><br>
I hated that she was right.<br><br>
<<speech "veletia">>Now,<</speech>><br>
She said, lifting a corset swan white and embroidered in crimson vine work <br><br>
[[Move Forth|valetia_session_1_9]]
<</nobr>><<nobr>>
<<speech "veletia">>we begin your lesson in constraint.<</speech>><br>
<<speech "mc">>It looks torturous.<</speech>><br>
<<speech "veletia">>It is,<</speech>><br>
She said with a smile.<br><br>
<<speech "veletia">>And that’s the point.<</speech>><br>
[[Move Forth|valetia_session_1_10]]
<</nobr>><<nobr>>
She bound me in white first always white for beginnings, she said.
The corset was stiffened with boning that arched my back subtly, raising my chest,
narrowing my waist until my breathing came in shallow rhythms and I felt like an offering on an altar.
<<speech "mc">>I thought the point was to dress me,<</speech>><br>
I muttered, voice strained as she laced the final eyelets behind my back.
<<speech "veletia">>Oh, it is,<</speech>><br>
Veletia said, her fingers working fast, nimble, uncannily precise.
<<speech "veletia">>But first we alter posture. Then breath. Then balance. You can’t simply look like a queen, Caelan. You must be sculpted into one.<</speech>><br>
[[Move Forth|valetia_session_1_8]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "veletia">>
Oh, you poor thing those sleeves are a tragedy, and that posture? Criminal. Come in, darling, I’m about to rescue your future.
<</speech>>
<br>
<<speech "mc">>
Can I at least breathe while I’m being saved?
<</speech>>
<br>
<<speech "veletia">>
Only if you're planning to exhale confidence. Now off with the dull, on with the divine!
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "veletia">>
Did you bring that tunic from the battlefield or the broom closet? Because either way, it’s not meeting royalty today.
<</speech>>
<br>
<<speech "mc">>
It’s comfortable. Is that such a crime?
<</speech>>
<br>
<<speech "veletia">>
Comfort is for bedchambers, darling. Out here, we command with fabric.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "veletia">>
Today, we drape you in midnight blue. Sensual, mysterious, devastating. Like a rumor in silk.
<</speech>>
<br>
<<speech "mc">>
I was aiming for ‘competent ruler,’ but sure let’s start with ‘rumor in silk.’
<</speech>>
<br>
<<speech "veletia">>
Oh, but a ruler who turns heads rules twice. Trust me.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "veletia">>
Lift your chin, relax your fingers, walk like the world owes you a bow. That’s how queens move.
<</speech>>
<br>
<<speech "mc">>
Feels more like acting than walking.
<</speech>>
<br>
<<speech "veletia">>
Every great performance begins on a stage. Eventually, it becomes who you are.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "veletia">>
This fabric was stitched with moonlight, darling. One twirl and you’ll outshine prophecy itself.
<</speech>>
<br>
<<speech "mc">>
Do I get a sword with that or just stares?
<</speech>>
<br>
<<speech "veletia">>
Why not both? Slay with style, I always say.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "veletia">>
Try this corset. It teaches posture, mystery, and patience all in one wicked squeeze.
<</speech>>
<br>
<<speech "mc">>
I think it just taught me regret.
<</speech>>
<br>
<<speech "veletia">>
Pain is temporary. Beauty? Oh, that’s remembered in paintings.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "veletia">>
There’s power in a perfect fit. Threads that embrace instead of armor that hides.
<</speech>>
<br>
<<speech "mc">>
And what if I’m still figuring out who I am beneath all these threads?
<</speech>>
<br>
<<speech "veletia">>
Then let the fabric show you. Sometimes silk knows before the soul does.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "veletia">>
That sway of your hips was accidental, wasn’t it? Good. It means your body is listening to me.
<</speech>>
<br>
<<speech "mc">>
Or protesting in confusion. Hard to tell with hips.
<</speech>>
<br>
<<speech "veletia">>
Confusion is just transformation in motion. You’re on the right path, my dear.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "veletia">>
I dreamed of you last night in emerald, draped in defiance, with a crown of fire. It was divine.
<</speech>>
<br>
<<speech "mc">>
Sounds dramatic. Do I survive the dream?
<</speech>>
<br>
<<speech "veletia">>
Oh yes. But only after making half the court swoon and the other half burn with envy.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "veletia">>
One last touch… there. Now you’re no longer just a royal you’re a vision.
<</speech>>
<br>
<<speech "mc">>
I’m not sure I recognize myself.
<</speech>>
<br>
<<speech "veletia">>
Good. That means we’ve found something new. Something extraordinary.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "veletia">>
Darling, if eyes don’t follow you across the ballroom like sunflowers chasing light, then I’ve failed you utterly.
<</speech>>
<br>
<<speech "mc">>
I was hoping for grace, not gawking.
<</speech>>
<br>
<<speech "veletia">>
Grace is the art of commanding a gaze without ever begging for it. You’re learning.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "veletia">>
Mmm, this silk clings like a lover's promise. Tell me, Caelan, are you brave enough to wear temptation itself?
<</speech>>
<br>
<<speech "mc">>
Only if it doesn't whisper too loudly in council meetings.
<</speech>>
<br>
<<speech "veletia">>
Oh, it will whisper. But that’s half the fun power dressed as poetry.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "veletia">>
I see the curve of your shoulders softening beautiful, like dusk melting into night.
<</speech>>
<br>
<<speech "mc">>
You make it sound like I’m vanishing.
<</speech>>
<br>
<<speech "veletia">>
No, darling. You're becoming inevitable.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "veletia">>
Step, turn, pause your hips are beginning to sing. Now let’s teach them the whole aria.
<</speech>>
<br>
<<speech "mc">>
I swear these heels are a form of warfare.
<</speech>>
<br>
<<speech "veletia">>
Exactly. And you, my dear, are learning to conquer in silence and satin.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "veletia">>
Oh, Caelan… in this gown, you don’t enter a room you rewrite it.
<</speech>>
<br>
<<speech "mc">>
And yet I still feel like I’m playing dress up.
<</speech>>
<br>
<<speech "veletia">>
Then play it beautifully, until the mirror stops laughing and starts applauding.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "veletia">>
Tell me, sweetling does it thrill you a little, knowing how dangerous you’ll look in velvet and pearl?
<</speech>>
<br>
<<speech "mc">>
Dangerous or ridiculous? I'm never quite sure with you.
<</speech>>
<br>
<<speech "veletia">>
Then you're standing at the perfect edge. Now lean into it.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "veletia">>
A soft touch here, a cinch there oh, if only diplomacy were as easy as corsetry.
<</speech>>
<br>
<<speech "mc">>
At least corsets don’t lie to your face.
<</speech>>
<br>
<<speech "veletia">>
They do, darling. They just lie charmingly.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "veletia">>
Let them whisper, let them stare because the future queen walks on whispers and drowns them in presence.
<</speech>>
<br>
<<speech "mc">>
You make scandal sound like a royal accessory.
<</speech>>
<br>
<<speech "veletia">>
It is, dear. The crown is heavy but the drama? That’s where the sparkle lives.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "veletia">>
A little lace at the wrist, a slit in the right place… balance, my dear, is everything.
<</speech>>
<br>
<<speech "mc">>
This balance feels like standing on a dagger’s point.
<</speech>>
<br>
<<speech "veletia">>
Exactly! Now smile like you enjoy the edge.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "veletia">>
When I’m done with you, even the gods will look twice and wonder whose side you’re on.
<</speech>>
<br>
<<speech "mc">>
Hopefully mine. I could use the divine backup.
<</speech>>
<br>
<<speech "veletia">>
Oh no, darling. You will be the divine backup.
<</speech>>
<br>
<</if>>
/* <<set $curr_crotch = 1>>
<<set $curr_chest = 4>> */
<<if $curr_crotch < 3 && !$female_underwear_1>>
[[Ask for Female Underwear|female_underwear_0]] | <br><br>
<<elseif $female_underwear_1>>
<<else>>
<strong style="color: red;">You still dont need Female underwear. Comeback when you have vagina</strong><br><br>
<</if>>
<<if $curr_chest > 3 && !$female_underwear_3 && $female_underwear_1>>
[[Ask for Bra|female_underwear_3]] | <br><br>
<<elseif $female_underwear_3 && !$female_wear_1>>
[[Ask for new Attire|female_wear_1]] | <br><br>
<<elseif $female_wear_1 && !$female_shoes_1>>
[[Ask for more fitting shoes|female_shoes_1]] | <br><br>
<<elseif $female_shoes_1 && !$female_underwear_4>>
[[Ask for more intimate thing|female_underwear_4]] | <br><br>
<<elseif $female_underwear_4>>
<<else>>
<</if >>
<strong style="color: red;">Either You still dont need Female Bra or didn’t get the panties. Comeback when you have breasts</strong><br><br>
<<if $female_underwear_3>>
[[Craft Cloth with Valetia|interact_with_veletia_for_cloth_craft]] |<br><br>
<</if>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $female_underwear_1 = true>>
<div style="text align: center; "><img style="text align: center; border radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+'map/dressing_bloom_map.png'"></div><br><br>
Veletia’s atelier smelled faintly of lavender oil and warm velvet.
The curtains were always half drawn, spilling pink dusk light across silk bolts and embroidery hoops,
mannequins dressed in every imagined shade of femininity, lined up like ladies in waiting caught mid curtsy. <br><br>
Her chambers felt like a forbidden room in a storybook a place I never imagined myself stepping foot in, and yet, here I was.
My new body felt strange beneath my cloth. Not in pain, no, not even unfamiliar anymore.
Just... tense. My center was soft now, foreign and damp with nervous sweat. <br><br>
I walked differently, my thighs brushed in ways they never had.
Everything pulled downward when I moved, reminding me I was bare underneath. Vulnerable. Changed.
And she noticed, of course.<br><br>
[[I am okay with wearing women cloths|female_underwear_1]] | <br><br>
[[I am doing it cause I don't have any choice|female_underwear_2]]
<</nobr>><<nobr>>
<<speech "veletia">>Ah, my favorite new bloom. So, today’s the day you come to me not as a prince, but as something a little more… delicate?<</speech>><br>
<<speech "mc">>I… yes. I think I’m ready now. I just finished. Now I am having female fold between my legs<</speech>><br>
<<speech "veletia">>Mmm. So the royal garden now has its prettiest flower finally budding between the thighs. I must admit I’ve been waiting for this.<</speech>><br>
<<speech "mc">>Waiting for…?<</speech>><br>
[[Move Forth|female_underwear_1_1]]
<</nobr>><<nobr>>
Veletia circled me slowly, trailing a finger down my arm.<br><br>
<<speech "veletia">>To see how silk clings to soft, bare femininity. Now, disrobe for me, darling. Everything.<</speech>><br>
<<speech "mc">>E everything?<</speech>><br>
<<speech "veletia">>You don’t expect me to measure hips and cheeks and sacred folds through royal armor, do you?<</speech>><br>
I hesitated, then began to undress. My cheeks flushed as cool air kissed new, tender skin.<br><br>
<<speech "mc">>This is… strange. Exposing myself like this.<</speech>><br>
[[Move Forth|female_underwear_1_2]]
<</nobr>><<nobr>>
<<speech "veletia">>Not strange. Natural. Beautiful. You're not shedding armor, my dear you're shedding boyhood.<</speech>><br>
I stood naked. Veletia’s gaze softened, clinical yet reverent.<br><br>
<<speech "veletia">>Turn for me. Slowly.<</speech>><br>
<<speech "mc">>Like… this?<</speech>><br>
[[Move Forth|female_underwear_1_3]]
<</nobr>><<nobr>>
<<speech "veletia">>Mmm, yes. Look at that curve starting to bloom. The potions worked their quiet miracle.<</speech>><br>
<<speech "mc">>It… tingles when I move. Everything is so sensitive now.<</speech>><br>
<<speech "veletia">>That’s because it’s alive. Hungry for sensation. For silk. For heat.<</speech>><br>
<<speech "mc">>Mistress, please...<</speech>><br>
[[Move Forth|female_underwear_1_4]]
<</nobr>><<nobr>>
Veletia knelt behind me, hands finding new hips, warm and sure.<br><br>
<<speech "veletia">>Hips are still shy. But they’ll flare in time. Let me measure.<</speech>><br>
<<speech "mc">>Your hands are so warm…<</speech>><br>
<<speech "veletia">>You’ll find women warm in all the right places. There. 34 inches… for now.<</speech>><br>
She moved to my front, lifting a soft pink measuring tape around my waist.<br><br>
<<speech "veletia">>Relax your stomach, darling. We want the underwear to kiss, not strangle.<</speech>><br>
[[Move Forth|female_underwear_1_5]]
<</nobr>><<nobr>>
<<speech "mc">>It's… hard to relax when you're staring at me like that.<</speech>><br>
<<speech "veletia">>I stare because I admire. This is holy work, Caelan. The birth of a queen.<</speech>><br>
<<speech "mc">>Do you say that to all your clients?<</speech>><br>
<<speech "veletia">>Only the ones I want to keep measuring again and again.<</speech>><br>
[[Move Forth|female_underwear_1_6]]
<</nobr>><<nobr>>
She turned to her rack of silks, choosing a blush pink pair trimmed in lace.<br><br>
<<passage_img "cloths/underwear/pink_panty/one.png">><</passage_img>>
<<speech "veletia">>This one. The First Silken Secret. Perfect for your debut.<</speech>><br>
<<speech "mc">>It looks so… small.<</speech>><br>
<<speech "veletia">>That’s the idea. It hugs, not hides.<</speech>><br>
<<speech "mc">>Will it… fit?<</speech>><br>
[[Move Forth|female_underwear_1_7]]
<</nobr>><<nobr>>
<<speech "veletia">>Let’s find out, shall we?<</speech>><br>
She held it open. I stepped forward, placing each foot into the silken trap.<br><br>
<<speech "mc">>Gods… it's soft.<</speech>><br>
<<speech "veletia">>Glide it up slowly. Let it caress you. Savor the contact.<</speech>><br>
I pulled the panties up, the snug pressure a thrilling revelation.<br><br>
<<passage_img "cloths/underwear/pink_panty/two.png">><</passage_img>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "bottom_underwear_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_bottom_underwear: "bottom_underwear_2",
curr_body: $userBody["torso"].orig_body
}>>
<<speech "mc">>Ah…! It’s so… snug.<</speech>><br>
[[Move Forth|female_underwear_1_8]]
<</nobr>><<nobr>>
<<speech "veletia">>Mmm, feel that? That’s femininity wrapping itself around your most secret self.<</speech>><br>
<<passage_img "cloths/underwear/pink_panty/three.png">><</passage_img>>
<<speech "mc">>It’s… warm. I feel… covered and naked at the same time.<</speech>><br>
<<speech "veletia">>That’s the magic of silk, darling. It doesn’t hide you. It celebrates you.<</speech>><br>
<<passage_img "cloths/underwear/pink_panty/4.png">><</passage_img>>
<<speech "mc">>I think… I like it.<</speech>><br>
[[Move Forth|female_underwear_1_9]]
<</nobr>><<nobr>>
<<speech "veletia">>Of course you do. Now walk a bit. Let me see how it moves with you.<</speech>><br>
<<speech "mc">>Walk? Like… around the room?<</speech>><br>
<<speech "veletia">>Exactly. Hips loose. Let the lace know who’s queen.<</speech>><br>
I walked. The panties brushed between my thighs, each step electric.<br><br>
<<passage_img "cloths/underwear/pink_panty/6.png">><</passage_img>>
<<speech "mc">>Oh gods… every step…<</speech>><br>
[[Move Forth|female_underwear_1_10]]
<</nobr>><<nobr>>
<<speech "veletia">>Tell me what it feels like.<</speech>><br>
<<speech "mc">>Like… like I’m being stroked. Lightly. Teased.<</speech>><br>
<<speech "veletia">>Now imagine stockings. Corsets. Dresses cut to reveal, not conceal.<</speech>><br>
<<speech "mc">>I’m not sure I’d survive it.<</speech>><br>
[[Move Forth|female_underwear_1_11]]
<</nobr>><<nobr>>
<<speech "veletia">>Oh, you will. And you’ll crave it.<</speech>><br>
<<speech "mc">>Is it normal to feel… aroused?<</speech>><br>
<<speech "veletia">>Perfectly. Your body is new, but it already knows what it wants.<</speech>><br>
<<speech "mc">>This… this lace on my thighs. It's tickling.<</speech>><br>
[[Move Forth|female_underwear_1_12]]
<</nobr>><<nobr>>
<<speech "veletia">>It's flirting with you.<</speech>><br>
<<speech "mc">>My… my new lips feel wet. Is that normal?<</speech>><br>
<<speech "veletia">>That’s your body whispering. Telling you it's ready for pleasures still to come.<</speech>><br>
<<speech "mc">>Mistress, I’m embarrassed…<</speech>><br>
[[Move Forth|female_underwear_1_13]]
<</nobr>><<nobr>>
<<speech "veletia">>No, dear. You're radiant. Stand tall. Own that silk like a crown.<</speech>><br>
<<speech "mc">>I never imagined… it would feel this good.<</speech>><br>
<<speech "veletia">>Transformation is more than potions. It’s sensation. Emotion. Temptation.<</speech>><br>
<<speech "mc">>And these panties… they’re mine?<</speech>><br>
[[Move Forth|female_underwear_1_14]]
<</nobr>><<nobr>>
<<speech "veletia">>Of course. The first of many. I’ll craft sets for every occasion. Court. Dance. Private audience.<</speech>><br>
<<speech "mc">>Private?<</speech>><br>
<<speech "veletia">>For when you wish to tempt a knight… or command a chamber.<</speech>><br>
<<speech "mc">>You think I could… tempt someone?<</speech>><br>
[[Move Forth|female_underwear_1_15]]
<</nobr>><<nobr>>
<<speech "veletia">>Darling, you already are. You just haven’t looked in a mirror yet.<</speech>><br>
<<speech "mc">>Mirror?<</speech>><br>
<<speech "veletia">>Over there. Go look.<</speech>><br>
I stepped in front of the mirror. The silk hugged me like a lover. My reflection stared back soft, sensual, startlingly new.<br><br>
<<passage_img "cloths/underwear/pink_panty/7.png">><</passage_img>>
<<speech "mc">>That’s… me?<</speech>><br>
[[Move Forth|female_underwear_1_16]]
<</nobr>><<nobr>>
<<speech "veletia">>Yes. And it’s only the beginning.<</speech>><br>
<<speech "mc">>I look… pretty.<</speech>><br>
<<speech "veletia">>You look like power cloaked in lace.<</speech>><br>
<<speech "mc">>My nipples are hard…<</speech>><br>
[[Move Forth|female_underwear_1_17]]
<</nobr>><<nobr>>
<<speech "veletia">>That’s your body begging for satin.<</speech>><br>
<<speech "mc">>There’s a hunger building. Not just down there… everywhere.<</speech>><br>
<<speech "veletia">>That’s your femininity waking up, finally unbound.<</speech>><br>
<<speech "mc">>Can I try another pair?<</speech>><br>
[[Move Forth|female_underwear_1_18]]
<</nobr>><<nobr>>
<<speech "veletia">>Of course. Here midnight silk. Barely there cut. Naughty royalty.<</speech>><br>
I slipped them on. Tighter. Riskier. The ache bloomed deeper.<br><br>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "bottom_underwear_3.png">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_bottom_underwear: "bottom_underwear_3",
curr_body: $userBody["torso"].orig_body
}>>
<<speech "mc">>Oh gods…<</speech>><br>
<<passage_img "cloths/underwear/purple_panty/2.png">><</passage_img>>
<<speech "veletia">>Say it, Caelan. Say how it feels.<</speech>><br>
<<speech "mc">>Like I want to be touched. Explored.<</speech>><br>
[[Move Forth|female_underwear_1_19]]
<</nobr>><<nobr>>
<<speech "veletia">>And you will be. But first more silk.<</speech>><br>
<<passage_img "cloths/underwear/purple_panty/3.png">><</passage_img>>
<<speech "mc">>I didn’t think underwear would make me feel… alive.<</speech>><br>
<<speech "veletia">>You’re not wearing underwear. You’re wearing invitation.<</speech>><br>
<<speech "mc">>I want to wear this forever.<</speech>><br>
[[Move Forth|female_underwear_1_20]]
<</nobr>><<nobr>>
<<speech "veletia">>You will. And once the court sees you, they'll kneel to your curves.<</speech>><br>
<<speech "mc">>Mistress… can you teach me to walk like I deserve this?<</speech>><br>
<<passage_img "cloths/underwear/purple_panty/4.png">><</passage_img>>
<<speech "veletia">>Oh, darling. I’ll teach you to glide, to sway, to command with a glance and ruin with a smile.<</speech>><br>
<<speech "mc">>What about other things?<</speech>><br>
[[Move Forth|female_underwear_1_21]]
<</nobr>><<nobr>>
<<speech "veletia">>After panties come powder. Then lipstick. Then seduction.<</speech>><br>
<<speech "mc">>Will I still be me?<</speech>><br>
<<speech "veletia">>You’ll be the truest version of you.<</speech>><br>
<<speech "mc">>I want that. I want more.<</speech>><br>
[[Move Forth|female_underwear_1_22]]
<</nobr>><<nobr>>
<<speech "veletia">>Then undress, my flower. Let me dress you again this time in something daring.<</speech>><br>
<<speech "mc">>Even more daring?<</speech>><br>
<<speech "veletia">>Royal daring. Court whisper daring. Let me lace you into a future no one dares to imagine.<</speech>><br>
<<speech "mc">>What if I enjoy it too much?<</speech>><br>
[[Move Forth|female_underwear_1_23]]
<</nobr>><<nobr>>
<<speech "veletia">>Then you’re exactly who the kingdom needs.<</speech>><br>
<<speech "mc">>And what if I want someone to see?<</speech>><br>
<<speech "veletia">>Then we make sure they’re worth the view.<</speech>><br>
<<speech "mc">>I feel… powerful. Sexy.<</speech>><br>
[[Pink Silk Panty|purple_panty]] |<br><br>
[[Purple Slik Panty|white_panty]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "bottom_underwear_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_bottom_underwear: "bottom_underwear_2",
curr_body: $userBody["torso"].orig_body
}>>
<<speech "veletia">>You should. You’re silk and fire.<</speech>><br>
<<speech "mc">>Will you always be here?<</speech>><br>
<<speech "veletia">>Always. Every lace, every whisper, every new curve… I’ll be here to celebrate.<</speech>><br>
<<speech "mc">>Then let’s begin.<</speech>><br>
<<speech "veletia">>Welcome, princess. Time to dress the queen within.<</speech>><br>
<<set $user_stats.gender_Identity =- 4>>
<<run $wardrobe.bottom_underwear.push({
img: "bottom_underwear_2.png",
key: "bottom_underwear_2"
})>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "bottom_underwear_3.png">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_bottom_underwear: "bottom_underwear_3",
curr_body: $userBody["torso"].orig_body
}>>
<<speech "veletia">>You should. You’re silk and fire.<</speech>><br>
<<speech "mc">>Will you always be here?<</speech>><br>
<<speech "veletia">>Always. Every lace, every whisper, every new curve… I’ll be here to celebrate.<</speech>><br>
<<speech "mc">>Then let’s begin.<</speech>><br>
<<speech "veletia">>Welcome, princess. Time to dress the queen within.<</speech>><br>
<<set $user_stats.gender_Identity =- 4>>
<<run $wardrobe.bottom_underwear.push({
img: "bottom_underwear_3.png",
key: "bottom_underwear_3"
})>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<speech "veletia">>Mmm, someone’s walking like he’s forgotten how knees bend. Or should I say she? <</speech>><br>
<<speech "mc">>I’m just here for underwear. My things are not fitting me anymore..<</speech>><br>
Her laughter curled through the room like a wisp of scented smoke.<br><br>
<<speech "veletia">>So serious. Come, come. Let’s not pretend I wasn’t expecting you, precious thing. <</speech>><br>
I scowled but obeyed.<br><br>
<<speech "mc">>Don’t call me that. <</speech>><br>
[[Move Forth|female_underwear_2_1]]
<</nobr>><<nobr>>
<<speech "veletia">>Oh, but what else am I supposed to call you now, hmm? You’re not my prince anymore. And you’re certainly not just another girl. <</speech>><br>
I didn’t answer. My stomach clenched when she looked at me like that like I was a puzzle she’d enjoy undoing. Like she already knew where the soft seams were.<br><br>
<<speech "veletia">>Remove the cloths. <</speech>><br>
I hesitated.<br><br>
<<speech "mc">>Why? <</speech>><br>
<<speech "veletia">>Because you came for underthings. And darling, I cannot measure shadows. <</speech>><br>
[[Move Forth|female_underwear_2_2]]
<</nobr>><<nobr>>
I swallowed, the knot in my throat catching against the simple truth of her logic.
The robe slipped from my shoulders and pooled at my feet, leaving me standing naked in the golden light.<br><br>
She turned, holding a pale pink pair of panties so fine I could see the silhouette of her fingers through the silk.
Her gaze trailed from my face down to my navel, then between my thighs. Something flickered there curiosity, approval, a hint of something darker.<br><br>
<<speech "veletia">>Well, they’ve done a lovely job.<</speech>><br>
My cheeks burned. I crossed my arms over my chest, such as it was.
Breasts had begun to form, soft buds beneath skin that felt too tight over aching tissue.
Not much yet, but enough to jiggle when I walked.<br><br>
<<speech "mc">>Can we just... get on with it?<</speech>><br>
Her smile widened.<br><br>
<<speech "veletia">>Of course, my lady.<</speech>><br>
[[Move Forth|female_underwear_2_3]]
<</nobr>><<nobr>>
She stepped closer, the silk in her hand dragging like water across the table as she set it aside and took up a measuring tape instead.
I tried not to flinch when she knelt beside me.<br><br>
<<speech "veletia">>Widen your stance. A bit more. Yes. We’ll need to accommodate your new softness here<</speech>><br>
She tapped lightly against the curve where thigh met mound, and I twitched.<br><br>
<<speech "veletia">>and of course, leave room for breathability.<</speech>><br>
<<speech "mc">>I’m not made of porcelain.<</speech>><br>
<<speech "veletia">>No, but you are delicate. And sensitive. That’s the part they never tell you.<</speech>><br>
[[Move Forth|female_underwear_2_4]]
<</nobr>><<nobr>>
My breath hitched.<br><br>
<<speech "mc">>Sensitive how?<</speech>><br>
<<speech "veletia">>You’ll learn. Movement, pressure, silk it all means something new now.<</speech>><br>
She stood, placing the tape around my chest, under my arms.<br><br>
<<speech "veletia">>Breasts... do things to balance.
And underwear, proper underwear, will either teach you grace or expose your every secret.<</speech>><br>
I felt her fingers graze beneath the budding swell of my breasts.
They tingled. I hated how aware I was of them, how her fingertips left behind a trail of heat.<br><br>
[[Move Forth|female_underwear_2_5]]
<</nobr>><<nobr>>
<<speech "mc">>What’s the point of this, anyway? Lace? Ribbons? Who am I supposed to be impressing?<</speech>><br>
<<speech "veletia">>Everyone. Your court. Your mother. Your enemies. Yourself.<</speech>><br>
Her voice lowered as she circled behind me.<br><br>
<<speech "veletia">>And maybe just maybe someone you haven’t met yet. Or someone who already watches.<</speech>><br>
She adjusted the tape around my hips, hands firm, pulling it tight.
My breath caught. The pressure was arousing in a wrong, frustrating way.<br><br>
<<speech "mc">>Stop reacting.<</speech>><br>
[[Move Forth|female_underwear_2_6]]
<</nobr>><<nobr>>
<<speech "veletia">>Why? It’s good to react. That means you feel. That means you’re alive.<</speech>><br>
Her touch released, and I exhaled shakily.
She moved back to her drawer and pulled out three sets of underwear.
One simple cotton, one lace trimmed, one... translucent. Gossamer thin and pink, like spun candy. I looked at them.<br><br>
<<speech "mc">>No.<</speech>><br>
<<speech "veletia">>You came here to wear something. And now you’re shy?<</speech>><br>
<<speech "mc">>I didn’t come for see through silk.<</speech>><br>
She picked up the pink pair.<br><br>
[[Move Forth|female_underwear_2_7]]
<</nobr>><<nobr>>
<<passage_img "cloths/underwear/pink_panty/one.png">><</passage_img>>
<<speech "veletia">>This one’s lined in the gusset.
You won’t leak. And it will hug your hips properly. Besides, it’s not see through once it’s on skin. Your skin’s too... flushed.<</speech>><br>
<<speech "mc">>I’ll take the plain one.<</speech>><br>
She held the pink pair out toward me. I stared at it. The fabric fluttered, impossibly light. My fingers moved before I could stop them, and I took it.<br><br>
<<speech "veletia">>Put it on.<</speech>><br>
My heart thudded. I stepped into them awkwardly, pulling them up my thighs.
The material clung immediately, drawing snug across the curve of my pelvis. My breath caught.<br><br>
It was... soft. Frighteningly soft. It caressed places I’d never known I had.
My mound yes, that’s what it was now pressed gently against the silk, encased, cupped, and hidden.<br><br>
Every step I took sent the material whispering over skin, and I shivered.<br><br>
[[Try Purple Panty|female_underwear_2_7_5]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "bottom_underwear_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_bottom_underwear: "bottom_underwear_2",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.bottom_underwear.push({
img: "bottom_underwear_2.png",
key: "bottom_underwear_2"
})>>
<<speech "veletia">>Well? How does it feel?<</speech>><br>
<<speech "mc">>Wrong.<</speech>><br>
<<passage_img "cloths/underwear/pink_panty/two.png">><</passage_img>>
<<speech "veletia">>But not terrible.<</speech>><br>
I didn’t answer.<br><br>
[[Move Forth|female_underwear_2_8]]
<</nobr>><<nobr>>
<<speech "veletia">>You’re adjusting beautifully. I could fit you for a full set. Bras soon, too. Shall I?<</speech>><br>
<<speech "mc">>I don’t think I’m ready for that.<</speech>><br>
<<passage_img "cloths/underwear/pink_panty/three.png">><</passage_img>>
<<speech "veletia">>Yet here you are in panties.<</speech>><br>
<<speech "mc">>They’re... required.<</speech>><br>
[[Move Forth|female_underwear_2_9]]
<</nobr>><<nobr>>
<<speech "veletia">>Required to feel your own body swaying against silk? Required to notice the way it warms, the way the gusset darkens if you sweat?<</speech>><br>
My face burned.<br><br>
<<passage_img "cloths/underwear/pink_panty/4.png">><</passage_img>>
<<speech "mc">>Stop.<</speech>><br>
<<speech "veletia">>Or what? Will you punish me, princess?<</speech>><br>
<<speech "mc">>I’m not a princess.<</speech>><br>
[[Move Forth|female_underwear_2_10]]
<</nobr>><<nobr>>
<<speech "veletia">>But your body is learning.<</speech>><br>
I turned away.<br><br>
<<passage_img "cloths/underwear/pink_panty/6.png">><</passage_img>>
<<speech "mc">>This was a mistake.<</speech>><br>
<<speech "veletia">>No, darling. This was a beginning.<</speech>><br>
She stepped behind me, tugged lightly at the waistband of the underwear to smooth it along my hips.<br><br>
<<speech "veletia">>You’re becoming... exquisite.<</speech>><br>
[[Move Forth|female_underwear_2_11]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t want to be exquisite.<</speech>><br>
<<speech "veletia">>Liar.<</speech>><br>
<<speech "mc">>I’m not.<</speech>><br>
<<speech "veletia">>You’re not fighting, either. Your nipples are hard, princess.<</speech>><br>
[[Move Forth|female_underwear_2_12]]
<</nobr>><<nobr>>
I gasped and stepped away, pulling the robe over me.<br><br>
<<speech "mc">>Enough.<</speech>><br>
But I didn’t leave. I stood there, fists clenched around soft velvet, the silk between my thighs clinging tighter now with sweat.<br><br>
<<speech "veletia">>You’ll come again. Next time, perhaps in lavender. Or something with bows.<</speech>><br>
I hated that she was right.<br><br>
<<set $user_stats.gender_Identity =- 1>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $female_underwear_3 = true>>
<div style="text align: center; "><img style="text align: center; border radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+'map/dressing_bloom_map.png'"></div><br><br>
It rattled the glass panes in their leaded frames as I stepped back into Veletia’s atelier, robe clutched tight, the memory of silk still haunting my hips.
I hadn’t meant to return so soon. I hadn’t planned anything at all, really.<br><br>
But my chest hurt.
It had started as a mild pressure an ache that throbbed beneath the skin whenever I bent too quickly, whenever the robe brushed too hard.
But it wasn’t just soreness now. It was weight. <br><br>
Shape. Something pulling forward, tugging at the skin around my ribs. Softness I hadn’t owned a week ago.
The potion’s work was becoming real.
And I needed something to hold it in place.
I was not here for pleasure.<br><br>
Still, my body betrayed me, flushing under my robe like it remembered the last visit. I swallowed the rising heat and knocked.
The door opened before I touched it twice.
Mistress Veletia stood barefoot on the silken floor, hair pinned up in a cascade of silver and plum. She looked surprised but only for a breath.<br><br>
[[Move Forth|female_underwear_3_1]]
<</nobr>><<nobr>>
<<speech "veletia">>Oh, it seems the princess has returned.<</speech>><br>
<<speech "mc">>I’m not <</speech>><br>
<<speech "veletia">>A princess? Yes, you are. But more importantly…<</speech>><br>
She walked toward me, eyes low, lingering on the rise beneath my robe.<br><br>
<<speech "veletia">>You’ve come because you’ve started to bounce, haven’t you?<</speech>><br>
I clenched my jaw.<br><br>
[[Move Forth|female_underwear_3_2]]
<</nobr>><<nobr>>
<<speech "mc">>I need… support.<</speech>><br>
<<speech "veletia">>Oh, sweetling. You need more than that.<</speech>><br>
She circled me.<br><br>
<<speech "veletia">>Come. Undress. I won’t bite unless you ask.<</speech>><br>
I hesitated, then undid the robe with trembling fingers. It slipped down my arms, and this time, I didn’t cover my chest.
They weren’t large. But they existed. Swollen, pink tipped, quivering slightly as I moved. Sensitive as exposed nerve endings.<br><br>
<<speech "veletia">>You’re blossoming.<</speech>><br>
[[Move Forth|female_underwear_3_3]]
<</nobr>><<nobr>>
<<speech "mc">>I’m sore.<</speech>><br>
<<speech "veletia">>That’s because you’re resisting. Your body’s giving you beauty and all you feel is burden.<</speech>><br>
<<speech "mc">>It’s not what I asked for.<</speech>><br>
<<speech "veletia">>No, but it’s what you’re becoming.<</speech>><br>
[[Move Forth|female_underwear_3_4]]
<</nobr>><<nobr>>
I hated how her words stirred me.
She walked to a velvet covered cabinet and opened it slowly.
Inside: dozens of bras. Corseted, padded, sheer, lacy, demi, balconette.
Colors like moonlight and wine and ash rose. I didn’t know what half of them did. But I couldn’t stop looking.<br><br>
<<speech "veletia">>Let’s begin gentle.<</speech>><br>
<<speech "mc">>What does it do?<</speech>><br>
<<speech "veletia">>Lifts. Holds. Frames. Caresses. Like hands that never leave.<</speech>><br>
She smiled.<br><br>
<<speech "veletia">>Let's start with somthing simple white lace bra. Raise your arms.<</speech>><br>
[[Move Forth|female_underwear_3_5]]
<</nobr>><<nobr>>
I obeyed, reluctantly.
She stepped behind me, slipping the straps up my arms with slow precision. They brushed against my forming breasts like whispers, and I sucked in a breath.<br><br>
<<passage_img "cloths/underwear/white_lace_bra/2.png">><</passage_img>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_1.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_1",
curr_body: $userBody["torso"].orig_body
}>>
<<speech "veletia">>Too tight?<</speech>><br>
<<speech "mc">>No. Just…<</speech>><br>
<<passage_img "cloths/underwear/white_lace_bra/4.png">><</passage_img>>
<<speech "veletia">>You’re feeling it. This is the cradle of femininity. Not silk or heels or perfume. It’s this.<</speech>><br>
She reached around and adjusted the cups. Her fingers nudged my flesh inward, making it fill the fabric.<br><br>
<<passage_img "cloths/underwear/white_lace_bra/5.png">><</passage_img>>
<<speech "veletia">>Containment. Display. Awareness. That’s what a bra is.<</speech>><br>
[[Move Forth|female_underwear_3_6]]
<</nobr>><<nobr>>
<<speech "mc">>It’s uncomfortable.<</speech>><br>
<<speech "veletia">>It should be. At first.<</speech>><br>
<<passage_img "cloths/underwear/white_lace_bra/6.png">><</passage_img>>
She stepped back and turned me toward a mirror.
I stared. The bra clung like a second skin highlighting the curve, the swell, the soft jiggle when I moved.
I shifted side to side, and the straps tugged gently at my shoulders.<br><br>
<<passage_img "cloths/underwear/white_lace_bra/7.png">><</passage_img>>
<<speech "mc">>Why does it feel like… I’m being touched?<</speech>><br>
<<speech "veletia">>Because your breasts are hungry. They want attention.
They ache for friction. And now they’re pressed in velvet and lace. Can you blame them?<</speech>><br>
I looked away.<br><br>
[[Move Forth|female_underwear_3_7]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t come for poetry.<</speech>><br>
<<passage_img "cloths/underwear/white_lace_bra/10.png">><</passage_img>>
<<speech "veletia">>No, but you’re drowning in it anyway. And you’re not done.<</speech>><br>
She retrieved a second bra this one deep plum with black lace.<br><br>
<<passage_img "cloths/underwear/purple_padded_bra/3.png">><</passage_img>>
<<speech "veletia">>Try this one. Padded. It’ll give you more... shape.<</speech>><br>
<<speech "mc">>Why?<</speech>><br>
[[Move Forth|female_underwear_3_8]]
<</nobr>><<nobr>>
<<speech "veletia">>Because the court will look. Because a queen must lead with presence. And because part of you is curious.<</speech>><br>
<<speech "mc">>I’m not.<</speech>><br>
<<speech "veletia">>You came back.<</speech>><br>
I didn’t argue.
I let her remove the gray one, her fingers lingering longer than they needed to, brushing skin that now flushed under the slightest touch.
When she cupped my breast to guide it into the padded bra, I gasped.<br><br>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_2",
curr_body: $userBody["torso"].orig_body
}>>
<<passage_img "cloths/underwear/purple_padded_bra/1.png">><</passage_img>>
<<speech "veletia">>Shh. Let it happen.<</speech>><br>
[[Move Forth|female_underwear_3_9]]
<</nobr>><<nobr>>
<<speech "mc">>It’s too tight.<</speech>><br>
<<passage_img "cloths/underwear/purple_padded_bra/2.png">><</passage_img>>
<<speech "veletia">>No, it’s exact. You’re just not used to being… held.<</speech>><br>
<<passage_img "cloths/underwear/purple_padded_bra/4.png">><</passage_img>>
My body trembled. I hated that part of me wanted to lean into that feeling.
When she clasped it shut, the bra squeezed me forward, creating the illusion of cleavage.
The pressure was constant, insistent. I felt trapped. And... secure.<br><br>
<<speech "veletia">>Now walk.<</speech>><br>
<<passage_img "cloths/underwear/purple_padded_bra/7.png">><</passage_img>>
I did. And the weight shifted. The padding bounced. Each step tugged the straps down across my shoulder blades. My chest moved. It moved.
I stopped.<br><br>
[[Move Forth|female_underwear_3_10]]
<</nobr>><<nobr>>
<<speech "mc">>It’s… too much.<</speech>><br>
<<speech "veletia">>It’s you now.<</speech>><br>
<<speech "mc">>I didn’t ask to be put on display.<</speech>><br>
<<speech "veletia">>But you are on display. And your body is learning that it likes it.<</speech>><br>
[[Move Forth|female_underwear_3_11]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t<</speech>><br>
<<speech "veletia">>You’re wet.<</speech>><br>
My face burned.
She looked down at the damp silk between my legs, just barely visible beneath the robe still open at my sides.<br><br>
<<speech "veletia">>It’s not arousal, necessarily. It’s tension. Friction. That’s all it takes now.<</speech>><br>
<<speech "mc">>Please. Just give me something simple.<</speech>><br>
[[Move Forth|female_underwear_3_12]]
<</nobr>><<nobr>>
<<speech "veletia">>Fine. I’ll give you a breastband bra a simple bodice made of fabric that could be wrapped tightly around the chest.
No lace. No cups. But you’ll miss the weight. You’ll crave it.<</speech>><br>
She helped me change again. This time, the fabric was thicker, plainer, more utilitarian. It pressed me flat, but still lifted. Still touched.
It was less erotic, but more real.<br><br>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_3.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_3",
curr_body: $userBody["torso"].orig_body
}>>
<<speech "mc">>How do I look?<</speech>><br>
<<speech "veletia">>Like someone halfway between prince and pleasure. A beautiful contradiction.<</speech>><br>
I stared at myself again. The shape was unfamiliar, but not grotesque. The way the fabric flattened me made my chest ache again.<br><br>
<<speech "mc">>Can I… take some to my chamber?<</speech>><br>
[[Move Forth|female_underwear_3_13]]
<</nobr>><<nobr>>
<<speech "veletia">>Take three. Come here if you need more nice looking things.<</speech>><br>
<<speech "mc">>Don’t tell anyone I came.<</speech>><br>
<<speech "veletia">>Your nipples already have.<</speech>><br>
<<speech "mc">>Veletia. Stop Please!!!<</speech>><br>
<<speech "veletia">>Now, Choose one set from these..<</speech>><br>
[[White Lace Bra|female_underwear_3_14_1]]
[[Purple Padded Bra|female_underwear_3_14_2]]
[[Breastband|female_underwear_3_14_3]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_1.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_1",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.top_underwear.push({
img: "top_underwear_1.png",
key: "top_underwear_1"
})>>
She stepped close, pressing the folded bras into my hands.<br><br>
<<speech "veletia">>Wear them. Sleep in one tonight. Then tell me what you dream.<</speech>><br>
I turned to leave.<br><br>
<<speech "veletia">>Oh, next time Garters maybe Full set of Lingerie.<</speech>><br>
<<speech "mc">>I’m not coming back.<</speech>><br>
<<speech "veletia">>You said that last time.<</speech>><br>
She laughed softly.<br><br>
<<set $user_stats.gender_Identity =- 1>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_2",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.top_underwear.push({
img: "top_underwear_2.png",
key: "top_underwear_2"
})>>
She stepped close, pressing the folded bras into my hands.<br><br>
<<speech "veletia">>Wear them. Sleep in one tonight. Then tell me what you dream.<</speech>><br>
I turned to leave.<br><br>
<<speech "veletia">>Oh, next time Garters maybe Full set of Lingerie.<</speech>><br>
<<speech "mc">>I’m not coming back.<</speech>><br>
<<speech "veletia">>You said that last time.<</speech>><br>
She laughed softly.<br><br>
<<set $user_stats.gender_Identity =- 1>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_3.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_3",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.top_underwear.push({
img: "top_underwear_3.png",
key: "top_underwear_3"
})>>
She stepped close, pressing the folded bras into my hands.<br><br>
<<speech "veletia">>Wear them. Sleep in one tonight. Then tell me what you dream.<</speech>><br>
I turned to leave.<br><br>
<<speech "veletia">>Oh, next time Garters maybe Full set of Lingerie.<</speech>><br>
<<speech "mc">>I’m not coming back.<</speech>><br>
<<speech "veletia">>You said that last time.<</speech>><br>
She laughed softly.<br><br>
<<set $user_stats.gender_Identity =- 1>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $female_underwear_4 = true>>
<div style="text align: center; "><img style="text align: center; border radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+'map/dressing_bloom_map.png'"></div><br><br>
I had told myself I wouldn’t return.
But the silk had done something to me.
Every night since I wore it, I’d caught myself touching. Not with lust. Not always.
Sometimes just to feel the material where it pressed into the crease between my thighs, to confirm it was real, that I was real, and no longer the body I’d known.
The panties made me aware of friction, of heat, of motion.
And the absence of them the next day had felt worse.
Now I stood again outside Veletia’s atelier, heart pounding, robe loose, thighs bare underneath. I didn’t knock. I stepped in.
She was arranging corsets when I entered some long boned, others short waisted, laced up the back like secrets.<br><br>
[[Move Forth|female_underwear_4_1]]
<</nobr>><<nobr>>
<<speech "veletia">>I wondered how long you’d last. Was it the lace or the way your thighs stuck together when you walked?<</speech>><br>
I didn’t respond.
She turned, slow and deliberate, and smiled when she saw me.<br><br>
<<speech "veletia">>Mmm, you’ve brought tension again. And denial. My favorite pairing.<</speech>><br>
<<speech "mc">>I… need something more.<</speech>><br>
Her eyes lit up.<br><br>
<<speech "veletia">>Say it. What you need from me<</speech>><br>
[[Move Forth|female_underwear_4_2]]
<</nobr>><<nobr>>
I hesitated.<br><br>
<<speech "veletia">>Say it. I need you to accept what you need..<</speech>><br>
<<speech "mc">>Something more Silk…Like Lingerie.<</speech>><br>
<<speech "veletia">>Mmmm. There it is. Say it again.<</speech>><br>
<<speech "mc">>No. You heard me first time.<</speech>><br>
[[Move Forth|female_underwear_4_3]]
<</nobr>><<nobr>>
She laughed.<br>
<<speech "veletia">>Fair enough. Come. Strip. I need to see what else been changed..<</speech>><br>
I obeyed, hands shaking slightly as I let the cloth drop. Beneath it, the my panties. Damp. Clinging. Almost see through now from repeated wear.<br><br>
<<speech "veletia">>Still wearing them? Good girl.<</speech>><br>
<<speech "mc">>I’m not, Only Because they are essentials for new body<</speech>><br>
[[Move Forth|female_underwear_4_4]]
<</nobr>><<nobr>>
<<speech "veletia">>Not yet. But close. Will see it.. Yet you came here again..<</speech>><br>
She walked past me, brushing my shoulder. I caught her scent spiced rose and warm fabric.
She went to a cabinet I hadn’t seen before, low and locked, gilded with tiny carvings.<br><br>
When she opened it, I saw them.
Not just underthings art.
Bras so light they looked like spiderwebs spun from moonlight. Panties that shimmered when the air moved.
Stockings so sheer they disappeared against the mannequin legs. Garter belts with jeweled clasps.<br><br>
<<speech "veletia">>This is your next step. check these my princess..<</speech>><br>
It was lilac. The bra was demi cut, trimmed in lace so fine it looked dusted on.
The panties were open at the back slits curved around the buttocks, framed with embroidery.
The garter belt had small silver flowers dangling from the clips.<br><br>
<<speech "veletia">>Put it on. I am sure, You will like those..<</speech>><br>
[[Move Forth|female_underwear_4_5]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t know how.<</speech>><br>
<<speech "veletia">>Then I’ll teach you.<</speech>><br>
She began with the panties. I stepped into them, lifting one leg, then the other, while she held them open.
As they rose up my thighs, the lace grazed my skin like fingers.<br><br>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "bottom_underwear_4.png">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_top_underwear: "bottom_underwear_4",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.bottom_underwear.push({
img: "bottom_underwear_4.png",
key: "bottom_underwear_4"
})>>
They didn’t cover me. Not fully. The slit at the back left me exposed. My new mound pressed against the front cupped and outlined.<br><br>
<<speech "veletia">>Delicious.<</speech>><br>
Next, the bra. She guided the cups over my forming breasts, her fingers warm, placing them inside the lace like a gardener handling fresh petals.<br><br>
[[Move Forth|female_underwear_4_6]]
<</nobr>><<nobr>>
She adjusted the straps, letting them slide into place over my shoulders. The lace scratched slightly. My nipples stiffened instantly.<br><br>
<<speech "mc">>It feels… raw.<</speech>><br>
<<speech "veletia">>It feels alive. Your body wants to be touched now. Even by silk.<</speech>><br>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_underwear_4.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: "top_underwear_4",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.top_underwear.push({
img: "top_underwear_4.png",
key: "top_underwear_4"
})>>
Then the garter belt. She wrapped it around my waist, clasping it snug.
The tightness pulled my waist inward slightly, framing my middle.
The dangling clips tickled my thighs.<br><br>
<<passage_img "cloths/underwear/purple_lingerie/3.png">><</passage_img>>
<<speech "veletia">>Stockings.<</speech>><br>
I sat on the velvet bench and extended one leg.
She rolled the stocking up slowly, her knuckles brushing my calf, my knee, my thigh.
The sheer black material clung like smoke. She clipped it to the garter. Then the other leg.<br><br>
[[Move Forth|female_underwear_4_7]]
<</nobr>><<nobr>>
<<speech "veletia">>You look… edible.<</speech>><br>
<<passage_img "cloths/underwear/purple_lingerie/4.png">><</passage_img>>
I felt exposed. Naked despite the layers. Or because of them. My breasts jiggled slightly in the lace cups. My thighs felt held, framed by the garters.
The slit at the back made me feel every breath of air.<br><br>
<<speech "mc">>It’s too much for me just yet<</speech>><br>
<<speech "veletia">>Too much truth. Too much you.<</speech>><br>
<<passage_img "cloths/underwear/purple_lingerie/5.png">><</passage_img>>
<<speech "mc">>I feel like I’m on display.<</speech>><br>
[[Move Forth|female_underwear_4_8]]
<</nobr>><<nobr>>
<<speech "veletia">>You are. Every thread of this is designed to announce desire.
To contain heat and offer it.<</speech>><br>
She pressed her hands lightly to my hips.<br><br>
<<speech "veletia">>This is lingerie. It doesn’t hide. It declares.<</speech>><br>
<<passage_img "cloths/underwear/purple_lingerie/6.png">><</passage_img>>
My knees trembled. Her hands traced the sides of my bra, brushing lace against bare skin.<br><br>
<<speech "veletia">>You’re not a man with breasts. You’re not a prince with secrets.
You’re a creature in between. And that’s powerful.<</speech>><br>
I hated how her words turned in me. She leaned in, breath warm at my ear.<br><br>
<<speech "veletia">>You’ll train in this.<</speech>><br>
[[Move Forth|female_underwear_4_9]]
<</nobr>><<nobr>>
<<speech "mc">>Combat? Like this?<</speech>><br>
<<speech "veletia">>Yes. Beneath your armor. Every movement will remind you.<</speech>><br>
<<speech "mc">>It’ll be distracting.<</speech>><br>
<<speech "veletia">>Exactly. Let it shape you.<</speech>><br>
<<passage_img "cloths/underwear/purple_lingerie/7.png">><</passage_img>>
My body felt like it had swallowed fire. I wanted to tear it off.
I wanted to never take it off.<br><br>
[[Move Forth|female_underwear_4_10]]
<</nobr>><<nobr>>
<<speech "veletia">>Take this set. Train in it. Sweat in it. Bleed in it if you must.<</speech>><br>
<<speech "mc">>I can’t focus like this.<</speech>><br>
<<speech "veletia">>You’ll learn. You’ll feel every enemy blade and every tug of silk.
You’ll fight as a woman does with ache, with tension, with grace.<</speech>><br>
I clutched the pouch in both hands. As I turned to leave, she called me<br><br>
<<speech "veletia">>And next time, darling?<</speech>><br>
[[Move Forth|female_underwear_4_11]]
<</nobr>><<nobr>>
<<speech "veletia">>Corsets.<</speech>><br>
Veletia didn’t move from where she stood, hands still gently pressed to my hips,
eyes flicking down my body like she was reading something written there in lace and trembling skin.
The moment could’ve ended there hovering like a breath before speech but it didn’t.
Her fingers curved in slightly, as though gripping the idea of me.<br><br>
<<speech "veletia">>Now you’re ready.<</speech>><br>
Her voice was soft but sharp, a whisper edged in velvet and command.<br><br>
<<speech "mc">>For what?<</speech>><br>
<<speech "veletia">>To begin.<</speech>><br>
[[Move Forth|female_underwear_4_12]]
<</nobr>><<nobr>>
She stepped back not rejection, but offering space, like a queen stepping aside so a crown might descend.
Her movements were liquid silk as she crossed the atelier to a set of heavy curtains.
I hadn’t noticed them before not truly. They’d blended in like stage wings, unremarkable until summoned. She drew them back.<br><br>
Behind them was another room vaster, lit silver rather than gold. Candles glowed in sconces.
Mirrors lined the walls in irregular angles, each reflecting a broken shard of whoever entered.
Mannequins stood here too, but like sentinels, not decoration -
armored corsets, gowns that whispered of royalty and ruin, heels shaped like weapons.
Gloves, chokers, thigh chains, velvet capes, boleros edged in fur or thread like dried blood. And in the center, a dais. Not a throne. An arena.<br><br>
<<passage_img "location/bloom_room.png">><</passage_img>>
<<set $locationImage = setup.ImagePath + 'location/bloom_room.png'>>
<<speech "veletia">>Welcome to the Bloom Room. Valmoria is assembling something.
A court yes but not of politics. Of style. Of power. Of statement.
She calls it the Queensguard. Each must be more than beautiful.
They must command attention without asking. Seduce with stance.
Intimidate without drawing steel.<</speech>><br>
[[Move Forth|female_underwear_4_13]]
<</nobr>><<nobr>>
<<speech "mc">>And you think I <</speech>><br>
She cut me off with a glance.<br><br>
<<speech "veletia">>No. I know. The moment you returned, thighs bare under that robe,
trembling yet defiant I knew.<</speech>><br>
She circled me slowly. The garter clasps chimed with each shift of my weight.
The lingerie clung, amplified, displayed.<br><br>
<<speech "veletia">>You’re not a finished silhouette. You’re a sketch still smudging into being.
Perfect. The Queensguard needs in-betweens. Not man. Not woman. Not knight.
Not concubine. Something sharper. Wilder. Someone who makes the court nervous just by entering a room.<</speech>><br>
[[Move Forth|female_underwear_4_14]]
<</nobr>><<nobr>>
<<speech "mc">>Valmoria…<</speech>><br>
<<speech "veletia">>She knows. She asked for you. You’ll begin training properly.
Not only with sword and shield, but with poise and flare. Walk like your thighs hold secrets.
Speak like silk. Bleed fashion. Intimidate with color. Confuse with hem length.
Command without a single raised voice.<</speech>><br>
<<speech "mc">>I don’t even know how to walk in heels.<</speech>><br>
<<speech "veletia">>Then I’ll teach you.<</speech>><br>
[[Move Forth|female_underwear_4_15]]
<</nobr>><<nobr>>
She turned to the mannequins again and lifted something darker, more dangerous:
a corset. Long, black, lined with violet. Trimmed with what looked like silver boning.
The front clasped with ornate hinges. The back laced like a spellbook waiting to be opened.<br><br>
<<passage_img "cloths/temp/2.png">><</passage_img>>
<<speech "veletia">>This isn’t clothing. It’s a sculptor’s grip. It changes how you breathe.
Stand. Move. You’ll learn to draw power from posture. From pain. From presence.<</speech>><br>
<<speech "mc">>I’m not sure I’m ready.<</speech>><br>
<<passage_img "cloths/temp/1.png">><</passage_img>>
She stepped close again, fingers grazing my jaw.<br><br>
<<speech "veletia">>You weren’t. But now you wear silk like armor.
Your body twitches under lace like it’s being rewritten. That is readiness.<</speech>><br>
[[Move Forth|female_underwear_4_16]]
<</nobr>><<nobr>>
<<speech "veletia">>Tomorrow. Before dawn. Corset tight. Heels on. No sword.<</speech>><br>
<<speech "mc">>What ?<</speech>><br>
<<speech "veletia">>You’ll train in presence. Arrest a room with a tilt of your chin.
Pose like threat wrapped in satin. Dance without music. Duel with a stare.<</speech>><br>
I stood, breath shallow. Lace scratched my nipples as my chest rose and fell.
My skin pulsed with nerves in new places. I felt fragile. And invincible.<br><br>
<<speech "mc">>And if I fail?<</speech>><br>
[[Move Forth|female_underwear_4_17]]
<</nobr>><<nobr>>
Her smile curved, crooked and sly.<br><br>
<<speech "veletia">>Then fail gorgeously, darling. That’s the first rule of style.<</speech>><br>
She stepped back. Her eyes gleamed like polished wine.<br><br>
<<speech "veletia">>Now go. Rest. Drink something sweet. And tomorrow… be mine.<</speech>><br>
I turned toward the atelier door. My limbs tingled.
The lingerie clung to me now not like a costume, but a second skin or maybe a first skin finally exposed.
As I reached the threshold, her voice came again, light and wicked:<br><br>
<<speech "veletia">>Oh, and next time?<</speech>><br>
I looked back. She lifted a heavy black velvet choker from a mannequin and held it between two fingers like a challenge.<br><br>
<<speech "veletia">>Corsets, yes. But also collars.<</speech>><br>
<<set $user_stats.gender_Identity =- 1>>
<<set $bloom_room_enable = true>>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $female_wear_1 = true>>
<div style="text align: center; "><img style="text align: center; border radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+'map/dressing_bloom_map.png'"></div><br><br>
The dressing bloom was not a room.
It was a trap.
Circular, domed in glass and veiled in hanging petals of rose colored silk,
it smelled like powdered lilies and something thicker like heat trapped in lace.
Daylight filtered through stained glass panels high above, casting honeyed light across fainting lounges,
racks of dresses, and drawers that never quite stayed closed.
And in the middle of it all: Veletia’s throne, though she called it a fitting chair.
I stood at the threshold, barely over the tiled inlay that marked the entrance, fists clenched at my sides.
The clothes I wore were old my own, at least formerly. Trousers that no longer sat right on my hips,
a tunic that pulled tight across a chest that shouldn’t exist, and boots that slipped every time
I walked because my ankles were now smaller, more delicate somehow.
Veletia didn’t even look up as I entered.<br><br>
[[Move Forth|female_wear_1_1]]
<</nobr>><<nobr>>
<<speech "veletia">>Look at you,<</speech>><br>
She said, already amused.<br><br>
<<speech "veletia">>You’ve been poured into that attire like jam in a too small jar.<</speech>><br>
<<speech "mc">>It’s all I have.<</speech>><br>
<<speech "veletia">>Mmm.<</speech>><br>
[[Move Forth|female_wear_1_2]]
<</nobr>><<nobr>>
She rose, smoothing the front of her own gown a sinfully sleek thing in obsidian and lavender.<br><br>
<<speech "veletia">>That’s not true, of course. You have access to a full wardrobing allowance. And you have me.<</speech>><br>
<<speech "mc">>I don’t need dresses.<</speech>><br>
She tilted her head.<br><br>
<<speech "veletia">>And yet, here you are.<</speech>><br>
<<speech "mc">>I’m not here for that.<</speech>><br>
[[Move Forth|female_wear_1_3]]
<</nobr>><<nobr>>
<<speech "veletia">>No?<</speech>><br>
She moved slowly, like she was keeping time with the sway of her own hips.<br><br>
<<speech "veletia">>Then why have you come, Caelan?<</speech>><br>
The sound of my name my name on her lips was a razor sheathed in silk.<br><br>
<<speech "mc">>I need clothes that fit.<</speech>><br>
I muttered.<br><br>
[[Move Forth|female_wear_1_4]]
<</nobr>><<nobr>>
<<speech "veletia">>Ah. And not woman’s clothes, I assume?<</speech>><br>
I nodded.<br><br>
<<speech "mc">>Just something simple. Unisex. Loose.<</speech>><br>
She laughed.<br><br>
<<speech "veletia">>Darling, unisex is a myth, and simplicity is for those with nothing to hide. Which you… quite definitely do.<</speech>><br>
I shifted uncomfortably, feeling the way the waistband of my trousers dug now, not into hipbone, but into soft, newly-molded curves.
The old male tunic pulled tight across my chest flat not long ago, now pressing forward with every breath. I crossed my arms. A mistake. It pushed them together.<br><br>
[[Move Forth|female_wear_1_5]]
<</nobr>><<nobr>>
<<speech "mc">>You’re not helping.<</speech>><br>
I muttered.
Veletia stepped closer. Her hands remained behind her back, but her presence moved forward like a shadow stretching to catch mine.<br><br>
<<speech "veletia">>I could strip you naked,<</speech>><br>
She said casually,<br><br>
<<speech "veletia">>and measure you from memory. You’ve changed that much.<</speech>><br>
I flinched.<br><br>
[[Move Forth|female_wear_1_6]]
<</nobr>><<nobr>>
<<speech "mc">>I’m not wearing a corset.<</speech>><br>
<<speech "veletia">>No one said you would.<</speech>><br>
Her smile was sharp.<br><br>
<<speech "veletia">>You’ll ask for one eventually.<</speech>><br>
<<speech "mc">>I won’t.<</speech>><br>
[[Move Forth|female_wear_1_7]]
<</nobr>><<nobr>>
She walked past me toward a long rack of folded garments tunics, trousers, vests.
But none of them were mine. None were made for men. They shimmered in feminine hues soft blue,
rose-gold, violet-gray and every one of them was cut to highlight, not hide.<br><br>
<<speech "veletia">>You’re lying to yourself,<</speech>><br>
She said softly.<br><br>
<<speech "veletia">>Your shoulders aren’t wide enough for men’s shirts anymore. Your hips <</speech>><br>
She clicked her tongue <br><br>
<<speech "veletia">>they’ve bloomed. Trousers made for a man will gape at your waist, bunch at your thighs,
and give you that oh-so-pregnant little belly line every time you sit.<</speech>><br>
[[Move Forth|female_wear_1_8]]
<</nobr>><<nobr>>
<<speech "mc">>I’ll manage,<</speech>><br>
I snapped.<br><br>
<<speech "veletia">>Will you?<</speech>><br>
She turned, holding up a simple cotton chemise. It was soft, flowing, with capped sleeves and a low neckline.<br><br>
<<passage_img "cloths/middlewear/chemise_1/1.png">><</passage_img>>
<<speech "veletia">>Try this.<</speech>><br>
[[Move Forth|female_wear_1_9]]
<</nobr>><<nobr>>
<<speech "mc">>I said no dresses.<</speech>><br>
<<speech "veletia">>This isn’t a dress. It’s an underlayer. Light. Comfortable. And fitted to your actual shape.<</speech>><br>
My fingers hitched. Not with desire. With disgust.
Or at least, that’s what I told myself.
But I remembered the last time she’d fitted me. The way the panties had kissed up between my thighs and pulled tight over my mound,
making my pulse flutter in ways I hated. I remembered how silk had moved like it knew more about me than I did.
I couldn’t forget it.
Still…<br><br>
<<speech "mc">>No.<</speech>><br>
[[Move Forth|female_wear_1_10]]
<</nobr>><<nobr>>
She folded the chemise over her arm and plucked a second garment from the rack.
This one was tailored sleek, with a high collar, short sleeves, and buttons down the front.
It looked like a tunic. It even had a hint of masculine line.
But the cut was curved.
Made for someone soft.<br><br>
<<passage_img "cloths/wear/tunic_1/1.png">><</passage_img>>
<<speech "veletia">>You’re fighting your own comfort,<</speech>><br>
<<speech "veletia">>Why?<</speech>><br>
<<speech "mc">>Because I’m not <</speech>><br>
[[Move Forth|female_wear_1_11]]
<</nobr>><<nobr>>
I stopped. The words caught in my throat.
Not what? Not a girl? Not a boy anymore? Not… anyone?
Veletia waited, watching. But she didn’t press. She simply held the tunic out again.
Reluctantly, I stepped forward. My hands reached out.
The fabric brushed my fingers. It was cool. But also warm, like a lover’s breath trapped in linen. It slid like mist.
I clenched the shirt in my hands.<br><br>
<<speech "mc">>Where do I change?<</speech>><br>
<<speech "veletia">>Here.<</speech>><br>
I stared.<br><br>
<<speech "mc">>No.<</speech>><br>
[[Move Forth|female_wear_1_12]]
<</nobr>><<nobr>>
She smiled.<br><br>
<<speech "veletia">>Your body isn’t a secret anymore.<</speech>><br>
<<speech "mc">>It is to me.<</speech>><br>
Veletia stepped back and perched on her chair, legs crossed, all elegance and danger.<br><br>
<<speech "veletia">>Fine. That screen.<</speech>><br>
<<passage_img "valetia/screen.png">><</passage_img>>
She pointed to a folding divider, draped in chiffon.
I moved stiffly behind it.
And then I stopped.
The act of undressing of peeling away the male clothes that no longer felt earned was harder than I’d imagined.
The tunic resisted. It snagged on my chest. I yanked it off, panting slightly.
Then the trousers.<br><br>
[[Move Forth|female_wear_1_13]]
<</nobr>><<nobr>>
I kicked them off, hating the way they bunched beneath my new hips. My thighs, no longer flat or firm, were soft,
brushing together in a way that always left me damp. The panties beneath were still Veletia’s. Whisper-thin. Clinging.
I couldn’t take them off.
Instead, I slipped the new tunic hers over my head.
It fit.
I froze.
It draped along my waist like it had been born on me. The collar framed my neck in a way that made my throat feel long.
The fabric brushed my chest gently, caressing the sensitive skin of my budding breasts. The sleeves hugged my arms just enough to whisper, you are smaller now. More precious. Breakable.
It was too much.
I stormed out from behind the screen.<br><br>
/* <<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_middlewear_1.png">>
/* <<=$key_img_path>> */
/*
<<set $userBody["top_middlewear"] to {
img: $key_img_path,
curr_top_underwear: "top_middlewear_1",
curr_body: $userBody["torso"].orig_body
}>>*/
<<passage_img "cloths/wear/tunic_1/2.png">><</passage_img>>
<<speech "mc">>This doesn’t mean anything.<</speech>><br>
Veletia arched one brow.<br><br>
<<speech "veletia">>Doesn’t it?<</speech>><br>
<<speech "mc">>It fits. So what?<</speech>><br>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "top_wear_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["top_wear"] to {
img: $key_img_path,
curr_top_wear: "top_wear_2",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.top_wear.push({
img: "top_wear_2.png",
key: "top_wear_2"
})>>
[[Move Forth|female_wear_1_14]]
<</nobr>><<nobr>>
<<speech "veletia">>And you’re flushed. Look.<</speech>><br>
She pointed to the mirror.
I didn’t want to. I didn’t.
But I did.
And I saw myself slim, curved slightly forward, the tunic skimming just low enough to imply hips, the neckline framing collarbones I hadn’t realized had appeared.
My nipples underneath were hard.
I crossed my arms. Again, they lifted my chest.<br><br>
<<passage_img "cloths/wear/tunic_1/3.png">><</passage_img>>
[[Move Forth|female_wear_1_15]]
<</nobr>><<nobr>>
<<speech "veletia">>Your body has changed,<</speech>><br>
She said simply.<br><br>
<<speech "veletia">>But you’re still trying to wear who you were like it’s armor.<</speech>><br>
<<speech "mc">>I am who I was.<</speech>><br>
<<speech "veletia">>Then why does a silk tunic fit better than your own skin?<</speech>><br>
[[Move Forth|female_wear_1_16]]
<</nobr>><<nobr>>
I looked away.
My pulse was in my mouth.
She stood again, this time slowly, moving toward me until we were a breath apart.
Her fingers rose not to touch, but to hover, ghost-like, just beside my waist.<br><br>
<<speech "veletia">>You feel it, don’t you?<</speech>><br>
She whispered.<br><br>
<<speech "mc">>Feel what?<</speech>><br>
<<speech "veletia">>How soft you are. How every step moves differently.
How your skin pulls against silk, and how that matters now. How breath lives in your chest, not in your shoulders anymore.<</speech>><br>
[[Move Forth|female_wear_1_17]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t want it to matter.<</speech>><br>
<<speech "veletia">>But it does.<</speech>><br>
Her hand hovered near my hip. Not touching. Just there.<br><br>
<<speech "veletia">>You’re already wearing what fits,<</speech>><br>
She said softly.<br><br>
<<speech "veletia">>Now you’re just trying not to notice how good it feels.<</speech>><br>
My throat worked. I couldn’t speak.<br><br>
[[Move Forth|female_wear_1_18]]
<</nobr>><<nobr>>
<<speech "veletia">>You’ll wear more next time.<</speech>><br>
<<speech "mc">>There won’t be a next time.<</speech>><br>
She smiled.<br><br>
<<speech "veletia">>There always is.<</speech>><br>
And in the mirror, the girl I refused to be stood very, very still… pretending she wasn’t listening.<br><br>
<<speech "mc">>I can’t walk in this.<</speech>><br>
[[Move Forth|female_wear_1_19]]
<</nobr>><<nobr>>
Veletia didn’t even glance up from where she was coiling a length of embroidered ribbon.<br><br>
<<speech "veletia">>You’re not walking. You’re stalling.<</speech>><br>
<<speech "mc">>I’m telling you the truth.<</speech>><br>
<<speech "veletia">>You’re making excuses.<</speech>><br>
<<speech "mc">>It feels… wrong.<</speech>><br>
[[Move Forth|female_wear_1_20]]
<</nobr>><<nobr>>
She finally turned, holding the ribbon between two fingers like something exotic and dangerous.<br><br>
<<speech "veletia">>Does it feel wrong, Caelan, or does it feel too right?<</speech>><br>
I said nothing. Couldn’t. The fabric clung too close to my thoughts.
The dress was soft deceptively so. A pale lilac bodice, tight but not rigid, drawn in just beneath the chest to hint at something rising.
The skirt flowed from the waist in a hush of silk, parting at the sides to reveal a thinner gauze layer beneath. Not sheer, but close. A breeze would make it scandal.
And I was wearing it.<br><br>
It hugged me like it knew my name better than I did.
Veletia watched me squirm in front of the mirror, one hip cocked slightly from how the skirts dragged. My legs kept brushing together, bare beneath the hem.<br><br>
<<speech "mc">>I look ridiculous,<</speech>><br>
I muttered.<br><br>
<<speech "veletia">>You look correct.<</speech>><br>
[[Move Forth|female_wear_1_21]]
<</nobr>><<nobr>>
She stepped forward, smoothing the sides of the bodice with practiced fingers.<br><br>
<<speech "veletia">>And you don’t yet know how to wear it.<</speech>><br>
<<speech "mc">>I don’t want to wear it.<</speech>><br>
She laughed, low and melodic.<br><br>
<<speech "veletia">>You wore it in.<</speech>><br>
<<speech "mc">>I didn’t have a choice.<</speech>><br>
[[Move Forth|female_wear_1_22]]
<</nobr>><<nobr>>
/* <<speech "veletia">>You put it on when I left the room,<</speech>><br>
She reminded me.<br><br> */
<<speech "veletia">>No mirrors. No audience. Just you, your fingers, and silk sliding up your thighs.<</speech>><br>
I flushed.<br><br>
<<speech "mc">>I was curious.<</speech>><br>
<<speech "veletia">>Mmm.<</speech>><br>
Her smile sharpened.<br><br>
<<speech "veletia">>Curious is the first step to obedience.<</speech>><br>
[[Move Forth|female_wear_1_23]]
<</nobr>><<nobr>>
<<speech "mc">>I’m not obeying anything.<</speech>><br>
<<speech "veletia">>Oh, but your body is.<</speech>><br>
She tugged gently at the waist, realigning it.<br><br>
<<speech "veletia">>Look at how you arch now.
How the shape forces your back to bend just so. Your shoulders drop. Your breasts lift. Your breathing slows.<</speech>><br>
<<speech "mc">>It’s uncomfortable.<</speech>><br>
[[Move Forth|female_wear_1_24]]
<</nobr>><<nobr>>
<<speech "veletia">>It’s discipline.<</speech>><br>
Veletia circled me again, tugging at the sleeves. The neckline was wide now, dipping just past the tops of my forming breasts.
When I looked down, I saw soft mounds pressing gently upward, pale skin framed by lavender. It felt visible. Too visible.<br><br>
<<speech "mc">>I can’t go out like this,<</speech>><br>
I said, throat tight.<br><br>
<<speech "veletia">>You won’t.<</speech>><br>
<<speech "mc">>What?<</speech>><br>
[[Move Forth|female_wear_1_25]]
<</nobr>><<nobr>>
<<speech "veletia">>You’re not ready. Not yet. But soon.<</speech>><br>
She stepped back, tilting her head.<br><br>
<<speech "veletia">>First, you have to learn to move in it. Then to stand in it. Then to endure the weight of eyes.<</speech>><br>
I swallowed.<br><br>
<<speech "mc">>I’m not your doll.<</speech>><br>
<<speech "veletia">>No. You’re your own lie, unraveling.<</speech>><br>
Her voice was soft.<br><br>
[[Move Forth|female_wear_1_26]]
<</nobr>><<nobr>>
<<speech "veletia">>But I can help.<</speech>><br>
<<speech "mc">>Help me what?<</speech>><br>
<<speech "veletia">>Help you choose which thread to follow.<</speech>><br>
<<speech "mc">>I’m not choosing anything.<</speech>><br>
[[Move Forth|female_wear_1_27]]
<</nobr>><<nobr>>
<<speech "veletia">>Then let me choose for now.<</speech>><br>
<<speech "mc">>Why?<</speech>><br>
<<speech "veletia">>Because you’re tired,<</speech>><br>
<<speech "veletia">>Because you’ve been swimming upstream in a river made of silk and shame. Because I see you.<</speech>><br>
[[Move Forth|female_wear_1_28]]
<</nobr>><<nobr>>
<<speech "mc">>No, you don’t.<</speech>><br>
<<speech "veletia">>I see everything.<</speech>><br>
She stepped closer.<br><br>
<<speech "veletia">>I see the way your thighs ache when you walk because they brush now. I see the way you avoid your reflection, but linger when you think no one’s watching. I see the way you touch your chest at night, trying to decide if the ache means growth or punishment.<</speech>><br>
I looked away. My voice cracked.<br><br>
<<speech "mc">>You’re cruel.<</speech>><br>
[[Move Forth|female_wear_1_29]]
<</nobr>><<nobr>>
<<speech "veletia">>I’m honest.<</speech>><br>
I bit the inside of my cheek.
Veletia softened then, just slightly, as if touching something more delicate.<br><br>
<<speech "veletia">>Walk for me,<</speech>><br>
She said gently.<br><br>
<<speech "mc">>No.<</speech>><br>
<<speech "veletia">>Just once.<</speech>><br>
[[Move Forth|female_wear_1_30]]
<</nobr>><<nobr>>
<<speech "mc">>I said no.<</speech>><br>
She walked around behind me. Her hand brushed the small of my back no force, just the barest presence.<br><br>
<<speech "veletia">>Take one step.<</speech>><br>
I hesitated. Then I moved.
The skirt shifted like breath, sliding across the front of my thighs, pulling lightly behind. It whispered.<br><br>
<<speech "veletia">>Another,<</speech>><br>
I did. And then another.
My gait was wrong too wide, too stiff. The dress punished it. The fabric caught between my legs, dragged at my hips.<br><br>
[[Move Forth|female_wear_1_31]]
<</nobr>><<nobr>>
<<speech "veletia">>Shorter strides,<</speech>><br>
<<speech "veletia">>Don’t stomp. Let it flow.<</speech>><br>
<<speech "mc">>It’s a dress.<</speech>><br>
<<speech "veletia">>It’s a limb, now. Treat it as such.<</speech>><br>
[[Move Forth|female_wear_1_32]]
<</nobr>><<nobr>>
I adjusted. Slower. Softer. Letting the gown take the lead.
Something clicked. The weight balanced. The hem swung with me. My body shifted into new muscle memory a roll of hips, a lift of heel I never used before.<br><br>
<<speech "veletia">>Better,<</speech>><br>
<<speech "veletia">>Now turn.<</speech>><br>
I turned.
The fabric twisted with me. My chest shifted under the bodice, nipples dragging faintly along the inside lining. I sucked in a breath.
Veletia saw.<br><br>
<<speech "veletia">>Sensitive?<</speech>><br>
[[Move Forth|female_wear_1_33]]
<</nobr>><<nobr>>
<<speech "mc">>No.<</speech>><br>
<<speech "veletia">>Liar.<</speech>><br>
Her voice was so close behind me now I could feel it in my spine.<br><br>
<<speech "veletia">>It’s natural,<</speech>><br>
<<speech "veletia">>Silk on skin. Shape against movement. It tells you things. And now your body listens.<</speech>><br>
[[Move Forth|female_wear_1_34]]
<</nobr>><<nobr>>
I closed my eyes.<br><br>
<<speech "mc">>Stop.<</speech>><br>
<<speech "veletia">>You say that often.<</speech>><br>
She touched my shoulder.<br><br>
<<speech "veletia">>But you never leave.<</speech>><br>
<<speech "mc">>I should.<</speech>><br>
[[Move Forth|female_wear_1_35]]
<</nobr>><<nobr>>
<<speech "veletia">>But you won’t.<</speech>><br>
<<speech "mc">>Why not?<</speech>><br>
<<speech "veletia">>Because you’re changing,<</speech>><br>
She said, as though the words weren’t cruel.<br><br>
<<speech "veletia">>And deep down, a part of you is already mourning the boy who wore loose trousers and never knew what it meant to sway.<</speech>><br>
[[Move Forth|female_wear_1_36]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t want to sway.<</speech>><br>
<<speech "veletia">>Then stop moving.<</speech>><br>
I froze.
She circled me again. Her fingers adjusted the neckline, her knuckles brushing my skin.<br><br>
<<speech "veletia">>You feel everything now, don’t you?<</speech>><br>
<<speech "mc">>Too much.<</speech>><br>
[[Move Forth|female_wear_1_37]]
<</nobr>><<nobr>>
<<speech "veletia">>That’s the gift. The curse. The ache of it all. You move, and your body moves back. You walk, and your hips remember. You speak, and your throat sings higher.<</speech>><br>
<<speech "mc">>I hate it.<</speech>><br>
<<speech "veletia">>Do you?<</speech>><br>
She lifted a small mirror and held it to my face.<br><br>
<<speech "veletia">>Look.<</speech>><br>
[[Move Forth|female_wear_1_38]]
<</nobr>><<nobr>>
I did.
What I saw was not a girl, not yet. But not a boy either.
My jaw was softer. My lips fuller. My chest pressed against fabric that shouldn’t be familiar, but now was. The dress didn’t look out of place.
I did.
And yet, I couldn’t deny how it fit.<br><br>
<<speech "veletia">>How do you feel?<</speech>><br>
<<speech "mc">>Wrong.<</speech>><br>
<<speech "veletia">>But right?<</speech>><br>
<<speech "mc">>Yes.<</speech>><br>
She smiled.<br><br>
[[Move Forth|female_wear_1_39]]
<</nobr>><<nobr>>
<<speech "veletia">>There it is.<</speech>><br>
<<speech "mc">>There what is?<</speech>><br>
<<speech "veletia">>The truth.<</speech>><br>
I broke away from the mirror, stepping back.<br><br>
<<speech "mc">>I need to get out of this.<</speech>><br>
[[Move Forth|female_wear_1_40]]
<</nobr>><<nobr>>
<<speech "veletia">>No,<</speech>><br>
She said firmly.<br><br>
<<speech "veletia">>You need to stay in it. Longer. Let it settle.<</speech>><br>
<<speech "mc">>It’s tight.<</speech>><br>
<<speech "veletia">>It’s exact.<</speech>><br>
[[Move Forth|female_wear_1_41]]
<</nobr>><<nobr>>
She touched the sides of my waist.<br><br>
<<speech "veletia">>Feel how it hugs. How it holds.<</speech>><br>
<<speech "mc">>I can’t breathe.<</speech>><br>
<<speech "veletia">>You can. You just don’t want to admit how easy it’s become.<</speech>><br>
I stared at her. My voice dropped.<br><br>
<<speech "mc">>What are you doing to me?<</speech>><br>
<<speech "veletia">>I’m not doing anything. Your body is telling you its story. I’m just turning the pages.<</speech>><br>
[[Move Forth|female_wear_1_42]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t ask for this story.<</speech>><br>
<<speech "veletia">>No one does.<</speech>><br>
She reached for a comb and stepped behind me.<br><br>
<<speech "veletia">>But now you’re in the middle of it. You can’t close the book.<</speech>><br>
She began combing my hair.
I tried to resist, but the pull was gentle. Soothing. The strands slid through her fingers like threads in a loom.<br><br>
<<speech "veletia">>You’re growing it out,<</speech>><br>
[[Move Forth|female_wear_1_43]]
<</nobr>><<nobr>>
She noted.<br><br>
<<speech "mc">>I didn’t cut it.<</speech>><br>
<<speech "veletia">>Because you didn’t want to.<</speech>><br>
She leaned in.<br><br>
<<speech "veletia">>You want to see it curl when it’s wet. You want to feel the weight when it brushes your neck. You want to see what ribbons can do.<</speech>><br>
<<speech "mc">>I want to go back.<</speech>><br>
[[Move Forth|female_wear_1_44]]
<</nobr>><<nobr>>
<<speech "veletia">>Do you?<</speech>><br>
<<speech "mc">>I don’t know.<</speech>><br>
Her hands stilled.<br><br>
<<speech "veletia">>Then let me keep dressing you,<</speech>><br>
<<speech "veletia">>Until you do.<</speech>><br>
[[Move Forth|female_wear_1_73]]
<</nobr>><<nobr>>
I turned to face her.<br><br>
<<speech "mc">>And if I say no?<</speech>><br>
<<speech "veletia">>Then I’ll wait. Until your body says yes again.<</speech>><br>
The alcove behind Veletia’s mirror wasn’t part of the tower’s official layout.
No doors led to it. No servants entered. It was a secret chamber of silk and shadow, perfumed with things meant to unmake pretense. Drapes hung from the ceiling like veils of fog. The floor was carpeted in velvet so thick it pulled at your soles. And at the heart of it a single chaise, draped in black lace and lavender satin.
I shouldn’t have followed her in.
I knew that.
But I did.
The door clicked behind me. No lock needed. I wasn’t running anymore.
Veletia turned, her hair pinned back with black combs, her gaze heavy-lidded, quiet with intent.<br><br>
<<speech "veletia">>You didn’t fight this time,<</speech>><br>
She said.<br><br>
<<speech "mc">>I’m tired.<</speech>><br>
[[Move Forth|female_wear_1_74]]
<</nobr>><<nobr>>
<<speech "veletia">>No,<</speech>><br>
She murmured, stepping closer,<br><br>
<<speech "veletia">>you’re ready.<</speech>><br>
I didn’t answer. My dress her dress still clung to my skin. The lilac silk hugged tighter now, warmed by body heat and quiet friction. I couldn’t even feel where the garment ended and I began.
Veletia’s fingers brushed my shoulder.<br><br>
<<speech "veletia">>Do you know why you’re really here?<</speech>><br>
[[Move Forth|female_wear_1_75]]
<</nobr>><<nobr>>
<<speech "mc">>I needed clothes.<</speech>><br>
<<speech "veletia">>No,<</speech>><br>
She said softly,<br><br>
<<speech "veletia">>you needed to feel. And now, you do.<</speech>><br>
I closed my eyes.<br><br>
<<speech "mc">>I shouldn’t enjoy this.<</speech>><br>
[[Move Forth|female_wear_1_76]]
<</nobr>><<nobr>>
<<speech "veletia">>And yet your thighs are damp.<</speech>><br>
My eyes snapped open.<br><br>
<<speech "mc">>That’s not <</speech>><br>
<<speech "veletia">>That’s not what? Your body’s betrayal? Or its confession?<</speech>><br>
She moved around me slowly, like she was orbiting something precious.
Her fingers toyed with the end of the ribbon laced at my back.<br><br>
[[Move Forth|female_wear_1_77]]
<</nobr>><<nobr>>
<<speech "veletia">>You’ve been fighting gravity, Caelan. But silk always pulls down. And lace always lifts up.<</speech>><br>
I swallowed hard. My voice was barely above a whisper.<br><br>
<<speech "mc">>What if I don’t know who I am anymore?<</speech>><br>
She stepped behind me, voice close.<br><br>
<<speech "veletia">>Then let your body answer.<</speech>><br>
<<speech "mc">>I’m afraid of what it’ll say.<</speech>><br>
[[Move Forth|female_wear_1_78]]
<</nobr>><<nobr>>
<<speech "veletia">>I’m not.<</speech>><br>
Her hands slid up my sides, palms flat against silk and flesh.
I gasped.
Not because of the touch but because I felt it. Deeply.
Not just on skin but beneath it.
My breasts, small but growing, reacted immediately nipples tightening against fabric now too thin to hide anything.<br><br>
<<speech "veletia">>Say it,<</speech>><br>
She whispered.<br><br>
<<speech "mc">>What?<</speech>><br>
<<speech "veletia">>What you feel.<</speech>><br>
[[Move Forth|female_wear_1_79]]
<</nobr>><<nobr>>
<<speech "mc">>Wrong.<</speech>><br>
<<speech "veletia">>But wet.<</speech>><br>
My knees buckled slightly.
She caught me of course she did hands firm now, turning me gently toward the chaise.<br><br>
<<speech "mc">>I don’t want to give in,<</speech>><br>
I said, breath trembling.<br><br>
<<speech "veletia">>You already have,<</speech>><br>
She said, lowering me down.<br><br>
[[Move Forth|female_wear_1_80]]
<</nobr>><<nobr>>
<<speech "veletia">>You came here in my dress.
In my silk. You didn’t change when you got home.
You didn’t rip it off in disgust. You left it on. You felt how it moved.<</speech>><br>
I sat stiffly, thighs pressed together, heart pounding.
She knelt before me.
Not submissively. No. It was ownership. A queen laying claim.
Her hands moved to the hem of the dress and began to lift it, inch by inch.<br><br>
<<speech "mc">>Wait <</speech>><br>
<<speech "veletia">>Shh.<</speech>><br>
<<speech "mc">>Veletia <</speech>><br>
[[Move Forth|female_wear_1_81]]
<</nobr>><<nobr>>
<<speech "veletia">>You need to know.<</speech>><br>
The silk rose, baring my thighs, then higher.
The panties were still on. Pale pink. Damp. Not just with sweat.
My cheeks burned, but my hips arched slightly without permission.<br><br>
<<speech "mc">>I <</speech>><br>
I started.<br><br>
<<speech "veletia">>No more lies,<</speech>><br>
She said, placing her palm against the gusset.
The pressure made me whimper. It wasn’t forceful. It was... knowing.
Her fingers curled.
The silk tightened. Moisture deepened.<br><br>
[[Move Forth|female_wear_1_82]]
<</nobr>><<nobr>>
<<speech "veletia">>Your body is craving what your mouth denies,<</speech>><br>
She whispered.<br><br>
<<speech "veletia">>Let it speak.<</speech>><br>
I choked on a breath.<br><br>
<<speech "mc">>I can’t.<</speech>><br>
<<speech "veletia">>You can. You just never let anyone touch you like a girl before.<</speech>><br>
[[Move Forth|female_wear_1_83]]
<</nobr>><<nobr>>
Her fingers moved now slowly, just enough to press and tease, through the thin barrier of silk and shame.
Pleasure sparked. Raw. Frightening. New.
I reached for her wrist, weakly. She didn’t stop.<br><br>
<<speech "veletia">>You need this,<</speech>><br>
<<speech "veletia">>You need to feel what you’ve become.
You need to feel your center this new, swollen ache that isn’t a wound, but a bloom.<</speech>><br>
I moaned softly.<br><br>
<<speech "mc">>Please…<</speech>><br>
[[Let her touch you|female_wear_1_84]]
[[Stop and Leave her|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $user_stats.gender_Identity =- 2>>
<<speech "veletia">>Please what? Stop? Or don’t stop?<</speech>><br>
I couldn’t answer. My thighs trembled.<br><br>
<<speech "veletia">>You’ve worn the dress. You’ve breathed through lace,<</speech>><br>
She said, voice low, rich.<br><br>
<<speech "veletia">>But now you’ll learn what your new skin does. What it wants. What it needs.<</speech>><br>
She moved the panties aside.
The air hit me cool silk, warm breath and I cried out.
It didn’t hurt.
It shivered.
Veletia’s fingers, practiced, explored. Not violating. Worshiping.<br><br>
[[Move Forth|female_wear_1_85]]
<</nobr>><<nobr>>
<<speech "veletia">>You’re so responsive,<</speech>><br>
She whispered, sliding one finger slowly up my slit.<br><br>
<<speech "veletia">>This is your first time here, isn’t it?<</speech>><br>
<<speech "mc">>Yes,<</speech>><br>
I breathed.<br><br>
<<speech "veletia">>Your body’s already memorized it.<</speech>><br>
[[Move Forth|female_wear_1_86]]
<</nobr>><<nobr>>
Pleasure twisted in my stomach tighter, tighter. My legs wanted to close, but she pushed one open with her knee.
Her touch changed. Circular now. Rhythmic. Intentional.<br><br>
<<speech "veletia">>You feel it building?<</speech>><br>
<<speech "mc">>Y-Yes <</speech>><br>
<<speech "veletia">>Then let it. Stop fighting. Let yourself blossom.<</speech>><br>
I did.
The tension snapped like thread pulled too tight.
Pleasure erupted not just between my thighs, but everywhere. My chest lifted, nipples aching. My lips parted in a gasp that sounded too high, too pretty.
My eyes rolled. My fingers clawed into the velvet.
I came.
Not like I had before. Not like the old body. This was softer not lesser. Deeper. Like something inside me bloomed and bloomed and wouldn’t stop.
I collapsed back onto the chaise, panting.
Veletia withdrew, slow and reverent. She kissed the inside of my knee, then stood.<br><br>
[[Move Forth|female_wear_1_87]]
<</nobr>><<nobr>>
<<speech "veletia">>Now,<</speech>><br>
She said quietly,<br><br>
<<speech "veletia">>you’re beginning.<</speech>><br>
I stared at the ceiling.
Then, to my own horror… I laughed.
A soft, feminine sound. Unforced.<br><br>
<<speech "mc">>I think I hate you,<</speech>><br>
I whispered.
She smiled.<br><br>
[[Move Forth|female_wear_1_88]]
<</nobr>><<nobr>>
<<speech "veletia">>No, darling. You hate that I made you feel seen.<</speech>><br>
I sat up slowly. My thighs were damp. My cheeks were flushed.
My breasts heaved beneath the bodice.
The dress clung tighter now, as if it had witnessed everything and was proud.<br><br>
<<speech "mc">>I want more,<</speech>><br>
I said, breathlessly.<br><br>
<<speech "veletia">>I know.<</speech>><br>
[[Accept you Like it|female_wear_1_89]]
[[Leave her|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $user_stats.gender_Identity =- 2>>
<<speech "mc">>And I don’t want to pretend anymore.<</speech>><br>
<<speech "veletia">>I wouldn’t let you,<</speech>><br>
She said gently, brushing a strand of hair from my face.
I touched my chest.<br><br>
<<speech "mc">>This is me now.<</speech>><br>
<<speech "veletia">>It always was.<</speech>><br>
[[Move Forth|female_wear_1_90]]
<</nobr>><<nobr>>
I looked down at myself pink panties pulled aside, the outline of my folds still trembling,
the dress bunched around my hips, and lace brushing every place I was now most sensitive.
I whispered,<br><br>
<<speech "mc">>Then I’m not Caelan anymore, am I?<</speech>><br>
Veletia tilted her head.<br><br>
<<speech "veletia">>Not if you don’t want to be.<</speech>><br>
I closed my eyes.
And I smiled.<br><br>
[[Leave Mistress Veletia Roswyn|dressing_bloom]] |<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</nobr>><<nobr>>
<<set $female_shoes_1 = true>>
<div style="text align: center; "><img style="text align: center; border radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+'map/dressing_bloom_map.png'"></div><br><br>
<<set $userBody["shoes"] to {
img: "",
curr_top_wear: "",
curr_body: $userBody["torso"].orig_body
}>>
The floor of Veletia’s dressing bloom was colder than I remembered.
Maybe it was the absence of carpet beneath my feet bare, except for the thin stockings I now wore out of habit.
They clung snugly to my calves, sheer but functional. Silk again, of course. Everything here was silk.
And I told myself this would be the last time.<br><br>
[[Move Forth|female_shoes_1_1]]
<</nobr>><<nobr>>
<<speech "mc">>I need boots, fits me<</speech>><br>
Veletia looked up from where she was organizing rows of gloves by shade dusty mauve to deep garnet.<br><br>
<<speech "veletia">>Do you?<</speech>><br>
She asked mildly.<br><br>
<<speech "mc">>Yes.<</speech>><br>
<<speech "veletia">>What happened to the ones you came in with?<</speech>><br>
[[Move Forth|female_shoes_1_2]]
<</nobr>><<nobr>>
<<speech "mc">>They don’t fit anymore.<</speech>><br>
I shifted awkwardly.<br><br>
<<speech "mc">>Too narrow at the heel. Too loose at the ankle. I trip in them.<</speech>><br>
She smiled faintly.<br><br>
<<speech "veletia">>Ah. The curse of becoming elegant.<</speech>><br>
<<speech "mc">>I’m not becoming anything.<</speech>><br>
[[Move Forth|female_shoes_1_3]]
<</nobr>><<nobr>>
Veletia didn’t argue. She just rose gracefully and walked to a tall wooden cabinet inlaid with curling silver vines.<br><br>
<<speech "veletia">>I suppose you want something... neutral?<</speech>><br>
<<speech "veletia">>Flat, functional, and without the slightest suggestion of seduction?<</speech>><br>
<<speech "mc">>Exactly.<</speech>><br>
<<speech "veletia">>No heels?<</speech>><br>
[[Move Forth|female_shoes_1_4]]
<</nobr>><<nobr>>
<<speech "mc">>No heels,<</speech>><br>
I said firmly.<br><br>
<<speech "veletia">>No ribbons?<</speech>><br>
<<speech "mc">>I’m not a gift to be unwrapped.<</speech>><br>
<<speech "veletia">>Mmm,<</speech>><br>
She murmured, sliding the cabinet door open.<br><br>
[[Move Forth|female_shoes_1_5]]
<</nobr>><<nobr>>
<<speech "veletia">>That’s where we disagree.<</speech>><br>
I folded my arms, waiting. Determined not to sit, not to linger.
I’d come in wearing one of her fitted tunics again,
long enough to cover the tops of my thighs.
Still, the sensation of the hem grazing against silk panties when
I walked reminded me insistently that no part of me belonged to a man’s wardrobe anymore.<br><br>
<<passage_img "cloths/shoes/shoe_2/1.png">><</passage_img>>
She returned a moment later, holding a pair of boots.
They were soft black leather, polished to a quiet shine.
Mid-calf height. No heel, just a solid sole with the faintest taper at the toe.
Practical… but the shape was wrong. Too slim. Too sleek. Too curved.<br><br>
<<speech "mc">>These are women’s boots,<</speech>><br>
I said flatly.
She raised a brow.<br><br>
<<speech "veletia">>Yes. And your feet are shaped like a woman’s now.<</speech>><br>
[[Move Forth|female_shoes_1_6]]
<</nobr>><<nobr>>
<<speech "mc">>I was hoping for something... less obvious.<</speech>><br>
<<speech "veletia">>I’m afraid we’re far past hiding, Caelan.<</speech>><br>
She knelt, boots in hand, and patted the edge of the fitting chair.<br><br>
<<speech "veletia">>Sit.<</speech>><br>
<<speech "mc">>No.<</speech>><br>
[[Move Forth|female_shoes_1_7]]
<</nobr>><<nobr>>
<<speech "veletia">>Your balance is worse than you admit. Let me help.<</speech>><br>
<<speech "mc">>I said no.<</speech>><br>
Veletia’s gaze flicked down to my bare legs. Her smile curved, slow and secret.<br><br>
<<speech "veletia">>Would you rather I kneel and dress you standing?<</speech>><br>
I sat. Quickly.
Her smirk deepened, but she said nothing.
She knelt in front of me, calm and steady, and set the boots down beside my feet.
Her fingers slid around my ankle soft, firm pressure and guided my foot into the first boot. It slid in easily.
Too easily.<br><br>
[[Move Forth|female_shoes_1_8]]
<</nobr>><<nobr>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + "shoe_2.png">>
/* <<=$key_img_path>> */
<<set $userBody["shoes"] to {
img: $key_img_path,
curr_top_wear: "shoe_2",
curr_body: $userBody["torso"].orig_body
}>>
<<run $wardrobe.shoes.push({
img: "shoe_2.png",
key: "shoe_2"
})>>
<<speech "mc">>They’re tight,<</speech>><br>
I lied.<br><br>
<<speech "veletia">>They’re perfect,<</speech>><br>
She said, adjusting the fit.<br><br>
<<speech "veletia">>Tell me how it feels.<</speech>><br>
<<speech "mc">>Like boots.<</speech>><br>
Her touch moved to the second foot.<br><br>
[[Move Forth|female_shoes_1_10]]
<</nobr>><<nobr>>
<<speech "veletia">>Do they pinch?<</speech>><br>
<<speech "mc">>No.<</speech>><br>
<<speech "veletia">>Do they gap?<</speech>><br>
<<speech "mc">>No.<</speech>><br>
<<speech "veletia">>Do you want them off?<</speech>><br>
I paused.<br><br>
[[Move Forth|female_shoes_1_11]]
<</nobr>><<nobr>>
<<speech "mc">>...Not yet.<</speech>><br>
She looked up then, eyes catching mine with quiet satisfaction.<br><br>
<<speech "veletia">>That’s what I thought.<</speech>><br>
I scowled, leaning back.<br><br>
<<speech "mc">>Don’t start. I’m not here to be fitted for more.<</speech>><br>
<<speech "veletia">>No?<</speech>><br>
[[Move Forth|female_shoes_1_12]]
<</nobr>><<nobr>>
<<speech "mc">>No corsets. No skirts. No painted lips or perfume.<</speech>><br>
She looked amused.<br><br>
<<speech "veletia">>Shall I throw in the gloves for free, then?<</speech>><br>
<<speech "mc">>Veletia.<</speech>><br>
<<speech "veletia">>Yes, yes.<</speech>><br>
She rose, brushing her hands together.<br><br>
[[Move Forth|female_shoes_1_13]]
<</nobr>><<nobr>>
<<speech "veletia">>You’re not coming back. This is the end. Your final farewell. You’ve graduated from my care.<</speech>><br>
<<speech "mc">>I’m serious.<</speech>><br>
<<speech "veletia">>So am I.<</speech>><br>
<<speech "mc">>I have what I need now.<</speech>><br>
<<speech "veletia">>Clearly,<</speech>><br>
She said, glancing down at my legs.<br><br>
[[Move Forth|female_shoes_1_14]]
<</nobr>><<nobr>>
<<speech "veletia">>Bras. Silk tunics. Panties. And now boots that fit. A fully realized wardrobe for a very proper young lady.<</speech>><br>
I tensed.<br><br>
<<speech "mc">>I’m still me.<</speech>><br>
Her smile softened but not with kindness. With certainty.<br><br>
<<speech "veletia">>Yes,<</speech>><br>
<<speech "veletia">>You are. Just... in bloom.<</speech>><br>
[[Move Forth|female_shoes_1_15]]
<</nobr>><<nobr>>
I looked down at the boots.
They really did fit perfectly. Light against my calves.
Firm across my arches. When I flexed my feet, the leather hugged like a second skin.
They made no sound when I stood silent tread, feminine balance. Soft steps.<br><br>
<<speech "veletia">>They’ll take time to wear in,<</speech>><br>
She said behind me.<br><br>
<<speech "veletia">>But once they do, they’ll move with you.<</speech>><br>
I turned to leave.
But she wasn’t done.<br><br>
<<speech "veletia">>Caelan.<</speech>><br>
I paused.<br><br>
<<speech "veletia">>You’ll be back.<</speech>><br>
[[Move Forth|female_shoes_1_16]]
<</nobr>><<nobr>>
<<speech "mc">>No.<</speech>><br>
<<speech "veletia">>You’ll want to be back.<</speech>><br>
<<speech "mc">>I have everything I need.<</speech>><br>
She walked toward me slowly, one hand brushing my shoulder as she passed.
Her voice slipped close to my ear.<br><br>
<<speech "veletia">>You may have the clothes now,<</speech>><br>
She whispered,<br><br>
[[Move Forth|female_shoes_1_17]]
<</nobr>><<nobr>>
<<speech "veletia">>but soon you’ll realize you don’t yet know how to walk, sit, run, kneel in them.<</speech>><br>
I flinched.<br><br>
<<speech "mc">>I’ll learn.<</speech>><br>
<<speech "veletia">>You’ll want to be taught.<</speech>><br>
<<speech "mc">>I won’t.<</speech>><br>
[[Move Forth|female_shoes_1_18]]
<</nobr>><<nobr>>
<<speech "veletia">>You’ll come back,<</speech>><br>
She said again, stepping back into the shadows of the bloom.<br><br>
<<speech "veletia">>Not for more things. But for the final part.<</speech>><br>
<<speech "mc">>What’s that?<</speech>><br>
Veletia smiled in the dusk-pink light.<br><br>
<<speech "veletia">>To let me guide you to the door....I know you are coming back..<</speech>><br>
[[Move Forth|female_shoes_1_19]]
<</nobr>><<nobr>>
<<set $locationImage = setup.ImagePath + 'location/castle.png'>>
The boots made no sound.<br>
That was the first betrayal.<br>
They moved with me not against.<br>
Not clunky, not too big. Not boots for hunting, not boots for ceremony. Just… soft, knowing things.<br>
They hugged my calves snugly under the hem of my tunic, warming more with every step.<br>
Every subtle sway of my hips shifted the leather slightly, and I felt it always.<br><br>
It should’ve felt like armor.<br>
Instead, it felt like I’d grown new limbs.<br><br>
Veletia hadn’t followed. She didn’t need to. She’d won something the moment I didn’t take the boots off after leaving her chambers.<br>
Not just the boots. She’d stood behind me in the mirror, hands sliding down my thighs as she cinched the tunic’s waist tighter, whispering:<br>
“You feel that curve? That sway in your walk? It’s always been there. I’ve just uncovered it.”<br><br>
Now I walked the eastern corridor back toward my rooms alone. Or so I thought.<br><br>
I should’ve heard them first. I should’ve turned around, or taken the servants’ stair, or waited until night.<br><br>
But then<br><br>
<<speech "alinora">>Caelan.<</speech>><br><br>
My mother’s voice. Crisp. Cool. Queen Alinora did not call people by name unless it was a warning.<br>
I turned.<br><br>
She stood halfway down the corridor, flanked by my father the king-consort and Lady Gisela, her favorite niece.<br>
They were mid-conversation, and I had walked directly into their line of sight.<br><br>
Alinora’s gaze swept me. Not harsh. Assessing. I wore a fitted gray tunic over pale stockings.<br>
Feminine in cut, long enough to be decent, short enough to be unmistakable. The boots peeked out from under the hem.<br>
Her eyes dropped to them. She blinked.<br><br>
Therion was slower to react. He was tall, silver-haired, tired. His expression always hovered somewhere between melancholy and polite confusion.<br>
Gisela, on the other hand beautiful and venomous smirked outright.<br><br>
[[Move Forth|female_shoes_1_20]]
<</nobr>><<nobr>>
<<speech "alinora">>I didn’t expect to see you in the east wing,<</speech>><br>
The queen said carefully.<br><br>
<<speech "mc">>I had a fitting.<</speech>><br>
<<speech "alinora">>With Mistress Roswyn?<</speech>><br>
<<speech "mc">>Yes.<</speech>><br>
<<speech "alinora">>And she gave you…<</speech>><br><br>
Alinora’s voice trailed, but her eyes fell to the boots again.<br>
The air between us stretched tight.<br><br>
[[Move Forth|female_shoes_1_21]]
<</nobr>><<nobr>>
<<speech "alinora">>Those.<</speech>><br>
I stood straighter. As if posture could unstick her gaze from my legs.<br><br>
<<speech "mc">>My others don’t fit.<</speech>><br>
<<speech "alinora">>They were a gift?<</speech>><br>
<<speech "mc">>I requested them.<</speech>><br><br>
There was a pause. A long one.<br>
The silence throbbed like pressure behind the eyes.<br><br>
[[Move Forth|female_shoes_1_22]]
<</nobr>><<nobr>>
<<speech "therion">>They suit you.<</speech>><br>
I flinched.<br>
He looked mildly surprised at my reaction.<br><br>
<<speech "therion">>I meant that as a compliment.<</speech>><br>
<<speech "mc">>I don’t need compliments.<</speech>><br>
Gisela laughed softly, biting into the syllables like ripe fruit.<br><br>
<<speech "gisela">>You clearly need instruction, though.<</speech>><br><br>
[[Move Forth|female_shoes_1_23]]
<</nobr>><<nobr>>
I turned my glare to her.<br><br>
<<speech "mc">>On what?<</speech>><br>
She took a single, elegant step forward.<br><br>
<<speech "gisela">>On balance. Posture. The way you walk in boots like those. That tunic clings, cousin. You sway like a novice courtesan who doesn’t know she’s already being watched.<</speech>><br>
I felt heat rise to my cheeks. The way she said “courtesan” dug deep.<br><br>
<<speech "mc">>I didn’t ask for commentary.<</speech>><br>
<<speech "alinora">>No,<</speech>><br>
Alinora said, finally moving closer.<br><br>
[[Move Forth|female_shoes_1_24]]
<</nobr>><<nobr>>
<<speech "alinora">>But you did wear them through the queen’s hall.<</speech>><br>
I stiffened.<br><br>
<<speech "mc">>These are just shoes.<</speech>><br>
<<speech "alinora">>Nothing is ever ‘just’ anything,<</speech>><br>
She said softly.<br><br>
<<speech "alinora">>Not here.<</speech>><br>
Father studied me.<br><br>
<<speech "therion">>And the tunic?<</speech>><br>
<<speech "mc">>Roswyn measured me for it. Veletia approved it.<</speech>><br><br>
[[Move Forth|female_shoes_1_25]]
<</nobr>><<nobr>>
<<speech "therion">>You look… more comfortable than last I saw.<</speech>><br>
<<speech "mc">>I’m not.<</speech>><br>
<<speech "therion">>You move like you are.<</speech>><br>
I hated that he was right.<br>
My gait had changed. Less rigid. My center shifted forward now when I walked.<br>
I didn’t stomp; the boots wouldn’t allow it. And the softness of the stockings made every step feel like I was brushing secrets beneath my own skin.<br><br>
Gisela circled me once. Not touching. Just… hunting.<br><br>
[[Move Forth|female_shoes_1_26]]
<</nobr>><<nobr>>
<<speech "gisela">>You’ve been fitted for more than shoes,<</speech>><br>
<<speech "gisela">>That tunic Veletia’s design. She’s shaping you.<</speech>><br>
I said nothing.<br>
Alinora’s voice was sharp now.<br><br>
<<speech "alinora">>Do you intend to continue? Are you okay, my dear?<</speech>><br>
<<speech "mc">>With what?<</speech>><br><br>
[[Move Forth|female_shoes_1_27]]
<</nobr>><<nobr>>
<<speech "alinora">>This performance. Is it too hard for you?<</speech>><br>
<<speech "mc">>It’s not <</speech>><br>
<<speech "alinora">>You wear a lady’s tunic. A lady’s boots. You’ve abandoned your former life a bit sooner than I expected.<</speech>><br>
<<speech "mc">>She just gave me clothes that fit. That’s it <</speech>><br>
<<speech "gisela">>Clothes that hug your hips. Squeeze your thighs. That cradle your cock like it’s meant to be hidden.<</speech>><br><br>
[[Move Forth|female_shoes_1_33]]
<</nobr>><<nobr>>
<<speech "gisela">>No,<</speech>><br>
<<speech "gisela">>You’re the softest thing walking these halls.<</speech>><br>
<<speech "mc">>I came for function,<</speech>><br>
I said through my teeth.<br><br>
<<speech "mc">>That’s it.<</speech>><br>
Alinora took a step back, her expression unreadable.<br>
Therion nodded slowly.<br><br>
[[Move Forth|female_shoes_1_33.1]]
<</nobr>><<nobr>>
<<speech "therion">>Then we’ll see, won’t we?<</speech>><br>
They passed me in silence.<br><br>
Only Gisela lingered a moment. She leaned close, her voice velvet.<br><br>
<<speech "gisela">>You say you’re done,<</speech>><br>
She whispered,<br><br>
<<speech "gisela">>but your legs tremble in those boots like they miss being touched.<</speech>><br><br>
My face burned. I shoved past her and didn’t look back.
I made it to my chambers without incident.
Closed the door.
Locked it.
And then collapsed onto the chaise at the foot of my bed, heart pounding.<br><br>
The boots still felt perfect.
Too perfect.
I reached down to pull them off.
And stopped.
My fingers brushed the top of one. Leather. Warm now, shaped to me.
I slid my hand lower, felt the snugness at my calf. The silk of my stocking clung inside, slick where sweat had gathered.
My legs were trembling.<br><br>
Not with fear.
With something else.
I pressed my thighs together.
The boots squeezed gently just a little reminder that they were made for this form.
For me.
And under the tunic, I could feel it again flesh reshaped, smaller, softer, curved now into something the fabric coaxed and hid at once.
I didn’t take them off.
Not yet.<br><br>
[[Move Forth|mc_bed_chamber]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "malgros">>
You're back, princeling? Thought you'd melt after one dose of real magic.
<</speech>>
<br>
<<speech "mc">>
I didn’t come here to impress you. I came for what I need.
<</speech>>
<br>
<<speech "malgros">>
Need gets most killed. But I admire the stupidity. Ask your riddle, then.
<</speech>>
<<elseif _i == 1>>
<<speech "malgros">>
Velmoria’s heirs used to come with swords, not soft eyes and smooth hands.
<</speech>>
<br>
<<speech "mc">>
Maybe this heir brings a sharper mind instead.
<</speech>>
<br>
<<speech "malgros">>
Hah! Talk’s cheap. Minds still burn. Let's test yours—ask your riddle.
<</speech>>
<<elseif _i == 2>>
<<speech "malgros">>
Seen deer with more backbone. You're sure you're here for firethorn resin?
<</speech>>
<br>
<<speech "mc">>
Yes. I’ll take whatever it costs to become what I must.
<</speech>>
<br>
<<speech "malgros">>
We'll see if you're still sure once the riddle burns you first.
<</speech>>
<<elseif _i == 3>>
<<speech "malgros">>
Hmph. You again. Looking more like a princess and less like a fighter every time.
<</speech>>
<br>
<<speech "mc">>
Then I must be on the right path.
<</speech>>
<br>
<<speech "malgros">>
Right path’s still full of traps. Let’s see if you spot one. Riddle time.
<</speech>>
<<elseif _i == 4>>
<<speech "malgros">>
Back already? Magic hasn’t eaten your soul yet? Disappointing.
<</speech>>
<br>
<<speech "mc">>
I’m not that easy to swallow.
<</speech>>
<br>
<<speech "malgros">>
Then chew on this: one wrong answer, and you're walking home with scars.
<</speech>>
<<elseif _i == 5>>
<<speech "malgros">>
Your shadow’s getting lighter, princeling. Losing weight or losing resolve?
<</speech>>
<br>
<<speech "mc">>
Gaining purpose, actually.
<</speech>>
<br>
<<speech "malgros">>
Purpose won’t help you here. But maybe wits will. Let’s find out.
<</speech>>
<<elseif _i == 6>>
<<speech "malgros">>
The tower winds brought gossip. They say the prince smiles now. Dangerous thing.
<</speech>>
<br>
<<speech "mc">>
Only fools fear change. I'm not one of them.
<</speech>>
<br>
<<speech "malgros">>
We’ll see if you're a fool or liar. One question. One chance.
<</speech>>
<<elseif _i == 7>>
<<speech "malgros">>
Hope you brought a backbone with those lips, princeling. Today's item bites.
<</speech>>
<br>
<<speech "mc">>
Then I’ll bite back.
<</speech>>
<br>
<<speech "malgros">>
Feisty. Let's test if your brain’s as sharp as your tongue.
<</speech>>
<<elseif _i == 8>>
<<speech "malgros">>
You still think transformation is a path of petals? It's thorns, blood, and bone.
<</speech>>
<br>
<<speech "mc">>
I know. And I’m not backing down.
<</speech>>
<br>
<<speech "malgros">>
Then earn your bloom. Riddle me, princeling.
<</speech>>
<<elseif _i == 9>>
<<speech "malgros">>
I should start charging for these little performances. You make a good act.
<</speech>>
<br>
<<speech "mc">>
This isn't an act. This is who I must become.
<</speech>>
<br>
<<speech "malgros">>
Then prove it. Mind to mind. Question for vial.
<</speech>>
<<elseif _i == 10>>
<<speech "malgros">>
You’re becoming a regular pest, princeling. Magic vault’s not a bakery.
<</speech>>
<br>
<<speech "mc">>
Then treat me like fire, not dough. I’m not here for pastries.
<</speech>>
<br>
<<speech "malgros">>
Ha! Sharp tongue. Let’s see if your mind’s just as crisp. Ask your riddle.
<</speech>>
<<elseif _i == 11>>
<<speech "malgros">>
Some nobles buy power with gold. You bring only questions and nerves.
<</speech>>
<br>
<<speech "mc">>
Power earned by wit lasts longer than what’s bought with coin.
<</speech>>
<br>
<<speech "malgros">>
Big words. Let’s test that noble brain before I hand over venomroot.
<</speech>>
<<elseif _i == 12>>
<<speech "malgros">>
You smell of perfume and court silk. This is a place of burns and ash.
<</speech>>
<br>
<<speech "mc">>
Even silk can smother flame, if used right.
<</speech>>
<br>
<<speech "malgros">>
Clever. Let’s see if your answers are as tightly woven. Ask away.
<</speech>>
<<elseif _i == 13>>
<<speech "malgros">>
Back again. Trying to be queen or just stubborn?
<</speech>>
<br>
<<speech "mc">>
Both. And I won’t stop until the crown fits.
<</speech>>
<br>
<<speech "malgros">>
Then earn your lace and thorns alike. Time for your trial.
<</speech>>
<<elseif _i == 14>>
<<speech "malgros">>
Every herb you take changes you. Do you even recognize yourself anymore?
<</speech>>
<br>
<<speech "mc">>
I recognize who I’m becoming—and she’s stronger than I ever was.
<</speech>>
<br>
<<speech "malgros">>
Bold. Let’s see if your brain still works beneath all that change.
<</speech>>
<<elseif _i == 15>>
<<speech "malgros">>
Come to sip beauty from glass again, have you? Mirrors lie, potions don’t.
<</speech>>
<br>
<<speech "mc">>
Then I’ll shape truth from fire and liquid. No lies in that.
<</speech>>
<br>
<<speech "malgros">>
We’ll see how truthful you are when the riddle twists your tongue.
<</speech>>
<<elseif _i == 16>>
<<speech "malgros">>
I used to see kings here. Now, soft footed heirs with dreams in bottles.
<</speech>>
<br>
<<speech "mc">>
Maybe it’s time kings learned to dream... or step aside.
<</speech>>
<br>
<<speech "malgros">>
Dreams mean little without answers. Start with this one.
<</speech>>
<<elseif _i == 17>>
<<speech "malgros">>
You look different each time. Bit less prince, bit more... something else.
<</speech>>
<br>
<<speech "mc">>
That something else is exactly who I intend to become.
<</speech>>
<br>
<<speech "malgros">>
Good. Becoming something costs. Riddle me before I give you a drop.
<</speech>>
<<elseif _i == 18>>
<<speech "malgros">>
You brought back the last batch alive? Hmph. Maybe you’re harder to kill than I thought.
<</speech>>
<br>
<<speech "mc">>
You’ll find I’m full of surprises.
<</speech>>
<br>
<<speech "malgros">>
Then surprise me with a correct answer. Here’s your riddle.
<</speech>>
<<elseif _i == 19>>
<<speech "malgros">>
Ten visits already, and you still haven’t cried. Not bad, princeling.
<</speech>>
<br>
<<speech "mc">>
I’ve cried. Just not in front of you.
<</speech>>
<br>
<<speech "malgros">>
Smart. Tears don’t buy ingredients. But maybe your mind can.
<</speech>>
<</if>>
<br>
[[Ask Your Riddle|riddle]] | [[Leave Essence Valut|castle_map_back_select]]
<</nobr>><<nobr>>
<<if $ingredientChoices >= $maxChoices>>
<<speech "malgros">>You have already selected your three ingredients. Go away thats all you getting today<</speech>>
<br><br>
<<link "Leave Essence Vault">><<goto "castle_map_back_select">><</link>>
<<else>>
<h3 style="text-align: center;">Choose your ingredient (<<= $ingredientChoices>>/<<= $maxChoices>> chosen)</h3>
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<div class="item-grid">
<<for _key, _data range setup.storeItems>>
<<set _current = $userItems[_key]["amount"] || 0>>
<div class="item-card">
<<capture _key _data>>
[img[_data.img]]
<<set $reverse_passage_ingredient = "ingredient_selection">>
<div class="ingredient_details"><<link _data.name>><<set $selectedIngredient = _key>><<goto "IngredientDetail">><</link>></div>
<<link "Pick">>
<<set $userItems[_key]["amount"] += _data.value>>
<<set $ingredientChoices += 1>>
<p>You added 10<<= _data.unit>> of <<= _data.name>>.</p>
<<goto "ingredient_selection">>
<</link>>
<</capture>>
</div>
<</for>>
</div>
<br><br>
<<link "Leave Essence Vault">><<goto "castle_map_back_select">><</link>>
<</if>>
<</nobr>><<nobr>>
<<set _item = setup.storeItems[$selectedIngredient]>>
<h3 style="text-align: center;"><<=_item.name>></h3>
<div style="text-align: center;" class="ingredients-main-img">[img[_item.img]]</div>
<div class="ingredient_text">
<p><<=_item.effect>></p>
<p><<=_item.description>></p>
<p>Serving amount: <<=_item.min_amount>><<=_item.unit>></p>
[[Close the Ingredinet Details|$reverse_passage_ingredient]]
</div>
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "maera">>
You sneak into a lady’s chambers without knocking now? Careful, Your Grace I might get ideas.
<</speech>>
<br>
<<speech "mc">>
What if I wanted you to get ideas?
<</speech>>
<br>
<<speech "maera">>
Then you’d best learn to handle them, princeling. I’m sharper than I look.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "maera">>
Took you long enough. I was beginning to think the palace swallowed you whole.
<</speech>>
<br>
<<speech "mc">>
Maybe I just missed your face more than I care to admit.
<</speech>>
<br>
<<speech "maera">>
Flattery? From you? What do you want tea or trouble?
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "maera">>
You’ve got that storm-in-your-eyes look again. Come here before you sink the whole kingdom with it.
<</speech>>
<br>
<<speech "mc">>
I thought you liked storms.
<</speech>>
<br>
<<speech "maera">>
Only the ones I can tame. And I’m still working on you.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "maera">>
You're bleeding again. Did the sword lesson go poorly, or are you just showing off for me?
<</speech>>
<br>
<<speech "mc">>
If I were showing off, I’d be shirtless and dramatically brooding.
<</speech>>
<br>
<<speech "maera">>
Careful I do know how to swoon.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "maera">>
You're late. If I’d known royalty moved this slowly, I’d have started without you.
<</speech>>
<br>
<<speech "mc">>
I had to look good for you. A terrible burden.
<</speech>>
<br>
<<speech "maera">>
Oh please, you looked good the moment you started walking like you meant it.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "maera">>
You’ve changed, you know. Not just the clothes, or the walk. Something deeper.
<</speech>>
<br>
<<speech "mc">>
Is that good or bad?
<</speech>>
<br>
<<speech "maera">>
It’s terrifying. And I’ve never been prouder.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "maera">>
Why are you staring at me like that?
<</speech>>
<br>
<<speech "mc">>
Just wondering how you manage to look that stunning and still boss me around.
<</speech>>
<br>
<<speech "maera">>
Because I’m magic. Didn’t you notice?
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "maera">>
Another lesson in etiquette today? Try not to stab anyone with your fork this time.
<</speech>>
<br>
<<speech "mc">>
Only if they don’t insult you first.
<</speech>>
<br>
<<speech "maera">>
Careful. Loyalty like that might make a girl swoon.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "maera">>
If you’re here to brood, there’s a corner for that. If you’re here for company, I saved you the good seat.
<</speech>>
<br>
<<speech "mc">>
I came for you. The seat is just a bonus.
<</speech>>
<br>
<<speech "maera">>
Gods help me, you’re learning charm.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "maera">>
One day you’ll rule this kingdom. Doesn’t mean you get to rule me.
<</speech>>
<br>
<<speech "mc">>
Wouldn’t dream of it. I’d rather earn your loyalty than demand it.
<</speech>>
<br>
<<speech "maera">>
Good answer. Keep that up, and I might just kiss you.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "maera">>
You know, if you keep looking at me like that, I might forget you're royalty.
<</speech>>
<br>
<<speech "mc">>
Maybe I want you to forget. Just for tonight.
<</speech>>
<br>
<<speech "maera">>
Dangerous talk… and I’m not in the habit of resisting danger.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "maera">>
That collar’s too tight. Whoever dressed you clearly doesn't know how to leave room to breathe or bite.
<</speech>>
<br>
<<speech "mc">>
Then maybe you should undress me next time. For safety.
<</speech>>
<br>
<<speech "maera">>
Careful. I am trained in quick removals.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "maera">>
There are rumors going around that the prince has a lover.
<</speech>>
<br>
<<speech "mc">>
Really? And who’s the lucky soul?
<</speech>>
<br>
<<speech "maera">>
That’s the fun part they say it’s a servant girl with a wicked tongue and a better smile.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "maera">>
I had a dream about you last night. You were wearing less… and saying more.
<</speech>>
<br>
<<speech "mc">>
I can’t decide which part I envy more.
<</speech>>
<br>
<<speech "maera">>
I’ll let you choose next time we’re both dreaming.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "maera">>
You're far too composed. A little undone would suit you.
<</speech>>
<br>
<<speech "mc">>
Is that your way of offering to help with that?
<</speech>>
<br>
<<speech "maera">>
Only if you're brave enough to let me.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "maera">>
Tell me something true, Caelan. Something raw.
<</speech>>
<br>
<<speech "mc">>
I think about kissing you more than I should.
<</speech>>
<br>
<<speech "maera">>
Good. Because I’ve stopped pretending I don’t want the same.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "maera">>
Sometimes I wonder what would happen if I just… stepped closer.
<</speech>>
<br>
<<speech "mc">>
Then I’d stop wondering and kiss you.
<</speech>>
<br>
<<speech "maera">>
Gods, say that again. Slower.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "maera">>
I cleaned your linens this morning. You talk in your sleep, you know.
<</speech>>
<br>
<<speech "mc">>
Should I be worried?
<</speech>>
<br>
<<speech "maera">>
Only if you didn’t mean it when you said my name like that.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "maera">>
Most nobles want me quiet, invisible. But you… you always see me.
<</speech>>
<br>
<<speech "mc">>
How could I not? You burn brighter than any court jewel.
<</speech>>
<br>
<<speech "maera">>
Say things like that again and I’ll forget every line of duty I ever learned.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "maera">>
We’re alone. No titles. No duties. Just… you and me.
<</speech>>
<br>
<<speech "mc">>
Then let me be nothing but yours for a while.
<</speech>>
<br>
<<speech "maera">>
Don’t tempt me, Caelan… unless you mean to follow through.
<</speech>>
<br>
<</if>>
<<if $curr_crotch > 2 && !$maera_blow_job_1>>
[[Ask for Oral Sex|maera_blow_job_1]] | <br><br>
<</if>>
<<if $curr_crotch > 2 && !$maera_sex_1>>
[[Ask to have Sex|maera_sex_1]] | <br><br>
<</if>>
<<if $curr_chest > 3 && !$maera_sex_2>>
[[Have Conversation with Maera|maera_sex_2]] | <br><br>
<<elseif $curr_chest > 4 && !$maera_sex_3>>
[[Have Conversation with Maera|maera_sex_3]] | <br><br>
<<elseif $curr_chest > 5 && !$maera_sex_4>>
[[Have Conversation with Maera|maera_sex_4]] | <br><br>
<<elseif $curr_chest > 6 && !$maera_sex_5>>
[[Have Conversation with Maera|maera_sex_5]] | <br><br>
<<elseif $curr_chest > 7 && !$maera_sex_6>>
[[Have Conversation with Maera|maera_sex_6]] | <br><br>
<</if>>
[[Leave Maera|maera_chamber_map_select]] |<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<set $maera_blow_job_1 to true>>
<<nobr>>
<<speech "mc">>Maera, I need your help tonight.<</speech>><br>
<<speech "maera">>As always, Your Highness, But remember, this is our secret<</speech>><br>
<<speech "maera">>You're restless, my prince, What troubles you?<</speech>><br>
<<speech "mc">>I feel... torn, Maera. I am a prince, soon to be princess, yet I crave the touch of a woman.
I dream of silk gowns and soft words, yet I am expected to don armor and command armies.<</speech>><br>
[[Move Forth|maera_blow_job_1_1]]
<</nobr>><<nobr>>
<<speech "maera">>You are more than your title, Caelan. You are strength and kindness, courage and compassion.
You will be a queen who rules with both heart and steel.<</speech>><br>
<<speech "mc">>"queen." You... you understand, Maera?<</speech>><br>
<<speech "maera">>I've been your shadow since we were children, Caelan.
I know you better than you know yourself. And I know you're not ready to let the world see the real you yet.<</speech>><br>
<<speech "mc">>You've always been my rock, Maera. My confidante, my protector.<</speech>><br>
[[Move Forth|maera_blow_job_1_2]]
<</nobr>><<nobr>>
<<speech "maera">>And I always will be, Caelan. But I can be more. I can be your lover, your secret, your escape.<</speech>><br>
My heart pounded in my chest. I had dreamed of this moment, of Maera's touch, her kiss.
I leaned in, my lips meeting hers in a soft, tentative kiss.
Maera responded, her hands reaching up to cup my face, her fingers tangling in my hair.<br><br>
<<speech "mc">>Maera, I want you. I want to feel your touch, your kiss. I want to lose myself in you.<</speech>><br>
<<speech "maera">>Then take me, Caelan. Take what you want.<</speech>><br>
My hands trembled as I reached for the laces of Maera's dress, my fingers fumbling in my haste. Maera chuckled, her hands covering me, guiding me. <br><br>
<<speech "maera">>Patience, my prince. We have all night.<</speech>><br>
[[Move Forth|maera_blow_job_1_3]]
<</nobr>><<nobr>>
The dress fell away, revealing Maera's petite form, her skin glowing in the firelight.
My breath caught as I took in her beauty, my eyes tracing the curve of her breasts, the dip of her waist, the flare of her hips.
I reached out, her fingers brushing against her nipple, feeling it harden at my touch.<br><br>
Maera gasped, her head falling back, exposing the long line of her neck.
I leaned in, my lips finding the pulse point at the base of her throat, my tongue flicking out to taste her skin.
I could feel her heartbeat, fast and steady, mirroring my own.<br><br>
<<speech "maera">>Caelan, Please...<</speech>><br>
My hands roamed her body, exploring every curve, every dip.
I found the heat between her legs, my fingers slipping inside her, feeling her wetness, her desire.
Maera's hips moved against my hand, her breath coming in short gasps.<br><br>
<<speech "maera">>Caelan, I want to taste you. I want to feel you in my mouth.<</speech>><br>
My cock twitched at her words, a bead of pre cum forming at the tip.
I stepped back, my hands going to the laces of my breeches, my eyes never leaving Maera's.
She watched me, her tongue darting out to wet her lips, her eyes dark with desire.<br><br>
<<speech "maera">>Let me<</speech>><br>
She pushed my hands away, her fingers deftly unlacing my breeches, pushing them down to reveal my hard cock.
She looked up at me, her eyes meeting mine, before leaning in, her tongue flicking out to taste the bead of pre cum at the tip.<br><br>
[[Move Forth|maera_blow_job_1_4]]
<</nobr>><<nobr>>
<<speech "mc">>Fuck, Maera<</speech>><br>
My hands finding her hair, tangling in the dark curls.
Maera hummed, her mouth taking him in, her tongue swirling around my cock, her lips tight.
My hips moved, my cock sliding in and out of Maera's mouth, my groans filling the room.<br><br>
<<speech "mc">>Maera, I'm going to come. I'm going to come in your mouth.<</speech>><br>
<<speech "maera">>Come for me, Caelan. I want to taste you.<</speech>><br>
With a final thrust, I came, my cock pulsing in Maera's mouth, my cum filling her.
Maera swallowed, her eyes never leaving me, a satisfied smile on her lips.<br><br>
[[Leave her|maera_chamber_map_select]] | <br><br>
[[Lick Her Pussy|maera_blow_job_1_5]]
<</nobr>><<nobr>>
<<speech "maera">>My turn...<</speech>><br>
She pushed me back onto the bed, her hands going to her own breasts, pinching her nipples, her back arching.
I watched, my cock already hardening again, my eyes dark with desire.<br><br>
<<speech "mc">>Maera, I need to taste you. I need to feel you come on my tongue.<</speech>><br>
Maera straddled me, her pussy hovering over my mouth.
I reached up, my hands grabbing her hips, pulling her down, my tongue finding her clit, flicking against it.
Maera moaned, her hips moving, riding my tongue.<br><br>
<<speech "maera">>Caelan, I'm going to come. I'm going to come on your tongue.<</speech>><br>
[[Move Forth|maera_blow_job_1_6]]
<</nobr>><<nobr>>
I growled, my tongue moving faster, my fingers finding her entrance, slipping inside her, feeling her tighten around me.
Maera's moans filled the room, her body tensing, her orgasm washing over her.
I felt her, felt her come on my tongue, her taste filling my mouth.<br><br>
Maera collapsed onto the bed beside me, her breath coming in short gasps.
I turned to her, my hand reaching out, my fingers tracing the curve of her breast. <br><br>
<<speech "mc">>Maera, I love you.<</speech>><br>
<<speech "maera">>And I love you, Caelan. My prince, my lover, my soon to be queen.<</speech>><br>
[[Leave her|maera_chamber_map_select]]
<</nobr>><<nobr>>
<<set $maera_sex_1 = true>>
Maera looked up at me, surprise and confusion in her eyes as she stepped aside to let me into her room.
It was so much smaller and cozier than my own grand chamber, which felt almost cold and empty in comparison.
A single candle on the nightstand was the only source of light, casting shadows across the walls as it flickered with our movements.<br><br>
<<speech "maera">>What's going on, Caelan?<</speech>><br>
<<speech "mc">>I couldn't sleep, I just had to see you.<</speech>><br>
she whispered, closing the door softly behind me.<br><br>
<<speech "maera">>What's really bothering you?<</speech>><br>
<<speech "mc">>It's everything, This... change, this uncertainty.
And you, Maera. You're the one thing in my life that's constant, and I'm afraid it'll all just slip away.<</speech>><br>
[[Move Forth|maera_sex_1_1]]
<</nobr>><<nobr>>
Maera reached up, her hand gently touching my face, pushing a stray lock of hair out of my eyes. <br><br>
<<speech "maera">>I won't slip away, But you do need to be careful. If anyone finds out about us...<</speech>><br>
Her words trailed off, but I knew what she meant.
The risk was real, but in that moment, it didn't matter.
I craved the connection we shared, the warmth and passion that could only be found in each other's arms. <br><br>
<<speech "mc">>I know, But I can't help it, Maera. I need you. I need this.<</speech>><br>
Maera's eyes searched my own for a brief moment before she spoke again.
<<speech "maera">>Then take what you need, <</speech>><br>
My heart pounded as I leaned in, my hand covering hers. Our lips met in a gentle, tentative kiss that grew more urgent with each passing second.
She melted against me, her arms winding around my neck as our kiss deepened.<br><br>
[[Move Forth|maera_sex_1_2]]
<</nobr>><<nobr>>
Maera's breath hitched as our tongues danced together, and I knew she felt the same desperation I did.<br><br>
<<speech "maera">>Caelan, we shouldn't... not here.<</speech>><br>
<<speech "mc">>I know, but I can't stop. I need you.<</speech>><br>
Her eyes searched mine, and she seemed to understand.<br><br>
<<speech "maera">>Then take me, my prince. Make me yours.<</speech>><br>
[[Move Forth|maera_sex_1_3]]
<</nobr>><<nobr>>
I didn't need any more encouragement.
I picked her up and carried her to the bed, laying her down carefully.
We kissed again, our bodies tangling together, our hands exploring every inch of each other.<br><br>
Maera's voice was a breathy moan against my skin as I moved lower, my mouth finding her breasts.
Her fingers tightened in my hair, and I knew she was close.
I kissed my way down to her center, my tongue finding her wetness, making her buck and whimper beneath me.<br><br>
<<speech "maera">>Caelan, yes, just like that. I'm going to cum.<</speech>><br>
Her words spurred me on, my mouth and hands working in unison to bring her to the brink of ecstasy.
When she finally did, her body shuddered and her nails dug into my skin.<br><br>
Her words spurred me on, my mouth and hands working in unison to bring her to the brink of ecstasy.
When she finally did, her body shuddered and her nails dug into my skin.
My tongue moved faster, my fingers slipped in alongside, feeling her walls tighten around me.
She came with a scream, her body seizing, her legs trembling, and her grip on my hair almost painful.
I moved up her body, my lips finding hers, my tongue pushing into her mouth, letting her taste herself on me.
She moaned, her hands moving to my cock, stroking me, making me harder.<br><br>
Moving up her body, I claimed her mouth, my tongue delving in, sharing her sweet taste.
Her hands found their way to my cock, stroking me, making me even harder.
<<speech "maera">>I want you inside me, Caelan, I want to feel you fuck me.<</speech>><br>
[[Move Forth|maera_sex_1_4]]
<</nobr>><<nobr>>
I growled, my hands moving to her hips, lifting her slightly.
I positioned myself at her entrance, my eyes meeting hers.
<<speech "mc">>Are you sure, Maera?<</speech>><br>
<<speech "maera">>Yes, Yes, Caelan. Fuck me. Make me yours.<</speech>><br>
I pushed inside her, feeling her tightness envelop me, making me groan.
She gasped, her body arching into me, her legs wrapping around my waist, pulling me deeper.<br><br>
<<speech "maera">>Oh, Caelan, Yes, just like that. Fuck me, Caelan. Fuck me hard.<</speech>><br>
I pushed in, feeling her tightness clench around me, making me groan in pure bliss.
She gasped, her body arching into me, her legs wrapping around my waist, urging me deeper.
<br><br>
<<speech "mc">>Maera, I'm going to cum, Maera,<</speech>><br>
[[Cum Outside Her and Leave Maera|maera_chamber_map_select]]
[[Cum Inside Maera|maera_sex_1_5]]
<</nobr>><<nobr>>
<<speech "maera">>Yes, Come inside me, Caelan. Fill me up.<</speech>><br>
<<speech "mc">>Maera, are you sure?<</speech>><br>
<<speech "maera">>Yes, Caelan, please<</speech>><br>
I couldn't hold back anymore, my body bucked, and I released everything I had inside her, filling her completely.
She responded with her own moan, our bodies moving together in perfect rhythm.<br><br>
We lay there, our bodies entwined, our breaths slowly returning to normal.
I leaned down, my lips finding hers in a soft, tender kiss.<br><br>
<<speech "mc">>I love you, Maera<</speech>><br>
<<speech "maera">>I love you too, Caelan. Always.<</speech>><br>
[[Leave Mera|maera_chamber_map_select]]
<</nobr>><<nobr>>
<<set $maera_sex_2 = true>>
<<speech "maera">>You took long enough, princess.<</speech>><br>
<<speech "mc">>Don’t call me that. Not yet.<</speech>><br>
<<speech "maera">>Then prove it.<</speech>><br>
I leaned down to kiss her hungrily at first, then slower, more uncertain.<br>
<<speech "mc">>I missed this… missed you.<</speech>><br>
[[Move Forth|maera_sex_2_1]]
<</nobr>><<nobr>>
Her hands slid under my tunic, grazing my chest.<br>
<<speech "maera">>You feel... different. Softer.<</speech>><br>
I winced as her thumb circled a nipple, too sensitive.<br>
<<speech "mc">>Ah… careful. They ache now.<</speech>><br>
<<speech "maera">>Since when do your nipples react like mine?<</speech>><br>
I sat on the edge of the bed, eyes on the floor.<br>
<<speech "mc">>The first draught. The mage said it would start with sensitivity.<</speech>><br>
[[Move Forth|maera_sex_2_2]]
<</nobr>><<nobr>>
She pulled me back onto the bed, straddling my lap.<br>
<<speech "maera">>You’re still warm. Still you. Can I…?<</speech>><br>
I nodded. She lifted my tunic, exposing my bare chest.<br>
<<speech "maera">>Gods. They’re really… growing, aren’t they?<</speech>><br>
I caught her hands.<br>
<<speech "mc">>It’s not much. Just... different.<</speech>><br>
She leaned in, kissing down my neck.<br>
<<speech "maera">>Different can be good.<</speech>><br>
[[Move Forth|maera_sex_2_3]]
<</nobr>><<nobr>>
Her tongue teased my nipple, making me flinch.<br>
<<speech "mc">>M-Maera…<</speech>><br>
<<speech "maera">>You're blushing. Never seen you like this before.<</speech>><br>
I pushed her onto her back, taking control for now.<br>
<<speech "mc">>Let me remind you I’m still your prince.<</speech>><br>
<<speech "maera">>Then do it. Take what’s yours.<</speech>><br>
Our mouths crashed together, hands tangled in hair, her legs wrapping around my waist.<br>
[[Move Forth|maera_sex_2_4]]
<</nobr>><<nobr>>
<<speech "maera">>Still hard. That’s a relief.<</speech>><br>
I hesitated, pressing against her entrance, feeling how she welcomed me like always.<br>
<<speech "mc">>You’re always ready for me.<</speech>><br>
She gasped as I began to move.<br>
<<speech "maera">>Don’t stop. Gods, don’t stop.<</speech>><br>
But something was different. My body felt more reactive, almost too sensitive.<br>
<<speech "mc">>Why do my nipples feel like they’re on fire?<</speech>><br>
[[Move Forth|maera_sex_2_5]]
<</nobr>><<nobr>>
<<speech "maera">>What’s wrong?<</speech>><br>
<<speech "mc">>Nothing. Just… trying to keep control.<</speech>><br>
She kissed my jaw, murmuring into my skin.<br>
<<speech "maera">>You used to last longer.<</speech>><br>
My hips faltered, thrusts growing shallow.<br>
<<speech "mc">>It’s hard to focus. Everything’s so sensitive.<</speech>><br>
[[Move Forth|maera_sex_2_6]]
<</nobr>><<nobr>>
She moaned, but her gaze stayed distant.<br>
<<speech "maera">>Feels good. Just… not the same.<</speech>><br>
I paused, buried inside her, chest heaving.<br>
<<speech "mc">>Am I… disappointing you?<</speech>><br>
She met my gaze.<br>
<<speech "maera">>No. Just surprising me.<</speech>><br>
She rolled me over, taking control, riding me with a slow, practiced rhythm.<br>
<<speech "maera">>Let me… just feel you. While I still can.<</speech>><br>
[[Move Forth|maera_sex_2_7]]
<</nobr>><<nobr>>
I gripped her thighs, watching her move strong, beautiful.<br>
<<speech "mc">>You’re incredible.<</speech>><br>
She leaned down, kissed me deeply.<br>
<<speech "maera">>You’re still mine.<</speech>><br>
Our bodies arched together. I climaxed too quickly, surprising even myself.<br>
<<speech "mc">>I Maera !<</speech>><br>
She continued moving a little longer, chasing her own end, but didn’t reach it.<br>
<<speech "maera">>…You finished already?<</speech>><br>
[[Move Forth|maera_sex_2_8]]
<</nobr>><<nobr>>
Guilt hit me hard. I sat up, reaching for her.<br>
<<speech "mc">>I’m sorry. I can make it up to you <</speech>><br>
She stopped my hand, smiling softly.<br>
<<speech "maera">>No. It’s okay.<</speech>><br>
But the smile didn’t reach her eyes.<br>
<<speech "maera">>It’s just… I didn’t expect you to change this fast.<</speech>><br>
I lay beside her, staring at the ceiling.<br>
<<speech "mc">>Neither did I.<</speech>><br>
[[Move Forth|maera_sex_2_9]]
<</nobr>><<nobr>>
She traced circles on my chest.<br>
<<speech "maera">>Still feel like you… just with softer edges.<</speech>><br>
I took her hand, pressing it to my heart.<br>
<<speech "mc">>Do you still want me?<</speech>><br>
She didn’t answer right away.<br>
<<speech "maera">>I want all of you. Even the parts I’m scared to lose.<</speech>><br>
I kissed her forehead.<br>
<<speech "mc">>I’m not going anywhere.<</speech>><br>
[[Move Forth|maera_sex_2_10]]
<</nobr>><<nobr>>
Silence fell between us, only our breathing remained.<br>
<<speech "maera">>Let’s just stay like this. While we still can.<</speech>><br>
[[Leave Maera|maera_chamber_map_select]] |<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $maera_sex_3 = true>>
<<speech "maera">>You sneak in here like a thief every night, and yet you never steal a kiss properly.<</speech>><br>
<<speech "mc">>I was hoping you'd steal it from me instead.<</speech>><br>
<<speech "maera">>You always knew how to make my knees weak, you royal brat.<</speech>><br>
<<speech "maera">>You smell different lately. Like moon blossoms and... change.<</speech>><br>
[[Move Forth|maera_sex_3_1]]
<</nobr>><<nobr>>
<<speech "mc">>You trying to say I smell like a girl now?<</speech>><br>
<<speech "maera">>Maybe. But you're still my prince... for now.<</speech>><br>
<<speech "mc">>Does that bother you?<</speech>><br>
<<speech "maera">>Ask me again after you don’t need me anymore.<</speech>><br><br>
[[Move Forth|maera_sex_3_2]]
<</nobr>><<nobr>>
<<speech "maera">>You’re slipping through my fingers. One potion at a time.<</speech>><br>
<<speech "mc">>I’m still me, Maera.<</speech>><br>
<<speech "maera">>I know. But you won’t always be mine.<</speech>><br>
<<speech "maera">>Your touch is changing. Softer, like silk instead of steel.<</speech>><br>
[[Move Forth|maera_sex_3_3]]
<</nobr>><<nobr>>
<<speech "mc">>Does that make it less worth holding?<</speech>><br>
<<speech "maera">>No. It makes it harder to let go.<</speech>><br>
<<speech "maera">>I never feared the Queen’s court or the knives in the dark. But this? Losing this part of you? It scares me.<</speech>><br>
<<speech "mc">>Then hold on to me while I still have it.<</speech>><br><br>
[[Move Forth|maera_sex_3_4]]
<</nobr>><<nobr>>
<<speech "maera">>Still want me? Even with everything else... changing?<</speech>><br>
<<speech "mc">>I don’t want anyone else.<</speech>><br>
<<speech "maera">>Good. Because I need to feel you... before you forget how.<</speech>><br>
<<speech "mc">>Maera… it’s not just my body that’s shifting.<</speech>><br>
[[Move Forth|maera_sex_3_5]]
<</nobr>><<nobr>>
<<speech "maera">>Then make me remember who you are. Here. Now.<</speech>><br>
<<speech "maera">>You still fit against me like before. But it feels different… warmer… softer.<</speech>><br>
<<speech "mc">>Is that a complaint or a compliment?<</speech>><br>
<<speech "maera">>Both.<</speech>><br><br>
[[Move Forth|maera_sex_3_6]]
<</nobr>><<nobr>>
<<speech "maera">>You’re not as hard as you used to be…<</speech>><br>
<<speech "mc">>The potions… they’re working.<</speech>><br>
<<speech "maera">>I miss how you used to pin me. The way you… filled me.<</speech>><br>
<<speech "mc">>Maera, I <</speech>><br>
[[Move Forth|maera_sex_3_7]]
<</nobr>><<nobr>>
<<speech "maera">>Don’t apologize. Just… pretend. Tonight.<</speech>><br>
<<speech "maera">>Let me mourn you like this… one last time.<</speech>><br>
<<speech "mc">>It doesn’t have to be the last.<</speech>><br>
<<speech "maera">>But it will be.<</speech>><br><br>
[[Move Forth|maera_sex_3_8]]
<</nobr>><<nobr>>
<<speech "maera">>Do you think she’ll still let me stay? After you’re crowned?<</speech>><br>
<<speech "mc">>You’ll always have a place beside me.<</speech>><br>
<<speech "maera">>Not beside. Behind. That’s what queens demand.<</speech>><br>
<<speech "mc">>Then I’ll be a different kind of queen.<</speech>><br>
[[Move Forth|maera_sex_3_9]]
<</nobr>><<nobr>>
<<speech "maera">>Not if they carve the prince out of you completely.<</speech>><br>
<<speech "maera">>Will you still kiss me once your lips wear rouge?<</speech>><br>
<<speech "mc">>Every kiss will taste sweeter with you.<</speech>><br><br>
<<speech "maera">>Your chest... it’s swelling. Like ripe fruit. I don’t know if I want to touch or cry.<</speech>><br>
[[Move Forth|maera_sex_3_10]]
<</nobr>><<nobr>>
<<speech "maera">>Your voice when you moan now it’s higher. Softer. Are you hearing it?<</speech>><br>
<<speech "maera">>The way you walk… you’ve stopped leading with your shoulders.<</speech>><br>
<<speech "mc">>And started swaying with my hips. I noticed.<</speech>><br>
<<speech "maera">>It’s… oddly arousing. And deeply sad.<</speech>><br>
[[Move Forth|maera_sex_3_11]]
<</nobr>><<nobr>>
<<speech "maera">>Will you one day want someone who doesn’t remind you of your old self?<</speech>><br>
<<speech "mc">>Why would I want anyone but the one who knows me best?<</speech>><br>
<<speech "maera">>Even if you become a stranger to yourself?<</speech>><br>
<<speech "mc">>Then I’ll need you more than ever.<</speech>><br><br>
[[Move Forth|maera_sex_3_12]]
<</nobr>><<nobr>>
<<speech "maera">>If they take everything else from you... let me be the last thing they can’t change.<</speech>><br>
<<speech "mc">>Then be my anchor, Maera. No matter how deep this sea pulls me.<</speech>><br>
[[Leave Maera|maera_chamber_map_select]] |<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $maera_sex_4 = true>>
<<speech "maera">>Another dose tonight?<</speech>><br>
<<speech "mc">>Yes. My chest feels… tight. Sensitive.<</speech>><br>
<<speech "maera">>It shows. They’re starting to bounce when you move.<</speech>><br><br>
<<speech "maera">>They used to be flat. Yours. Hard. Like the rest of you.<</speech>><br>
[[Move Forth|maera_sex_4_1]]
<</nobr>><<nobr>>
<<speech "mc">>Do they bother you?<</speech>><br>
<<speech "maera">>Only when I miss what came before.<</speech>><br><br>
<<speech "maera">>You’re not hard.<</speech>><br>
<<speech "mc">>I can try <</speech>><br>
[[Move Forth|maera_sex_4_2]]
<</nobr>><<nobr>>
<<speech "maera">>You used to not need to try.<</speech>><br><br>
<<speech "maera">>Maybe if I touch you more… maybe you’ll remember how it felt.<</speech>><br>
<<speech "maera">>You used to fill me so deep. Push until I screamed your name. Where’s that Caelan now?<</speech>><br><br>
<<speech "mc">>I want to please you. Even if it’s… different now.<</speech>><br><br>
[[Move Forth|maera_sex_4_3]]
<</nobr>><<nobr>>
<<speech "maera">>It’s not the same. You’re softer, gentler. Too gentle.<</speech>><br>
<<speech "maera">>Gods, I don’t want gentle. I want you to fuck me like you used to.<</speech>><br><br>
<<speech "mc">>I can’t. It’s the potions. It’s <</speech>><br>
<<speech "maera">>It’s not just the potions. It’s you. You’re changing, and I’m still here, aching for the man who’s disappearing.<</speech>><br><br>
[[Move Forth|maera_sex_4_4]]
<</nobr>><<nobr>>
<<speech "maera">>Come on. Remember what this felt like. Me riding you until you couldn’t breathe…<</speech>><br><br>
<<speech "maera">>I don’t know how to want you like this. I want to. But I keep looking for him.<</speech>><br>
<<speech "mc">>I’m still here, Maera.<</speech>><br>
<<speech "maera">>Then why do you feel like a stranger beneath me?<</speech>><br><br>
[[Move Forth|maera_sex_4_5]]
<</nobr>><<nobr>>>>
<<speech "mc">>I’m becoming who I need to be… for Velmoria, for the throne… for me.<</speech>><br>
<<speech "maera">>And what about me?! What am I becoming, Caelan? Just another court relic? Another maid without a man to love?<</speech>><br><br>
<<speech "maera">>You’ll be a queen soon. They’ll paint your face, dress your body, teach you how to moan like a lady.<</speech>><br>
<<speech "mc">>Do I not already?<</speech>><br>
[[Move Forth|maera_sex_4_6]]
<</nobr>><<nobr>>
<<speech "maera">>Not like before. Before you made me moan.<</speech>><br><br>
<<speech "mc">>Then let me learn again. As I am now. Let me find new ways to make you cry out.<</speech>><br>
<<speech "maera">>Try then. But don’t ask me to pretend it’s the same.<</speech>><br><br>
<<speech "mc">>I’m fighting it, Maera. I still want you. I still need you.<</speech>><br>
[[Move Forth|maera_sex_4_7]]
<</nobr>><<nobr>>
<<speech "maera">>Then fight harder. Because soon you won’t have the tools to show me anymore.<</speech>><br><br>
<<speech "maera">>If this is our last time like this… then make it count. Make me feel him one more time.<</speech>><br>
<<speech "mc">>Then let me try.<</speech>><br>
[[Leave Maera|maera_chamber_map_select]] |<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $maera_sex_5 = true>>
Maera looks up as I push the door open, the hinges creaking under the weight of the storm.<br>
<<speech "maera">>Storm’s got you sneaking in like a thief.<</speech>><br>
I close the door behind me, water dripping from my cloak.<br>
<<speech "mc">>If I’m a thief, I’m here to steal you.<</speech>><br>
She smirks, but her gaze lingers—my tunic clings differently now.<br>
<<speech "maera">>You’re… smaller.<</speech>><br>
I laugh nervously, unfastening the wet fabric.<br>
<<speech "mc">>It’s not just the rain.<</speech>><br>
[[Move Forth|maera_sex_5_1]]
<</nobr>><<nobr>>
Beneath the tunic, my chest is bare—two subtle mounds pressing outward, flushed and firm.<br>
<<speech "maera">>You’re really growing…<</speech>><br>
She stands, stepping close, her fingers brushing the edge of one breast.<br>
<<speech "maera">>They bounce when you walk now.<</speech>><br>
I flinch when she pinches a nipple lightly.<br>
<<speech "mc">>They’re… sensitive. Too much, sometimes.<</speech>><br>
Her breath warms my skin near my collarbone.<br>
<<speech "maera">>Can I taste?<</speech>><br>
[[Move Forth|maera_sex_5_2]]
<</nobr>><<nobr>>
I nod. She leans in, licking and sucking gently at the nipple, her breath hot and teasing.<br>
<<speech "maera">>Gods, you taste like me.<</speech>><br>
A gasp escapes my lips, my back arching instinctively.<br>
<<speech "mc">>That feels… not like before.<</speech>><br>
She chuckles darkly.<br>
<<speech "maera">>You moaned like a maiden just now.<</speech>><br>
Her hand trails lower, curling around my shaft—smaller now, softer, even when stiff.<br>
<<speech "maera">>This used to throb in my hand. Now it just… twitches.<</speech>><br>
[[Move Forth|maera_sex_5_3]]
<</nobr>><<nobr>>
A groan escapes me, heavy with conflict.<br>
<<speech "mc">>I still want you.<</speech>><br>
She kisses me, rough and hungry, before pushing me onto the bed.<br>
<<speech "maera">>Then show me.<</speech>><br>
She straddles me, grinding slowly against my changed form.<br>
<<speech "maera">>Do you feel that? It’s not the same. You don’t press into me like you used to.<</speech>><br>
I gasp as she rocks her hips forward—my shaft barely parting her folds.<br>
<<speech "mc">>I’m still inside you…<</speech>><br>
[[Move Forth|maera_sex_5_4]]
<</nobr>><<nobr>>
She winces, slowing the rhythm.<br>
<<speech "maera">>Barely. It’s like chasing a memory.<</speech>><br>
I grip her hips, trying to thrust, but the depth just isn’t there.<br>
<<speech "mc">>Let me try. Just let me move.<</speech>><br>
She leans forward, one breast brushing my lips.<br>
<<speech "maera">>Then suck. If you can’t fill me, tease me.<</speech>><br>
I wrap my lips around her nipple, sucking gently at first, then with growing hunger. She moans—but something is missing.<br>
<<speech "maera">>You feel like a lover in a new skin.<</speech>><br>
[[Move Forth|maera_sex_5_5]]
<</nobr>><<nobr>>
I try harder, fingers moving between her legs, tongue flicking and pressing.<br>
<<speech "mc">>Tell me what you need.<</speech>><br>
She gasps, but there’s no release.<br>
<<speech "maera">>I need more… I don’t know from who.<</speech>><br>
Her hips stutter—frustrated, she pulls off, breath catching.<br>
<<speech "maera">>It’s not you—it’s not working.<</speech>><br>
I sit up, shame burning in my chest.<br>
<<speech "mc">>I’m sorry. I—I’m trying to hold onto what I am.<</speech>><br>
[[Move Forth|maera_sex_5_6]]
<</nobr>><<nobr>>
She sits beside me, brushing her curls away.<br>
<<speech "maera">>It’s not just the size. You move… differently.<</speech>><br>
I study her—face flushed, thighs slick, but unfulfilled.<br>
<<speech "mc">>I’ll pleasure you another way.<</speech>><br>
I lower myself between her legs, kissing down her stomach.<br>
<<speech "maera">>You never used to ask. You just took me.<</speech>><br>
I pause, lips trembling.<br>
<<speech "mc">>Am I weaker now?<</speech>><br>
[[Move Forth|maera_sex_5_7]]
<</nobr>><<nobr>>
She sighs, fingers stroking my hair as I kiss her folds.<br>
<<speech "maera">>No. Just… gentler. Too gentle.<</speech>><br>
My tongue moves, learning her anew. She moans, body shifting, but her eyes remain closed.<br>
<<speech "maera">>Keep going. Don’t stop.<</speech>><br>
I press and flick, circling—her breathing quickens but holds back.<br>
<<speech "maera">>It’s good… but…<</speech>><br>
I lift my head, face damp with her.<br>
<<speech "mc">>But not enough.<</speech>><br>
[[Move Forth|maera_sex_5_8]]
<</nobr>><<nobr>>
She leans down, kisses me, tasting herself on my lips.<br>
<<speech "maera">>Not what it used to be.<</speech>><br>
I rest my head against her stomach.<br>
<<speech "mc">>Am I losing you?<</speech>><br>
Her voice cracks softly.<br>
<<speech "maera">>No. But I’m scared.<</speech>><br>
We lie back, limbs entangled, hearts thundering.<br>
<<speech "maera">>I miss being thrown onto the bed.<</speech>><br>
[[Move Forth|maera_sex_5_9]]
<</nobr>><<nobr>>
I whisper, ashamed and raw.<br>
<<speech "mc">>I don’t know if I’ll be able to again.<</speech>><br>
She gazes at me, tears brimming in her eyes.<br>
<<speech "maera">>Then hold me like you won’t vanish.<</speech>><br>
I wrap my arms around her, pressing my soft chest to her back.<br>
<<speech "mc">>I’m still here.<</speech>><br>
<<speech "maera">>You used to make me scream. Now I hold my breath.<</speech>><br>
[[Move Forth|maera_sex_5_10]]
<</nobr>><<nobr>>
I press a kiss to her shoulder.<br>
<<speech "mc">>Next time, I’ll try harder.<</speech>><br>
She nods, though her voice sounds distant.<br>
<<speech "maera">>Next time.<</speech>><br>
[[Leave Maera|maera_chamber_map_select]] |<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $maera_sex_6 = true>>
I stepped into Maera’s chamber, the silk robe clinging to the curve of my hips. Her gaze met mine—curious, hungry, unsure.<br><br>
<<speech "maera">>You’re changing faster than I can keep track of.<</speech>><br>
<<speech "mc">>Faster than I can understand myself.<</speech>><br>
She crossed the room to me, brushing a dark curl behind her ear, her eyes tracing the lines of my body.<br><br>
<<speech "maera">>Your breasts… they’re fuller now. They bounce when you move.<</speech>><br>
Her fingers grazed the soft curve of one breast, and I shivered.<br><br>
<<speech "mc">>Too sensitive… every brush feels electric.<</speech>><br>
[[Move Forth|maera_sex_6_1]]
<</nobr>><<nobr>>
<<speech "maera">>Electric, yeah. But I miss the fire too.<</speech>><br>
I stepped closer, searching her face.<br><br>
<<speech "mc">>I’m still here. For you.<</speech>><br>
<<speech "maera">>You are. But you’re… different.<</speech>><br>
My robe shifted slightly, revealing more of my altered form.<br><br>
<<speech "mc">>It’s shrinking. I’m… afraid I won’t be enough.<</speech>><br>
[[Move Forth|maera_sex_6_3]]
<</nobr>><<nobr>>
She reached out and cupped me gently.<br><br>
<<speech "maera">>You’ve always been enough. Just not like this.<</speech>><br>
Then she knelt, parting the robe and brushing her lips over me.<br><br>
<<speech "maera">>Let me remind you how it feels… even if it’s not the same.<</speech>><br>
Her mouth enveloped me, slow and warm.<br><br>
<<speech "mc">>It’s different… softer, like velvet.<</speech>><br>
She pulled back and met my gaze.<br><br>
<<speech "maera">>You used to take me. Now you let me lead.<</speech>><br>
[[Move Forth|maera_sex_6_4]]
<</nobr>><<nobr>>
<<speech "mc">>I want to keep being what you need.<</speech>><br>
Her hands moved to my hips, fingers exploring my new curves.<br><br>
<<speech "maera">>Your hips—they’re wider. Curves I didn’t expect.<</speech>><br>
Her touch trailed down and found me again.<br><br>
<<speech "mc">>It’s so fragile now… but it still wants you.<</speech>><br>
<<speech "maera">>Fragile’s not the word I’d use, but… it’s different.<</speech>><br>
[[Move Forth|maera_sex_6_5]]
<</nobr>><<nobr>>
She leaned in and let her mouth find my nipple.<br><br>
<<speech "maera">>You’ve got these curves now, and a softness I can’t ignore.<</speech>><br>
<<speech "mc">>Please don’t stop.<</speech>><br>
Her hands wandered over my newly smooth skin.<br><br>
<<speech "maera">>I want to be close. But I’m afraid I’m losing what I loved.<</speech>><br>
[[Move Forth|maera_sex_6_6]]
<</nobr>><<nobr>>
I kissed her, desperate.<br><br>
<<speech "mc">>Hold me. Don’t let go.<</speech>><br>
She climbed into my lap, her breath warm on my skin.<br><br>
<<speech "maera">>I miss how you used to take me, rough and sure.<</speech>><br>
<<speech "mc">>I can’t be that man anymore.<</speech>><br>
She stroked my face, gentle and aching.<br><br>
<<speech "maera">>Then be what you are. I’ll learn.<</speech>><br>
[[Move Forth|maera_sex_6_7]]
<</nobr>><<nobr>>
We moved together, hesitant but longing for connection.<br><br>
<<speech "mc">>It feels different… less forceful, more careful.<</speech>><br>
<<speech "maera">>Careful can be good… but I want fire.<</speech>><br>
She leaned in, lips brushing my neck.<br><br>
<<speech "maera">>Show me how you still want me.<</speech>><br>
<<speech "mc">>I want you so much.<</speech>><br>
[[Move Forth|maera_sex_6_8]]
<</nobr>><<nobr>>
Her voice trembled as she paused.<br><br>
<<speech "maera">>I want you too. But it’s slipping away.<</speech>><br>
I cupped her face, pleading.<br><br>
<<speech "mc">>Don’t give up on me.<</speech>><br>
<<speech "maera">>I’m not. But I’m scared.<</speech>><br>
Her hands explored my body, mapping every changed line.<br><br>
<<speech "maera">>You’re still mine… just different.<</speech>><br>
[[Move Forth|maera_sex_6_9]]
<</nobr>><<nobr>>
<<speech "mc">>Different can be beautiful.<</speech>><br>
She kissed me, tasting change and memory all at once.<br><br>
<<speech "maera">>I’m trying to believe that.<</speech>><br>
We found rhythm again, uncertain but united, as the storm howled outside.<br><br>
<<speech "maera">>Teach me your new ways.<</speech>><br>
<<speech "mc">>Together.<</speech>><br>
[[Move Forth|maera_sex_6_10]]
<</nobr>><<nobr>>
Her mouth trailed down my neck, searching for what still remained.<br><br>
<<speech "maera">>Show me the softness.<</speech>><br>
<<speech "mc">>I’m still here.<</speech>><br>
She held me close, her voice soft against my chest.<br><br>
<<speech "maera">>And I’ll still want you. Even as things change.<</speech>><br>
[[Leave Maera|maera_chamber_map_select]] |<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "nyssa">>
You’re late, princeling. The stars don’t wait, and neither do I.
<</speech>>
<br>
<<speech "mc">>
Then I suppose I’ll have to make your time worth the wait.
<</speech>>
<br>
<<speech "nyssa">>
Mmm. Promises like that are dangerous. I like dangerous.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "nyssa">>
You’ve stepped into my sanctum. Which means you’re either brave… or foolish.
<</speech>>
<br>
<<speech "mc">>
Or maybe I just wanted to see what you'd do to me.
<</speech>>
<br>
<<speech "nyssa">>
Careful. I love an obedient test subject.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "nyssa">>
You smell like steel and spellfire. Gods, you really are becoming something wicked.
<</speech>>
<br>
<<speech "mc">>
Is that your way of saying I’m enchanting?
<</speech>>
<br>
<<speech "nyssa">>
No. I’m the enchantment. You’re just lucky enough to bask in it.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "nyssa">>
If you’re hoping for mercy, I locked it in a rune box weeks ago.
<</speech>>
<br>
<<speech "mc">>
I wasn’t hoping for mercy. I was hoping for your hands.
<</speech>>
<br>
<<speech "nyssa">>
Oh? Then take off your crown and kneel. I might be convinced.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "nyssa">>
You’re radiating tension. Shall I ease it with magic… or something more primal?
<</speech>>
<br>
<<speech "mc">>
Why not both? You seem like the type to enjoy combining pleasure with power.
<</speech>>
<br>
<<speech "nyssa">>
Mmm, clever and bold. Come closer, Caelan. Let’s see how brave you really are.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "nyssa">>
The orb likes you tonight. It’s humming. That usually means arousal… or danger.
<</speech>>
<br>
<<speech "mc">>
Then maybe it’s reading my thoughts.
<</speech>>
<br>
<<speech "nyssa">>
Tsk. Naughty prince. You should know I can read minds.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "nyssa">>
You dream of me. I’ve seen it in the starlight.
<</speech>>
<br>
<<speech "mc">>
And what did I do in those dreams?
<</speech>>
<br>
<<speech "nyssa">>
You begged. Shall I make it real?
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "nyssa">>
Did you come here for a lesson, or to get on your knees and whisper my name?
<</speech>>
<br>
<<speech "mc">>
I came for both. Teach me, then ruin me.
<</speech>>
<br>
<<speech "nyssa">>
Oh, Caelan… you might be more fun than prophecy ever promised.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "nyssa">>
Remove your shirt. I need to check the soulmarks.
<</speech>>
<br>
<<speech "mc">>
You’ve used that excuse before.
<</speech>>
<br>
<<speech "nyssa">>
And yet you never resist. Curious, isn’t it?
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "nyssa">>
You're mine, you know. The stars told me so.
<</speech>>
<br>
<<speech "mc">>
And if I told you I don’t believe in fate?
<</speech>>
<br>
<<speech "nyssa">>
Then I’d bind you with something stronger. Want.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "nyssa">>
You're staring again. If I didn't know better, I’d think you were undressing me with your eyes.
<</speech>>
<br>
<<speech "mc">>
You say that like I haven’t already done it… in my thoughts.
<</speech>>
<br>
<<speech "nyssa">>
Mm. Then think harder, my prince. You missed a few buttons.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "nyssa">>
This room is too quiet. Say something, or I’ll assume you brought me here for wicked reasons.
<</speech>>
<br>
<<speech "mc">>
And if I did?
<</speech>>
<br>
<<speech "nyssa">>
Then gods help us both… because I’m in no mood to say no tonight.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "nyssa">>
You know what happens if someone sees you slipping into a handmaid’s room at this hour?
<</speech>>
<br>
<<speech "mc">>
Let them see. Let them wonder.
<</speech>>
<br>
<<speech "nyssa">>
Then shut the door, Your Grace. And let them wonder.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "nyssa">>
Do you even know what you do to me when you say my name like that?
<</speech>>
<br>
<<speech "mc">>
Say it again. I want to hear how it sounds in your mouth, breathless.
<</speech>>
<br>
<<speech "nyssa">>
Caelan... if you don’t kiss me soon, I swear I’ll forget every damn rule I’ve ever followed.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "nyssa">>
I should send you away. I really should.
<</speech>>
<br>
<<speech "mc">>
But you won’t.
<</speech>>
<br>
<<speech "nyssa">>
No. Because when you look at me like that, I forget who’s the servant.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "nyssa">>
Your hand’s shaking. Is it nerves… or desire?
<</speech>>
<br>
<<speech "mc">>
Both. You always make me feel like I’m standing at the edge of something I can’t name.
<</speech>>
<br>
<<speech "nyssa">>
Then fall, Caelan. And let me catch you.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "nyssa">>
You smell like fire and storm. Gods, it drives me mad.
<</speech>>
<br>
<<speech "mc">>
Then come closer. Let the storm swallow us both.
<</speech>>
<br>
<<speech "nyssa">>
If I do, I won’t stop. Not tonight.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "nyssa">>
I’ve imagined this. You, here. In my bedchamber. Saying nothing… just looking at me.
<</speech>>
<br>
<<speech "mc">>
And what happens next in that fantasy?
<</speech>>
<br>
<<speech "nyssa">>
Clothes vanish. Names fade. Only skin remembers.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "nyssa">>
You always come to me when the palace feels too heavy. Why?
<</speech>>
<br>
<<speech "mc">>
Because when I’m with you, I remember who I am beneath the crown.
<</speech>>
<br>
<<speech "nyssa">>
Then let me strip that crown away. Slowly. Gently. Completely.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "nyssa">>
If you stay tonight, there’s no going back to how it was before.
<</speech>>
<br>
<<speech "mc">>
Then let it change. I’m tired of pretending I don’t want you.
<</speech>>
<br>
<<speech "nyssa">>
Gods… kiss me before I melt into a puddle at your feet.
<</speech>>
<br>
<</if>>
<<if !$nyssa_session_1>>
[[Have Conversation with Nyssa 1|nyssa_session_1]] |<br><br>
<</if>>
<<if $nyssa_session_1 && !$nyssa_session_2>>
[[Have Conversation with Nyssa 2|nyssa_session_2]] |<br><br>
<</if>>
[[Leave Nyssa|nyssa_chamber_map_select]] |<br><br>
[[Leave Nyssa's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $nyssa_session_1 = true>>
<<speech "nyssa">>Mmm… look at you. My little princess in prince body. Soon you will be free...<</speech>><br>
<<speech "mc">>I I look ridiculous…<</speech>><br>
<<speech "nyssa">>No. You look delicious.<</speech>><br>
<<speech "mc">>But I’m… still…<</speech>><br>
[[Move Forth|nyssa_session_1_1]]
<</nobr>><<nobr>>
<<speech "nyssa">>Still hard? Still twitching in your little cage of lace? It’s adorable how your princely cock is trying to ruin such a pretty set.<</speech>><br>
<<speech "mc">>I didn’t ask for this.<</speech>><br>
<<speech "nyssa">>No, but your body did. It’s begging. Practically drooling. Such a bad little girlcock.<</speech>><br>
<<speech "mc">>Stop calling it that…<</speech>><br>
[[Move Forth|nyssa_session_1_2]]
<</nobr>><<nobr>>
<<speech "nyssa">>Oh? Not ready to admit your scepter’s become a sissy wand? Look at it. So needy. So proud.<</speech>><br>
<<speech "mc">>I don’t want to see it like this…<</speech>><br>
<<speech "nyssa">>Then let me show you what I see.<</speech>><br>
Nyssa gently pushed Caelan back onto a cushioned platform, his legs instinctively spreading. She climbed between them, trailing kisses up one thigh.<br><br>
<<speech "nyssa">>Pink lace. Smooth thighs. A cock that leaks just from being looked at. You’re the prettiest contradiction I’ve ever owned.<</speech>><br>
[[Move Forth|nyssa_session_1_3]]
<</nobr>><<nobr>>
<<speech "mc">>I’m not owned <</speech>><br>
<<speech "nyssa">>Oh, sweetling. You will be. Tell me, does this make you hard? Being called ‘pretty’? Being stroked in frilly pink while your cock bounces like a debutante’s fan?<</speech>><br>
<<speech "mc">>I… I don’t know…<</speech>><br>
<<speech "nyssa">>Yes, you do. Say it.<</speech>><br>
[[Move Forth|nyssa_session_1_4]]
<</nobr>><<nobr>>
<<speech "mc">>It yes. Gods, yes.<</speech>><br>
Nyssa wrapped her lips around his tip, slow and indulgent. Her tongue swirled while her fingers pinched his nipples through lace. He arched with a strangled moan.<br><br>
<<speech "nyssa">>Mmm. Tastes like shame. Want more?<</speech>><br>
<<speech "mc">>Please.<</speech>><br>
<<speech "nyssa">>Please what, pretty thing?<</speech>><br>
[[Move Forth|nyssa_session_1_5]]
<</nobr>><<nobr>>
<<speech "mc">>Please suck me again…<</speech>><br>
<<speech "nyssa">>Good girl.<</speech>><br>
She devoured him with slow, sinful bobs, one hand playing with his inner thigh, the other still teasing his chest. Caelan squirmed, hips twitching, his voice soft and helpless.<br><br>
<<speech "mc">>Nyssa, I I’m gonna <</speech>><br>
<<speech "nyssa">>No. Not yet. You’re going to cum on these. And then wear them. Understood?<</speech>><br>
[[Move Forth|nyssa_session_1_6]]
<</nobr>><<nobr>>
<<speech "mc">>Yes. Yes, please…<</speech>><br>
With a wicked laugh, Nyssa angled him and pumped furiously. His moans rose high, uncontrolled, beautiful.<br><br>
<<speech "mc">>Nyssa !<</speech>><br>
He spilled across the lace, shaking. Nyssa held the fabric up and watched with glee.<br><br>
<<speech "nyssa">>Perfect. Now hold still.<</speech>><br>
She slid the soaked panties up his legs and tugged them snug over his softening cock.<br><br>
<<speech "nyssa">>Your scepter has served. Now tuck it in like a good little princess.<</speech>><br>
[[Move Forth|nyssa_session_1_7]]
<</nobr>><<nobr>>
<<speech "mc">>…Yes, Mistress.<</speech>><br>
She kissed his forehead, curled around him, one leg draped possessively over his body.<br><br>
<<speech "nyssa">>You’re not broken, Caelan. You’re becoming. And every time you surrender, you become more real.<</speech>><br>
<<set $user_stats.gender_Identity -= 2>>
<<set $user_stats.dominance_level -= 2>>
[[Leave Nyssa|nyssa_chamber_map_select]] |<br><br>
[[Leave Nyssa's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $nyssa_session_2 = true>>
<<speech "nyssa">>Well, look who returns. Still twitching in silk, little prince?<</speech>><br>
<<speech "mc">>I… I couldn’t sleep after last time.<</speech>><br>
<<speech "nyssa">>Awake, needy, and still pretending it wasn’t perfect. Adorable.<</speech>><br>
Nyssa waved her fingers, and glimmering restraints shimmered into the air.<br><br>
<<speech "nyssa">>Strip. Now. Then hands behind your back.<</speech>><br>
[[Move Forth|nyssa_session_2_1]]
<</nobr>><<nobr>>
<<speech "mc">>Yes… Mistress.<</speech>><br>
He undressed slowly, his arousal immediate. Nyssa tutted softly.<br><br>
<<speech "nyssa">>Still eager. So easily excited. It’s almost pathetic.<</speech>><br>
She bound his wrists in floating silk runes that pulsed a soft violet.<br><br>
<<speech "nyssa">>There. Now you can’t touch yourself. Only I can.<</speech>><br>
<<speech "mc">>I’ve been… aching. All day.<</speech>><br>
[[Move Forth|nyssa_session_2_2]]
<</nobr>><<nobr>>
<<speech "nyssa">>I know. I enchanted your underwear. Every heartbeat sent a little kiss of magic to that needy cock.
Didn’t you feel it? That throbbing reminder that your pleasure belongs to me?<</speech>><br>
<<speech "mc">>I felt it… I couldn’t stop thinking about you…<</speech>><br>
<<speech "nyssa">>Good. Now don’t think. Just obey.<</speech>><br>
She trailed her fingers along his shaft, barely touching, just enough to keep him quivering.<br><br>
<<speech "mc">>Please… please let me…<</speech>><br>
[[Move Forth|nyssa_session_2_3]]
<</nobr>><<nobr>>
<<speech "nyssa">>Let you what, hmm?<</speech>><br>
<<speech "mc">>Touch it. Or… or finish.<</speech>><br>
<<speech "nyssa">>No, no, no. We’re not doing that tonight. You’re going to learn to ache for me. To beg prettily, and accept that you don’t always get what you want.<</speech>><br>
<<speech "mc">>But I’m so hard…<</speech>><br>
[[Move Forth|nyssa_session_2_4]]
<</nobr>><<nobr>>
<<speech "nyssa">>I know. It’s beautiful. Look how obedient it is. Not like you. You fidget, you fight. But this? This little scepter would serve me forever.<</speech>><br>
She stroked him in lazy circles, just enough to drive him mad. Caelan gasped, hips twitching.<br><br>
<<speech "mc">>I can’t take much more <</speech>><br>
<<speech "nyssa">>You’ll take exactly what I give. Nothing more. Beg.<</speech>><br>
<<speech "mc">>Mistress, please please let me cum.<</speech>><br>
[[Move Forth|nyssa_session_2_5]]
<</nobr>><<nobr>>
<<speech "nyssa">>No.<</speech>><br>
<<speech "mc">>Please! I’ll do anything <</speech>><br>
<<speech "nyssa">>Then don’t cum. That’s your task. I want you to feel what it means to be ruled.<</speech>><br>
Nyssa whispered a spell the runes glowed brighter. His cock throbbed harder, aching to burst.<br><br>
<<speech "mc">>M-Mistress !<</speech>><br>
[[Move Forth|nyssa_session_2_6]]
<</nobr>><<nobr>>
<<speech "nyssa">>Feel it. Own it. Surrender to the ache. Every pulse is me inside you.<</speech>><br>
He moaned through clenched teeth, hands bound, hips frozen. He didn’t climax but his whole body shivered from the edge.<br><br>
<<speech "nyssa">>There’s a good girl. My obedient, desperate little queen-to-be.<</speech>><br>
<<speech "mc">>I feel… broken…<</speech>><br>
<<speech "nyssa">>No. You’re being reforged.<</speech>><br>
[[Move Forth|nyssa_session_2_7]]
<</nobr>><<nobr>>
She finally kissed him deep, slow, sensual. Her tongue commanded his. His cock twitched uselessly between them.<br><br>
<<speech "nyssa">>Tonight, you sleep tied. No touching. No release. And in the morning… you’ll thank me for every ache.<</speech>><br>
<<speech "mc">>Yes, Mistress…<</speech>><br>
She floated a thin golden ribbon down his shaft and tied it around the base glowing faintly.<br><br>
<<speech "nyssa">>There. A little crown for your desperate princehood. Tomorrow, we’ll see if it’s earned the right to stay.<</speech>><br>
<<set $user_stats.gender_Identity -= 2>>
<<set $user_stats.dominance_level -= 2>>
[[Leave Nyssa|nyssa_chamber_map_select]] |<br><br>
[[Leave Nyssa's Chamber|bed_chamber_girl]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 18)>>
<<if _i == 0>>
<<speech "jeral">>
You know, Your Highness, most nobles wouldn’t notice if their steward dropped dead mid-sentence. But you… you watch. It’s unsettling, but oddly flattering.
<</speech>>
<br>
<<speech "mc">>
Should I stop watching?
<</speech>>
<br>
<<speech "jeral">>
Heavens no. Just… be careful. A gaze like yours can be mistaken for affection or worse, favor.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "jeral">>
I reorganized the archive today. You had three unsigned royal decrees tucked behind a book on dragon laws. Either you’re hiding incompetence, or you have a secret plan that involves parchment-based rebellion.
<</speech>>
<br>
<<speech "mc">>
Maybe I enjoy keeping you guessing.
<</speech>>
<br>
<<speech "jeral">>
Then consider me very entertained. But also worried chaos looks terrible on royal ledgers.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "jeral">>
You spoke quite eloquently during the council today. Almost made me forget they’d rather see you as decoration than decision-maker.
<</speech>>
<br>
<<speech "mc">>
They underestimate me.
<</speech>>
<br>
<<speech "jeral">>
Which is precisely why you should use me more often. I know what they whisper when you leave. I know which ink to smudge and which names to underline. Give me direction, and I’ll shape the storm for you.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "jeral">>
If I may your signature has improved. Less hesitation in the strokes. It’s the first sign of a ruler growing into their skin.
<</speech>>
<br>
<<speech "mc">>
You read that from my handwriting?
<</speech>>
<br>
<<speech "jeral">>
I read everything, Highness. Between the lines, beneath the seals… even in your silences. It’s how one survives in this palace.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "jeral">>
You once told me trust was earned, not given. So I earned it through ink, sweat, and secrets. If I fall now, it’ll be because I trusted you.
<</speech>>
<br>
<<speech "mc">>
Do you regret it?
<</speech>>
<br>
<<speech "jeral">>
Not yet. But ask me again after the next scandal. Or betrayal. They tend to come in threes.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "jeral">>
A letter arrived today, bearing no seal. I opened it, of course. I assumed it was poison or poetry. Oddly, it was both.
<</speech>>
<br>
<<speech "mc">>
You opened my letter without asking?
<</speech>>
<br>
<<speech "jeral">>
Of course. I open everything, Highness. Including opportunities. That’s why you keep me around… isn’t it?
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "jeral">>
If I may be bold… I’ve seen kings lose crowns for less than a misplaced smile. You smiled at me yesterday. Twice.
<</speech>>
<br>
<<speech "mc">>
Are you saying that’s dangerous?
<</speech>>
<br>
<<speech "jeral">>
Only if you mean it. Because if you do… well, then I might start thinking I matter more than I should.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "jeral">>
I drafted a counterproposal for Lady Serelyne’s new etiquette law. It’s buried in your inbox, third scroll from the top. If it passes, it’ll silence two of her spies. If it fails… I was never here.
<</speech>>
<br>
<<speech "mc">>
You’re playing a dangerous game, Jeral.
<</speech>>
<br>
<<speech "jeral">>
That’s the only kind worth playing in Velmoria. Especially if I want to stay alive long enough to be something more than just your steward.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "jeral">>
Do you ever wonder if all this power, duty, pageantry was meant for someone else? Because sometimes I look at you and think… maybe fate has a strange sense of humor.
<</speech>>
<br>
<<speech "mc">>
I wonder that more than you know.
<</speech>>
<br>
<<speech "jeral">>
Then allow me to be the cruel joke’s footnote the clever one who sees through the illusion and still chooses to stay.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "jeral">>
You once thanked me for my loyalty. But I didn’t correct you. What I feel isn’t loyalty. It’s investment.
<</speech>>
<br>
<<speech "mc">>
That sounds colder than I expected.
<</speech>>
<br>
<<speech "jeral">>
Oh, it burns hotter than you’d think. Because if you fall, I fall. And I’ve never bet on anyone this hard before.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "jeral">>
There’s something thrilling about serving someone who might one day rewrite the rules that bind them. You’re not a ruler yet, but you look more like one every time you defy expectation.
<</speech>>
<br>
<<speech "mc">>
Is that admiration I hear… or calculation?
<</speech>>
<br>
<<speech "jeral">>
Why not both? One feeds the mind. The other well, let’s just say ambition isn’t always cold.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "jeral">>
I overheard Lady Astoria mocking your new appearance. I corrected her pronunciation… and mentioned your recent archery score. Politely, of course.
<</speech>>
<br>
<<speech "mc">>
And why defend me?
<</speech>>
<br>
<<speech "jeral">>
Because I prefer you powerful, not pitied. Besides, if anyone’s going to profit from your rise, I’d rather it be me.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "jeral">>
There’s a whisper in the kitchens that you’ve grown softer lately. That you’re being… reshaped.
<</speech>>
<br>
<<speech "mc">>
And do you agree with them?
<</speech>>
<br>
<<speech "jeral">>
No. I think you’re becoming more dangerous. Softer edges can hide sharper blades. I admire that.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "jeral">>
I had a dream last night about you, on the throne. Your voice calm, your enemies kneeling, your eyes… colder than they are now.
<</speech>>
<br>
<<speech "mc">>
Was it a warning?
<</speech>>
<br>
<<speech "jeral">>
A possibility. One I might enjoy, if I’m sitting beside you when it happens.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "jeral">>
Most people in this castle smile with their mouths and lie with their eyes. You’re different. You lie with silence and that makes you unpredictable.
<</speech>>
<br>
<<speech "mc">>
Is that praise?
<</speech>>
<br>
<<speech "jeral">>
It’s fascination. Dangerous, inconvenient fascination.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "jeral">>
I saw the way you looked at Torin today. Intense. Loyal. It made me wonder how much room there is in your world for people like me.
<</speech>>
<br>
<<speech "mc">>
And what kind of person are you, Jeral?
<</speech>>
<br>
<<speech "jeral">>
The kind who’d never die for you… but might kill for you, if you asked nicely.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "jeral">>
You dropped a ring today by the marble stairs. I picked it up. Could’ve sold it, hidden it, claimed you never wore it. But I returned it.
<</speech>>
<br>
<<speech "mc">>
And why tell me all that now?
<</speech>>
<br>
<<speech "jeral">>
Because I want you to understand: I always notice what falls from your hands… and what you might be about to lose.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "jeral">>
The nobles think they can mold you into a queen of their liking. Decorative. Obedient. Predictable. But I’ve read your letters. I know better.
<</speech>>
<br>
<<speech "mc">>
You read my letters?
<</speech>>
<br>
<<speech "jeral">>
I serve the crown. And sometimes… I serve something closer to my heart.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "jeral">>
I once thought loyalty was a transaction services rendered, benefits received. Then I met you… and now I find myself defending you even when no one’s listening.
<</speech>>
<br>
<<speech "mc">>
You’re not the sentimental type, Jeral.
<</speech>>
<br>
<<speech "jeral">>
No. But I am the type who knows when something rare is walking beside me.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "jeral">>
If I ever betrayed you, it wouldn’t be for coin. Or power. It would be because you stopped looking at me the way you do now like I matter.
<</speech>>
<br>
<<speech "mc">>
You think I look at you that way?
<</speech>>
<br>
<<speech "jeral">>
Sometimes. And gods help us both if I start needing it.
<</speech>>
<br>
<</if>>
[[Leave Jeral|jeral_chamber_map_select]] |<br><br>
[[Leave Jeral's Chamber|bed_chamber_male]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 20)>>
<<if _i == 0>>
<<speech "torin">>
You shouldn't walk alone at night, even within palace walls. Not all threats carry blades… some wear silk and smiles.
<</speech>>
<br>
<<speech "mc">>
Are you worried for my safety, or jealous of who I might meet in the dark?
<</speech>>
<br>
<<speech "torin">>
Does it matter? Either way, I’ll be the shadow at your back… and the hand that draws steel if they get too close.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "torin">>
I memorized every blind spot in this wing. If someone meant to harm you, they wouldn’t get two paces.
<</speech>>
<br>
<<speech "mc">>
You know my every escape… do you ever think about using them?
<</speech>>
<br>
<<speech "torin">>
Only if it was to take you somewhere no one could ever hurt you again.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "torin">>
When the wind shifts, I can hear every loose hinge in this corridor. I lie awake counting them until I know you’re safe.
<</speech>>
<br>
<<speech "mc">>
You don’t have to protect me every hour of the day.
<</speech>>
<br>
<<speech "torin">>
I don’t have to. I choose to.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "torin">>
Your voice carries differently when you're afraid. Softer. Like you’re trying not to be heard by your own doubts.
<</speech>>
<br>
<<speech "mc">>
You hear that too?
<</speech>>
<br>
<<speech "torin">>
I hear everything about you. Even the things you don’t say.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "torin">>
Someone left a flower at your door. I moved it. Could’ve been a message… or a trap.
<</speech>>
<br>
<<speech "mc">>
And if it was just a gift from someone who cares?
<</speech>>
<br>
<<speech "torin">>
Then I envy them for being bold enough to leave something.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "torin">>
You smiled at a visiting noble today. It unsettled me more than any drawn sword ever has.
<</speech>>
<br>
<<speech "mc">>
Jealousy doesn’t suit your armor, Torin.
<</speech>>
<br>
<<speech "torin">>
Neither does silence when I want to scream that you belong nowhere near people who see you as conquest.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "torin">>
Your cloak slipped during council. You were exposed, and no one moved to fix it but me.
<</speech>>
<br>
<<speech "mc">>
Did that bother you?
<</speech>>
<br>
<<speech "torin">>
It infuriated me. Because I wanted to touch you longer than duty allowed.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "torin">>
I carved a new rune into my vambrace last night. It’s for protection. Yours.
<</speech>>
<br>
<<speech "mc">>
You’ve etched your devotion into steel… but never into words. Why?
<</speech>>
<br>
<<speech "torin">>
Because armor doesn’t betray. Words sometimes do.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "torin">>
When I was ordered to guard you, I thought it was just another post. Then I learned how soft you speak when you're tired.
<</speech>>
<br>
<<speech "mc">>
And that changed your duty?
<</speech>>
<br>
<<speech "torin">>
No. But it changed me.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "torin">>
If I could take your pain into my chest and lock it behind my ribs, I would gladly.
<</speech>>
<br>
<<speech "mc">>
Even if it crushed you?
<</speech>>
<br>
<<speech "torin">>
Especially then. Some burdens are worth being broken for.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "torin">>
When you took that blade during training, I couldn’t breathe. Not because I feared for the heir… but because I imagined a world without your voice in it.
<</speech>>
<br>
<<speech "mc">>
I thought you didn’t care for theatrics.
<</speech>>
<br>
<<speech "torin">>
I don’t. But losing you would be the one drama I couldn’t survive.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "torin">>
They call me a shield. A blade. A ghost of war. But when you touch my arm even in passing I feel more human than I ever have.
<</speech>>
<br>
<<speech "mc">>
Then why do you always step back when I try to get closer?
<</speech>>
<br>
<<speech "torin">>
Because if I step forward… I won’t stop until I’ve claimed more than I should.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "torin">>
I watched you dance tonight. Not because I was on duty but because every step you took made the world quieter. Like even danger held its breath.
<</speech>>
<br>
<<speech "mc">>
You hide behind duty, but you always see me.
<</speech>>
<br>
<<speech "torin">>
I see you more clearly than anyone. That’s what terrifies me.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "torin">>
You once asked me why I never smile. It’s because the only time I feel that kind of warmth… is when I think of you safe, asleep, and unburdened.
<</speech>>
<br>
<<speech "mc">>
That’s a lonely kind of joy.
<</speech>>
<br>
<<speech "torin">>
It is. But loving you in silence is still better than not loving you at all.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "torin">>
You fell asleep at your writing desk. I stood there an hour, watching the candlelight on your face and wondering if I’d ever be brave enough to reach for you.
<</speech>>
<br>
<<speech "mc">>
You could’ve touched me. I wouldn’t have woken.
<</speech>>
<br>
<<speech "torin">>
That’s exactly why I didn’t. Because I would’ve never pulled my hand back.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "torin">>
There are nights when the walls of this castle feel tighter. Like they know the things we’re not allowed to say.
<</speech>>
<br>
<<speech "mc">>
Then say it now. Just once.
<</speech>>
<br>
<<speech "torin">>
I would burn this entire kingdom down if it meant seeing you free and smiling.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "torin">>
Sometimes I wake from dreams where you’re screaming, and I can’t reach you. I check your door five times before the fear fades.
<</speech>>
<br>
<<speech "mc">>
You guard more than just my body, don’t you?
<</speech>>
<br>
<<speech "torin">>
Yes. I guard every broken part of you like it’s sacred. Because to me… it is.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "torin">>
When your voice shakes in council meetings, I grip the hilt of my sword not to strike, but because it keeps me from reaching for your hand.
<</speech>>
<br>
<<speech "mc">>
And if I reached for yours first?
<</speech>>
<br>
<<speech "torin">>
Then gods help me, I wouldn’t let go. Not even for the queen’s command.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "torin">>
If we were born different me noble, you free do you think we’d be allowed to be something more?
<</speech>>
<br>
<<speech "mc">>
I think we already are. Just no one dares say it.
<</speech>>
<br>
<<speech "torin">>
Then let me say it now: I would give up my sword, my post, and my name… just to be yours.
<</speech>>
<br>
<<elseif _i == 20>>
<<speech "torin">>
They all look at you like a ruler. But I… I see the scars you hide beneath the silks. The exhaustion in your smile. And the strength in your softness.
<</speech>>
<br>
<<speech "mc">>
And what do you want from me, Torin?
<</speech>>
<br>
<<speech "torin">>
Only what you’re willing to give… and maybe a little more, if you whisper it in the dark.
<</speech>>
<br>
<</if>>
<<if $currentArc["main_arc"] >= 7 && !$torin_sex_1>>
[[Ask about the session|torin_sex_1]] |<br><br>
<</if>>
[[Leave Torin|torin_chamber_map_select]] |<br><br>
[[Leave Torin's Chamber|bed_chamber_male]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $torin_sex_1 = true>>
<<speech "torin">>You ready, Caelan? This is new for both of us.<</speech>><br>
<<speech "mc">>I... I don’t know. It feels strange, unfamiliar.<</speech>><br>
<<speech "torin">>It will be. But I’m here. I won’t push you beyond what you can take.<</speech>><br>
<<speech "mc">>Lady Serelyne said... I have to learn... to feel differently.<</speech>><br>
[[Move Forth|torin_sex_1_1]]
<</nobr>><<nobr>>
I opened the door and stepped inside.<br><br>
He stood by the hearth, shadows flickering across his bare chest. Most of his armor was gone only the greaves remained, a silent symbol of his duty. His storm-gray eyes locked onto mine.<br><br>
<<speech "mc">>I… I’m here.<</speech>><br><br>
He didn’t answer. He didn’t need to.<br><br>
Torin stepped closer, his calloused fingers brushing along my jaw. I flinched not from fear, but from the sudden charge that surged through me. It wasn’t soft, like a woman’s touch. It was firm. Commanding. Real.<br><br>
Then his lips were on mine, and it was like falling into deep water. I parted my lips instinctively, every muscle tense with confusion. I wasn’t meant for this. I was a prince. I was supposed to command not... melt.<br><br>
But his taste smoke, spice, steel stirred something buried inside me.<br><br>
My knees weakened as his mouth claimed mine again, deeper this time. My cock twitched, smaller than it once was, the potions already thinning my pride. It didn’t feel like mine anymore.<br><br>
I pulled away, panting.<br><br>
[[Move Forth|torin_sex_1_2]]
<</nobr>><<nobr>>
<<speech "mc">>I’m not ready for this.<</speech>><br><br>
<<speech "torin">>You came anyway.<</speech>><br><br>
Damn him. He was right.<br><br>
He guided me to the bed, hands on my shoulders. I sank to my knees not in obedience, not yet but something close. Confusion? Curiosity? Desire? I looked up, breath catching as he unfastened his breeches. What I saw made my throat tighten.<br><br>
<<speech "mc">>I’ve never… done this. Not to a man.<</speech>><br><br>
[[Move Forth|torin_sex_1_3]]
<</nobr>><<nobr>>
<<set $user_stats.gender_Identity -= 3>>
<<set $user_stats.dominance_level -= 3>>
<<speech "torin">>You’re learning.<</speech>><br><br>
Learning to be what? A queen? A woman? A plaything?<br><br>
I leaned in, my lips grazing the inside of his thigh. The muscle was taut under my kiss. I moved higher, then lower, letting my tongue trace his skin. I imagined how a woman would do this soft, yielding, eager to please. My face flushed at the thought… but I didn’t stop.<br><br>
This is what she wants. What the Kingdom demands.<br><br>
I licked higher, letting my tongue curl over his hip. My fingers wrapped around his shaft it twitched in my palm. A surge of power ran through me. I brought the head of his cock to my lips, kissed it, then slowly took it into my mouth.<br><br>
It was unfamiliar. Thick. Strange. But not repulsive. Strangely… intoxicating.<br><br>
My jaw strained as I tried to mimic what I’d seen from women in brothels. My tongue swirled around his cock, teasing. He groaned, low and deep.<br><br>
That sound thrilled me. I wanted to hear more. I wanted to please him.<br><br>
His fingers tangled in my hair longer now than it used to be. My body pulsed with heat. My hips shifted with need. My nipples tingled, breasts not yet formed, but the skin was sensitive, swollen. My whole body felt wrong and right at once.<br><br>
I was hard… but not like before. It wasn’t about dominance. It was about… giving. Serving.<br><br>
[[Move Forth|torin_sex_1_4]]
<</nobr>><<nobr>>
He pulled me to my feet. I stumbled slightly, dazed. My anal hole clenched in anticipation, unbidden. I shouldn’t want this.<br><br>
But I turned, bent forward over the bed, and gripped the sheets.<br><br>
When he pushed into my anal hole, I gasped. My whole body went stiff. The pressure was overwhelming. I bit my lip hard.<br><br>
<<speech "mc">>It hurts.<</speech>><br><br>
<<speech "torin">>You’ll learn. You’ll learn how good it can feel.<</speech>><br><br>
And I did.<br><br>
The pain gave way to warmth, then heat. His thrusts found something deep inside me I hadn’t known existed. My cock tiny now, leaking was forgotten. Useless.<br><br>
My breath came in ragged moans. My spine arched. I began pressing back into him, chasing something I couldn’t name. This wasn’t male pleasure. It wasn’t mine. It was hers.<br><br>
The woman I was becoming.<br><br>
[[Move Forth|torin_sex_1_5]]
<</nobr>><<nobr>>
I moaned loud, desperate, wanton. My hole clenched around him, greedy. His hands held my hips tight, grounding me in the rhythm. His groans joined mine, echoing in the room like sacred chants.<br><br>
Something inside me cracked. Or maybe something inside me awakened.<br><br>
I wasn’t just letting it happen.<br><br>
I wanted it.<br><br>
[[Leave Torin|torin_chamber_map_select]] |<br><br>
[[Leave Torin's Chamber|bed_chamber_male]] |<br><br>
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>>This experimental model uses your Search history. Some features aren't available.
The steam greeted me like an embrace I didn’t ask for. My thighs ached. My shoulders were raw where the armor had chafed. And beneath it all the lace was still clinging to me, soaked, sticky, and sinfully snug.
I’d trained for hours under Sir Aldric, dressed not just in armor but in Veletia’s lace. Stockings, garters, open-backed panties, and that trembling, taunting bra all hidden beneath leather and steel. A secret swaddling me tight.
And now it clung to my skin like a second layer of flesh.
I stepped into the private chamber of the royal bathhouse, and the world melted away. Candles flickered in carved alcoves. White steam curled off the surface of the water, misting the marble like a silken veil.
No servants. No guards.
I stripped off my armor slowly, each buckle whispering as it loosened. My pauldrons dropped with a dull thunk. My cuirass slid off with a groan of worn leather. Greaves, boots, gauntlets until I was standing in just that fragile web of lingerie.
Sweat had soaked the lace. The bra was darkened at the edges, cups heavy and damp, nipples stiff beneath. The panties clung to my slit yes, slit, I had to call it that now like a second tongue, warm and velvet-soft from hours of motion and tension. My pubic mound throbbed with every shift of weight.
The stockings were rolled slightly down at the tops, where the garter clasps had pulled during training. Everything itched, pressed, shifted.
And I couldn’t look away.
I stood before the bath’s polished bronze mirror and saw myself: half-feminine, half-armored, glistening with sweat and shame and something I still wouldn’t name.
My breasts had swelled slightly more. The bra cradled them now barely. They overflowed the lace like soft fruit pressing through netting. The garter belt was crooked, twisted from the fight.
I looked like a boy dressed in his mother’s secrets.
And I hated how much I felt.
I reached behind and unclasped the bra.
It peeled away with a wet kiss, the lace catching momentarily on my hard nipples before releasing. They bounced slightly in the cool air red, tender, aching.
My breath hitched.
Then the panties. I hooked my thumbs into the damp waistband and pulled down. They clung sticking to my inner thighs where sweat and arousal had mingled. They peeled away like skin. My slit glistened. I bit my lip and stepped out of them.
The stockings and garters followed, each strip of cloth reminding me just how far I’d gone.
And how little I had left that was mine.
I slipped into the bath.
The water stung.
My nipples went hard immediately. My breasts floated slightly, the new weight pulling gently at my chest as I leaned back. The heat slid between my thighs and touched places no blade ever had.
I closed my eyes.
My hands floated beside me. I didn’t touch myself. I didn’t need to.
The memory of it all pressed in Veletia’s fingers guiding lace up my thighs, Aldric’s voice low in my ear, the strap slipping from my shoulder mid-swing.
I remembered how the panties had grown wet before I was ready to admit why. How the bra’s pressure had felt like a lover’s hand.
I shifted in the water and gasped.
The heat flowed into me now inside me. I was open. Not visibly, not yet, but the magic had begun. And hot water found the cracks in my flesh, in my mind.
I bit my lip.<br><br>
<<speech "Caelen">>Don’t.<<speech>><br>
But I arched.
My breasts bobbed above the surface, nipples breaching the water like periscopes pink, aching. My thighs trembled. A single droplet slipped down from my navel and vanished between them.
I reached for the folded lingerie at the pool’s edge.
It looked obscene now, drenched and fragile, half-transparent. The lace sagged. The cups had molded to my breast shape. The panties retained the curve of my slit, even empty.
I brought the bra to my lips and pressed my mouth to the soaked lace.<br><br>
Why?
I didn’t know. Maybe to taste what I’d become.
The fabric smelled of sweat and perfume and something faintly musky me.
My throat tightened.<br><br>
It wasn’t arousal. Not really. It was need.
Need to understand.
To feel something mine in the transformation.
The door creaked behind me.<br><br>
I froze, chest heaving, water sloshing gently around my breasts.<br><br>
<<speech "Maera">>Caelan?<<speech>><br>
I panicked. I grabbed for the towel, clutching it to my chest, covering the visible curve of breasts still floating defiantly above the water.<br><br>
<<speech "Maera">>Sorry I didn’t know you were here already.<<speech>><br>
<<speech "Caelen">>I don’t look.<<speech>><br>
<<speech "Maera">>Oh.<<speech>><br>
She said, but didn’t turn. Her gaze dropped, lips parting slightly.<br><br>
<<speech "Maera">>You’re really… changing.<<speech>><br>
<<speech "Caelen">>Get out.<<speech>><br>
<<speech "Maera">>I brought clean clothes. Mistress Veletia sent them.<<speech>><br>
I blushed.<br><br>
<<speech "Caelen">>What kind of clothes?<<speech>><br>
<<speech "Maera">>What do you think?<<speech>><br>
I looked at the towel in my lap. My nipples had stiffened beneath it. I crossed my arms.<br><br>
<<speech "Caelen">>I’m not doing this for pleasure.<<speech>><br>
<<speech "Maera">>I never said you were.<<speech>><br>
<<speech "Caelen">>Then why are you staring?<<speech>><br>
<<speech "Maera">>Because you’re beautiful.<<speech>><br>
I hated the way my stomach fluttered.<br><br>
She reached into the bundle and pulled out new lingerie.
Lilac again. This time, even finer. Sheer. A matching set bra, panties, garter belt, thigh-highs with embroidered tops.<br><br>
<<speech "Caelen">>I’m not wearing that.<<speech>><br>
<<speech "Maera">>You wore the last set.<<speech>><br>
<<speech "Caelen">>I was under armor.<<speech>><br>
<<speech "Maera">>And now?<<speech>><br>
I looked down at myself. At my breasts, my thighs, the smooth new cleft between my legs. My skin gleamed in the water like it had been buffed with oil.<br><br>
<<speech "Caelen">>I’m still me.<<speech>><br>
<<speech "Maera">>Then prove it.<<speech>><br>
She said, placing the lingerie on the bath’s edge.
She left, silent as shadow.
I stared at the lace.
It looked even more obscene now than before.
But I rose from the water.
Steam rolled off my body. My breasts quivered, droplets gathering at the tips. My thighs parted slightly as I stepped out. I picked up the panties.<br><br>
Still warm.<br><br>
Still damp.<br><br>
I stepped into them slowly, lifting one leg, then the other. The fabric rose, settling perfectly over my slit, holding me like memory.<br><br>
Then the bra. I struggled to fasten it. My breasts resisted, still damp, still heavy. I pulled them into place, adjusted the cups.<br><br>
I looked in the mirror.<br><br>
And didn’t flinch.
The lingerie clung like destiny.<<nobr>>
<<set $locationImage = setup.ImagePath + 'location/mc_bed_chamber_img.png'>>
<<if $currentArc["main_arc"] == 1>>
<<set $currentObjectives = "You are in your bed chamber. You need to sleep">>
<</if>>
<h3 style="text-align: center;">Caelan Bed Chamber</h3>
<<if $alert_message>>
<h3 style="text-align: center; color: red;">$alert_message</h3>
<</if>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/mc_bed_chamber_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="mc_bed"
points="74,379,72,344,74,311,72,248,75,235,79,245,83,265,96,246,120,229,135,226,137,210,141,228,151,230,169,239,182,259,195,270,204,281,212,291,228,302,260,305,291,307,321,306,345,308,369,311,381,315,392,347,397,365,259,423,225,420,196,432,170,412,149,409,110,401"
class="mc_bed_chamber_map"
data-passage="mc_bed" />
<polygon id="mc_bed_chamber_toilet"
points="666,369,665,289,670,260,670,191,670,165,699,165,697,371"
class="mc_bed_chamber_map"
data-passage="mc_bed_chamber_toilet" />
<polygon id="mc_table"
points="451,354,452,340,446,315,437,299,486,291,497,271,551,256,606,273,609,292,611,332,583,356,539,373,454,359"
class="mc_bed_chamber_map"
data-passage="mc_table" />
<polygon id="mc_window"
points="348,278,348,184,354,178,363,147,380,190,381,274"
class="mc_bed_chamber_map"
data-passage="mc_window" />
<polygon id="mc_wardrobe"
points="1,283,51,361,67,368,75,423,64,442,64,498,2,498"
class="mc_bed_chamber_map"
data-passage="mc_wardrobe" />
</svg>
</div>
<br>
<<set $coming_from_chamber = true>>
<<if $userBody["top_wear"].img != "" || $userBody["bottom_wear"].img != "">>
[[Leave Bed Chamber|castle_map_back_select]]
<<else>>
<strong style="color: red;">I need to wear some thing before go outside</strong>
<</if>>
<</nobr>><<nobr>>
<<set $user_stats.energy = 80>>
<<set $alert_message = "">>
<<if $currentArc["main_arc"] == 1>>
<div id="gif_pop_up">
<img src="images/gif/night_1.gif" alt="Sleeping" style="max-width:80%; height:auto; border: 5px solid white;">
<button id="closeBtn" style="margin-top: 15px; padding: 10px 20px;">Close</button>
</div>
The morning sun filtered through the tall arched windows of the my bedchamber, casting honeyed light across velvet drapes and ornate stone columns.
For the first time in my life, I awoke not as a boy of blood and heritage, but as an heir choosing transformation.
I blinked slowly, as if even sleep had been cautious to let go.
The silken sheets rustled as I sat up, bare chest rising and falling with a strange, quiet weight.
<br><br>
<<speech "mc">>
Today... it begins.
<</speech>>
<br>
The words were barely more than a whisper, yet they felt carved into the morning itself.
Emotions tangled within me like ivy climbing a wall anxious knots of fear, tendrils of hope, branches of quiet resolve.
My body was the same, but my future now felt utterly unfamiliar. Would I still feel like myself a week from now? A month? Would the mirror know me?
Images from the night before returned in fragments the Queen’s fierce pride,
Serelyne’s piercing gaze, Thalara’s haunting reassurance, Aldric’s gruff approval, and the way Veletia spoke of beauty like it was both art and war.
<br><br>
<<speech "mc">>
No more delaying. No more wondering. I chose this... I wanted this.
<</speech>>
<br>
<<speech "mc">>
I will become the queen this realm deserves.
<</speech>>
<br>
<<set $currentObjectives = "Go and see the Queen. Its better If I use Privies before going outside. Queen normally at the throne room (great hall) or council chamber.">>
<<set $currentArc["main_arc"] = 2>>
<<set $day_number += 1>>
[[Wake Up|mc_bed_chamber]]
<<else>>
<div id="gif_pop_up">
<img src="images/gif/night_1.gif" alt="Sleeping" style="max-width:80%; height:auto; border: 5px solid white;">
<button id="closeBtn" style="margin-top: 15px; padding: 10px 20px;">Close</button>
</div>
[img[images/location/mc_bed_img.png]]<br><br>
<<set $day_number += 1>>
<<set $riddleLimit = 3>>
<<set $riddleAttempts = 0>>
<<set $hasIngredientAccess = false>>
<<set $ingredientChoices to 0>>
<<set $riddleSuccess = false>>
[[Get up From Bed|mc_bed_chamber]]
<</if>>
<</nobr>><<nobr>>
[img[images/location/mc_table_img.png]]<br><br>
Nothing on the table.
<br><br>
[[Move Away from Table|mc_bed_chamber]]
<</nobr>><<nobr>>
<div id="gif_pop_up">
<img src="images/gif/lake_1.gif" alt="Sleeping" style="max-width:80%; height:auto; border: 5px solid white;">
<button id="closeBtn" style="margin-top: 15px; padding: 10px 20px;">Close</button>
</div>
[img[setup.ImagePath+'gif/lake_1.gif']]
<br><br>
[[Move Away from Window|mc_bed_chamber]]
<</nobr>><<nobr>>
/* <<=$userBody["bottom_underwear"].img>> */
<<set $locationImage = setup.ImagePath + 'location/mc_wardrobe_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/wardrobe_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="mc_bed"
points="2,1,459,3,463,369,3,369"
class="mc_bed_chamber_map"
data-passage="wear" />
<polygon id="mc_bed_chamber_toilet"
points="4,371,463,371,464,497,4,499"
class="mc_bed_chamber_map"
data-passage="shoes" />
<polygon id="mc_table"
points="460,5,698,5,697,497,467,498"
class="mc_bed_chamber_map"
data-passage="underwear" />
</svg>
</div><br><br>
[[Move Away from Wardrobe|mc_bed_chamber]]
<</nobr>><<nobr>>
<h2>Wear</h2>
<strong>Top Wear:</strong><br>
<div class="item-grid">
<<for _item range $wardrobe.top_wear>>
<div class="item-card">
<<capture _key _dat $key_img_path>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Equip">>
/* <<=$key_img_path>> */
<<set $userBody["top_wear"] to {
img: $key_img_path,
curr_top_wear: _item.key,
curr_body: $userBody["torso"].orig_body
}>>
<<goto "mc_wardrobe">>
<</link>>
<<link "Unequip">>
/* <<=$key_img_path>> */
<<set $userBody["top_wear"] to {
img: "",
curr_top_wear: "",
curr_body: $userBody["torso"].orig_body
}>>
<<goto "wear">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
[[Back|mc_wardrobe]]
<</nobr>><<nobr>>
<h2>UnderWear</h2>
/* <strong>Top Wear:</strong><br> */
<div class="item-grid">
<<for _item range $wardrobe.top_underwear>>
<div class="item-card">
<<capture _key _data $key_img_path>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Equip">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: $key_img_path,
curr_top_underwear: _item.key,
curr_body: $userBody["torso"].orig_body
}>>
<<goto "mc_wardrobe">>
<</link>>
<<link "Unequip">>
/* <<=$key_img_path>> */
<<set $userBody["top_underwear"] to {
img: "",
curr_top_underwear: "",
curr_body: $userBody["torso"].orig_body
}>>
<<goto "underwear">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
<div class="item-grid">
<<for _item range $wardrobe.bottom_underwear>>
<div class="item-card">
<<capture _key _data $key_img_path>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Equip">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: $key_img_path,
curr_bottom_underwear: _item.key,
curr_body: $userBody["torso"].orig_body
}>>
<<goto "mc_wardrobe">>
<</link>>
<<link "Unequip">>
/* <<=$key_img_path>> */
<<set $userBody["bottom_underwear"] to {
img: "",
curr_bottom_underwear: "",
curr_body: $userBody["torso"].orig_body
}>>
<<goto "underwear">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
[[Back|mc_wardrobe]]
<</nobr>><<nobr>>
<h2>Shoes</h2>
/* <strong>Shoe Wear:</strong><br> */
<div class="item-grid">
<<for _item range $wardrobe.shoes>>
<div class="item-card">
<<capture _key _data $key_img_path>>
<<set $key_img_path = "mc/figure/" + $userBody["torso"].orig_body + "/" + $userBody["torso"].orig_body + "_" + _item.img>>
[img[setup.ImagePath + $key_img_path]]
/* <div class="view_cloth"><<link _item.key>><<set $selectedcloth = _item.key>><<goto "view_cloth">><</link>></div> */
<<link "Equip">>
/* <<=$key_img_path>> */
<<set $userBody["shoes"] to {
img: $key_img_path,
curr_shoe: _item.key,
curr_body: $userBody["torso"].orig_body
}>>
<<goto "mc_wardrobe">>
<</link>>
<<link "Unequip">>
/* <<=$key_img_path>> */
<<set $userBody["shoes"] to {
img: "",
curr_shoes: "",
curr_body: $userBody["torso"].orig_body
}>>
<<goto "shoes">>
<</link>>
<</capture>>
</div>
<</for>>
</div><br><br>
[[Back|mc_wardrobe]]
<</nobr>><<nobr>>
<<set $locationImage = setup.ImagePath + 'map/mc_bed_chamber_toilet_map.png'>>
<h3 style="text-align: center;">Caelan Bed Chamber Toilet</h3>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/mc_bed_chamber_toilet_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="mc_toilet"
points="14,497,27,477,36,460,33,436,13,412,3,392,2,364,34,357,58,357,85,355,116,355,130,357,133,367,118,390,90,428,88,440,86,455,99,473,111,486,110,495,100,499"
class="mc_bed_chamber_map"
data-passage="mc_toilet" />
<polygon id="mc_bath_tub"
points="590,267,622,263,615,96,658,45,686,31,698,33,698,267,696,383,610,376"
class="mc_bed_chamber_map"
data-passage="mc_bath_tub" />
</svg>
</div>
<br>
[[Leave Bed Chamber|mc_bed_chamber]]
<</nobr>><<nobr>>
/* describe bathing */
<<set _feelings = setup.bath_thoughts.random()>>
<<for _line range _feelings>>
<<speech "mc">>
<<=_line>>
<</speech>>
<br>
<</for>>
<br><br>
[[Leave Privies|mc_bed_chamber]] |
[[Move Away from Bathtub|mc_bed_chamber_toilet]]
<</nobr>><<nobr>>
/* describe toilet */
<<set _feelings = setup.toilet_feelings.random()>>
<<for _line range _feelings>>
<<speech "mc">>
<<=_line>>
<</speech>>
<br>
<</for>>
<br><br>
[[Leave Privies|mc_bed_chamber]] |
[[Move Away from Toilet|mc_bed_chamber_toilet]]
<</nobr>><<nobr>>
<<if $user_stats.energy >= 10 && !$coming_from_chamber>>
<<set $user_stats.energy -= 10>>
<<elseif $user_stats.energy > 0 && !$coming_from_chamber>>
<<set $user_stats.energy = 0>>
<</if>>
<<if $coming_from_chamber>>
<<set $coming_from_chamber = false>>
<</if>>
<<if $user_stats.energy < 10>>
<<set $alert_message = "Your Energy is very Low. Need to sleep">>
<<goto "mc_bed_chamber">>
<</if>>
<h3 style="text-align: center;">Castle Serene Wing Map</h3>
<<set $locationImage = setup.ImagePath + 'location/castle.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/castle_map_back.png"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="royal_bed_chamber"
points="166,148,418,148,417,261,165,262"
class="castle_back_map"
data-passage="royal_bed_chamber" />
<polygon id="mc_bed_chamber"
points="165,272,280,272,280,370,167,370"
class="castle_back_map"
data-passage="mc_bed_chamber" />
<polygon id="bed_chamber_girl"
points="294,273,418,272,418,370,293,370"
class="castle_back_map"
data-passage="bed_chamber_girl" />
<polygon id="bed_chamber_male"
points="433,273,538,271,538,369,433,371"
class="castle_back_map"
data-passage="bed_chamber_male" />
<polygon id="royal_leasure_room"
points="432,148,538,148,537,261,433,261"
class="castle_back_map"
data-passage="royal_leasure_room" />
<polygon id="dungeon"
points="435,435,436,421,436,410,441,397,456,381,478,373,501,375,514,383,526,394,532,410,532,420,532,434"
class="castle_back_map"
data-passage="dungeon" />
<polygon id="stable"
points="290,434,291,410,298,393,315,380,335,374,357,375,372,384,382,395,387,406,387,422,388,435"
class="castle_back_map"
data-passage="stable" />
<polygon id="essence_valut"
points="552,434,551,273,621,271,621,259,622,246,633,234,645,234,656,243,663,259,663,271,661,434"
class="castle_back_map"
data-passage="essence_valut" />
<polygon id="right_tower"
points="553,197,552,147,526,125,521,112,519,68,528,64,552,60,554,77,564,76,563,58,583,57,586,73,595,73,595,59,616,58,617,73,626,75,625,58,642,59,655,65,654,111,648,123,648,211,594,166"
class="castle_back_map"
data-passage="right_tower" />
<polygon id="veil_tower"
points="135,155,134,175,141,178,141,199,124,225,107,227,86,226,81,242,73,242,73,227,62,224,62,189,36,182,35,125,28,113,26,67,35,63,55,60,59,78,65,77,67,61,89,60,89,75,98,75,98,61,120,61,120,75,126,78,127,64,140,65,141,112,135,122"
class="castle_back_map"
data-passage="veil_tower" />
<polygon id="castle_map_front_select"
points="59,398,60,384,59,356,60,333,63,320,72,303,83,294,104,288,119,290,134,297,143,307,148,320,151,329,151,351,150,401,150,406,43,405"
class="castle_back_map"
data-passage="castle_map_front_select" />
<polygon id="court_yard"
points="2,403,38,408,149,409,150,433,699,433,700,498,0,499"
class="castle_back_map"
data-passage="court_yard" />
</svg>
</div>
<</nobr>>
/* :: royal_bed_chamber
royal_bed_chamber
[[Back to Map|castle_map_front_select]] *//* <<=$currentArc["main_arc"]>> */
<<nobr>>
<<if $currentArc["main_arc"] == 3>>
<h3 style="text-align: center;">Moonspire Atelier — Veil Tower</h3><br>
<<set $locationImage = setup.ImagePath + 'location/veil_tower_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/veil_tower_mage_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_mage"
points="380,446,371,420,384,375,374,357,361,365,360,354,371,348,390,308,399,285,406,268,414,271,420,288,427,301,433,313,445,342,455,351,452,357,446,355,436,367,453,415,446,429,447,439,429,452,405,454,386,453"
class="castle_front_map"
data-passage="interact_with_mage" />
</svg>
</div>
<br><br>
[[Leave Veil Tower|castle_map_back_select]]
<<elseif $currentArc["main_arc"] == 5>>
<h3 style="text-align: center;">Moonspire Atelier — Veil Tower</h3><br>
<<set $locationImage = setup.ImagePath + 'location/veil_tower_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/veil_tower_mage_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_mage_1_0"
points="380,446,371,420,384,375,374,357,361,365,360,354,371,348,390,308,399,285,406,268,414,271,420,288,427,301,433,313,445,342,455,351,452,357,446,355,436,367,453,415,446,429,447,439,429,452,405,454,386,453"
class="castle_front_map"
data-passage="interact_with_mage_1_0" />
</svg>
</div>
<br><br>
[[Leave Veil Tower|castle_map_back_select]]
<<elseif $currentArc["main_arc"] == 6>>
<h3 style="text-align: center;">Moonspire Atelier — Veil Tower</h3><br>
<<set $locationImage = setup.ImagePath + 'location/veil_tower_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/veil_tower_mage_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_mage_random"
points="380,446,371,420,384,375,374,357,361,365,360,354,371,348,390,308,399,285,406,268,414,271,420,288,427,301,433,313,445,342,455,351,452,357,446,355,436,367,453,415,446,429,447,439,429,452,405,454,386,453"
class="castle_front_map"
data-passage="interact_with_mage_random" />
</svg>
</div>
<br><br>
[[Leave Veil Tower|castle_map_back_select]]
<<elseif $currentArc["main_arc"] > 6>>
<h3 style="text-align: center;">Moonspire Atelier — Veil Tower</h3><br>
<<set $locationImage = setup.ImagePath + 'location/veil_tower_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/veil_tower_mage_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_mage_random"
points="380,446,371,420,384,375,374,357,361,365,360,354,371,348,390,308,399,285,406,268,414,271,420,288,427,301,433,313,445,342,455,351,452,357,446,355,436,367,453,415,446,429,447,439,429,452,405,454,386,453"
class="castle_front_map"
data-passage="interact_with_mage_random" />
</svg>
</div>
<br><br>
[[Leave Veil Tower|castle_map_back_select]]
<<else>>
<h3 style="text-align: center;">Moonspire Atelier — Veil Tower</h3><br>
<<set $locationImage = setup.ImagePath + 'location/veil_tower_img.png'>>
[img[setup.ImagePath + 'location/veil_tower_img.png']]
<br>
<br>
[[Leave Veil Tower|castle_map_back_select]]
<</if>>
<</nobr>><<nobr>>
<br> <strong><em>The Moonspire Atelier — Veil Tower, Midday</em></strong> Soft glows of floating crystals hovered in the still air. Strange flora bloomed in jars, suspended in liquid starlight. Scrolls lined every surface, runes pulsing faintly beneath the floor.
<br><br>
<<speech "thalara">>
Ah... the young heir finally arrives. Welcome, Caelan. Or should I say Velmoria’s chrysalis.
<</speech>>
<br>
<<speech "mc">>
Archmage Thalara. The Queen said you would guide me. I come ready, if not fully understanding what lies ahead.
<</speech>>
<br>
<<speech "thalara">>
Understanding will come in tinctures and time. Here, there are no blades or thrones only vials, steam, and the whisper of changing bones.
<</speech>>
<br>
<<speech "thalara">>
Now, look upon this.
<</speech>>
<br>
[[Move Forth|interact_with_mage_1]]
<</nobr>><<nobr>>
She waved her fingers, and an enchanted scroll floated before Caelan.
Symbols shimmered, revealing three transformation branches. flesh, voice, and form. Each with its own list of mystic ingredients.
<br>
<<speech "thalara">>
These are the reagents required to begin your journey. Moonpetal Extract for soft skin. Velmorian Honey for your voice.
Eversilk Thread for... well, we’ll save that surprise.
<</speech>>
<br>
<<speech "mc">>
I thought you’d just hand me a potion and wave your hand.
<</speech>>
<br>
<<speech "thalara">>
Oh, child. Do you think transformation so shallow? This isn’t a masquerade spell.
It must come through will, ritual, and cost. You must earn every inch of womanhood that forms.
<</speech>>
<br>
<<speech "thalara">>
And so you will learn alchemy. Slowly. Carefully. With your own hands.
<</speech>>
<br>
<<set $reverse_passage = "interact_with_mage_2">>
[[Look whats inside Scrolls|potion_lab]]
<</nobr>><<nobr>>
<<speech "mc">>
I’m to make these myself?
<</speech>>
<br>
<<speech "thalara">>
Not entirely alone. I will guide your hand. But first, you must gather your first satchel of components from the Velmoria’s Essence Vault.
<</speech>>
<br>
<<speech "mc">>
The Vault... sounds like something locked away under a mountain.
<</speech>>
<br>
<<speech "thalara">>
It nearly is. Beneath the southern wing of the castle the Hall of Binding. The Vault holds all restricted magical flora and beast remnants.
Only those with my sigil may withdraw from it.
<</speech>>
<br>
<<set $currentObjectives = "Go to Velmoria's Essence Vault and meet Keeper Malgros for Magical Ingredient supplies">>
[[Move Forth|interact_with_mage_3]]
<</nobr>><<nobr>>
She produces a glowing crystal, shaped like a drop of liquid moonlight.
<br>
<<speech "thalara">>
Take this. It will unlock the Vault’s seal. But listen closely.
<</speech>>
<br>
<<speech "thalara">>
There is only a limited supply each day. No matter your title, magic obeys scarcity. Do not waste what you take.
<</speech>>
<br>
<<speech "thalara">>
And as for the Vault’s keeper... gods help you.
<</speech>>
<br>
<<speech "mc">>
That bad?
<</speech>>
<br>
[[Move Forth|interact_with_mage_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
He’s a grumbling slab of obsidian with legs. Keeper Malgros.
He knows the worth of every vial and would sooner strangle a rat than hand over a second drop of Frostvine Elixir.
<</speech>>
<br>
<<speech "thalara">>
Even I suffer his tirades when I request extras. You? He’ll chew your title into powder if you act entitled.
<</speech>>
<br>
<<speech "mc">>
So I go to this Malgros, with charm... or perhaps bribes?
<</speech>>
<br>
<<speech "thalara">>
Charm if you can. Bribes if you're clever. But mostly, show him respect. And never spill what he gives you.
<</speech>>
<br>
[[Move Forth|interact_with_mage_5]]
<</nobr>><<nobr>>
<<speech "thalara">>
Once you have what you need, return here. We'll begin the first infusion.
Skin and breath, voice and body slowly, your shell will soften. And your truth will rise.
<</speech>>
<br>
<<speech "mc">>
Then I’ll head to the Vault now. Wish me grace... or luck.
<</speech>>
<br>
<<speech "thalara">>
You’ll need both. Go, Caelan. Take your first true step not as prince, but as the becoming.
<</speech>>
<br>
<<set $currentArc["main_arc"] = 4>>
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<<if $currentArc["main_arc"] == 4>>
<h3 style="text-align: center;">Velmoria's Essence Vault</h3><br>
<<set $locationImage = setup.ImagePath + 'location/essence_vault_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/essence_vault_keeper_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_keeper"
points="123,477,131,467,139,460,136,447,122,440,122,404,126,373,117,364,112,338,112,313,110,296,116,275,110,266,118,260,136,242,146,244,153,223,165,218,172,223,179,234,180,248,192,236,207,241,213,257,215,270,216,293,213,302,210,360,199,369,205,437,193,446,191,462,203,475,191,479,178,468,171,431,164,433,159,428,153,466,142,476,132,479"
class="castle_front_map"
data-passage="interact_with_keeper" />
</svg>
</div>
<br><br>
[[Leave Essence Valut|castle_map_back_select]]
<<elseif $currentArc["main_arc"] > 4>>
<h3 style="text-align: center;">Velmoria's Essence Vault</h3><br>
<<set $locationImage = setup.ImagePath + 'location/essence_vault_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/essence_vault_keeper_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_keeper_random"
points="123,477,131,467,139,460,136,447,122,440,122,404,126,373,117,364,112,338,112,313,110,296,116,275,110,266,118,260,136,242,146,244,153,223,165,218,172,223,179,234,180,248,192,236,207,241,213,257,215,270,216,293,213,302,210,360,199,369,205,437,193,446,191,462,203,475,191,479,178,468,171,431,164,433,159,428,153,466,142,476,132,479"
class="castle_front_map"
data-passage="interact_with_keeper_random" />
</svg>
</div>
<br><br>
[[Leave Essence Valut|castle_map_back_select]]
<<else>>
<h3 style="text-align: center;">Velmoria's Essence Vault</h3><br>
<<set $locationImage = setup.ImagePath + 'location/essence_vault_img.png'>>
[img[setup.ImagePath + 'location/essence_vault_img.png']]
<br>
<br>
[[Leave Essence Valut|castle_map_back_select]]
<</if>>
<</nobr>><<nobr>>
<br> A heavy door inscribed with ancient runes loomed before me.
The air was colder here, almost watchful.
I pressed the sigil Thalara had given me into the rune socket. A click echoed… and the vault opened.
<br><br>
<<speech "mc">>
So this is the Essence Vault...
<</speech>>
<br>
Before me stretched shelves of bottled moonlight, crystal vials with floating eyes, claws wrapped in wax, and herbs that curled away from touch.
In the center stood a mountain of a man wide shouldered, skin like cracked granite, arms folded.
<br><br>
<<speech "malgros">>
Hmph. You’re late for being royalty.
<</speech>>
<br>
<<speech "mc">>
Prince Caelan. Sent by Archmage Thalara to retrieve ingredients for the Rite.
<</speech>>
<br>
<</nobr>>
[[Move Forth|interact_with_keeper_1]]<<nobr>>
<<set $currentObjectives = "Go to Thalara with ingredients to make potions">>
<<speech "malgros">>
Name means little here. Every prince bleeds the same when foolish.
<</speech>>
<br>
He stepped forward, eyeing Caelan up and down like a slab of meat.
<br><br>
<<speech "malgros">>
Magic’s no toy. These ingredients they burn, bite, and twist the soul. You think you’re ready to stir a vial and sip your way into womanhood?
<</speech>>
<br>
<<speech "mc">>
If that is the path to ruling Velmoria, then I am.
<</speech>>
<br>
<<speech "malgros">>
Hmph. I’ve seen brave boys scorched by Feylace Petal, women driven mad from Seraphmilk. Every item here has a price beyond coin or crown.
<</speech>>
<br>
[[Move Forth|interact_with_keeper_2]]
<</nobr>><<nobr>>
He walked over to a sealed crystal case and tapped it. Inside glowed a silver blue root wrapped in frost.
<br><br>
<<speech "malgros">>
Here lies the Frostleaf Crystals Tongue. What melts your voice to silk, can also silence it forever if measured wrong. Still want it?
<</speech>>
<br>
<<speech "mc">>
I need it.
<</speech>>
<br>
Malgros squinted. Then a grim smile crept across his lips the kind that had tested many before.
<br><br>
<<speech "malgros">>
Then earn it. No item leaves without a mind’s price. Answer me this, princeling!
<</speech>>
<br>
<<speech "malgros">>
Answer true, and you may take your potion's whisper. Fail... and you’ll leave with empty hands, maybe less.
<</speech>>
<br>
<<set $currentArc["main_arc"] = 5>>
[[Oh Riddles for Ingredients|riddle]]
<</nobr>><<nobr>>
<<if $riddleSuccess == true>>
[img[setup.ImagePath + 'location/essence_vault_img.png']]
<br>
<<speech "malgros">>
You've already got your ingredients today. Go away.
<</speech>>
<br>
<br>
<<link "Leave Essence Vault">>
<<goto "castle_map_back_select">>
<</link>>
<<elseif $riddleAttempts >= $riddleLimit>>
[img[setup.ImagePath + 'location/essence_vault_img.png']]
<br>
<<speech "malgros">>
You've already answered your three riddles for today. Come back tomorrow.
<</speech>>
<br>
<br>
<<link "Leave Essence Vault">>
<<goto "castle_map_back_select">>
<</link>>
<<else>>
<<set _riddle = setup.riddles.random()>>
<<set $riddle_question = _riddle.question>>
<<speech "malgros" $riddle_question>>
<</speech>>
<br>
<br>
<div id="riddle-buttons">
<<for _i, _opt range _riddle.options>>
<<set _indexNum = Number(_i)>>
<<capture _indexNum _opt>>
<<link _opt>>
<<replace "#riddle-buttons">>
<<set $riddleAttempts += 1>>
<<if _indexNum == _riddle.answer>>
<br>
<<speech "malgros">>
<strong>Correct!</strong> You may choose your ingredient. Dont take more than three items you won't get to leave here if thats the case.
<</speech>>
<br>
<<set $hasIngredientAccess = true>>
<<set $riddleSuccess = true>>
<<link "Choose ingredient">><<goto "ingredient_selection">><</link>>
<<else>>
<<if $riddleAttempts < $riddleLimit>>
<<speech "malgros">>
<strong>Incorrect. You won’t get anything without solving this.</strong> Better luck next time. You can try again if you like.
<</speech>>
<br>
<<link "Try another riddle">><<goto "riddle">><</link>> |
<<link "Leave Essence Vault">><<goto "castle_map_back_select">><</link>>
<<else>>
<<speech "malgros">><strong>Incorrect. You won’t get anything without solving this. Better luck next time.</strong><em>You have no attempts left for today.</em>
<</speech>>
<br>
<<link "Leave Essence Vault">><<goto "castle_map_back_select">><</link>>
<</if>>
<</if>>
<</replace>>
<</link>>
<br>
<br>
<</capture>>
<</for>>
</div>
<</if>>
<</nobr>><<nobr>>
<<speech "thalara">>
Ah… the vault did not chew you up, after all. And you even returned with your limbs. That’s more than I can say for some of my assistants.
<</speech>>
<br>
She rises gracefully from her seat, robes trailing behind like midnight smoke. Her gaze drops to the bundle in my arms.
<br>
<<speech "thalara">>
Now then... show me what wonders or disasters you’ve brought me.
<</speech>>
<br>
<<speech "mc">>
The Vault Keeper gave me a test. A riddle. I passed. These are what I earned.
<</speech>>
<br>
Thalara's eyes glitter faintly. She lifts a glowing vial, turning it delicately in the light.
<br>
<<speech "thalara">>
Ingredients you brought, Not bad for a first forage. You’ve the makings of a true potion binder.
<</speech>>
<br>
[[Move Forth|interact_with_mage_1_2]]
<</nobr>><<nobr>>
<<set $currentObjectives = "Go to Lady Serelyne at East wing for First Session">>
<<speech "thalara">>
But remember, these are not mere ingredients. They are choices, Caelan raw threads waiting to be spun into the shape of your new self.
<</speech>>
<br>
<<speech "mc">>
And you… you want me to decide what shape that will be?
<</speech>>
<br>
<<speech "thalara">>
It must be you, my prince. Or perhaps I should say my princess-in-becoming.
What part of yourself do you wish to see changed first? Your face, perhaps? Your curves? Or maybe... you'd rather begin somewhere less visible, like your skin’s softness or your scent?
<</speech>>
<br>
She circles Caelan slowly, appraising him like a sculptor gazing at unshaped marble.
<br>
<<speech "thalara">>
This body of yours is a kingdom too, one we will gently remake. But tell me, heir of Velmoria... where shall the first brick be laid?
<</speech>>
<br>
<<set $reverse_passage = "veil_tower">>
<<set $currentArc["main_arc"] = 6>>
[[Choose Potion|potion_lab]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Maid Chamber Corridor</h3><br>
<<set $locationImage = setup.ImagePath + 'location/maid_room_corridor.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/maid_room_corridor_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="maera_chamber_map_select"
points="93,469,90,129,102,136,126,101,151,97,181,175,191,179,193,403,150,396,126,405,123,433,94,474"
class="castle_front_map"
data-passage="maera_chamber_map_select" />
<polygon id="nyssa_chamber_map_select"
points="589,167,600,157,629,53,678,105,699,93,697,498,670,491,594,449,587,439"
class="castle_front_map"
data-passage="nyssa_chamber_map_select" />
</svg>
</div>
<br><br>
[[Leave Maid Chamber Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Maera's Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/maera_chamber.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/maera_chamber_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_maera"
points="419,465,421,447,414,413,407,415,385,401,394,331,387,329,387,317,404,265,399,231,408,215,417,179,431,167,450,177,454,212,470,230,463,262,476,306,469,332,478,397,474,411,461,408,451,411,444,460,437,463,434,414,430,463"
class="castle_front_map"
data-passage="interact_with_maera" />
</svg>
</div>
<br><br>
[[Leave Maera's Chamber|bed_chamber_girl]] |
[[Leave Maid Chamber Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Nyssa's Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/nyssa_chamber.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/nyssa_chamber_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_nyssa"
points="428,466,432,455,421,421,405,428,404,437,390,436,395,311,382,299,385,252,367,237,369,220,366,208,374,201,385,204,385,222,382,233,395,248,399,254,410,225,416,220,422,184,429,176,440,176,448,186,457,216,468,237,478,264,489,288,504,306,506,325,497,326,508,348,529,368,513,378,511,395,500,414,491,419,492,407,477,409,467,416,458,417,451,425,446,459,445,468"
class="castle_front_map"
data-passage="interact_with_nyssa" />
</svg>
</div>
<br><br>
[[Leave Nyssa's Chamber|bed_chamber_girl]] |
[[Leave Maid Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Man Chamber Corridor</h3><br>
<<set $locationImage = setup.ImagePath + 'location/man_chamber_corridor.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/man_chamber_corridor_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="torin_chamber_map_select"
points="153,102,215,129,338,130,356,108,356,436,144,465"
class="castle_front_map"
data-passage="torin_chamber_map_select" />
<polygon id="jeral_chamber_map_select"
points="553,128,666,23,668,478,658,497,619,493,557,422"
class="castle_front_map"
data-passage="jeral_chamber_map_select" />
</svg>
</div>
<br><br>
[[Leave Man Chamber Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Torin's Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/torin_chamber.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/torin_chamber_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_torin"
points="91,470,105,445,102,421,90,422,87,430,81,417,88,362,96,327,80,310,75,279,80,221,105,186,112,195,119,191,122,172,127,153,138,147,149,156,153,175,154,183,164,193,167,185,183,198,194,218,196,247,200,278,197,306,187,324,180,324,186,416,174,419,178,471,168,473,159,466,157,443,153,416,137,416,125,418,120,464,109,472,100,474"
class="castle_front_map"
data-passage="interact_with_torin" />
</svg>
</div>
<br><br>
[[Leave Torin's Chamber|bed_chamber_male]] |
[[Leave Man Chamber Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Jeral's Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/jeral_chamber.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/jeral_chamber_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_jeral"
points="355,156,357,145,366,135,380,136,390,146,391,163,389,174,395,187,415,193,426,211,428,242,427,274,423,306,417,320,431,400,412,411,410,425,404,429,404,447,418,466,407,467,392,455,391,429,387,422,378,360,367,358,355,422,349,428,351,455,342,462,322,466,329,455,339,443,337,427,331,421,332,411,315,404,330,317,325,302,320,284,316,257,321,232,327,215,322,210,333,196,347,190,363,182,364,170,359,164"
class="castle_front_map"
data-passage="interact_with_jeral" />
</svg>
</div>
<br><br>
[[Leave Jeral's Chamber|bed_chamber_male]] |
[[Leave Man Room Corridor|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Royal Bed Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/royel_bed_chamber_img.png'>>
<<if $currentArc["main_arc"] < 3>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/royel_bed_chamber_img.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
</div>
<br><br>
<<else>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/royel_bed_chamber_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_queen_random"
points="322,415,326,407,346,402,365,308,360,295,361,249,356,243,363,215,379,202,383,183,385,158,397,150,405,156,407,167,411,186,416,204,426,210,438,243,432,250,437,290,429,308,439,378,446,399,466,408,473,419,441,423,431,417,415,417,412,426,402,416,395,416,388,426,381,420,370,413,350,421"
class="castle_front_map"
data-passage="interact_with_queen_random" />
</svg>
</div>
<br><br>
<</if>>
[[Leave Royal Bed Chamber|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Royal Leisure Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/royal_leisure_chamber_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/royel_leisure_chamber_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_king_random"
points="409,454,418,451,436,348,425,332,426,308,419,288,428,273,430,239,434,220,444,212,454,226,460,214,460,192,475,186,486,193,489,223,495,225,502,215,509,217,511,232,519,242,524,279,530,290,528,308,522,312,520,333,513,346,522,436,537,454,517,464,508,459,509,464,499,468,484,458,465,458,434,469"
class="castle_front_map"
data-passage="interact_with_king_random" />
</svg>
</div>
<br><br>
[[Leave Royal Leisure Chamber|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Dungeon</h3><br>
<<set $locationImage = setup.ImagePath + 'location/dungeon_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/dungeon_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_marda"
points="366,471,361,465,363,453,328,443,315,430,327,363,336,326,348,278,340,271,320,308,308,314,304,301,315,289,332,254,335,219,346,196,356,194,366,198,362,182,366,160,378,153,387,156,396,176,392,196,398,203,406,195,426,214,421,234,432,265,440,291,448,297,448,313,454,325,464,338,449,366,446,390,440,365,426,343,427,375,437,429,425,439,398,448,394,463,384,462,377,458"
class="castle_front_map"
data-passage="interact_with_marda" />
</svg>
</div>
<br><br>
[[Leave Dungeon|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Stable</h3><br>
<<set $locationImage = setup.ImagePath + 'location/stable_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/stable_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_tomm"
points="65,481,81,473,84,462,80,424,65,413,55,401,58,368,46,360,50,333,55,296,63,262,80,249,90,222,103,208,114,214,119,231,121,246,133,248,150,258,154,280,154,306,146,341,143,360,146,388,146,408,136,424,133,454,133,475,132,493,122,492,120,476,122,451,116,426,102,422,100,443,99,465,100,477,81,486"
class="castle_front_map"
data-passage="interact_with_tomm" />
</svg>
</div>
<br><br>
[[Leave Stable|castle_map_back_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Right Tower</h3><br>
<<set $locationImage = setup.ImagePath + 'location/right_tower_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/right_tower_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_gribblek"
points="166,450,178,441,160,435,163,408,165,374,155,362,152,339,159,325,165,300,175,295,160,288,159,276,146,262,131,241,126,235,143,235,160,245,165,246,171,230,185,221,193,221,207,220,222,227,229,241,231,246,242,242,256,238,276,235,264,248,250,263,234,282,232,296,235,313,242,335,241,347,243,362,249,375,244,381,243,388,238,401,240,411,244,432,226,441,233,450,211,454,211,441,196,439,196,447,187,453,175,455"
class="castle_front_map"
data-passage="interact_with_gribblek" />
</svg>
</div>
<br><br>
[[Leave Right Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<<if $user_stats.energy >= 10>>
<<set $user_stats.energy -= 10>>
<<elseif $user_stats.energy > 0>>
<<set $user_stats.energy = 0>>
<</if>>
<<if $user_stats.energy < 10>>
<<set $alert_message = "Your Energy is very Low. Need to sleep">>
<<goto "mc_bed_chamber">>
<</if>>
<h3 style="text-align: center;">Court Yard</h3><br>
<<set $locationImage = setup.ImagePath + 'location/court_yard_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/court_yard_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="castle_map_back_select"
points="557,392,557,337,573,301,584,288,604,296,616,317,618,359,620,395"
class="castle_front_map"
data-passage="castle_map_back_select" />
<polygon id="castle_map_front_select"
points="37,408,40,335,33,294,2,246,4,424"
class="castle_front_map"
data-passage="castle_map_front_select" />
<polygon id="lake_map_select"
points="409,375,406,350,410,335,424,321,434,320,441,330,447,346,446,378,410,381"
class="castle_front_map"
data-passage="lake_map_select" />
</svg>
</div>
<br><br>
[[Leave Court Yard|castle_map_back_select]]
<</nobr>><<nobr>>
<<if $user_stats.energy >= 10>>
<<set $user_stats.energy -= 10>>
<<elseif $user_stats.energy > 0>>
<<set $user_stats.energy = 0>>
<</if>>
<<if $user_stats.energy < 10>>
<<set $alert_message = "Your Energy is very Low. Need to sleep">>
<<goto "mc_bed_chamber">>
<</if>>
<h3 style="text-align: center;">Lake</h3><br>
<<set $locationImage = setup.ImagePath + 'location/lake_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/lake_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="court_yard"
points="206,233,224,232,225,223,241,221,256,215,258,202,265,214,283,214,294,216,303,204,305,193,313,205,320,175,326,206,332,199,338,226,337,257,308,248,289,235,273,235,246,245,228,245"
class="castle_front_map"
data-passage="court_yard" />
<polygon id="castle_map_back_select"
points="163,227,167,160,177,156,181,141,185,160,195,162,200,126,210,156,217,128,227,152,236,149,250,175,254,153,266,165,261,136,272,117,286,84,286,68,295,97,299,87,303,117,308,110,310,127,312,149,309,159,309,198,305,191,303,203,294,215,266,212,259,201,256,213,241,221,225,222,223,231,207,234,193,237,176,235"
class="castle_front_map"
data-passage="castle_map_back_select" />
<polygon id="castle_map_front_select"
points="70,202,68,192,73,190,75,172,81,165,86,164,88,94,81,91,90,83,92,58,98,68,110,42,112,15,115,46,122,67,130,64,131,79,137,92,133,98,134,126,141,128,145,109,149,118,152,101,155,121,164,133,167,125,169,144,168,158,164,201,162,227,139,244,137,159,121,169,102,163,85,173"
class="castle_front_map"
data-passage="castle_map_front_select" />
</svg>
</div>
<br><br>
[[Leave Lake|court_yard]]
<</nobr>><<nobr>>
<<if $user_stats.energy >= 10>>
<<set $user_stats.energy -= 10>>
<<elseif $user_stats.energy > 0>>
<<set $user_stats.energy = 0>>
<</if>>
<<if $user_stats.energy < 10>>
<<set $alert_message = "Your Energy is very Low. Need to sleep">>
<<goto "mc_bed_chamber">>
<</if>>
<h3 style="text-align: center;">Castle Sovereign Wing Map</h3>
<<set $locationImage = setup.ImagePath + 'location/castle.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/castle_map_front.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="castle_map_back_select"
points="40,369,4,410,4,458,76,457,79,410,45,410"
class="castle_front_map"
data-passage="castle_map_back_select" />
<polygon id="council_chamber"
points="120,237,293,236,294,303,121,303"
class="castle_front_map"
data-passage="council_chamber" />
<polygon id="east_wing"
points="55,306,55,264,58,253,67,243,83,239,99,243,110,254,112,271,111,305"
class="castle_front_map"
data-passage="east_wing" />
<polygon id="dressing_bloom"
points="49,380,47,339,53,324,66,315,87,311,99,315,110,326,115,344,115,372,114,382"
class="castle_front_map"
data-passage="dressing_bloom" />
<polygon id="thrones_mirror"
points="250,377,249,338,255,322,270,313,287,311,302,320,312,335,312,356,311,378"
class="castle_front_map"
data-passage="thrones_mirror" />
<polygon id="iron_garden"
points="493,470,492,377,505,363,523,350,540,352,553,357,560,367,571,368,582,368,590,363,606,352,629,351,638,358,645,361,662,366,699,380,699,484,641,486,591,464,555,471"
class="castle_front_map"
data-passage="iron_garden" />
<polygon id="great_hall"
points="122,227,117,156,102,157,183,87,265,157,246,154,245,227"
class="castle_front_map"
data-passage="great_hall" />
<polygon id="great_library"
points="120,378,119,312,246,312,244,377"
class="castle_front_map"
data-passage="great_library" />
<polygon id="royal_kitchen"
points="78,457,79,397,121,388,149,390,170,399,178,410,197,413,217,393,252,387,271,392,284,398,292,406,295,430,292,456"
class="castle_front_map"
data-passage="royal_kitchen" />
<polygon id="royal_garden"
points="3,460,1,499,699,500,698,486,641,487,591,467,557,473,493,472,431,475,374,476,278,475,192,476,103,478,90,459"
class="castle_front_map"
data-passage="royal_garden" />
<polygon id="out_side"
points="422,297,415,237,414,205,525,198,527,238,514,306,501,304,454,305"
class="castle_front_map"
data-passage="out_side" />
</svg>
</div>
<</nobr>><<nobr>>
<h3 style="text-align: center;">Great Hall</h3><br>
<<set $locationImage = setup.ImagePath + 'location/great_hall_img.png'>>
[img[setup.ImagePath + 'location/great_hall_img.png']]
<br><br>
[[Leave Great Hall|castle_map_front_select]]
<</nobr>><<nobr>>
<<if $currentArc["main_arc"] == 2>>
<h3 style="text-align: center;">Council Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/council_room.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img src="images/map/council_chamber_queen_only_map.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_queen"
points="221,382,237,373,248,315,246,294,246,277,247,256,259,247,261,221,270,218,277,223,281,247,295,271,291,306,292,335,300,373,316,382,278,387,261,387"
class="castle_front_map"
data-passage="interact_with_queen" />
</svg>
</div>
<br><br>
[[Leave Council Chamber|castle_map_front_select]]
<<else>>
<h3 style="text-align: center;">Council Chamber</h3><br>
[img[setup.ImagePath + 'location/council_room.png']]
<br>
<br>
[[Leave Council Chamber|castle_map_front_select]]
<</if>>
<</nobr>><<nobr>>
<br> <strong><em>The Morning After — Council Chamber, Midmorning</em></strong> <br><br>
<<speech "mc">>
Good morning, Mother. I... slept, though my dreams were strange. I suppose I now stand upon the first step of the path we discussed.
<</speech>>
<br>
<<speech "alinora">>
Indeed you do, my child. The moment you rose from that council seat, your fate shifted like the winds of prophecy.
And now, we must shape you to match the crown you are to bear.
<</speech>>
<br>
<<speech "mc">>
I am ready... or I wish to be. You spoke of three pillars, and I still remember their names. But which one must I begin with?
<</speech>>
<br>
<<speech "alinora">>
Each pillar is vital, but one must come first to anchor the rest.
The court may overlook uncertain manners or political missteps... but they will not overlook a prince in a dress.
<</speech>>
<br>
[[Move Forth|interact_with_queen_1]]
<</nobr>><<nobr>>
She stood and moved toward the window, where sunlight spilled across the velvet floor.
Her eyes, clear as carved sapphire, regarded her child not unkindly.
<br>
<br>
<<speech "alinora">>
Thus, your body must change first. Slowly, carefully. The illusion must not be illusion. It must be truth bone, skin, breath, and form.
<</speech>>
<br>
<<speech "mc">>
Then I will face it head on. Is there someone to guide me?
<</speech>>
<br>
<<speech "alinora">>
There is. You shall meet Archmage Thalara Moonveil, Mistress of Essence and Change.
She has served this house longer than you’ve drawn breath and has mastered arts few dare name aloud.
<</speech>>
<br>
<<speech "mc">>
Will it hurt?
<</speech>>
<br>
[[Move Forth|interact_with_queen_2]]
<</nobr>><<nobr>>
<<speech "alinora">>
It will challenge you. Pain may come, though not always in ways you expect.
But Thalara is gentle, when she wishes to be. And she understands the weight of what you are to become.
<</speech>>
<br>
She steps closer now, placing one gloved hand against Caelan’s cheek.
<br>
<<speech "alinora">>
Remember, daughter-to-be... this is not punishment. This is ascension.
<</speech>>
<br>
<<speech "mc">>
Where will I find her?
<</speech>>
<br>
<<speech "alinora">>
In the Moonspire Atelier - Veil Tower, high in the east tower. She prefers her solitude, so knock only once.
She’ll know you’ve come before you touch the door.
<</speech>>
<br>
<<set $currentObjectives = "Go to Veil tower and meet Archmage Thalara Moonveil at Moonspire Atelier">>
<<speech "mc">>
I’ll go now.
<</speech>>
<br>
<<speech "alinora">>
One last word, Trust her, Caelan. Let her magic shape you, but hold tight to your spirit. The body bends... but the soul must choose its own form.
<</speech>>
<br>
<<set $currentArc["main_arc"] = 3>>
[[Go Outside|castle_map_front_select]]
<</nobr>><<nobr>>
<<if $user_stats.energy >= 10>>
<<set $user_stats.energy -= 10>>
<<elseif $user_stats.energy > 0>>
<<set $user_stats.energy = 0>>
<</if>>
<<if $user_stats.energy < 10>>
<<set $alert_message = "Your Energy is very Low. Need to sleep">>
<<goto "mc_bed_chamber">>
<</if>>
<h3 style="text-align: center;">Casle Front Gate</h3><br>
<<set $locationImage = setup.ImagePath + 'location/outside_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/outside_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="castle_map_front_select"
points="175,271,174,241,183,214,187,218,192,197,201,198,209,183,224,216,234,239,245,225,242,190,264,188,278,165,291,181,299,183,299,129,293,114,295,99,302,62,305,68,312,48,319,56,325,37,341,71,348,36,357,62,359,102,357,133,367,131,370,135,376,123,399,123,402,112,412,129,423,132,437,151,446,166,462,175,463,195,464,258,453,296,462,330,395,317,354,343,321,345,271,337"
class="castle_front_map"
data-passage="castle_map_front_select" />
<polygon id="lake_map_select"
points="358,343,396,318,460,329,482,304,507,308,535,296,557,322,573,342,582,349,608,363,627,373,622,396,571,392,567,383,555,385,528,391,493,387,445,378,391,367"
class="castle_front_map"
data-passage="lake_map_select" />
<polygon id="castle_map_back_select"
points="422,129,430,113,436,97,442,113,456,106,461,89,467,100,484,103,477,80,486,67,483,38,494,36,497,47,506,29,517,47,526,61,534,74,546,76,542,97,543,137,557,168,550,172,558,192,569,195,569,186,575,174,583,185,585,197,587,212,590,241,599,247,602,235,614,259,619,290,632,310,608,304,574,340,538,298,509,306,483,302,461,325,455,296,466,256,464,174,447,165"
class="castle_front_map"
data-passage="castle_map_back_select" />
</svg>
</div>
<br><br>
[[Back to Castle|castle_map_front_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Royal Iron Garden</h3><br>
<<set $locationImage = setup.ImagePath + 'location/iron_garden_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/iron_garden_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_aldric"
points="150,476,163,463,172,443,168,406,147,381,157,326,160,279,180,221,146,213,140,202,143,178,154,137,175,119,192,113,201,109,208,97,210,72,220,60,230,58,238,63,246,73,247,90,246,105,257,110,272,115,288,131,300,150,309,180,312,202,316,223,316,238,314,259,310,276,303,291,290,293,293,314,298,347,309,380,293,404,291,427,291,445,299,478,290,483,278,477,272,451,265,426,256,400,251,387,249,372,205,370,206,390,199,413,195,442,195,465,186,473,169,481,155,483"
class="castle_front_map"
data-passage="interact_with_aldric" />
</svg>
</div>
<br><br>
[[Leave Iron Garden|castle_map_front_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Castle East Wing</h3><br>
<<set $locationImage = setup.ImagePath + 'location/east_wing_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/east_wing_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_serelyne"
points="365,468,394,461,401,435,408,380,403,365,402,356,411,315,406,302,416,278,424,274,421,248,425,237,436,232,446,238,451,248,447,266,455,273,462,279,467,302,466,309,473,352,471,362,468,375,470,401,472,424,479,450,484,460,507,468,485,472,476,476,464,471,455,476,444,478,438,480,422,472,410,475,391,473"
class="castle_front_map"
data-passage="interact_with_serelyne" />
</svg>
</div>
<br><br>
[[Leave East Wing|castle_map_front_select]]
<</nobr>><<nobr>>
/* <<set $bloom_room_enable = true>> */
<<if $bloom_room_enable>>
<h3 style="text-align: center;">Royal Dressing Bloom</h3><br>
<<set $locationImage = setup.ImagePath + 'location/dressing_bloom_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/dressing_bloom_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_veletia"
points="156,487,169,485,174,476,186,479,193,466,200,436,202,402,203,366,202,356,190,346,190,329,177,324,182,297,184,272,195,248,210,221,207,211,206,197,213,187,220,175,231,163,246,158,258,158,275,174,282,187,282,214,288,227,305,246,316,260,296,291,287,296,293,315,293,343,293,377,295,419,297,454,304,476,319,478,330,486,306,489,277,484,276,491,254,496,226,490,214,486,192,492"
class="castle_front_map"
data-passage="interact_with_veletia" />
<polygon id="interact_with_bloom_room"
points="347,338,340,289,336,234,333,168,334,119,353,79,373,57,395,42,426,41,448,58,459,98,465,157,467,209,462,276,457,327,462,354,346,351"
class="castle_front_map"
data-passage="bloom_room" />
</svg>
</div>
<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<<else>>
<h3 style="text-align: center;">Royal Dressing Bloom</h3><br>
<<set $locationImage = setup.ImagePath + 'location/dressing_bloom_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/dressing_bloom_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_veletia"
points="156,487,169,485,174,476,186,479,193,466,200,436,202,402,203,366,202,356,190,346,190,329,177,324,182,297,184,272,195,248,210,221,207,211,206,197,213,187,220,175,231,163,246,158,258,158,275,174,282,187,282,214,288,227,305,246,316,260,296,291,287,296,293,315,293,343,293,377,295,419,297,454,304,476,319,478,330,486,306,489,277,484,276,491,254,496,226,490,214,486,192,492"
class="castle_front_map"
data-passage="interact_with_veletia" />
</svg>
</div>
<br><br>
[[Leave Royal Dressing Bloom|castle_map_front_select]]
<</if>>
<</nobr>><h3 style="text-align: center;">Bloom Room</h3><br>
<<set $locationImage = setup.ImagePath + 'location/bloom_room.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/bloom_room_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="valetia_bloom_room"
points="122,477,127,471,136,472,147,469,160,450,163,418,164,396,164,369,162,357,153,342,151,332,142,328,145,308,148,281,161,252,168,235,165,215,172,206,178,204,184,188,192,179,204,176,211,176,220,182,229,193,240,209,238,228,247,240,259,254,270,268,271,291,274,311,267,313,254,305,247,298,240,301,244,313,247,329,248,346,247,367,248,390,249,421,251,450,256,465,265,469,271,469,286,478,275,478,263,477,252,473,237,476,231,482,207,485,181,481,165,478,149,483,136,480"
class="castle_front_map"
data-passage="valetia_bloom_room" />
</svg>
</div><<nobr>>
<h3 style="text-align: center;">Royal Throne Mirror Chamber</h3><br>
<<set $locationImage = setup.ImagePath + 'location/thrones_mirror_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/thrones_mirror_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_marlec"
points="237,468,252,460,258,449,255,430,244,423,237,424,235,442,216,427,226,375,229,340,227,333,230,322,227,284,220,282,224,261,223,253,230,224,239,217,252,214,258,201,252,180,259,167,269,166,278,167,286,179,282,196,286,205,284,213,301,217,315,223,315,231,322,258,325,279,320,283,315,316,312,329,309,340,323,414,320,423,318,429,311,435,311,458,322,471,312,474,301,462,294,432,284,428,280,421,276,427,269,428,270,459,255,470"
class="castle_front_map"
data-passage="interact_with_marlec" />
</svg>
</div>
<br><br>
[[Leave Royal Throne Mirror Chamber|castle_map_front_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Royal Great Library</h3><br>
<<set $locationImage = setup.ImagePath + 'location/royal_library_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/royal_library_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_anthos"
points="491,478,508,472,516,467,525,445,529,423,534,392,531,379,524,359,528,339,526,332,538,318,538,310,535,304,549,301,555,293,561,287,560,271,563,266,571,260,577,264,581,269,581,278,581,287,590,298,605,305,601,312,613,338,617,347,614,361,611,380,608,394,617,459,630,475,646,482,640,488,632,492,618,488,608,489,603,480,595,476,598,486,590,487,581,478,568,477,561,483,551,486,539,486,545,479,534,479,518,483,507,485"
class="castle_front_map"
data-passage="interact_with_anthos" />
</svg>
</div>
<br><br>
[[Leave Great Library|castle_map_front_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Royal Kitchen</h3><br>
<<set $locationImage = setup.ImagePath + 'location/royal_kitchen_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/royal_kitchen_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_halda"
points="372,459,384,455,406,458,405,475,409,493,429,492,428,477,429,457,439,434,438,408,435,365,446,358,445,339,429,323,454,312,459,295,450,275,438,258,423,244,414,239,409,222,405,205,394,192,376,190,363,200,362,225,349,242,334,253,315,270,306,282,317,300,331,310,335,319,330,328,319,334,316,349,302,359,309,373,313,385,325,380,322,399,321,412,323,426,321,441,338,451,341,460,351,465,350,476,337,483,345,489,353,492,364,489,372,482"
class="castle_front_map"
data-passage="interact_with_halda" />
</svg>
</div>
<br><br>
[[Leave Royal Kitchen|castle_map_front_select]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Royal Garden</h3><br>
<<set $locationImage = setup.ImagePath + 'location/royal_garden_img.png'>>
<div style="position: relative; width: 100%; max-width: 700px; margin: 0 auto; aspect-ratio: 7 / 5;">
<img @src="setup.ImagePath +'map/royal_garden_map.png'" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 700 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="interact_with_edran"
points="100,494,100,486,112,480,109,460,99,467,88,459,83,441,83,409,83,381,87,345,81,331,83,319,80,305,74,296,84,248,92,216,103,207,109,203,117,181,121,163,138,154,147,153,155,162,161,179,169,195,174,204,187,213,187,227,192,253,202,275,205,293,199,297,200,318,202,329,192,344,191,357,198,383,205,408,206,424,197,440,189,453,173,455,175,469,185,482,186,488,176,491,165,487,156,477,152,461,140,458,140,471,134,480,122,490,113,497"
class="castle_front_map"
data-passage="interact_with_edran" />
</svg>
</div>
<br><br>
[[Leave Royal Garden|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "anthos">>
A queen who does not read will be ruled by those who do. Sit. The ledger of border treaties won’t translate itself.
<</speech>>
<br>
<<speech "mc">>
I was hoping for something lighter maybe myths or poetry.
<</speech>>
<br>
<<speech "anthos">>
Poetry will come once your enemies are dead or disarmed. Until then, we read about taxes and terrain.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "anthos">>
This tome here written by a madwoman with three crowns and five assassinated husbands. Pay attention, her madness was genius.
<</speech>>
<br>
<<speech "mc">>
Sounds like the kind of queen I’m supposed to become.
<</speech>>
<br>
<<speech "anthos">>
Perhaps. Just don’t drink the ink. She did that too.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "anthos">>
A woman may sway with a smile, but true dominion rests in knowing what the ministers fear at night. Read this. Slowly.
<</speech>>
<br>
<<speech "mc">>
You always make it sound like knowledge is a blade.
<</speech>>
<br>
<<speech "anthos">>
Wiser than steel. Sharper, too. And it never rusts.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "anthos">>
The records of Queen Elyria’s reign are forbidden. Naturally, I’ve kept two copies. Do you want power, or comfort?
<</speech>>
<br>
<<speech "mc">>
If I wanted comfort, I’d be in the kitchens, not here with dust and secrets.
<</speech>>
<br>
<<speech "anthos">>
Good. Then read her downfall. It's a mirror with teeth.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "anthos">>
See this glyph? Misread it, and you grant immunity. Read it correctly, and you condemn. That is the power of clarity.
<</speech>>
<br>
<<speech "mc">>
So, no pressure, then. Just one wrong syllable and someone lives or dies?
<</speech>>
<br>
<<speech "anthos">>
Exactly. Welcome to governance.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "anthos">>
Diplomacy begins in ink. This scroll holds the alliance that saved Velmoria twice. Learn to write your salvation.
<</speech>>
<br>
<<speech "mc">>
Or damnation, depending on who reads it.
<</speech>>
<br>
<<speech "anthos">>
Ah, you're catching on. Words are weapons. Now forge wisely.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "anthos">>
You want to be queen? Then learn to lie beautifully. Start by reading this manual on court flattery.
<</speech>>
<br>
<<speech "mc">>
Flattery sounds easy enough.
<</speech>>
<br>
<<speech "anthos">>
Easy flattery is spotted a mile away. True flattery wraps truth in silk and makes your enemies smile.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "anthos">>
Ah, the young royal enters my domain again. Looking for forbidden truths or just avoiding sword practice?
<</speech>>
<br>
<<speech "mc">>
Maybe both. Your shelves don’t bruise my ribs.
<</speech>>
<br>
<<speech "anthos">>
Not yet. But they may bruise your illusions.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "anthos">>
If you master the history of every noble house, you’ll rule them before they know you’ve begun.
<</speech>>
<br>
<<speech "mc">>
Sounds like memorizing a thousand grudges.
<</speech>>
<br>
<<speech "anthos">>
Exactly. And knowing which one to press makes all the difference.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "anthos">>
Books do not judge your body, Caelan. They care only for the mind within. Feed it.
<</speech>>
<br>
<<speech "mc">>
Then maybe the books are the only ones who don’t care who or what I’m becoming.
<</speech>>
<br>
<<speech "anthos">>
Ah, but books will still shape the queen you must be. If you let them.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "anthos">>
Every queen must know the laws of succession how to bend them, break them, or ensure they hold.
<</speech>>
<br>
<<speech "mc">>
I thought succession was simple when you’re the heir.
<</speech>>
<br>
<<speech "anthos">>
It’s simple until someone challenges your blood, your body, or your right to rule. Be ready for all three.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "anthos">>
These records were sealed after the War of Three Sisters. Open them, and you’ll see why.
<</speech>>
<br>
<<speech "mc">>
If they’re sealed, why are you showing them to me?
<</speech>>
<br>
<<speech "anthos">>
Because you need truths that scare lesser minds. Queens do not rule on rumors.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "anthos">>
The glyphs here alter depending on the reader’s intent. What do you see?
<</speech>>
<br>
<<speech "mc">>
It... changed. It’s softer now. Gentler.
<</speech>>
<br>
<<speech "anthos">>
So are you. The library adapts to truth. As must you.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "anthos">>
There are ten languages spoken in Velmoria, four of them by spies. Learn at least six.
<</speech>>
<br>
<<speech "mc">>
Including the language of secrets?
<</speech>>
<br>
<<speech "anthos">>
That one you’re already studying. Every day you wear the crown’s shadow.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "anthos">>
This codex once belonged to a queen who ruled through whispers. Her pen was her dagger.
<</speech>>
<br>
<<speech "mc">>
And people feared her more than swords?
<</speech>>
<br>
<<speech "anthos">>
Because she made kings weep with a letter. Learn to write like that.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "anthos">>
You’re forming into something rare, Caelan. Not just a ruler. A sovereign mind.
<</speech>>
<br>
<<speech "mc">>
Even if I’m no longer seen as a man?
<</speech>>
<br>
<<speech "anthos">>
Wisdom has no gender. But it does demand sacrifice. Keep reading.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "anthos">>
The archive beneath us holds banned spells and theories. Most are dangerous.
<</speech>>
<br>
<<speech "mc">>
And you're offering them… why?
<</speech>>
<br>
<<speech "anthos">>
Because you’ll face enemies who use them. Better a queen who knows the darkness than one surprised by it.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "anthos">>
This essay argues that femininity in queenship is an asset, not a limitation. It enraged five kings.
<</speech>>
<br>
<<speech "mc">>
Then it’s probably worth reading twice.
<</speech>>
<br>
<<speech "anthos">>
Three times. Especially once you begin ruling in silks, not armor.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "anthos">>
Here lies the map of Velmoria's ley-lines. Whoever controls the flows of magic controls the realm’s heartbeat.
<</speech>>
<br>
<<speech "mc">>
And how many people know this exists?
<</speech>>
<br>
<<speech "anthos">>
Four. After today, five. Guard it like your throne.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "anthos">>
Tell me, Caelan when a noble calls you “Your Grace” with a sneer, how do you respond?
<</speech>>
<br>
<<speech "mc">>
I smile like I know a secret about their house.
<</speech>>
<br>
<<speech "anthos">>
Good. Because you will. Now, let’s look up their scandals.
<</speech>>
<br>
<</if>>
[[Leave Royal Librarian Anthos Quillshade|great_library]] |<br><br>
[[Leave Royal Library|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 20)>>
<<if _i == 0>>
<<elseif _i == 1>>
<<speech "edran">>
Careful where you step, Your Highness... that’s Feylace bloom. One brush and your cheeks might blush for hours inside and out.
<</speech>>
<br>
<<speech "mc">>
Is that a warning... or an invitation? Gods, I didn’t think flowers could flirt.
<</speech>>
<br>
<<speech "edran">>
Some do. And some listen. The Moonpetals over there opened wider when you passed. They must like what you’re becoming.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "edran">>
Velmorian Honey drips slowest at dawn. The bees hum a lullaby to coax it from the combs. Only gentleness earns their gift.
<</speech>>
<br>
<<speech "mc">>
Gentleness... not my strongest trait lately. But maybe I’m learning.
<</speech>>
<br>
<<speech "edran">>
You are. Even the lilies bend softer when you pass. They're listening, even if you aren’t.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "edran">>
Starblossoms only open for those with dreams they haven’t spoken aloud. I see five blooming behind you.
<</speech>>
<br>
<<speech "mc">>
And what would those dreams be, Edran?
<</speech>>
<br>
<<speech "edran">>
If I said them aloud, they’d belong to me. And something tells me they’re far too precious for that.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "edran">>
Glowleaf burns brighter when it feels desire nearby. Yours must be leaking like sunlight through silk.
<</speech>>
<br>
<<speech "mc">>
You're making it very hard to pretend I'm only here for botany.
<</speech>>
<br>
<<speech "edran">>
Pretend all you want. Even the vines wrap tighter when you're flustered.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "edran">>
You brushed against the Softroot patch... your skin will feel like velvet for hours. May want to warn anyone who dares touch you.
<</speech>>
<br>
<<speech "mc">>
Anyone, Edran? That a suggestion?
<</speech>>
<br>
<<speech "edran">>
No, Your Highness. That was a temptation.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "edran">>
Seraphmilk lilies bloomed last night. Only do that when someone nearby is craving purity and transformation in equal measure.
<</speech>>
<br>
<<speech "mc">>
You think I’m craving purity? That’s rich.
<</speech>>
<br>
<<speech "edran">>
No. But the flower never lies. Maybe you want to be seen as worthy... not just beautiful.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "edran">>
One drop of Crimsondew on the lips and you’ll taste every kiss you’ve never had. Dangerous, if you’re lonely.
<</speech>>
<br>
<<speech "mc">>
Good thing I’m not lonely. Just... curious.
<</speech>>
<br>
<<speech "edran">>
Then don’t lick your lips. Or do. But not without company.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "edran">>
That vine you touched? Vinesilk. It’ll stretch your limbs just enough to make your next gown jealous.
<</speech>>
<br>
<<speech "mc">>
Are you always this poetic, or do you save it for those who’ve changed?
<</speech>>
<br>
<<speech "edran">>
I bloom for those who are becoming. And you’re in full season.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "edran">>
Feylace Petals shimmer when someone nearby is being watched. They lit up the moment you stepped in.
<</speech>>
<br>
<<speech "mc">>
Watched... by plants? Or someone else?
<</speech>>
<br>
<<speech "edran">>
Does it matter, Caelan? Either way, you’re captivating.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "edran">>
Crimsonroot Dust is stable now. It means the garden’s in balance... or that you are.
<</speech>>
<br>
<<speech "mc">>
Balance? I feel like a rope pulled between two cliffs.
<</speech>>
<br>
<<speech "edran">>
And still, you don’t snap. That’s not weakness, Caelan. That’s the beauty of the becoming.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "edran">>
The Lilywhisper Nectar you stepped near… it’s meant for those learning grace. Your stride has changed. More wind than thunder now.
<</speech>>
<br>
<<speech "mc">>
I didn’t notice.
<</speech>>
<br>
<<speech "edran">>
That’s how you know it’s real. Grace never asks for applause.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "edran">>
You brushed through a Velvetgrove patch. Your thighs will carry softness for days. Tell me, does it feel like armor... or surrender?
<</speech>>
<br>
<<speech "mc">>
Maybe it’s both. Maybe I’m learning softness is a kind of shield.
<</speech>>
<br>
<<speech "edran">>
Spoken like someone blooming in the right soil.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "edran">>
I left some Starblossom Pollen out, and the wind scattered it... toward your path. It never drifts without meaning.
<</speech>>
<br>
<<speech "mc">>
You sound like you expect fate to trim the hedges.
<</speech>>
<br>
<<speech "edran">>
Fate trims nothing. But it does leave pollen trails for the brave to follow.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "edran">>
Moonpetal Extract is at its peak tonight. One whiff, and the body forgets how to pretend.
<</speech>>
<br>
<<speech "mc">>
And what if I’ve spent years pretending to be someone I’m not?
<</speech>>
<br>
<<speech "edran">>
Then it will taste like freedom. Bitter at first… but freeing.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "edran">>
Glowleaf shimmered when you laughed. I don’t think I’ve ever seen it do that.
<</speech>>
<br>
<<speech "mc">>
Maybe it liked the sound of me being... me.
<</speech>>
<br>
<<speech "edran">>
Then laugh more often. The plants aren't the only ones listening.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "edran">>
I caught your shadow stretching toward the Seraphmilk vines. Shadows don’t lie, Caelan.
<</speech>>
<br>
<<speech "mc">>
Then I must want more from this body than I’m ready to say aloud.
<</speech>>
<br>
<<speech "edran">>
That’s alright. The garden speaks for you until you’re ready.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "edran">>
You smell of Ashfern Flakes. Who’s been trying to stop your change?
<</speech>>
<br>
<<speech "mc">>
No one... just doubts.
<</speech>>
<br>
<<speech "edran">>
Then bury them here. In soft soil. Doubts don’t bloom they rot.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "edran">>
The vines near you coiled tighter today. Vinesilk always senses anticipation.
<</speech>>
<br>
<<speech "mc">>
What makes you think I’m anticipating anything?
<</speech>>
<br>
<<speech "edran">>
Because I am. And you're mirroring me.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "edran">>
The Glowleaf patch curled slightly as you passed. They're drawn to you now. You’re becoming radiant without noticing.
<</speech>>
<br>
<<speech "mc">>
Radiant’s a strange word to use for someone with dirt under their nails.
<</speech>>
<br>
<<speech "edran">>
Then it suits you perfectly. Radiance doesn't mean clean it means alive.
<</speech>>
<br>
<<elseif _i == 20>>
<<speech "edran">>
There’s Dragonmoss blooming by the northern rocks. Strong stuff. Good for reinforcing old bones and... resisting softness.
<</speech>>
<br>
<<speech "mc">>
Sounds like a warning.
<</speech>>
<br>
<<speech "edran">>
A choice. That plant won’t touch you unless you ask it to. And you haven’t.
<</speech>>
<br>
<</if>>
[[Leave Royal Gardener Edran Mossfoot|royal_garden]] |<br><br>
[[Leave Royal Garden|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "halda">>
Sit your royal backside down, child. You look like you haven’t eaten since the last full moon. One more skipped meal and I’ll drag you in by your ear like I did the pageboy last winter.
<</speech>>
<br>
<<speech "mc">>
I wasn’t trying to skip training ran long, and I just forgot.
<</speech>>
<br>
<<speech "halda">>
Training or not, no heir of Velmoria will walk around looking like a starved crow. Now, eat this stew before I feed it to the hounds and tell them you insulted their mother.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "halda">>
I see more bones than belly in that tunic. Are they putting you on a battlefield or a catwalk? Either way, you need strength in your arms and starch in your soul.
<</speech>>
<br>
<<speech "mc">>
They keep saying I’m changing, but no one mentioned how much hungrier I’d feel.
<</speech>>
<br>
<<speech "halda">>
Aye, that’s because real change burns fuel, darling. Now hush and try the honeyed roast. I laced it with love and just a whisper of rebellion.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "halda">>
I added extra butter to your morning rolls. Don’t you dare insult my kitchen by pretending you didn’t want them.
<</speech>>
<br>
<<speech "mc">>
I was trying to be disciplined… but they do smell divine.
<</speech>>
<br>
<<speech "halda">>
Discipline is for drills. Breakfast is sacred. Now bite before it bites back.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "halda">>
Come closer, Caelan. No, closer. You smell like sword oil and sorrow. You need soup.
<</speech>>
<br>
<<speech "mc">>
Is soup your answer to everything?
<</speech>>
<br>
<<speech "halda">>
Yes. And it’s never failed me, a single soul, or a broken bone. Now, open wide or I’ll spoon it into your princely mouth myself.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "halda">>
I noticed the new waist on your dress robes. Pretty, but thin doesn’t win wars or wear crowns without fainting.
<</speech>>
<br>
<<speech "mc">>
Are you calling me too delicate now?
<</speech>>
<br>
<<speech "halda">>
I’m calling you a royal rose that needs roots, not just petals. Eat your lentils, Caelan.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "halda">>
That scowl tells me someone dared suggest you skip dessert. Was it the mage or the mistress of lace?
<</speech>>
<br>
<<speech "mc">>
Veletia. She says cream cakes puff the wrong parts of me.
<</speech>>
<br>
<<speech "halda">>
Tell her the queen's hips are no accident and the kingdom runs on pastries. Have seconds. I insist.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "halda">>
I baked those honeyfig tarts you liked last month. Ate one myself just to be sure the magic held.
<</speech>>
<br>
<<speech "mc">>
You test your food like a royal poisoner.
<</speech>>
<br>
<<speech "halda">>
That’s because love can be lethal, dear. And nothing’s deadlier than hunger ignored.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "halda">>
You’ve been pacing like a starving wolf. Sit. Chew. Talk after.
<</speech>>
<br>
<<speech "mc">>
Is it that obvious?
<</speech>>
<br>
<<speech "halda">>
Only to someone who’s fed every nervous wreck in this castle. Bite, then breathe.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "halda">>
You passed by the kitchen thrice and didn’t step in. That’s a crime in seven provinces, you know.
<</speech>>
<br>
<<speech "mc">>
I wasn’t sure I was hungry...
<</speech>>
<br>
<<speech "halda">>
Darling, hunger isn’t always in the belly. Sometimes, it’s in the soul. And stew helps both.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "halda">>
No one commands the kitchen like me, child. But you you're the only one I’ve ever offered seconds to without a bribe.
<</speech>>
<br>
<<speech "mc">>
I feel honored... and slightly threatened.
<</speech>>
<br>
<<speech "halda">>
Good. That’s how you know it’s real love. Now, don’t make me ladle threats.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "halda">>
You’ve got that look again like a goose who forgot how to fly. Sit. I've got peppered parsnip pie and opinions to share.
<</speech>>
<br>
<<speech "mc">>
That’s a dangerous combination. Should I prepare for a lecture or a feast?
<</speech>>
<br>
<<speech "halda">>
Both. And if you don’t clear that plate, I’ll chase you with a ladle and a long list of worries.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "halda">>
I stitched this apron for you. Not to cook in, mind just to remind you you’ve got a home in this kitchen.
<</speech>>
<br>
<<speech "mc">>
You sewed this? That’s… oddly touching, Halda.
<</speech>>
<br>
<<speech "halda">>
Don’t get used to it. I cry once a decade, and you’re two crumbs away from seeing it early.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "halda">>
If you keep strutting around in corsets and skirts without eating enough, you’ll faint on your way to the throne.
<</speech>>
<br>
<<speech "mc">>
I’m trying to look the part, Halda.
<</speech>>
<br>
<<speech "halda">>
Then look it with strength, child. Queens don’t sway in the wind they bend it. Now eat your baked roots.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "halda">>
I saw your reflection in the pot lid. That new blush shade suits you, but it won’t feed your blood.
<</speech>>
<br>
<<speech "mc">>
Is that your way of saying I’m looking pale?
<</speech>>
<br>
<<speech "halda">>
I’m saying even a rose needs meat on its stem to bloom. Here roast duck with plum glaze.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "halda">>
You dream of ruling, but forget ruling starts with breakfast. Have you ever seen a starving lion give orders?
<</speech>>
<br>
<<speech "mc">>
Lions also don’t wear heels, Halda.
<</speech>>
<br>
<<speech "halda">>
Then be the first. Just don’t do it hungry.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "halda">>
Your spine’s straight, your voice is stronger… but your plate’s still half full. That’s a betrayal in my house.
<</speech>>
<br>
<<speech "mc">>
I’m nervous, Halda. It dulls my appetite.
<</speech>>
<br>
<<speech "halda">>
Then chew through your nerves like a good roast slow and steady. One bite at a time, child.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "halda">>
You passed your etiquette lesson? Good. Now pass the gravy and tell me what you really think of the queen’s new plan.
<</speech>>
<br>
<<speech "mc">>
It’s terrifying. But I can’t say that in court.
<</speech>>
<br>
<<speech "halda">>
Then say it in stew. Fear cooks down sweeter than you think.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "halda">>
Your cheekbones are looking sharp again like you’ve been living on nerves and air. Unacceptable.
<</speech>>
<br>
<<speech "mc">>
You notice everything, don’t you?
<</speech>>
<br>
<<speech "halda">>
It’s my job to feed more than bellies, dear. Now hush. The bread’s still warm, and I made extra honey butter.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "halda">>
Tried a new stew spiced it with hope and a hint of rebellion. Thought it matched your mood.
<</speech>>
<br>
<<speech "mc">>
You read me better than the court seer.
<</speech>>
<br>
<<speech "halda">>
That’s because I listen with a spoon. Now eat up before hope goes cold.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "halda">>
One day, you’ll sit the throne and recall the scent of fresh garlic and broth. Mark me, child this kitchen builds empires.
<</speech>>
<br>
<<speech "mc">>
Then I owe more to you than the council.
<</speech>>
<br>
<<speech "halda">>
Aye, but I’ll settle for an honest appetite and a clean bowl. Now dig in, heir of Velmoria.
<</speech>>
<br>
<</if>>
<<link "Eat Something in the Desk">>
<<set $user_stats["energy"] to 90>>
<<goto "royal_kitchen">>
<</link>> |<br><br>
[[Ask Halda cook soemthing|ask_halda_cook_something]] |<br><br>
[[Leave Cookmaster Halda Brox|royal_kitchen]] |<br><br>
[[Leave Royal Kitchen|castle_map_front_select]]
<</nobr>><<nobr>>
<<set _dish to random(1, 5)>>
<<switch _dish>>
<<case 1>>
<<set _dishName to "Spiced Hare Pie">>
<<set _haldaLine1 to "Spiced hare pie? Oho! Someone’s feeling noble or suicidal today. Did your mother put you up to this? Or did your stomach rebel on its own?">>
<<set _haldaLine2 to "Let me tell you, lad, skinning a hare is art. Seasoning it with flame-root and crushed ruby peppers? That’s war. But I’ll win it for you.">>
<<set _haldaLine3 to "Now be a dear and fetch me some dried sunberries and dragon salt. Unless you want your taste buds to curse your entire bloodline.">>
<<case 2>>
<<set _dishName to "Goldenroot Stew">>
<<set _haldaLine1 to "Goldenroot stew? Trying to impress the court or just hoping your guts stop growling like a direwolf?">>
<<set _haldaLine2 to "This stuff’ll melt your pride and rebuild your spine. They say it was once a king’s last meal before he surrendered to a smiling queen. Coincidence? I think not.">>
<<set _haldaLine3 to "Toss me three knobs of thunder tuber and a splash of echo oil. And don’t sniff the root raw unless you want to dream about flying goats.">>
<<case 3>>
<<set _dishName to "Fireberry Glazed Duck">>
<<set _haldaLine1 to "Fireberry duck, is it? Fancy. Regal. Dangerous. Just like you’re supposed to be, someday. But today? You look more like burnt toast with legs.">>
<<set _haldaLine2 to "No matter. I’ll glaze that duck so perfectly your tongue will bow in gratitude. But you’re plucking the feathers. That’s the price of royalty, sweetheart.">>
<<set _haldaLine3 to "Fetch me a handful of fireberries and a pinch of phoenix ash. Carefully. That ash sparks if you sigh too loudly near it.">>
<<case 4>>
<<set _dishName to "Stonebread with Honey Butter">>
<<set _haldaLine1 to "Stonebread again? Either you’re preparing for battle or you miss chewing your feelings.">>
<<set _haldaLine2 to "Nothing soft about this dish, boy. It’s tougher than a queen’s marriage vows and half as forgiving. But I’ll knead it until it surrenders.">>
<<set _haldaLine3 to "Now get me the thistle flour and the hive-butter from the cold box. And wear gloves this time. I’m still scrubbing honey out of the walls from last week.">>
<<case 5>>
<<set _dishName to "Lavender Trout with Frostmint">>
<<set _haldaLine1 to "Lavender trout, eh? You trying to smell like a garden while eating like a river god? Bold. I like it.">>
<<set _haldaLine2 to "This dish needs precision, patience, and a trout that hasn’t cursed your name. So let’s hope the last one you insulted wasn’t aquatic.">>
<<set _haldaLine3 to "Hand me fresh frostmint leaves and that bottle of moon-vine oil. Oh, and no sneezing in the lavender. I’ll taste it in the sauce, I swear on my ladle.">>
<</switch>>
<<speech "mc">>
Halda, I’m craving something different today. Could you make me… <<=_dishName>>?
<</speech>>
<br>
<<speech "halda">>
<<= _haldaLine1>>
<</speech>>
<br>
<<speech "mc">>
Well, I figured if I’m going to be dragged through transformations and etiquette drills, I might as well enjoy something that tastes like rebellion.
<</speech>>
<br>
<<speech "halda">>
<<=_haldaLine2>>
<</speech>>
<br>
<<speech "mc">>
You know, I’m starting to think you care more about the food than my noble future.
<</speech>>
<br>
<<speech "halda">>
Care more? Boy, food IS your future! You think rulers earn loyalty with speeches and crowns? No! They win hearts with taste and tables. And today, your royal behind is going to help cook.
<</speech>>
<br>
<<speech "mc">>
Fine. What do you need me to do?
<</speech>>
<br>
<<speech "halda">>
<<=_haldaLine3>>
<</speech>><br>
<<set $user_stats["energy"] to 90>>
[[Leave Halda|royal_kitchen]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "gribblek">>
Well, well, the pretty princeling returns. What is it this time? A cursed ring? A haunted hairbrush? Or perhaps you're here to ask my opinion on eyeliner that doubles as a scrying tool?
<</speech>>
<br>
<<speech "mc">>
I’m here for knowledge, not fashion tips.
<</speech>>
<br>
<<speech "gribblek">>
Tch. Same thing, really. Both are illusions meant to protect squishy egos. Now what do I get in return for enlightening your royal cluelessness?
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "gribblek">>
You know, most people knock before barging into my tower. But not you. No, you stride in like a glitter-drenched storm and expect wisdom to spill from my fanged mouth like wine.
<</speech>>
<br>
<<speech "mc">>
Because you always give it eventually.
<</speech>>
<br>
<<speech "gribblek">>
Ugh. Flattery and accuracy. Fine. Sit. But I want double figs this time. No stems.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "gribblek">>
You're changing again, I see. Inside and out. You wear it like someone trying on another's skin unsure whether it fits, or if it’ll bite back.
<</speech>>
<br>
<<speech "mc">>
Does it show that much?
<</speech>>
<br>
<<speech "gribblek">>
To most? No. To me? Like a troll in a tutu. But don’t worry. Discomfort is the tax of transformation. Pay it proudly.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "gribblek">>
Once, long ago, a goblin king tried to become a unicorn. Horn and all. Do you know what he learned?
<</speech>>
<br>
<<speech "mc">>
Let me guess he failed.
<</speech>>
<br>
<<speech "gribblek">>
No, he succeeded. But no one believed it was real. Lesson: sometimes becoming is the easy part. Being seen is harder.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "gribblek">>
The palace mages think I’m mad. Maybe I am. But madness is just insight marinated too long. I see truths they’re too polished to touch.
<</speech>>
<br>
<<speech "mc">>
Then tell me one of those truths.
<</speech>>
<br>
<<speech "gribblek">>
Fine. Here’s one: the crown doesn't fear weakness it fears unpredictability. You, my shiny little wildcard, are terrifying.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "gribblek">>
You smell like jasmine and self-doubt. A strange combination, but fitting.
<</speech>>
<br>
<<speech "mc">>
You’re not exactly a bouquet yourself.
<</speech>>
<br>
<<speech "gribblek">>
True. But I’m not trying to rule a kingdom. You are. So maybe spray on some certainty next time, hmm?
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "gribblek">>
I watched a dream-moth die last night. Its wings shimmered with forgotten names. Beautiful and tragic. Reminded me of you.
<</speech>>
<br>
<<speech "mc">>
That’s… oddly poetic for you.
<</speech>>
<br>
<<speech "gribblek">>
Don’t get used to it. Now hand me that rune chalk or I’ll start comparing you to soggy bread again.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "gribblek">>
Ah, if it isn’t Velmoria’s least boring noble. You’ve either come for forbidden knowledge, or to hide from your mother. Which is it today?
<</speech>>
<br>
<<speech "mc">>
Bit of both.
<</speech>>
<br>
<<speech "gribblek">>
Then you’ll need a stronger invisibility spell… and stronger tea. The court is merciless and you’re still learning how to play dirty.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "gribblek">>
I found an ancient prophecy that mentioned a “shifting heir with moonlight in their eyes.” Sound familiar, or shall I fetch a mirror?
<</speech>>
<br>
<<speech "mc">>
What else did it say?
<</speech>>
<br>
<<speech "gribblek">>
That they’d either save the realm or unravel it with a kiss. Delightfully vague. My favorite kind of doom.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "gribblek">>
Some say goblins don’t feel loyalty. That we’re all teeth and mischief. But I’ve stuck around, haven’t I? I’ve seen your worst moods, your best dresses, your cursed fingernails and still I stay.
<</speech>>
<br>
<<speech "mc">>
Why?
<</speech>>
<br>
<<speech "gribblek">>
Because watching you rewrite fate is the most fun I’ve had in three hundred years. Now pass me a fig and let’s break another rule.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "gribblek">>
Oh joy, it’s you again. I was just beginning to enjoy the silence of my miserable little exile and here you come, dragging drama like a jeweled curse.
<</speech>>
<br>
<<speech "mc">>
If you truly hated me, you wouldn’t save your best riddles for my visits.
<</speech>>
<br>
<<speech "gribblek">>
Hate? Pfft. You’re like mold on a spellbook annoying, inevitable, and oddly nostalgic.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "gribblek">>
You ever try bottling your uncertainty? No? Shame. I could sell it as a love potion. "Essence of Angsty Royal." Guaranteed to confuse and attract.
<</speech>>
<br>
<<speech "mc">>
Careful. That sounds like treason.
<</speech>>
<br>
<<speech "gribblek">>
Treason? Ha! I’ve committed worse crimes for less interesting people. You, at least, are chaos wrapped in velvet.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "gribblek">>
Do you know how many heirs I’ve seen rise and fall? You’re the first one to ask me why the old glyphs hum when you pass.
<</speech>>
<br>
<<speech "mc">>
Do they hum with approval… or warning?
<</speech>>
<br>
<<speech "gribblek">>
That depends on who’s listening. Magic’s like court politics half truth, half threat, and always watching.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "gribblek">>
Every time you change your walk, your voice, your clothes I see it. Not with my eyes, princeling. With the skin between dimensions.
<</speech>>
<br>
<<speech "mc">>
What do you see?
<</speech>>
<br>
<<speech "gribblek">>
A soul shedding skin like a serpent but unsure if it’s slithering toward power or just trying not to die.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "gribblek">>
I enchanted a fig for you. It’ll make liars hiccup when they speak to you. Eat it before court. Or throw it at your mother. Both amuse me.
<</speech>>
<br>
<<speech "mc">>
You're not supposed to give me weapons.
<</speech>>
<br>
<<speech "gribblek">>
Pfft. It’s not a weapon. It’s a favor. You owe me now. That’s far more dangerous.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "gribblek">>
Your face is changing. Not just from potions and practice no, it’s in the way you look at your reflection. Less dread. More… defiance.
<</speech>>
<br>
<<speech "mc">>
I don’t know if that’s good or bad.
<</speech>>
<br>
<<speech "gribblek">>
Good? Bad? Bah. It’s delicious. Self-realization tastes better than fear. Keep seasoning it.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "gribblek">>
I once tried to pass as a dwarf to steal a rune axe. Grew a beard with glamor magic and everything. Got caught because I insulted their beer.
<</speech>>
<br>
<<speech "mc">>
And that’s supposed to teach me what, exactly?
<</speech>>
<br>
<<speech "gribblek">>
Simple: masks only work if you know the culture you're mimicking. Don’t fake femininity understand it. Own it.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "gribblek">>
Heard the court's whispering about your transformation. Some call it divine. Others call it dangerous. I call it delightfully disruptive.
<</speech>>
<br>
<<speech "mc">>
Do you ever take anything seriously?
<</speech>>
<br>
<<speech "gribblek">>
Only two things: the rules of ancient blood magic… and you, when you stop pretending you’re not scared.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "gribblek">>
If you ever want to disappear for a week and return with a new face, I do know a hag in the mosslands. Accepts secrets instead of coin.
<</speech>>
<br>
<<speech "mc">>
Sounds suspiciously tempting.
<</speech>>
<br>
<<speech "gribblek">>
Suspicion is temptation’s perfume. Wear it wisely, princeling.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "gribblek">>
Sometimes I wonder why I didn’t just rot in peace. Then you barge in with your questions and dilemmas, and I remember there’s still chaos worth watching.
<</speech>>
<br>
<<speech "mc">>
You could have refused to help.
<</speech>>
<br>
<<speech "gribblek">>
Refuse? I may be begrudged, not brainless. Your story’s too good to miss. Just make sure it doesn’t end in fire… or fashion disaster.
<</speech>>
<br>
<</if>>
[[Leave Goblin in the Right Tower|right_tower]] |<br><br>
[[Leave Right Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "marda">>
You walk like a prince, but your eyes beg to be led. Curious mix. Tell me are you here to command, or to be corrected?
<</speech>>
<br>
<<speech "mc">>
I'm here to understand the chain of command.
<</speech>>
<br>
<<speech "marda">>
Then start by learning how satisfying it is to kneel before you demand others do. Humility first. Power later.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "marda">>
Royal blood stains just like common blood. Don’t pout I'm merely reminding you that your crown won’t shield you here. My keys open iron doors… and break egos.
<</speech>>
<br>
<<speech "mc">>
I'm not afraid of a few shadows and cells.
<</speech>>
<br>
<<speech "marda">>
No, princeling. You’re afraid of being seen in them. And that’s far more delicious.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "marda">>
Let me guess you want control over your body, your future, your throne. And yet... every time you speak, it sounds like you're begging to give it away.
<</speech>>
<br>
<<speech "mc">>
That’s not what this is.
<</speech>>
<br>
<<speech "marda">>
Of course it isn’t. But come down here often enough, and even lions start to purr for the whip.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "marda">>
There’s a certain elegance to submission, you know. Holding still when commanded, offering the throat without question. It’s not weakness. It’s clarity.
<</speech>>
<br>
<<speech "mc">>
And what would I gain from that?
<</speech>>
<br>
<<speech "marda">>
Relief. Purpose. And perhaps… the exquisite satisfaction of letting someone else make the world make sense.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "marda">>
I watched you in court today chin lifted, voice trembling. Regal, but cracking. You’ll either break gloriously… or learn to let someone shape you properly.
<</speech>>
<br>
<<speech "mc">>
I'm not yours to shape.
<</speech>>
<br>
<<speech "marda">>
Not yet. But even steel bends under fire. And I have all the time and the heat I need.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "marda">>
Touch the manacles. Go on. Cold, aren’t they? But comforting too, yes? Like rules with teeth. Some creatures need a cage to know their place.
<</speech>>
<br>
<<speech "mc">>
I'm not some creature to be caged.
<</speech>>
<br>
<<speech "marda">>
You keep saying that… but your breath quickens every time I speak like this. Denial tastes better when it’s desperate.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "marda">>
Every ruler needs a place to fall apart safely. A dungeon can be that… if you let it. Down here, there’s no judgment. Only rules.
<</speech>>
<br>
<<speech "mc">>
You think I'd ever surrender like that?
<</speech>>
<br>
<<speech "marda">>
I know you will. The question is whether you'll enjoy it more the first time… or the hundredth.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "marda">>
Stand straighter. Speak softer. Look down when you listen. These aren't commands, princeling. They're lessons you’ve begged for in every breath.
<</speech>>
<br>
<<speech "mc">>
I don’t remember begging.
<</speech>>
<br>
<<speech "marda">>
No? Then allow me to remind you. Slowly. Firmly. With care, of course.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "marda">>
You walk into my domain without armor, without authority, and still expect deference. Adorable. Strip yourself of pride, and maybe maybe you’ll learn something real.
<</speech>>
<br>
<<speech "mc">>
You enjoy this far too much.
<</speech>>
<br>
<<speech "marda">>
Pleasure is power, darling. And submission? That’s just pleasure in disguise.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "marda">>
Kneel.
<</speech>>
<br>
<<speech "mc">>
What?
<</speech>>
<br>
<<speech "marda">>
See? You heard me. You paused. You felt it. The pull. Don’t worry. Most don’t obey right away. But the smart ones always come back for more.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "marda">>
You're royalty up there, but down here… you're just another soul waiting to be tested. Strip away the silk, princeling there’s truth in rawness.
<</speech>>
<br>
<<speech "mc">>
I’m not here to be stripped of anything.
<</speech>>
<br>
<<speech "marda">>
Then why do you keep returning, hm? Seeking punishment… or permission?
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "marda">>
Your mother trains your mind. The mage shapes your body. But tell me who teaches you surrender? Who shows you how to yield with purpose?
<</speech>>
<br>
<<speech "mc">>
Yielding was never part of the plan.
<</speech>>
<br>
<<speech "marda">>
That’s because you’ve never yielded to someone who knew exactly what to do with you.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "marda">>
Your voice trembles on the edge of obedience. I could press it just a word, and you'd fall right into place. Shall I test that theory, royal pet?
<</speech>>
<br>
<<speech "mc">>
I am no one’s pet.
<</speech>>
<br>
<<speech "marda">>
Then prove it. Say no… and mean it.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "marda">>
Every bruise tells a story. Some are warnings. Others, invitations. Which do you want yours to be?
<</speech>>
<br>
<<speech "mc">>
You're assuming I'd let you mark me.
<</speech>>
<br>
<<speech "marda">>
Darling, I'm not asking. I’m simply watching to see how long you pretend not to crave it.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "marda">>
A throne doesn’t teach restraint. A whip does. Shall I give you a lesson in stillness, Caelan? One you won’t soon forget?
<</speech>>
<br>
<<speech "mc">>
I don’t need your discipline.
<</speech>>
<br>
<<speech "marda">>
Oh, but you want it. And wanting... that’s far more dangerous.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "marda">>
I saw how you flinched when the noblewoman touched your arm. You’re not frightened of women, are you, princeling? Or just the ones who won’t bow to you?
<</speech>>
<br>
<<speech "mc">>
I flinch from poison, not strength.
<</speech>>
<br>
<<speech "marda">>
Good. Then you’ll drink deeply when I offer the cup.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "marda">>
Careful how you look at me, little heir. That spark in your eyes could start a fire. But I do love to watch things burn slowly.
<</speech>>
<br>
<<speech "mc">>
You assume I’d let you near the flame.
<</speech>>
<br>
<<speech "marda">>
I don’t need to be near. I only need you to want it. And you already do.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "marda">>
Tell me, if I fastened you to that post and whispered commands, how long would you last before breaking beautifully?
<</speech>>
<br>
<<speech "mc">>
You’re crossing a line, Marda.
<</speech>>
<br>
<<speech "marda">>
Darling, I don’t cross lines. I redraw them.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "marda">>
A queen must rule with grace. But sometimes… sometimes, she must also obey. Wouldn’t you like to practice the other side of the crown?
<</speech>>
<br>
<<speech "mc">>
I don’t kneel easily.
<</speech>>
<br>
<<speech "marda">>
Good. The ones who resist the hardest make the sweetest sound when they finally drop.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "marda">>
They’ll all tell you who to become. The mage, the tailor, the queen. But only I can show you the pleasure of letting go. Entirely. Willingly.
<</speech>>
<br>
<<speech "mc">>
You think surrender is strength?
<</speech>>
<br>
<<speech "marda">>
No, Caelan. I know it is. And I’ll make you feel it in every inch of your skin.
<</speech>>
<br>
<</if>>
<<if !$marda_session_1>>
[[Have Conversation with Marda 1|marda_session_1]] |<br><br>
<</if>>
<<if $marda_session_1 && !$marda_session_2>>
[[Have Conversation with Marda 2|marda_session_2]] |<br><br>
<</if>>
[[Leave Dungeon Keeper|dungeon]] |<br><br>
[[Leave Dungeon|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $marda_session_1 = true>>
<<speech "marda">>Well, well. A lamb in the wolf’s den. <</speech>><br>
<<speech "mc">>I… I was just looking for the old armory. I must’ve taken a wrong <</speech>><br>
<<speech "marda">>You didn’t take a wrong turn, sweetling. You took a step into your future. That’s what this place is. A mirror. A forge. A proving ground. <</speech>><br>
<<speech "mc">>Forgive me. I should go. <</speech>><br>
[[Move Forth|marda_session_1_1]]
<</nobr>><<nobr>>
<<speech "marda">>You could. Or you could stay. Speak. You’ve been so quiet all these weeks. I thought your tongue had been snipped. <</speech>><br>
<<speech "mc">>At least I have a tongue. Some people just hiss like serpents. <</speech>><br>
<<speech "marda">>Oho. The princeling’s teeth are sharper than I thought. <</speech>><br>
<<speech "mc">>I didn’t mean <</speech>><br>
[[Move Forth|marda_session_1_2]]
<</nobr>><<nobr>>
<<speech "marda">>Never apologize for fire. You’ll need it. But know this: when you play with flames down here, they bite back. <</speech>><br>
<<speech "mc">>What… do you mean? <</speech>><br>
<<speech "marda">>Sit on that bench. Now. That was a command, not a suggestion. <</speech>><br>
<<speech "mc">>…Yes, Mistress. <</speech>><br>
[[Move Forth|marda_session_1_3]]
<</nobr>><<nobr>>
<<speech "marda">>Mistress? That came easily. Are the potions working, or is the girl already clawing her way out? <</speech>><br>
<<speech "mc">>It… it was just instinct. <</speech>><br>
<<speech "marda">>Instinct reveals more truth than confession. <</speech>><br>
Marda walked behind me.<br><br>
<<speech "marda">>Your shoulders… still stubbornly broad. But the rest? Softening. Mmm. You’re being melted. <</speech>><br>
[[Move Forth|marda_session_1_4]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t come here for this. <</speech>><br>
<<speech "marda">>No one comes here for this. But some leave with something they didn’t know they craved. <</speech>><br>
<<speech "mc">>You’re terrifying. <</speech>><br>
<<speech "marda">>Good. You’ll need to learn to kneel before things that terrify you. <</speech>><br>
Marda produced a silken rope.<br><br>
[[Move Forth|marda_session_1_5]]
<</nobr>><<nobr>>
<<speech "marda">>Arms forward. Let’s play a game. You win? You leave. You lose? I get a confession. <</speech>><br>
<<speech "mc">>…What kind of game? <</speech>><br>
<<speech "marda">>Simple. Endure without pulling away. I’ll touch. You don’t flinch. Fair? <</speech>><br>
<<speech "mc">>…Fair. <</speech>><br>
[[Move Forth|marda_session_1_6]]
<</nobr>><<nobr>>
<<speech "marda">>Not too tight. Just enough to remind you you’re not in control. <</speech>><br>
<<speech "mc">>I can feel my heart pounding. <</speech>><br>
<<speech "marda">>Good. That means you’re alive. And maybe… ready. <</speech>><br>
Marda lightly trailed her fingers along My collarbone.<br><br>
<<speech "marda">>This is changing. Do you feel it? Skin thinning. Feminizing. <</speech>><br>
[[Move Forth|marda_session_1_7]]
<</nobr>><<nobr>>
<<speech "mc">>Yes… I feel… different lately. <</speech>><br>
<<speech "marda">>Say it. <</speech>><br>
<<speech "mc">>I feel… like I’m slipping. Into her. <</speech>><br>
<<speech "marda">>Her who? <</speech>><br>
[[Move Forth|marda_session_1_8]]
<</nobr>><<nobr>>
<<speech "mc">>Her… me. The woman I’m becoming. <</speech>><br>
<<speech "marda">>There she is. <</speech>><br>
Marda leaned close, whispering.<br><br>
<<speech "marda">>Has anyone taught you how to use a curtsey to command a room? <</speech>><br>
<<speech "mc">>No… <</speech>><br>
[[Move Forth|marda_session_1_9]]
<</nobr>><<nobr>>
<<speech "marda">>I’ll teach you. After you beg. <</speech>><br>
<<speech "mc">>I don’t beg. <</speech>><br>
<<speech "marda">>Oh, but you will. <</speech>><br>
Marda trailed her fingers to My lower back.<br><br>
<<speech "marda">>Do you know where shame lives? <</speech>><br>
[[Move Forth|marda_session_1_10]]
<</nobr>><<nobr>>
<<speech "mc">>…Where? <</speech>><br>
<<speech "marda">>In secrets. But you, sweetling, are being unwrapped. <</speech>><br>
<<speech "mc">>This is wrong. <</speech>><br>
<<speech "marda">>No, it’s raw. And it’s real. <</speech>><br>
Marda gently released the rope.<br><br>
[[Move Forth|marda_session_1_11]]
<</nobr>><<nobr>>
<<speech "marda">>You won the game. You didn’t flinch. Not once. <</speech>><br>
<<speech "mc">>I… did? <</speech>><br>
<<speech "marda">>You’re stronger than you think. Or perhaps weaker in delicious new ways. <</speech>><br>
<<speech "mc">>Will you tell anyone about this? <</speech>><br>
[[Move Forth|marda_session_1_12]]
<</nobr>><<nobr>>
<<speech "nyssa">>Secrets are like chains. I know how to keep them locked tight. <</speech>><br>
<<speech "mc">>…Thank you. I think. <</speech>><br>
<<set $user_stats.dominance_level -= 3>>
[[Leave Dungeon Keeper|dungeon]] |<br><br>
[[Leave Dungeon|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $marda_session_2 = true>>
<<speech "mc">>I came… back.<</speech>><br>
<<speech "marda">>Of course you did, my little bird. Curiosity always returns to the cage, especially once it learns to like the bars.<</speech>><br>
<<speech "mc">>I’m not here to… surrender.<</speech>><br>
<<speech "marda">>No, no. You’re here to discover. What hurts. What excites. What leaks.<</speech>><br>
[[Move Forth|marda_session_2_1]]
<</nobr>><<nobr>>
<<speech "mc">>That’s not<</speech>><br>
<<speech "marda">>Strip. Leave the prince at the stairs. Come forward as her. As the trembling little pet who whimpers when I breathe too close.<</speech>><br>
<<speech "mc">>You… always talk like this?<</speech>><br>
<<speech "marda">>No, pet. I only talk this way to those who deserve to be owned.<</speech>><br>
[[Move Forth|marda_session_2_2]]
<</nobr>><<nobr>>
<<speech "mc">>This is wrong.<</speech>><br>
<<speech "marda">>No. This is ritual.<</speech>><br>
Marda fastened a collar around My neck and attached a short silver chain to it.<br><br>
<<speech "marda">>Tonight, you’ll learn the three poses of obedience: the kneel, the arch, and the open bloom.<</speech>><br>
<<speech "mc">>That sounds like<</speech>><br>
[[Move Forth|marda_session_2_3]]
<</nobr>><<nobr>>
<<speech "marda">>like the beginning of surrender.<</speech>><br>
<<speech "marda">>Kneel. Back straight. Hands behind neck.<</speech>><br>
<<speech "mc">>Like this…?<</speech>><br>
<<speech "marda">>Mmm. That’ll do. Now say, ‘Your pet awaits its punishment, Mistress.’<</speech>><br>
[[Move Forth|marda_session_2_4]]
<</nobr>><<nobr>>
<<speech "mc">>Your pet… awaits its punishment, Mistress.<</speech>><br>
<<speech "marda">>Delicious. You say that better than some of the trained ones. Do you know how much power is in surrender, pet? Queens can’t beg. But princesses… can plead so prettily.<</speech>><br>
<<speech "mc">>I’m not a princess yet.<</speech>><br>
<<speech "marda">>No. But tonight, we’ll coax her out of you one moan at a time.<</speech>><br>
Marda led Me to a padded cross and bound him with soft velvet strapsankles wide, arms spread. She blindfolded him.<br><br>
[[Move Forth|marda_session_2_5]]
<</nobr>><<nobr>>
<<speech "marda">>Sight is for kings. Feel is for queens.<</speech>><br>
She ran the crop gently over his inner thighs.<br><br>
<<speech "marda">>You’re so soft now… potion working. But softness is dangerous. It attracts attention. And punishment.<</speech>><br>
Smack! The first stroke was firm but not cruel.<br><br>
<<speech "marda">>Say ‘thank you, Mistress.’<</speech>><br>
<<speech "mc">>Th-thank you, Mistress…<</speech>><br>
[[Move Forth|marda_session_2_6]]
<</nobr>><<nobr>>
<<speech "marda">>You’re learning. Shame tastes better when it’s hot and heavy.<</speech>><br>
A nipple clamp slid on.<br><br>
<<speech "marda">>A gift. To remind your chest it’s not a man’s anymore.<</speech>><br>
Marda whispered as she tightened it.<br><br>
<<speech "marda">>Pain makes you present. That’s why queens used to rule with canes.<</speech>><br>
Marda switched to feathers, brushing sensitive spots already stung by the crop.<br><br>
<<speech "mc">>Why does that feel… so good…<</speech>><br>
[[Move Forth|marda_session_2_7]]
<</nobr>><<nobr>>
<<speech "marda">>Because your body’s a contradiction, darling. And contradictions moan loudest.<</speech>><br>
After a silence, Marda spoke again.<br><br>
<<speech "marda">>Tell me your deepest fear.<</speech>><br>
<<speech "mc">>That I’ll enjoy this… more than I should.<</speech>><br>
<<speech "marda">>You already do. And I won’t stop until you beg me to define you.<</speech>><br>
A jeweled and elegant plug was shown.<br><br>
[[Move Forth|marda_session_2_8]]
<</nobr>><<nobr>>
<<speech "marda">>Fit for royalty. But it must be earned.<</speech>><br>
<<speech "mc">>Earned how?<</speech>><br>
<<speech "marda">>By crawling. And confessing. Your girl name.<</speech>><br>
<<speech "mc">>I… I haven’t chosen yet.<</speech>><br>
[[Move Forth|marda_session_1_9]]
<</nobr>><<nobr>>
<<speech "marda">>Then tonight, I’ll give you one. ‘Caelia.’ Sweet, broken Caelia.<</speech>><br>
<<speech "mc">>Caelia…<</speech>><br>
She marked the name onto My inner thigh with scented oil. She whispered it in one ear, then bit the other.<br><br>
<<speech "marda">>Now you wear her. Next time, you’ll be her.<</speech>><br>
Marda finished with a ritual of praise and restraint, leaving me bound, collared, but relaxeddrenched in endorphins and confusion.<br><br>
<<speech "marda">>Do you understand now? This is not punishment. This is permission. To become.<</speech>><br>
[[Move Forth|marda_session_2_10]]
<</nobr>><<nobr>>
<<speech "mc">>Yes… Mistress…<</speech>><br>
<<set $user_stats.dominance_level -= 3>>
[[Leave Dungeon Keeper|dungeon]] |<br><br>
[[Leave Dungeon|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "tomm">>
You again? Careful, Your Highness spend too much time ‘round horses and you’ll start smelling honest.
<</speech>>
<br>
<<speech "mc">>
Is that a warning or an invitation?
<</speech>>
<br>
<<speech "tomm">>
Depends. You plannin’ to muck stalls, or just admire the view while pretendin’ you ain’t slummin’?
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "tomm">>
That filly over there bites diplomats, hates sugar, and kicked the High Priest last week. Frankly, I think she’s ready for court.
<</speech>>
<br>
<<speech "mc">>
Sounds like she’d fit right in.
<</speech>>
<br>
<<speech "tomm">>
Only difference is she knows when to hold her tongue. Can’t say the same for half the nobles in velvet.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "tomm">>
Yer walk’s gettin’ lighter. Either the mage is doin’ her job, or you’ve finally unclenched that royal backside.
<</speech>>
<br>
<<speech "mc">>
Wouldn’t you like to know.
<</speech>>
<br>
<<speech "tomm">>
Oh, I don’t need to know. I just enjoy seein’ you squirm when I guess right.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "tomm">>
I told Bessie here you were comin’. She asked if she should curtsy or run. I said same thing most folk feel when a royal shows up, really.
<</speech>>
<br>
<<speech "mc">>
I hope she picked curtsy.
<</speech>>
<br>
<<speech "tomm">>
Nah. She chose to fart and wander off. Nobility meets reality, right there.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "tomm">>
A crown don’t make you smart. Just shiny. Like strappin’ gold shoes on a mule and expectin’ it to win the derby.
<</speech>>
<br>
<<speech "mc">>
You calling me a mule?
<</speech>>
<br>
<<speech "tomm">>
Not at all. Mules are useful.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "tomm">>
A little bird told me you’re turnin’ into a lady. If true, might I suggest not wearin’ heels in the mud? The stable doesn’t care how dainty your ankles are.
<</speech>>
<br>
<<speech "mc">>
Noted. Should I also expect the horses to judge my eyeliner?
<</speech>>
<br>
<<speech "tomm">>
Only if it runs faster than you do.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "tomm">>
You royal types are like spoiled stallions high-steppin’, shiny, and liable to kick if you’re told “no.”
<</speech>>
<br>
<<speech "mc">>
Are you trying to say I’m dangerous?
<</speech>>
<br>
<<speech "tomm">>
Nah. I’m sayin’ you could be, if someone ever taught you how to buck properly.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "tomm">>
I’ve seen horses that were more graceful in a tutu than nobles are at banquets. Least the horses don’t stab each other over soup placement.
<</speech>>
<br>
<<speech "mc">>
Banquets are political battlefields.
<</speech>>
<br>
<<speech "tomm">>
Aye. And that’s why I eat with the dogs. Less backstabbing, more honest drool.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "tomm">>
One of these days, Your Highness, you’ll stop worryin’ how you look in the saddle and start worryin’ how you ride.
<</speech>>
<br>
<<speech "mc">>
You think I’m too vain?
<</speech>>
<br>
<<speech "tomm">>
I think you polish your boots more than your courage. But don’t worry both scuff up easy in the dirt.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "tomm">>
Bess here’s a warhorse, but don’t let that scare you. She only bites when lied to. So… be honest, princeling did you sneak in here for the view, or the company?
<</speech>>
<br>
<<speech "mc">>
Maybe both.
<</speech>>
<br>
<<speech "tomm">>
Well, the view’s got a tail and the company’s got hay in his beard. Pick your poison.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "tomm">>
Careful with that saddle, Highness. Last time a noble tried lifting it, he dislocated a pride and bruised his ego. Both took weeks to heal.
<</speech>>
<br>
<<speech "mc">>
Maybe I’ll let someone else carry it.
<</speech>>
<br>
<<speech "tomm">>
Aye, let the peasants sweat so the princes stay pretty Velmoria’s oldest dance. Shall I hum the tune?
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "tomm">>
That filly's in heat and you've got perfume on. Might wanna back up before she proposes marriage.
<</speech>>
<br>
<<speech "mc">>
I’m flattered, honestly. That’s more affection than I’ve gotten from most nobles.
<</speech>>
<br>
<<speech "tomm">>
Well, at least she’s honest. Can’t say the same for Lord Silverpants and his courtly sniffs.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "tomm">>
Funny thing about horses they can smell fear, pride, and bad cologne. Lucky for you, you're only wearin' two of those.
<</speech>>
<br>
<<speech "mc">>
Should I ask which two?
<</speech>>
<br>
<<speech "tomm">>
Nah, let it haunt you like a ghost in a perfume shop.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "tomm">>
You keep showin' up down here, people’ll think you’re tryin’ to join the staff. Or worse earn your keep.
<</speech>>
<br>
<<speech "mc">>
I’d rather clean a stall than attend another etiquette lesson.
<</speech>>
<br>
<<speech "tomm">>
Then congrats you’ve passed the first test. Now let’s see if you can dodge dung like a true stablehand.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "tomm">>
You know, if ruling doesn’t work out, you’ve got the cheekbones for traveling minstrel work. Or stable sweeping. One pays better.
<</speech>>
<br>
<<speech "mc">>
And which one’s that?
<</speech>>
<br>
<<speech "tomm">>
The sweeping. Less heartbreak, more hay rash.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "tomm">>
Back again? Either you're avoidin' someone or you’re fallin’ for me. I recommend neither it only ends in manure.
<</speech>>
<br>
<<speech "mc">>
Maybe I like the smell of reality.
<</speech>>
<br>
<<speech "tomm">>
Then you’re in luck, because reality’s piled high and steamin’ in stall three.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "tomm">>
This one here Blossom she’s the moodiest mare in the kingdom. If you two ever argued, the castle would explode.
<</speech>>
<br>
<<speech "mc">>
Is that a compliment or a curse?
<</speech>>
<br>
<<speech "tomm">>
Both. But you’d look fabulous doing it, so go on.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "tomm">>
I caught one of the stable boys trying to impress a girl by pretending to be you. I told him to stand straighter and cry prettier.
<</speech>>
<br>
<<speech "mc">>
Cry prettier?
<</speech>>
<br>
<<speech "tomm">>
Aye. Nobles weep like it’s poetry. Us commoners just sweat from the eyes.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "tomm">>
Want to know why horses don’t gossip? Because they’re too smart for that nonsense. Just stomp once and move on.
<</speech>>
<br>
<<speech "mc">>
And if someone insults you?
<</speech>>
<br>
<<speech "tomm">>
You bite ‘em on the arm. Or file a report. Depends on the mood.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "tomm">>
I saw your fancy new gown last week. Looked like a unicorn exploded in a silk shop.
<</speech>>
<br>
<<speech "mc">>
It was enchanted.
<</speech>>
<br>
<<speech "tomm">>
Aye, by the spirit of bad taste. But you pulled it off like a peacock in a sword fight.
<</speech>>
<br>
<</if>>
[[Leave Stable Keeper|stable]] |<br><br>
[[Leave Stable|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.chest_forward_potions>>
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.chest_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.chest.curr_chest]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any chest potions available for your current chest version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
/* <pre><<= JSON.stringify($userBody.chest, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_chest">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_chest">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_chest">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_chest">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_chest">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_chest">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_chest">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_chest">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_chest">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = $curr_potion_selected.from +"_"+$curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 2.5>>
<<else>>
<<set $user_stats.gender_appearance -= 2.5>>
<</if>>
/* <pre><<= JSON.stringify($userBody.chest, null, 2)>></pre> */
<<set $userBody.chest.curr_chest = $curr_potion_selected.to>>
<<set $image_key_chest_path = "mc/figure/" + $userBody.chest.orig_body + "/" + $userBody.chest.orig_body + "_" + $userBody.chest.curr_chest+ ".png">>
/* <<=$image_key_chest_path>> */
<<set $userBody.chest.img = $image_key_chest_path>>
/* <pre><<= JSON.stringify($userBody.chest, null, 2)>></pre> */
<<set $curr_chest = Number($userBody.chest.curr_chest.split("_")[1])>>;
<div style="text-align: center;" class="change_show">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. Let’s begin.|chest_1_chest_2_1]] | <br><br>
[[I’m… here. I don’t know how I feel about this, but I’ll try.|chest_1_chest_2_1]] | <br><br>
[[Don’t think for a second I like this. I’m only doing this because I have no choice.|chest_1_chest_2_1]] | <br><br>
<</nobr>><<nobr>>
<br>
<<speech "thalara">>
Step forward, Caelan. The first transformation is never about the body it is about your relationship with what you think it means.
<</speech>><br>
<<speech "mc">>…Right.<</speech>><br>
<<speech "thalara">>
This draught won’t sculpt breasts or enchant curves. Not yet. All it will do is ask your chest to let go to ease its grip on a shape that has served you until now.<</speech>><br>
[[Move Forth|chest_1_chest_2_2]]
<</nobr>><<nobr>>
<<speech "mc">>So it’ll make me weaker?<</speech>><br>
<<speech "thalara">>No. But it will unfasten the pride your muscles have worn like armor. Not every kind of strength shows in bulk. Sometimes it shows in surrender.<</speech>><br>
<<speech "mc">>You sound like a philosopher.<</speech>><br>
<<speech "thalara">>When you’ve brewed potions that change bones and bend voices, you learn to respect the philosophy of flesh.<</speech>><br>
[[Move Forth|chest_1_chest_2_3]]
<</nobr>><<nobr>>
<<speech "thalara">>This will taste like mint, metal, and maybe… regret. You may feel your chest ache for its former form. That’s normal. Muscles remember.<</speech>><br>
<<speech "mc">>How fast will it work?<</speech>><br>
<<speech "thalara">>Gradually. Within the hour, the tautness in your chest will soften. Your posture will shift. Clothes will feel looser. And you may… feel exposed.<</speech>><br>
<<speech "mc">>You mean… like I’m losing something?<</speech>><br>
[[Move Forth|chest_1_chest_2_4]]
<</nobr>><<nobr>>
<<speech "thalara">>You are. But you’re not being robbed. You are offering it, in exchange for something else. That’s what every step in magic is a trade, not a theft.<</speech>><br>
<<speech "mc">>…It’s cold.<</speech>><br>
<<speech "thalara">>Good. That means it’s working. The swelling in your chest will ease first. That defined line under your collarbone it’ll blur. Pectorals will yield to smoother flesh. Your heart will beat more openly, less behind armor.<</speech>><br>
<<speech "mc">>…It feels strange already. Like I’ve been… unmade a little.<</speech>><br>
[[Move Forth|chest_1_chest_2_5]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s not strangeness. That’s space. You’re creating room for what’s to come. It doesn’t matter yet what fills it. Only that you are willing or brave enough to allow it.<</speech>><br>
<<speech "mc">>So this is just the beginning.<</speech>><br>
<<speech "thalara">>Every beginning pretends to be small. But this one is honest. It tells you: the prince you’ve been is making room for someone else. And neither of you are vanishing.<</speech>><br>
<<speech "thalara">>You may mourn. That’s allowed. But you may also wonder what else might grow here now?<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to let go of this part of myself. It’s time.|chest_2_chest_3_1]] | <br><br>
[[I… don’t know what this makes me. But I think I need to feel less like what I used to be.|chest_2_chest_3_1]] | <br><br>
[[You want me to erase myself? To become nothing? Fine. Let’s see how blank I can be.|chest_2_chest_3_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This session is quieter than the rest. Not because it is less important but because it asks for surrender, not growth.<</speech>><br>
<<speech "mc">>It doesn’t look like much.<</speech>><br>
<<speech "thalara">>Because it’s meant to feel like less. Less sharpness. Less memory. This potion doesn’t add it subtracts.<</speech>><br>
<<speech "mc">>So it’s not feminine yet. But it’s no longer masculine either.<</speech>><br>
[[Move Forth|chest_2_chest_3_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Correct. This is the moment where your body ceases to declare your past.<</speech>><br>
<<speech "mc">>And I become… what, exactly?<</speech>><br>
<<speech "thalara">>A silence between notes. A fresh page. Not an absence, but a readiness.<</speech>><br>
<<speech "mc">>So it’s not weakness?<</speech>><br>
[[Move Forth|chest_2_chest_3_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Not at all. Some of the strongest enchantments begin by wiping away the previous spell. Creation starts with undoing. This is your undoing gentle and sacred.<</speech>><br>
<<speech "mc">>I worked hard to look like this. My tutors praised it. My mother approved of it. My knights admired it.<</speech>><br>
<<speech "thalara">>And now it weighs you down.<</speech>><br>
<<speech "mc">>Yes… it does. It’s armor I no longer want to wear.<</speech>><br>
[[Move Forth|chest_2_chest_3_4]]
<</nobr>><<nobr>>
<<speech "thalara">>This potion doesn’t judge. It simply loosens what clings. Muscle will fade. Firmness will soften. When you wake tomorrow, your chest will not feel strong, or feminine. It will feel still.<</speech>><br>
<<speech "mc">>I don’t know if I want to be a woman yet. But I don’t want to be just a man either.<</speech>><br>
<<speech "thalara">>Then this is your step. Not toward queenhood. Not away from princeliness. But toward a space where both can wait together.<</speech>><br>
<<speech "mc">>…It tastes like honey and something… old.<</speech>><br>
[[Move Forth|chest_2_chest_3_5]]
<</nobr>><<nobr>>
<<speech "thalara">>It’s made from Velmorian honey. Fitting, for what you’re becoming.<</speech>><br>
<<speech "mc">>It’s strange. I don’t feel like anything. Not man. Not woman. Just… me.<</speech>><br>
<<speech "thalara">>Exactly. This is the rarest shape of all your own.<</speech>><br>
<<speech "mc">>I thought I’d feel lost without it. But instead… I feel light.<</speech>><br>
[[Move Forth|chest_2_chest_3_6]]
<</nobr>><<nobr>>
<<speech "thalara">>You’ve stepped into the in-between. Some fear it. But I’ve always believed it is where real power begins.<</speech>><br>
<<speech "mc">>It’s quiet here.<</speech>><br>
<<speech "thalara">>Yes. Let it be. Let your body listen, before it decides what song to sing next.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[It’s time, isn’t it? I’ve thought about this moment more than I’ll admit.|chest_3_chest_4_1]] | <br><br>
[[I’m here, but I still don’t know if I should be. It’s all moving so fast.|chest_3_chest_4_1]] | <br><br>
[[Let’s just get it over with. I don’t want to hear another speech about beauty or destiny.|chest_3_chest_4_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This one is gentle. It doesn’t remake you in fire. It whispers to your body. Just enough to start.<</speech>><br>
<<speech "mc">>So this is it… The first real step into being someone else.<</speech>><br>
<<speech "thalara">>Not someone else. A version of you that’s been waiting, perhaps quietly. Buried beneath layers of role and expectation.<</speech>><br>
<<speech "mc">>I’ve seen what this becomes. I’ve touched the silks meant for a chest I don’t have. And now... I drink this and I begin to grow into them?<</speech>><br>
[[Move Forth|chest_3_chest_4_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Not just physically. This potion is as much suggestion as it is alteration. Your body will listen. It will feel the pull.<</speech>><br>
<<speech "mc">>Will I feel it?<</speech>><br>
<<speech "thalara">>Not pain. Just… awakening. A tingle. A heat. Like the promise of something stirring beneath the surface.<</speech>><br>
<<speech "mc">>You said the changes begin subtle. What should I expect?<</speech>><br>
[[Move Forth|chest_3_chest_4_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Your chest will soften first. Skin will feel more sensitive touch may linger longer. Then a rounding will begin. A swell so small it will feel imaginary, until the mirror confirms it.<</speech>><br>
<<speech "mc">>Imaginary breasts. That’s quite the start to my legacy as queen.<</speech>><br>
<<speech "thalara">>All great things begin as shadows on the skin. You’ll see.<</speech>><br>
<<speech "mc">>…It’s sweet. And warm.<</speech>><br>
[[Move Forth|chest_3_chest_4_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Lilyroot and blushing orchid. Traditional herbs of femininity. They speak softly to the body.<</speech>><br>
<<speech "mc">>There’s a… flutter. Not pain. More like… awareness. Like something humming just under my skin.<</speech>><br>
<<speech "thalara">>That’s your body listening. The first threads of change stitching themselves into you. The flattening is over. Now comes the bloom.<</speech>><br>
<<speech "mc">>I thought I’d feel afraid. But this is… oddly peaceful.<</speech>><br>
[[Move Forth|chest_3_chest_4_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You are crossing no chasm today, Caelan. Only stepping onto a path. This stage is like dew on a rosebud beautiful in its restraint.<</speech>><br>
<<speech "mc">>I can’t see it yet. But I feel like something’s shifted. In me. Around me.<</speech>><br>
<<speech "thalara">>That is not illusion. Your aura has already begun realigning. The body follows the soul. And the soul… has chosen this step.<</speech>><br>
<<speech "mc">>And if I step back later?<</speech>><br>
[[Move Forth|chest_3_chest_4_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then we guide you in retreat. But not shamefully. A queen must know how to command herself in both advance and withdrawal.<</speech>><br>
<<speech "mc">>A queen… right.<</speech>><br>
<<speech "thalara">>Or something new entirely. Your title may be written already, but your truth is still yours to shape.<</speech>><br>
<<speech "mc">>It’s strange… I feel closer to myself. Not further.<</speech>><br>
[[Move Forth|chest_3_chest_4_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Then the potion has done its work.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. It’s time for something I can truly feel.|chest_4_chest_5_1]] | <br><br>
[[I’m not sure how I’ll handle this, but… I guess there’s no turning back now.|chest_4_chest_5_1]] | <br><br>
[[This doesn’t mean I’ve given up. I’m only drinking because I have to.|chest_4_chest_5_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You carry more weight in your eyes than you do in your chest. For now.<</speech>><br>
<<speech "mc">>That’s poetic, I suppose. Just not very comforting.<</speech>><br>
<<speech "thalara">>Change is rarely comfortable. But discomfort is the fire in which identity is forged.<</speech>><br>
<<speech "mc">>What’s different about this one?<</speech>><br>
[[Move Forth|chest_4_chest_5_2]]
<</nobr>><<nobr>>
<<speech "thalara">>This is the first draught that doesn’t just nudge you it confirms you. You won’t just feel a shift inside. Your reflection will start to show it. A swell, a softness. The gentle rise of what you’ll soon learn to call your breasts.<</speech>><br>
<<speech "mc">>Breasts.<</speech>><br>
<<speech "thalara">>It won’t be drastic. Not yet. But the tissue will gather now. When you breathe, you’ll notice the way your shirt clings differently. The way your skin reacts to touch.<</speech>><br>
<<speech "mc">>So I’ll actually feel them now? I mean, physically?<</speech>><br>
[[Move Forth|chest_4_chest_5_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. Sensation is part of the enchantment. Your nerves will rewire slowly, like vines reaching toward sunlight. By the end of today’s session, you will no longer be able to pass as flat.<</speech>><br>
<<speech "mc">>How long before it becomes... obvious to others?<</speech>><br>
<<speech "thalara">>That depends on how close they are. A courtier’s glance won’t catch it yet. But a handmaiden lacing your tunic might pause. A lover? They would notice immediately.<</speech>><br>
<<speech "mc">>I’m not sure I’m ready for people to see me differently.<</speech>><br>
[[Move Forth|chest_4_chest_5_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let them see your courage instead. There is no shame in small beginnings, Caelan. The world need not understand your shape to respect your strength.<</speech>><br>
<<speech "mc">>What if this gets too real too fast?<</speech>><br>
<<speech "thalara">>That’s why we go step by step. No forced leaps. Only decisions. Only draughts you choose to drink.<</speech>><br>
<<speech "mc">>TAnd if I change my mind?<</speech>><br>
[[Move Forth|chest_4_chest_5_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then we drink from the other vial. The one that slows. That gently retreats. You are not caged in magic. You are cradled by it.<</speech>><br>
<<speech "mc">>It’s… warm.<</speech>><br>
<<speech "thalara">>It should be. This one ignites your core. Blood will stir, tissues respond. You may feel a flutter like the anticipation before a first kiss.<</speech>><br>
<<speech "mc">>…It tingles.<</speech>><br>
[[Move Forth|chest_4_chest_5_6]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s them growing. Like roses beneath the soil, ready to bloom. You’ll start to feel their weight, their presence. Barely noticeable now… but they’re there.<</speech>><br>
<<speech "mc">>There’s a pressure. Not pain. Just… pressure.<</speech>><br>
<<speech "thalara">>That’s your chest accepting the shape. The tissue rising like bread in an oven. The enchantment is gentle, but it does not lie. You are becoming.<</speech>><br>
<<speech "mc">>They are there. Just… tiny. But real.<</speech>><br>
[[Move Forth|chest_4_chest_5_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Real is not measured in size. Real is felt in the beat of your heart, in the way you straighten your spine now.<</speech>><br>
<<speech "mc">>Do I seem straighter to you?<</speech>><br>
<<speech "thalara">>You seem aware. And that is far more powerful.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready for this. I want to feel what it’s like to be seen as a woman.|chest_5_chest_6_1]] | <br><br>
[[I don’t know if I’m ready… but I guess there’s no turning back now.|chest_5_chest_6_1]] | <br><br>
[[I’ll take your potion but don’t think I’ve accepted this completely.|chest_5_chest_6_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>So… this is the step that makes it real, huh?<</speech>><br>
<<speech "thalara">>In the eyes of others? Yes. This is the turning point. No longer just softness or suggestion. After this, your form speaks clearly.<</speech>><br>
<<speech "mc">>People will notice…<</speech>><br>
<<speech "thalara">>They’ll glance, linger, whisper. Perhaps admire. Some may leer. But more than anything they will begin to address you with their eyes, not your name.<</speech>><br>
[[Move Forth|chest_5_chest_6_2]]
<</nobr>><<nobr>>
<<speech "mc">>Sounds like a promotion I didn’t ask for.<</speech>><br>
<<speech "thalara">>Perhaps. Or perhaps the world is simply catching up to what your magic has already begun.<</speech>><br>
<<speech "mc">>They’ve been growing steadily, but still felt small. Now you’re saying they’ll… bounce?<</speech>><br>
<<speech "thalara">>With weight comes presence. The potion awakens fullness flesh with a gentle pull, the kind that shifts with every motion. They will no longer hide beneath fabric. You’ll feel them as you move, sleep, breathe.<</speech>><br>
[[Move Forth|chest_5_chest_6_3]]
<</nobr>><<nobr>>
<<speech "mc">>That sounds… intimate.<</speech>><br>
<<speech "thalara">>It is. Your chest will no longer be a quiet space. Each sensation your heartbeat, your breath will pass through them. And when others brush too close, their eyes will follow the shape, not the shadow.<</speech>><br>
<<speech "mc">>Does it hurt? The transformation, I mean.<</speech>><br>
<<speech "thalara">>Not pai more like pressure. A swelling warmth. You may feel tightness across the sternum, a tug at the skin, a pull from within. By dusk, your tunics will no longer fit quite the same.<</speech>><br>
[[Move Forth|chest_5_chest_6_4]]
<</nobr>><<nobr>>
<<speech "mc">>I wonder what it’ll be like to lie on my side after this…<</speech>><br>
<<speech "thalara">>Different. Softer. Heavier. You may need to relearn the comfort of pillows. But you will also gain the comfort of presence of seeing yourself become.<</speech>><br>
<<speech "mc">>And once it’s done, there’s no hiding it anymore.<</speech>><br>
<<speech "thalara">>No. You will be read as female from the chest alone. It is a badge you wear without speaking a curve that commands attention, whether you invite it or not.<</speech>><br>
[[Move Forth|chest_5_chest_6_5]]
<</nobr>><<nobr>>
<<speech "mc">>I keep thinking about what my mother will say when she sees me.<</speech>><br>
<<speech "thalara">>She will see her heir becoming something radiant more than a prince, more than a woman. A symbol of Velmoria’s evolution.<</speech>><br>
<<speech "mc">>I’m scared.<</speech>><br>
<<speech "thalara">>Good. That means you understand the weight of what you carry. Fear is not weakness it is reverence. Drink it.<</speech>><br>
[[Move Forth|chest_5_chest_6_6]]
<</nobr>><<nobr>>
<<speech "mc">>It’s warm… almost fizzy.<</speech>><br>
<<speech "thalara">>The bubbling is your body reshaping glands expanding, fat redistributing. Give it time. The weight will settle, and so will you.<</speech>><br>
<<speech "mc">>Gods it’s like something’s inflating beneath my skin…<</speech>><br>
<<speech "thalara">>That’s fullness. That’s womanhood rising. And from this point forward, you no longer need to wonder how it feels you will live it.<</speech>><br>
[[Move Forth|chest_5_chest_6_7]]
<</nobr>><<nobr>>
<<speech "mc">>It’s real now. I feel them. Full. Round. Heavy.<</speech>><br>
<<speech "thalara">>And beautiful. You’ve crossed the threshold, Caelan. What once whispered has now spoken aloud. This is your body telling the world who you are becoming.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[If I’m meant to be a queen, I suppose I should start looking like one.|chest_6_chest_7_1]] | <br><br>
[[They already feel big enough... Is this really necessary?|chest_6_chest_7_1]] | <br><br>
[[More? They're already in the way! How is this helping me rule?|chest_6_chest_7_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>I think I can still button my tunic, barely… not sure for how much longer though.<</speech>><br>
<<speech "thalara">>That’s not surprising. Level three is the border of modest femininity. Level four crosses into something… far more expressive. You’ll feel the difference today not just in your reflection, but in how the world regards you.<</speech>><br>
<<speech "mc">>Are you saying people will notice now?<</speech>><br>
<<speech "thalara">>Oh, they already do. But now, they won’t be able to pretend not to. Feminine presence is not subtle at this stage, Caelan. Your chest will project your progress, as clearly as a crown does your authority.<</speech>><br>
[[Move Forth|chest_6_chest_7_2]]
<</nobr>><<nobr>>
<<speech "mc">>So this is no longer about subtle growth or gentle shifts. This is… what? A declaration?<</speech>><br>
<<speech "thalara">>Precisely. The transformation ceases to whisper. It begins to speak. Your steps will carry sway, your presence will draw eyes, and your body will no longer fit the mold of ambiguity.<</speech>><br>
<<speech "mc">>But I don’t know if I’m ready to give up fitting in.<</speech>><br>
<<speech "thalara">>You stopped 'fitting in' the moment your body began to yield to magic, Caelan. This is not a disguise to be worn and removed it is becoming. And what you are becoming... is captivating.<</speech>><br>
[[Move Forth|chest_6_chest_7_3]]
<</nobr>><<nobr>>
<<speech "mc">>I’m not sure I want to be captivating. Not like that.<</speech>><br>
<<speech "thalara">>This isn't only about seduction or beauty though that too has its place. It is about ownership. Power drawn from shape and presence. Your body is becoming a vessel for influence.<</speech>><br>
<<speech "mc">>But it’s just breasts. Soft, jiggling things that get in the way. What kind of power is that?<</speech>><br>
<<speech "thalara">>A queen's allure is not always in her sword arm. It is in how she enters a room. How the silence follows her. How rivals glance twice before speaking. Beauty is a weapon, and you are being armed, my dear.<</speech>><br>
[[Move Forth|chest_6_chest_7_4]]
<</nobr>><<nobr>>
<<speech "mc">>So... the more I grow, the more others will bend to me?<</speech>><br>
<<speech "thalara">>Not because they must. But because they want to. Fascination and command are sisters. Let them serve you.<</speech>><br>
<<speech "mc">>What does it feel like... when it starts working?<</speech>><br>
<<speech "thalara">>Tightness at first. A deep warmth spreading through your chest, like your very ribs making room. Then... weight. Tender fullness. And your clothes those will remind you with every motion that you're no longer flat.<</speech>><br>
[[Move Forth|chest_6_chest_7_5]]
<</nobr>><<nobr>>
<<speech "mc">>It’s… it’s warm, alright. Like something blooming under the skin.<</speech>><br>
<<speech "thalara">>Let it happen. Let them swell. Trust the magic. You’ll be reshaped by the hour. Soon you’ll need binding, if not new gowns entirely.<</speech>><br>
<<speech "mc">>They’re... heavier than before. I feel them moving when I shift. Gods, is that normal?<</speech>><br>
<<speech "thalara">>Very. You’re entering the stage of sway, of bounce, of presence. Your walk will change. Your posture will adjust. Your breasts are no longer an idea they are reality.<</speech>><br>
[[Move Forth|chest_6_chest_7_6]]
<</nobr>><<nobr>>
<<speech "mc">>It's… tight. I can’t imagine wearing this in court. They’ll all stare.<</speech>><br>
<<speech "thalara">>Let them stare. Let them wonder how a prince grew into a queen. Their curiosity is part of your reign.<</speech>><br>
<<speech "mc">>And if I wanted to stop? What if this is too much?<</speech>><br>
<<speech "thalara">>Then you pause. You step back if needed. Nothing here is cruel, Caelan. Only decisive. But if you continue, you'll rise not as prince, not as mimic but as a woman impossible to ignore.<</speech>><br>
[[Move Forth|chest_6_chest_7_7]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t think breasts would make me feel... powerful.<</speech>><br>
<<speech "thalara">>That’s the secret of transformation. What you once feared as vulnerability becomes your throne. Now, stand tall. You’re blooming, and the world is watching.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. I want to see what it feels like to truly have a bust|chest_7_chest_8_1]] | <br><br>
[[I don’t know… it’s already hard to hide them. Going any further might make it impossible.|chest_7_chest_8_1]] | <br><br>
[[This is ridiculous. They're already huge. What, do you want them to wobble into the next room before I do?|chest_7_chest_8_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>That glow looks stronger than the last one.<</speech>><br>
<<speech "thalara">>Because the change it invites is deeper. This is not just growth it’s a reshaping. Your chest is no longer simply feminine. It is about to become abundant, commanding, and irresistibly soft.<</speech>><br>
<<speech "mc">>They're already pulling at the seams. I can’t even cross my arms without feeling the stretch. Will this make it worse?<</speech>><br>
<<speech "thalara">>It will make it different. You’ll feel the heft now the center of gravity in your upper body shifting. Your cleavage will deepen. Your nipples will become more sensitive, more prominent. And yes, your garments will plead for mercy unless you adjust them.<</speech>><br>
[[Move Forth|chest_7_chest_8_2]]
<</nobr>><<nobr>>
<<speech "mc">>And what if I’m not ready for... all that attention?<</speech>><br>
<<speech "thalara">>Then wear it like a veil. Let them wonder. Let them look. But control what they see. This form will give you that power to distract, to disarm, to delight, simply by standing still.<</speech>><br>
<<speech "mc">>That’s the thing. I don't want to be seen like that. I’m not a seductress.<</speech>><br>
<<speech "thalara">>No one said you were. But there is power in being noticed, Caelan. And whether you embrace it or not, your body is stepping into that realm. People will begin to react. The guards. The maids. Nobles. You may be addressed differently... not because you’re weaker, but because you’ve become magnetic.<</speech>><br>
[[Move Forth|chest_7_chest_8_3]]
<</nobr>><<nobr>>
<<speech "mc">>You say that like it’s a weapon.<</speech>><br>
<<speech "thalara">>Because it can be. A bust like this draws eyes. But more importantly, it alters posture, breath, and movement. It trains you to carry yourself like someone who has presence and presence is the currency of queens.<</speech>><br>
<<speech "mc">>My back's already aching a bit. If they get any heavier...<</speech>><br>
<<speech "thalara">>You will need support soon. Corsetry. Binding spells if needed. But this stage is also when the body begins to crave that attention. Not just from others but from itself. You’ll find yourself touching more. Adjusting. Stroking. It becomes part of your rhythm.<</speech>><br>
[[Move Forth|chest_7_chest_8_4]]
<</nobr>><<nobr>>
<<speech "mc">>I’ve noticed that already. When no one's looking, I’ve… felt them. Just to check if they’re real. I thought I was losing it.<</speech>><br>
<<speech "thalara">>You're not. You're discovering yourself both as a woman and as someone reborn. Your body is becoming something it never was before. Of course you're curious.<</speech>><br>
<<speech "mc">>Will it hurt?<</speech>><br>
<<speech "thalara">>No. It will tingle. Like champagne under the skin. Your nipples may throb. The skin will tighten before it stretches. It will feel warm. And afterward… they’ll sway. More than they did. You’ll feel them even when you try not to.<</speech>><br>
[[Move Forth|chest_7_chest_8_5]]
<</nobr>><<nobr>>
<<speech "mc">>And this isn’t the final size, is it?<</speech>><br>
<<speech "thalara">>Not yet. This is only the threshold of busty. You’ll move beyond it, if you choose. But for now, this stage marks the point where there is no more doubt. No more boy beneath the blouse. Only the rise of a woman’s form.<</speech>><br>
<<speech "mc">>Alright then. Let’s see what kind of presence I can carry.<</speech>><br>
<<speech "thalara">>Drink deeply. Let your chest bloom, and don’t shy away from what it becomes. This is not shame, Caelan. This is sovereignty.<</speech>><br>
[[Move Forth|chest_7_chest_8_6]]
<</nobr>><<nobr>>
<<speech "mc">>It’s like fire and silk. Gods my nipples...<</speech>><br>
<<speech "thalara">>They’re waking. You’ll want something softer against them now linen, not wool. Silk, if you can steal it from the queen’s wardrobe.<</speech>><br>
<<speech "mc">>It’s pulling me forward... heavier... gods, they're touching each other. I can feel the crease between them.<</speech>><br>
<<speech "thalara">>Stand tall. Let your back learn the new posture. Let your hips compensate. Your body will adapt. And you will grow into this form, not just physically... but completely.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I think I’m ready to be... seen. To be more. Let’s go further.|chest_8_chest_9_1]] | <br><br>
[[They’re already heavy, Thalara. Are you sure I won’t regret making them even bigger?|chest_8_chest_9_1]] | <br><br>
[[If I’m being dragged into this, I might as well go all the way. Make it impossible to ignore me.|chest_8_chest_9_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>It’s thicker than usual. Almost... pulsing.<</speech>><br>
<<speech "thalara">>The potion mirrors what it awakens. Vitality. Fullness. Desire. It won’t just build your body it will amplify your presence.<</speech>><br>
<<speech "mc">>Presence is overrated. I can barely train in armor anymore, and riding has become a chore. Everything moves too much.<</speech>><br>
<<speech "thalara">>And yet, you wear that tension like a silk ribbon. You say you dislike the motion, but you’ve stopped binding them when you bathe. You no longer flinch when attendants linger with their eyes.<</speech>><br>
[[Move Forth|chest_8_chest_9_2]]
<</nobr>><<nobr>>
<<speech "mc">>That’s different. It’s not like I asked for the attention. I just… got used to it.<</speech>><br>
<<speech "thalara">>Used to it… or beginning to like it?<</speech>><br>
<<speech "mc">>You always twist my words.<</speech>><br>
<<speech "thalara">>I don’t twist them, Caelan. I hold up a mirror. It is you who surprises yourself.<</speech>><br>
[[Move Forth|chest_8_chest_9_3]]
<</nobr>><<nobr>>
<<speech "mc">>What if they get too big? What if this step makes me something I can’t walk back from?<</speech>><br>
<<speech "thalara">>Every change carves deeper into your destiny, yes. This level of femininity won’t be overlooked. Your nipples will stand proud, your breasts will beg to be supported and yes, they will move with purpose. But there is strength in that vulnerability. Influence. Power.<</speech>><br>
<<speech "mc">>I never thought power would come in... this shape.<</speech>><br>
<<speech "thalara">>You wore a sword and earned fear. Now, you’ll wear curves and command attention. Both are forms of power. One shouts. The other seduces.<</speech>><br>
[[Move Forth|chest_8_chest_9_4]]
<</nobr>><<nobr>>
<<speech "mc">>They already feel heavy. I swear they bounce before I even move. And the nipples... they’re just there, constantly. Even the breeze feels obscene.<</speech>><br>
<<speech "thalara">>That hypersensitivity is a gift. A reminder that you are alive in your flesh. You are felt, seen, desired.<</speech>><br>
<<speech "mc">>You talk like I’m becoming some temple courtesan.<</speech>><br>
<<speech "thalara">>Would that be so terrible? Many courtesans have ruled cities without lifting a blade. But no, my prince my princess this isn’t about seduction. It’s about comfort in your chosen skin.<</speech>><br>
[[Move Forth|chest_8_chest_9_5]]
<</nobr>><<nobr>>
<<speech "mc">>So after this... my chest will grow again?<</speech>><br>
<<speech "thalara">>Yes. Rounder, fuller. Your nipples will grow as well thicker, longer, more prominent. You may find them too sensitive for certain fabrics. You’ll need supportive garments. Lace or tight bindings won’t do anymore.<</speech>><br>
<<speech "mc">>And people will stare more?<</speech>><br>
<<speech "thalara">>They already do. This will only shift the way they stare from curiosity to awe.<</speech>><br>
[[Move Forth|chest_8_chest_9_6]]
<</nobr>><<nobr>>
<<speech "mc">>Alright. No turning back now.<</speech>><br>
<<speech "thalara">>Let your body claim its form. Let the swell announce your becoming. You will feel this change in every motion, every breath. And so will the world.<</speech>><br>
<<speech "mc">>Gods, it’s hot. And tingly. It’s like... they’re filling from the inside out. Oh my nipples !<</speech>><br>
<<speech "thalara">>Yes. That is the bloom of sensation. Let it rise. Let the weight come. With each heartbeat, your chest becomes your crown.<</speech>><br>
[[Move Forth|chest_8_chest_9_7]]
<</nobr>><<nobr>>
<<speech "mc">>They’re bouncing... just from breathing. Are they supposed to be this sensitive?<</speech>><br>
<<speech "thalara">>This level is for those ready to be seen. You’ll never blend in again, Caelan. You’re becoming the future queen not hidden, not subtle, but radiant.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I'm ready. Let’s take this step… all the way.|chest_9_chest_10_1]] | <br><br>
[[This might be too much… but I’ll trust your guidance.|chest_9_chest_10_1]] | <br><br>
[[So what? Let’s see how far your damn potions can go.|chest_9_chest_10_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>This looks... intense. Heavier than the last one. Literally.<</speech>><br>
<<speech "thalara">>It must be. What lies ahead is not subtle, Caelan. This draught will reshape your presence. Not just your body but how the world receives it.<</speech>><br>
<<speech "mc">>I’ve been knocking things off shelves just by turning. And now you’re saying they’ll get bigger?<</speech>><br>
<<speech "thalara">>Not merely bigger. Commanding. They will sway with every step, pull at your spine, and demand garments made to bear their weight. You will feel them in every movement.<</speech>><br>
[[Move Forth|chest_9_chest_10_2]]
<</nobr>><<nobr>>
<<speech "mc">>So I’ll need straps. Lots of straps.<</speech>><br>
<<speech "thalara">>Straps... and strength. Not the strength of swords or shields, but of poise. Balance. The kind of strength queens must learn when their very presence becomes spectacle.<</speech>><br>
<<speech "mc">>I didn’t think boobs would ever feel like power. But this? This is getting hard to ignore.<</speech>><br>
<<speech "thalara">>That’s the point. Level Seven is not for hiding. It’s for owning. You are becoming a woman that the world will turn its head for whether you like it or not.<</speech>><br>
[[Move Forth|chest_9_chest_10_3]]
<</nobr>><<nobr>>
<<speech "mc">>People already stare. I’ve caught the steward’s eyes lingering. Even the guards. One dropped his sword last time I bent forward.<</speech>><br>
<<speech "thalara">>They are not trained to resist allure. And you are becoming alluring, Caelan not merely pretty, but magnetic. This form tests your comfort in being desired. Watched. Hungered for.<</speech>><br>
<<speech "mc">>You make it sound like a weapon.<</speech>><br>
<<speech "thalara">>It can be. Or a gift. Or a trap. That choice, as always, lies with you. But make no mistake this body will speak before you ever open your mouth.<</speech>><br>
[[Move Forth|chest_9_chest_10_4]]
<</nobr>><<nobr>>
<<speech "mc">>And if I drink this…?<</speech>><br>
<<speech "thalara">>You’ll feel it immediately. A pull, like gravity shifting upward and outward. Your breasts will balloon round, soft, immensely sensitive. Your nipples will thicken. Your balance will change. Sitting, walking, lying down... it all transforms.<</speech>><br>
<<speech "mc">>Gods. I’ll really be top-heavy.<</speech>><br>
<<speech "thalara">>Yes. And radiant. And impossible to forget.<</speech>><br>
[[Move Forth|chest_9_chest_10_5]]
<</nobr>><<nobr>>
<<speech "mc">>It’s... thick. Warm. Like it's pushing outward.<</speech>><br>
<<speech "thalara">>That’s the essence of Level Seven. Expansion. Feminine excess.<</speech>><br>
<<speech "mc">>They’re… heavy. Already. Gods, Thalara my shirt can’t hold this. It’s tight.<</speech>><br>
<<speech "thalara">>You’ve outgrown male tailoring. And female modesty. These are breasts meant to be seen, cradled, celebrated. The sway you feel now is just the beginning.<</speech>><br>
[[Move Forth|chest_9_chest_10_6]]
<</nobr>><<nobr>>
<<speech "mc">>They keep going. They're spilling over. I feel like I’ve strapped pillows to my chest but they’re me.<</speech>><br>
<<speech "thalara">>And you will need new attire before you re-enter court. Consider this your first royal inconvenience. A queen’s presence demands adjustment from all who witness her.<</speech>><br>
<<speech "mc">>I’m not just being feminized… I’m being made into a symbol.<</speech>><br>
<<speech "thalara">>Yes. And what a symbol you are becoming.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve come this far. Let’s show them something they won’t forget.|chest_10_chest_11_1]] | <br><br>
[[This is… really big. I hope I’m not making a mistake.|chest_10_chest_11_1]] | <br><br>
[[Fine. Let’s get this over with. It’s just more weight, right?|chest_10_chest_11_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>You weren’t kidding when you said it would become a burden. It’s like I’m hauling two sacks of wet grain strapped to me already.<</speech>><br>
<<speech "thalara">>And yet, you walk upright. Impressive. Many lose balance before they gain grace.<</speech>><br>
<<speech "mc">>Grace, huh? I nearly knocked over a suit of armor in the east wing. Is that graceful enough?<</speech>><br>
<<speech "thalara">>Some queens shake the court with words. Others shake it with every step. You, Caelan, may do both.<</speech>><br>
[[Move Forth|chest_10_chest_11_2]]
<</nobr>><<nobr>>
<<speech "mc">>Do you always speak in riddles when someone’s about to grow out of their last wearable robe?<</speech>><br>
<<speech "thalara">>This stage isn’t about clothing. It’s about inevitability. Once you drink this, there will be no more ambiguity. No mistaking you for a prince, not even from behind.<</speech>><br>
<<speech "mc">>And if I regret it? What then?<</speech>><br>
<<speech "thalara">>Then you will wear your regret as you do your body with poise. Regret does not undo growth. It teaches you how to carry it.<</speech>><br>
[[Move Forth|chest_10_chest_11_3]]
<</nobr>><<nobr>>
<<speech "mc">>You know they stare. Even the guards. Even the servants.<</speech>><br>
<<speech "thalara">>Of course. You’re becoming the myth they whisper about. The prince turned enchantress. The body that shouldn’t be but is. Their eyes can’t help it.<</speech>><br>
<<speech "mc">>Well, I hope they enjoy the view. Because it’s getting heavier by the day.<</speech>><br>
<<speech "thalara">>They don’t just look at you, Caelan. They see you. This form is impossible to ignore. You radiate presence. You command space.<</speech>><br>
[[Move Forth|chest_10_chest_11_4]]
<</nobr>><<nobr>>
<<speech "mc">>And what if I don’t want that kind of presence?<</speech>><br>
<<speech "thalara">>Then this is the time to stop. But if you drink this... you are choosing a body that dominates not just rooms but conversations, minds, and memories.<</speech>><br>
<<speech "mc">>Give it to me.<</speech>><br>
<<speech "mc">>Goddess... it’s like... they’re alive.<</speech>><br>
[[Move Forth|chest_10_chest_11_5]]
<</nobr>><<nobr>>
<<speech "thalara">>They are. You are. This is form incarnate femininity carved in full bloom. You carry not just softness now, but powerful softness. Intimidating, intoxicating.<</speech>><br>
<<speech "mc">>I can’t walk through a door without brushing something against it.<</speech>><br>
<<speech "thalara">>Your hips may follow soon enough. For now, let your steps adjust. Find rhythm in the sway. Learn to move with them, not despite them.<</speech>><br>
<<speech "mc">>You make it sound like I’m wielding weapons.<</speech>><br>
[[Move Forth|chest_10_chest_11_6]]
<</nobr>><<nobr>>
<<speech "thalara">>You are. They just happen to be soft, warm, and hypnotic.<</speech>><br>
<<speech "mc">>And here I thought swords were complicated...<</speech>><br>
<<speech "thalara">>Steel cuts flesh. Curves cut expectations. You, Caelan, are becoming more dangerous than any blade.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. If this is what it means to rule then let them see me.|chest_11_chest_12_1]] | <br><br>
[[I don’t know if I’ll ever be ready for how the world sees me... but I’ll do it anyway.|chest_11_chest_12_1]] | <br><br>
[[If I must be crowned, then let me do it with a form no one dares ignore.|chest_11_chest_12_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>So this is the last one. The end of this path...It’s strange. I thought I’d feel triumphant. Instead, I feel... exposed.<</speech>><br>
<<speech "thalara">>That’s because you are. Power is always naked beneath its robes, Caelan. But so is truth.<</speech>><br>
<<speech "mc">>And truth now weighs several pounds each, bounces when I breathe, and makes eye contact before I do.<</speech>><br>
<<speech "thalara">>Indeed. And no diplomat, knight, or noble will ever ignore you again. Not because they choose to listen because they must.<</speech>><br>
[[Move Forth|chest_11_chest_12_2]]
<</nobr>><<nobr>>
<<speech "mc">>And what if they only see... these? What if they stop seeing me?<</speech>><br>
<<speech "thalara">>Then make sure your voice echoes louder than your curves, even if your curves shout first.<</speech>><br>
<<speech "mc">>I can’t believe I used to feel pride in my shoulders... now I can’t see them. They bounce with every step. My nipples feel like hot coins. And they sag Thalara, they sway like...<</speech>><br>
<<speech "thalara">>Like a queen who doesn’t shrink from her own presence. Who knows her form is a weapon, a seduction, a promise. This body is a command.<</speech>><br>
[[Move Forth|chest_11_chest_12_3]]
<</nobr>><<nobr>>
<<speech "mc">>Then pour it. Let them stare. Let them remember.<</speech>><br>
<<speech "thalara">>This is the end of your chest’s journey. There will be no hiding after today. Your dresses will cling. Your walk will sway. And when you sit on your throne, your presence alone will silence courtiers.<</speech>><br>
<<speech "mc">>It’s thick. Like drinking honey... like it knows what it's doing.<</speech>><br>
<<speech "thalara">>It does. It stretches, swells, lifts, droops, and ripens. You are becoming the embodiment of lushness.<</speech>><br>
[[Move Forth|chest_11_chest_12_4]]
<</nobr>><<nobr>>
<<speech "mc">>By the stars... they're massive... my gods, they hurt. They feel... real. Like I could nurse a kingdom.<</speech>><br>
<<speech "thalara">>That’s the power, Caelan. You are no longer androgynous. No longer curious. You are formed. Fully. Softness and command in equal measure.<</speech>><br>
<<speech "mc">>They sag so much... so heavy. But they feel like me now.<</speech>><br>
<<speech "thalara">>They are you. And every step from now on will remind you of that. You’ve crossed the final threshold. You’ve grown into royalty not through blade or birthright, but through becoming.<</speech>><br>
[[Move Forth|chest_11_chest_12_5]]
<</nobr>><<nobr>>
<<speech "mc">>So this is what it means to carry power like a woman.<</speech>><br>
<<speech "thalara">>This is what it means to rule as one.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I need this. I’ve gone too far. I just want to feel me again not lost under all this.|chest_12_chest_11_1]] | <br><br>
[[I don’t know if I’m making a mistake, but... I feel like I’m being buried by myself.|chest_12_chest_11_1]] | <br><br>
[[This isn't surrender. It's strategy. Let them stare less for now.|chest_12_chest_11_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>Every breath pulls the fabric tighter. Every step is a bounce, a sway, a drag.
He sighs. "I thought I'd feel powerful. Instead, I feel... swallowed.<</speech>><br>
<<speech "thalara">>It happens. When one grows beyond the world’s bounds, the world forgets how to hold them. You’ve crossed into excess, Caelan glorious excess, but excess still.<</speech>><br>
<<speech "mc">>I’ve gone too far, haven’t I? I can’t dress without spilling. I can’t walk without swaying like I’m in heat. I can’t focus they jiggle every time I breathe.<</speech>><br>
<<speech "thalara">>You’re not wrong. These breasts are the kind sculptors struggle to carve in marble. You don’t enter a room anymore you dominate it, unintentionally.<</speech>><br>
[[Move Forth|chest_12_chest_11_2]]
<</nobr>><<nobr>>
<<speech "mc">>Maybe I don’t want to dominate. Not like this. I wanted to be seen... but now I’m being stared at.<</speech>><br>
<<speech "thalara">>Then take this. Let your presence remain grand, womanly but not overwhelming. Let them see you again, not just... be hypnotized.<</speech>><br>
<<speech "mc">>Will it hurt?<</speech>><br>
<<speech "thalara">>No. But you’ll feel it. A slow pull inward. Less bounce. Slight lift. Nipples will recede just a bit. The weight will ease, and so will the stares.<</speech>><br>
[[Move Forth|chest_12_chest_11_3]]
<</nobr>><<nobr>>
<<speech "mc">>They called me Queen with reverence. But lately... I think they mean something else. Something heavier.<</speech>><br>
<<speech "thalara">>The crown must fit the head, not just the chest. Let this shape be yours, not theirs.<</speech>><br>
<<speech "mc">>It tastes like quiet.<</speech>><br>
<<speech "thalara">>It is. Quiet. Balance. Your form will still sing but not scream.<</speech>><br>
[[Move Forth|chest_12_chest_11_4]]
<</nobr>><<nobr>>
<<speech "mc">>They’re pulling in... still big... still soft. But not suffocating.<</speech>><br>
<<speech "thalara">>Exactly. You are not erasing power you’re choosing how to wield it.<</speech>><br>
<<speech "mc">>It’s strange. I feel... more myself now. Still woman. Still ruler. But less spectacle.<</speech>><br>
<<speech "thalara">>Then you’ve found what most rulers never do your center. And in that center, Caelan, lies the kind of power no one dares mock.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I need to breathe again. Let’s bring this back a notch.|chest_11_chest_10_1]] | <br><br>
[[I don’t know if I’m going backward or just catching my breath.|chest_11_chest_10_1]] | <br><br>
[[This doesn’t change anything. I’m still being shaped, just slower.|chest_11_chest_10_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>They're... enormous. I can’t lie, Thalara sometimes I feel like I’ve become my own furniture.<</speech>><br>
<<speech "thalara">>Lavish furnishings are the mark of a royal court. But yes... your frame groans beneath the grandeur. That’s what today is for.<</speech>><br>
<<speech "mc">>It won’t undo all of it?<</speech>><br>
<<speech "thalara">>No. Not even close. You’ll still turn heads in every hallway. But this will make them less... operatic.<</speech>><br>
[[Move Forth|chest_11_chest_10_2]]
<</nobr>><<nobr>>
<<speech "mc">>Good. Because I swear I heard a lute string snap the last time I ran across the courtyard.<</speech>><br>
<<speech "thalara">>Some dresses are stitched with ambition, not reinforcement. Drink, and the strain will ease. Your posture will thank you.<</speech>><br>
<<speech "mc">>What if I get used to the weight? What if I end up missing it?<</speech>><br>
<<speech "thalara">>Then you’ll grow again. This path doesn’t vanish it simply pauses where you need it to.<</speech>><br>
[[Move Forth|chest_11_chest_10_3]]
<</nobr>><<nobr>>
<<speech "mc">>I still feel their weight... even when I’m dreaming.<</speech>><br>
<<speech "thalara">>That’s because your dreams no longer belong to the man you were. They belong to the woman forming beneath.<</speech>><br>
<<speech "mc">>Oof... it’s cold. It’s like it’s lifting up from the inside...<</speech>><br>
<<speech "thalara">>That’s exactly what it does. Tissues condense. Sag reduces. Volume shrinks, just enough to be supported without surrendering softness.<</speech>><br>
[[Move Forth|chest_11_chest_10_4]]
<</nobr>><<nobr>>
<<speech "mc">>It feels... easier. Lighter. But still there. Still... me.<</speech>><br>
<<speech "thalara">>Good. Because that’s all this is meant to do help you feel yourself without feeling crushed by yourself.<</speech>><br>
<<speech "mc">>Is it weakness to take a step back like this?<</speech>><br>
<<speech "thalara">>No. It is wisdom. You are not unmaking what you’ve become. You’re pacing it. Honoring the strain it takes to bloom.<</speech>><br>
[[Move Forth|chest_11_chest_10_5]]
<</nobr>><<nobr>>
<<speech "mc">>They’re still... huge. But not... consuming.<</speech>><br>
<<speech "thalara">>Then the balance is struck. Still tempting. Still womanly. But no longer a burden. You’ve taken back some control.<</speech>><br>
<<speech "mc">>For now. But knowing me, I’ll be back here in a week asking for the next vial up.<</speech>><br>
<<speech "thalara">>And I will have it waiting. But for tonight, enjoy the silence in your spine.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Let’s revert this back. I need a break from feeling like a walking monument.|chest_10_chest_9_1]] | <br><br>
[[I’m not sure I want to go smaller... but I can’t breathe in this corset anymore.|chest_10_chest_9_1]] | <br><br>
[[Fine. Shrink 'em if you must. I’m sick of people staring like I’m a goddess on parade.|chest_10_chest_9_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>So this actually… shrinks them? Not all the way, right? Just... enough?<</speech>><br>
<<speech "thalara">>Just enough. It relieves the strain eases the pull on your spine and the tightness of your clothing. But you remain unmistakably a woman, Caelan. A very full one.<</speech>><br>
<<speech "mc">>Good. Because I’ve been knocking over goblets with every turn. I turned around in the library and took out a whole candleholder.<</speech>><br>
<<speech "thalara">>Ah yes. The notorious ‘shelf cleaving bust’ phase. Some celebrate it. Others... choose a gentler curve.<</speech>><br>
[[Move Forth|chest_10_chest_9_2]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t mind being full, but this last level? It made everything about my chest. Every hallway echo. Every glance. Every whisper.<</speech>><br>
<<speech "thalara">>Your body spoke louder than your words, and not everyone knows how to listen beyond the curves. This step this soft regression can be a mercy. Or a reprieve.<</speech>><br>
<<speech "mc">>Will I lose the sensitivity too?<</speech>><br>
<<speech "thalara">>Some. But not all. This dose leaves you luscious, not diminished. You’ll bounce less. Nipples will ache less. But you’ll still turn heads just with less weight pulling you forward.<</speech>><br>
[[Move Forth|chest_10_chest_9_3]]
<</nobr>><<nobr>>
<<speech "mc">>So I won’t be a walking fertility statue anymore?<</speech>><br>
<<speech "thalara">>Not quite. But still a temple worth worshipping, I think.<</speech>><br>
<<speech "mc">>Gods, woman. How do you say that with a straight face?<</speech>><br>
<<speech "thalara">>Because I know what transformation means not just physically, but politically, emotionally. You are learning to wield shape like a blade. But even blades need sheathes.<</speech>><br>
[[Move Forth|chest_10_chest_9_4]]
<</nobr>><<nobr>>
<<speech "mc">>Alright. Let’s sheath it... just a little.<</speech>><br>
<<speech "mc">>Oh. That’s... lighter. Still big. Still swaying. But I’m not toppling anymore.<</speech>><br>
<<speech "thalara">>Yes. The fabric relaxes. Your stance stabilizes. You are still beautifully busty, Caelan but you are once more navigable.<</speech>><br>
<<speech "mc">>My back thanks you. I can finally walk without feeling like I’m dragging two barrels of cream on my chest.<</speech>><br>
[[Move Forth|chest_10_chest_9_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Careful. Too many reversals and you may find your admirers disappointed.<</speech>><br>
<<speech "mc">>Let them adjust. This body’s mine not theirs to ogle.<</speech>><br>
<<speech "thalara">>Spoken like someone learning the difference between being shaped... and taking shape.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I need a little less attention today. Just want to feel like myself again.|chest_9_chest_8_1]] | <br><br>
[[I’m not sure if this is the right move… but maybe I went too far last time.|chest_9_chest_8_1]] | <br><br>
[[Fine. If I’m stuck here, I’ll dial it back. I’m not a walking display.|chest_9_chest_8_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>They’ve been bouncing with everything lately. I can barely walk down the stairs without… well, everyone noticing.<</speech>><br>
<<speech "thalara">>That was the nature of Level Six. It was meant to be bold. Now you seek retreat.<</speech>><br>
<<speech "mc">>Not a full retreat. Just… breathing room. My nipples keep brushing fabric no matter what I wear. It’s maddening.<</speech>><br>
<<speech "thalara">>A crown can weigh heavy. You’ve worn yours bravely, but you are not trapped by it. That is the beauty of this process you may lean forward or back, so long as you remain honest with yourself.<</speech>><br>
[[Move Forth|chest_9_chest_8_2]]
<</nobr>><<nobr>>
<<speech "mc">>I thought I could own it, really own that look. And for a time… I did. But then I saw the way some of the guards stared. And the stablehands. And my cousin at dinner gods, that was awkward.<</speech>><br>
<<speech "thalara">>The gaze of others can be as heavy as the flesh you carry. Sometimes heavier. But don’t mistake that for failure. You’re testing your form. Adjusting. Like a tailor with their final stitch.<</speech>><br>
<<speech "mc">>This won’t undo everything, will it? I still want to… feel like I’ve crossed a line. Just maybe not quite so far.<</speech>><br>
<<speech "thalara">>No. You will remain undeniably feminine. But less extravagant. Less... monumental. Your bust will still be full, shapely merely less commanding. Your nipples, while still noticeable, will retreat from center stage.<</speech>><br>
[[Move Forth|chest_9_chest_8_3]]
<</nobr>><<nobr>>
<<speech "mc">>That sounds like such a strange thing to measure… nipple prominence.<</speech>><br>
<<speech "thalara">>In your case, it’s a very important detail. Every movement you've made since Level Six has sent ripples through your body, your court, your self-perception. This is a moment of gentle recalibration.<</speech>><br>
<<speech "mc">>Do many transitioners step back like this?<</speech>><br>
<<speech "thalara">>The path to self is rarely a straight line. Some push forward too fast, others linger in comfort zones. You, Caelan, are walking a knife’s edge balancing destiny, identity, and legacy. Small reversals are not weakness. They’re wisdom.<</speech>><br>
[[Move Forth|chest_9_chest_8_4]]
<</nobr>><<nobr>>
<<speech "mc">>It’s cooler than the others. Almost refreshing...<</speech>><br>
<<speech "thalara">>It will ease the heat in your chest. Reduce the pull on your shoulders. You’ll still bounce, but not with such urgency. And your nipples will find quiet again.<</speech>><br>
<<speech "mc">>It’s happening already. The weight’s still there, but it’s... hugging me instead of pulling me forward. It feels less like an announcement.<</speech>><br>
<<speech "thalara">>Exactly. You are not abandoning femininity. You are simply turning the volume down for now. And if, or when, you’re ready to rise again... the chamber will welcome you.<</speech>><br>
[[Move Forth|chest_9_chest_8_5]]
<</nobr>><<nobr>>
<<speech "mc">>I almost miss being flat. Almost. But this… this feels manageable. A middle path.<</speech>><br>
<<speech "thalara">>A queen must know when to stand tall and when to rest her crown. You’ve chosen well today, Caelan.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[It’s time I took a step back. I’m not ready to carry this… allure just yet.|chest_8_chest_7_1]] | <br><br>
[[I don’t know if this is the right choice, but I can’t handle the weight or stares today.|chest_8_chest_7_1]] | <br><br>
[[I was pushed too far. I never wanted to bounce with every step. So yes, I want less.|chest_8_chest_7_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>They’ve gotten too big. I can’t even walk through the palace halls without catching looks or knocking into things.<</speech>><br>
<<speech "thalara">>It’s a burden, I know. One not all women choose willingly. Beauty, after all, can be as heavy as armor… and just as restrictive.<</speech>><br>
<<speech "mc">>I didn’t mind the change at first. It was subtle. Curious. But now? I can’t train, I can’t sleep on my stomach, and every movement feels... exaggerated.<</speech>><br>
<<speech "thalara">>You’ve stepped into a form that demands attention. That pulls focus. But stepping back isn’t weakness it’s strategy. A queen knows when to advance, and when to retreat.<</speech>><br>
[[Move Forth|chest_8_chest_7_2]]
<</nobr>><<nobr>>
<<speech "mc">>Will it shrink them much?<</speech>><br>
<<speech "thalara">>They will lose a degree of volume. Your cleavage will soften. The deep, brazen swell will recede still feminine, still full, but not overpowering. You’ll walk with less bounce, sleep more easily, and breathe a little freer.<</speech>><br>
<<speech "mc">>And my nipples? They’ve been... sensitive. Sometimes unbearably so.<</speech>><br>
<<speech "thalara">>That, too, will ease. The nerves won’t vanish, but they’ll settle. You may even miss the edge of it after a while. Sensation is seductive, even to the reluctant.<</speech>><br>
[[Move Forth|chest_8_chest_7_3]]
<</nobr>><<nobr>>
<<speech "mc">>It’s not that I hate it. It's just... it feels like they’re starting to define me. I can see how people are treating me differently. I didn’t realize how much power breasts had until I had them.<</speech>><br>
<<speech "thalara">>And now you wield the wisdom of both worlds. You’ve felt that sway, that gaze-following presence. And you can put it away when it suits you. That’s true power not just becoming something, but being able to choose what to be.<</speech>><br>
<<speech "mc">>You always speak in riddles, Thalara.<</speech>><br>
<<speech "thalara">>I speak in truths dressed as riddles. It’s the only way your mind listens sometimes.<</speech>><br>
[[Move Forth|chest_8_chest_7_4]]
<</nobr>><<nobr>>
<<speech "mc">>If I drink this… I’ll still be feminine. Just less... overwhelming?<</speech>><br>
<<speech "thalara">>Exactly. You’ll keep your shape, but it will whisper instead of shout. This isn’t regression it’s refinement.<</speech>><br>
<<speech "mc">>Alright. I’m ready to breathe again.<</speech>><br>
<<speech "thalara">>Then let your chest lighten. Let the tension ease. The world need not always watch you sway.<</speech>><br>
[[Move Forth|chest_8_chest_7_5]]
<</nobr>><<nobr>>
<<speech "mc">>It’s cold. Like mint in my lungs.<</speech>><br>
<<speech "thalara">>Good. That means it’s working. Your skin will tighten first. Then the tissue will soften and pull inward slightly. It won’t vanish it will compact.<</speech>><br>
<<speech "mc">>They're... lighter. Still there, but they’re not demanding anymore. It’s almost a relief.<</speech>><br>
<<speech "thalara">>You may return to this path, forward or back. The journey is yours, Caelan. But no matter the size, remember this: your form never dictates your strength. Only your will does.<</speech>><br>
[[Move Forth|chest_8_chest_7_6]]
<</nobr>><<nobr>>
<<speech "mc">>Thank you... I needed that.<</speech>><br>
<<speech "thalara">>Come back when you’re ready for the next choice. Your body listens to your heart even when you’re unsure what it’s saying.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Honestly, I could use a little relief. My tunic’s been working overtime.|chest_7_chest_6_1]] | <br><br>
[[I’m not sure if this is right, but… maybe I need to slow down.|chest_7_chest_6_1]] | <br><br>
[[Good. They were getting ridiculous anyway. I don’t want to bounce like that.|chest_7_chest_6_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>I didn’t realize how much they’d changed me until I tried leaning over a table this morning. Nearly knocked over the inkwell.<</speech>><br>
<<speech "thalara">>It’s always the little things, isn’t it? Reaching for something, jogging up stairs, or simply breathing in a fitted tunic. Your body has shifted into something bold. This potion will quiet that boldness.<</speech>><br>
<<speech "mc">>So this won’t undo it all? Just... tone it down?<</speech>><br>
<<speech "thalara">>Yes. This is not reversal, only reduction. Your breasts will remain full rounded and feminine but they’ll retreat from the edge of lavishness. You’ll feel lighter. Less pronounced.<</speech>><br>
[[Move Forth|chest_7_chest_6_2]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t expect how much attention they’d draw. It’s like walking with a sign across my chest. A big, jiggling sign.<</speech>><br>
<<speech "thalara">>That is often the point of Level Four. Visibility. Command. Sensuality. But you’re not wrong it’s also exhausting. Breasts at that size begin to act on their own, pulling focus wherever you go.<</speech>><br>
<<speech "mc">>They’ve been sore lately too. Sensitive. Every bump, every step… I’m not used to carrying them.<</speech>><br>
<<speech "thalara">>And you shouldn’t rush into comfort with something that reshapes not just your body but your posture, your pace, your very movement through the world. That comfort must be earned, not forced.<</speech>><br>
[[Move Forth|chest_7_chest_6_3]]
<</nobr>><<nobr>>
<<speech "mc">>I thought being bold would make me feel more in control. But it’s starting to feel like they control me.<</speech>><br>
<<speech "thalara">>Then take back that control. This potion returns some quiet to your body. Let your chest settle into a form that supports you, not commands you.<</speech>><br>
<<speech "mc">>Will people still notice?<</speech>><br>
<<speech "thalara">>Yes. But they’ll admire. Not stare. You’ll remain full-breasted, feminine present, but not overpowering. It’s a different kind of allure. Calmer. More composed.<</speech>><br>
[[Move Forth|chest_7_chest_6_4]]
<</nobr>><<nobr>>
<<speech "mc">>Feels... chillier than the others.<</speech>><br>
<<speech "thalara">>It’s meant to calm swelling, not spark it. A binding brew, threaded with snowblossom and duskroot. You should feel the tension loosen within moments.<</speech>><br>
<<speech "mc">>Oh… gods, yes. That’s better. They’re still there, but not as heavy. I can actually breathe again.<</speech>><br>
<<speech "thalara">>You may want to rewrap them after this. Your tunic will hang differently now less taut, more graceful.<</speech>><br>
[[Move Forth|chest_7_chest_6_5]]
<</nobr>><<nobr>>
<<speech "mc">>I thought going forward was the only path. That if I wanted to become... her, I had to accept every ounce of change.<</speech>><br>
<<speech "thalara">>Transformation is not a tunnel, Caelan. It’s a garden. You may step forward, pause, even walk back a path or two to breathe in a different flower. The journey remains yours.<</speech>><br>
<<speech "mc">>They still feel... good. Feminine. Just more me again. I needed this, Thalara.<</speech>><br>
<<speech "thalara">>You are never less for slowing your pace. A queen who listens to her own needs is one who commands well. Rest here, if it suits you. Grow again when you are ready.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ll take the potion. I’m open to seeing what happens when I go back a step.|chest_6_chest_5_1]] | <br><br>
[[I guess I should do this, even if it feels strange to undo some of the change I’ve already felt.|chest_6_chest_5_1]] | <br><br>
[[I’m not sure why I need to reverse it. I’ve come this far, why should I shrink back now?|chest_6_chest_5_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>I never thought I’d want to make myself smaller… but here we are.<</speech>><br>
<<speech "thalara">>Not smaller, just… more balanced. The transformation doesn’t always move in one direction. Sometimes, you must adjust, reset, to allow your body the time to settle in.<</speech>><br>
<<speech "mc">>So, it’s like a pause?<</speech>><br>
<<speech "thalara">>Exactly. A brief pause. To allow your body to adapt before continuing. You’ve felt the fullness, the weight, the shift into womanhood. This potion will reverse the most recent of those changes and bring you back to a more subtle version.<</speech>><br>
[[Move Forth|chest_6_chest_5_2]]
<</nobr>><<nobr>>
<<speech "mc">>I can feel it already. My chest is tightening, pulling back. It’s like shrinking into myself again.<</speech>><br>
<<speech "thalara">>That’s the essence of balance. You are neither too much nor too little. It will be softer now, more akin to the delicate curves of a young woman.<</speech>><br>
<<speech "mc">>I guess this feels… normal? Maybe even more comfortable. It’s not like before, when I had to get used to the fullness.<</speech>><br>
<<speech "thalara">>Sometimes, too much change too quickly can be overwhelming. A smaller chest may feel more natural for your current state. You’re still feminine, but the transition isn’t as stark.<</speech>><br>
[[Move Forth|chest_6_chest_5_3]]
<</nobr>><<nobr>>
<<speech "mc">>So, this isn’t a failure, right? Just a step back?<</speech>><br>
<<speech "thalara">>Not a failure. Just a shift, Caelan. Think of it like a sculptor refining a masterpiece. The shape evolves gradually, with each stage adding depth and understanding.<</speech>><br>
<<speech "mc">>I feel less exposed now, like I can breathe easier in my own skin.<</speech>><br>
<<speech "thalara">>That’s the goal. Comfort is part of the process. You must come to peace with each step, even when it feels contradictory. There’s no shame in adjusting.<</speech>><br>
[[Move Forth|chest_6_chest_5_4]]
<</nobr>><<nobr>>
<<speech "mc">>And now I’m back to this more modest version. But I’m sure I’ll have to go back to the fuller shape soon, won’t I?<</speech>><br>
<<speech "thalara">>Only when you’re ready, Caelan. This is your journey, and I’m here to guide you as you choose your path. There’s no hurry. You may find this version more fitting, or you may choose to continue onward.<</speech>><br>
<<speech "mc">>It’s strange. I thought I’d miss the fullness, but this feels… comfortable. Like it’s mine, for now.<</speech>><br>
<<speech "thalara">>Comfort is often the first sign of alignment with your true self. Embrace the changes, but don’t rush through them. Allow each stage to resonate before moving forward.<</speech>><br>
[[Move Forth|chest_6_chest_5_5]]
<</nobr>><<nobr>>
<<speech "mc">>I think I understand now. It’s not about racing to the end. It’s about feeling every change, letting each moment settle in.<</speech>><br>
<<speech "thalara">>Exactly. And each change, no matter how small, adds to the woman you are becoming.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I think I need to slow things down. Just… for now.|chest_5_chest_4_1]] | <br><br>
[[I’m not sure if I should. But something inside says I have to.|chest_5_chest_4_1]] | <br><br>
[[This doesn’t mean I’m quitting. Just… correcting a mistake.|chest_5_chest_4_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "mc">>This one feels different. Colder, even before I touch it.<</speech>><br>
<<speech "thalara">>It’s meant to cool, to quiet. Where the other potions stir growth, this one soothes it. It reminds the body of stillness, and of neutrality.<</speech>><br>
<<speech "mc">>They’ve barely started… but they’re there. I feel them when I lie down. When I move.<</speech>><br>
<<speech "thalara">>And now you wish to feel less. Not nothing but a gentler echo of what has begun.<</speech>><br>
[[Move Forth|chest_5_chest_4_2]]
<</nobr>><<nobr>>
<<speech "mc">>It’s not that I hate them. It’s just moving faster than I thought it would.<</speech>><br>
<<speech "thalara">>You are allowed to pause. Even to step back. This path does not require haste it requires truth. And yours, I suspect, is still unfolding.<</speech>><br>
<<speech "mc">>So if I drink this… what changes?<</speech>><br>
<<speech "thalara">>The mounds you feel now will ease. The tension beneath your skin the tingling warmth will ebb. You’ll remain soft, but less shaped. The curves won’t vanish, but they’ll smooth back into subtler suggestions.<</speech>><br>
[[Move Forth|chest_5_chest_4_3]]
<</nobr>><<nobr>>
<<speech "mc">>Will the sensitivity fade too?<</speech>><br>
<<speech "thalara">>A little. The nerves will dull, not die. Think of it as resting the garden rather than burning it down.<</speech>><br>
<<speech "mc">>They… felt kind of nice. A part of me liked it.<</speech>><br>
<<speech "thalara">>Then remember that. This is not punishment. This is preservation. You are not saying no you are saying not yet.<</speech>><br>
[[Move Forth|chest_5_chest_4_4]]
<</nobr>><<nobr>>
<<speech "mc">>What if I regret stepping back?<</speech>><br>
<<speech "thalara">>Then we brew again. No gate is closed to you. We are sculptors, Caelan. We press clay forward, backward, sideward. We are not demolishing stone.<</speech>><br>
<<speech "mc">>And this won’t erase me?<</speech>><br>
<<speech "thalara">>Never. No magic I offer can do that. It will only quiet the voice of change until you are ready to listen again.<</speech>><br>
[[Move Forth|chest_5_chest_4_5]]
<</nobr>><<nobr>>
<<speech "mc">>…Cold. Like frost on my tongue.<</speech>><br>
<<speech "thalara">>That chill is clarity. The flesh beneath your chest listens, slackens. Your body is easing its grip on the curves it tried to claim.<</speech>><br>
<<speech "mc">>It’s strange. I feel lighter. Emptier, almost.<</speech>><br>
<<speech "thalara">>Lighter isn’t emptier. It’s just… breathing room. And that is no small thing.<</speech>><br>
[[Move Forth|chest_5_chest_4_6]]
<</nobr>><<nobr>>
<<speech "mc">>They’re still there. But less. Like a memory.<</speech>><br>
<<speech "thalara">>That’s exactly what they are now a promise you can revisit. One sip forward, or one back. All under your will.<</speech>><br>
<<speech "mc">>…Thank you.<</speech>><br>
<<speech "thalara">>When the heart trembles, we do not shame it we listen. That, my dear prince, is the first step of any queen.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve thought this through. I want to slow things down.|chest_4_chest_3_1]] | <br><br>
[[I don’t know if I’m doing the right thing… but I need a breather.|chest_4_chest_3_1]] | <br><br>
[[I’m not ready to be someone else’s fantasy. Not yet. Maybe not ever.|chest_4_chest_3_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You carry hesitation in your chest now. I see it in the way you hold your arms.<</speech>><br>
<<speech "mc">>It felt different. I thought I’d welcome the change more. I mean… it was barely noticeable, but I knew something was there.<</speech>><br>
<<speech "thalara">>A budding curve. A whisper of what’s to come. Even the smallest shift echoes deeply when your body has never changed like this before.<</speech>><br>
<<speech "mc">>That’s just it. It echoed too loudly. I looked in the mirror and saw someone in-between… and I didn’t know how to feel about him. Or her.<</speech>><br>
[[Move Forth|chest_4_chest_3_2]]
<</nobr>><<nobr>>
<<speech "thalara">>That is no failure, Caelan. Not all paths are walked in straight lines. Even rivers bend to find their flow.<</speech>><br>
<<speech "mc">>What does this one do?<</speech>><br>
<<speech "thalara">>It tells your body to quiet. To hold, rather than bloom. It draws back the earliest growth, reshaping you back into ambiguity. No curve. No edge. Just stillness again.<</speech>><br>
<<speech "mc">>Neutral. Neither prince nor princess.<</speech>><br>
[[Move Forth|chest_4_chest_3_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Sometimes, neutrality is power. You are not erasing what you’ve done only taking a breath.<</speech>><br>
<<speech "mc">>Will I regret this?<</speech>><br>
<<speech "thalara">>Only if you believe change must always move forward. But in truth, wisdom often moves in circles.<</speech>><br>
<<speech "mc">>…It’s cold.<</speech>><br>
[[Move Forth|chest_4_chest_3_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. Icevine and soulmint. Agents of stillness. Of clarity.<</speech>><br>
<<speech "mc">>I can feel it. The tingling’s gone. That hum beneath the skin… silent.<</speech>><br>
<<speech "thalara">>Your chest is settling. You’ll notice the slight swell flattening again. It will feel softer than before less muscular, but also less feminine.<</speech>><br>
<<speech "mc">>So I’m… back in between. Again.<</speech>><br>
[[Move Forth|chest_4_chest_3_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You are always ‘in between,’ Caelan. Between who you were, and who you will be. There is no shame in pausing there.<</speech>><br>
<<speech "mc">>People will ask why I stopped. Why I didn’t go all the way.<</speech>><br>
<<speech "thalara">>Let them ask. Let them wonder. Their curiosity is not your command. You shape your story.<</speech>><br>
<<speech "mc">>I thought I'd feel guilt. But instead… I feel like I can breathe again.<</speech>><br>
[[Move Forth|chest_4_chest_3_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you’ve made the right step for now. And when your heart calls again, forward or backward, I will be here. With draughts, with counsel… with no judgment.<</speech>><br>
<<speech "mc">>Back to flat. But… not the same flat I started with.<</speech>><br>
<<speech "thalara">>Because you’ve changed, even if only inside. And no potion can undo that.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to feel like myself again. Or at least, like the version I was before all this.|chest_3_chest_2_1]] | <br><br>
[[I’m not sure what I’m doing. I just… I don’t want to be nothing anymore.|chest_3_chest_2_1]] | <br><br>
[[So I erased myself last time. This time, I take something back. Don’t try to stop me.|chest_3_chest_2_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’re returning to definition today. Shape. Identity. Perhaps even strength. Just a little.<</speech>><br>
<<speech "mc">>It’s strange. I didn’t think I’d want this again. But I miss feeling… solid.<</speech>><br>
<<speech "thalara">>The in-between can be freeing. But it can also feel like floating too long.<</speech>><br>
<<speech "mc">>I’ve felt untethered lately. Like my chest doesn’t belong to anyone just some blank space between selves.<</speech>><br>
[[Move Forth|chest_3_chest_2_2]]
<</nobr>><<nobr>>
<<speech "thalara">>So you seek form again. There’s no shame in that. Becoming a queen isn’t a straight line. It’s a spiral. Sometimes we walk it backward.<</speech>><br>
<<speech "mc">>Will this make me masculine again?<</speech>><br>
<<speech "thalara">>Not fully. This draught brings back tone, not dominance. It sharpens what was dulled. It whispers strength doesn’t shout it.<</speech>><br>
<<speech "mc">>Why does it feel like a guilty sip?<</speech>><br>
[[Move Forth|chest_3_chest_2_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Because we’re trained to think undoing is failure. But it isn’t. It’s remembering. Testing. Feeling the old skin again to see if it still fits.<</speech>><br>
<<speech "mc">>…It’s hot. Almost peppery.<</speech>><br>
<<speech "thalara">>Fireroot and ironleaf. Masculine herbs. They fuel will, not just muscle.<</speech>><br>
<<speech "mc">>It’s not what it was… but it’s something again.<</speech>><br>
[[Move Forth|chest_3_chest_2_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Not prince, not queen. But anchored again. Re-shaped, not erased.<</speech>><br>
<<speech "mc">>I don’t know what I want to be. But I think I need to feel… real. Defined. Even if it’s temporary.<</speech>><br>
<<speech "thalara">>Then this session has done its work. You are not a prisoner of either path, Caelan. You are a walker between them.<</speech>><br>
<<speech "mc">>You make it sound noble.<</speech>><br>
[[Move Forth|chest_3_chest_2_5]]
<</nobr>><<nobr>>
<<speech "thalara">>It is noble. Few have the courage to step backward. Even fewer to admit they need it.<</speech>><br>
<<speech "mc">>Thank you… for not shaming me.<</speech>><br>
<<speech "thalara">>This chamber does not demand shame. Only honesty. Come back when you’re ready for the next step forward or back.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve changed my mind. I want my strength back.|chest_2_chest_1_1]] | <br><br>
[[I… don’t know why, but I need to feel like myself again. Even if just for a while.|chest_2_chest_1_1]] | <br><br>
[[You don’t get to take everything from me. Not yet. Maybe not ever.|chest_2_chest_1_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The brew is ready. Fireroot for your blood, ironroot for your bones. It will rebuild what you softened last time.<</speech>><br>
<<speech "mc">>Will it hurt?<</speech>><br>
<<speech "thalara">>No. But it will burn. The kind of burn you feel when your breath hits the cold air after a run. It’s not pain it’s memory.<</speech>><br>
<<speech "mc">>So… I’ll look the way I used to again?<</speech>><br>
[[Move Forth|chest_2_chest_1_2]]
<</nobr>><<nobr>>
<<speech "thalara">>More or less. The edge will return angles beneath the skin, the firmness of muscle rebuilt. Your chest will square again. And with it, your presence. Bold. Clear.<</speech>><br>
<<speech "mc">>It’s strange. I thought I wanted to move forward. But something about seeing myself fade like that… I wasn’t ready.<</speech>><br>
<<speech "thalara">>That’s not weakness. It’s awareness. The transformation you’re undertaking isn’t a straight road. There are turns, retreats, and resting points. And there is power in saying no.<</speech>><br>
<<speech "mc">>So you don’t disapprove?<</speech>><br>
[[Move Forth|chest_2_chest_1_3]]
<</nobr>><<nobr>>
<<speech "thalara">>I do not decide who you are. I only provide what lets you discover it.<</speech>><br>
<<speech "thalara">>The potion will draw the strength from deep within you not from muscle alone, but from memory. From your boyhood games, the swordplay in the training yards, the day you first bested your father in a match.<</speech>><br>
<<speech "mc">>He let me win.<</speech>><br>
[[Move Forth|chest_2_chest_1_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Perhaps. But you still stood straighter afterward. This will give you that straightness again.<</speech>><br>
<<speech "mc">>…It’s like swallowing firewood and steel.<</speech>><br>
<<speech "thalara">>And now it spreads. Your blood carries it into the fibers of your chest. Look already, the shape is shifting.<</speech>><br>
<<speech "mc">>I feel… heavier. Solid. Like I’ve filled back into myself.<</speech>><br>
[[Move Forth|chest_2_chest_1_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You’ve claimed something. That will always change how you walk. This choice is yours to make again and again, as often as you need to.<</speech>><br>
<<speech "mc">>Does it disappoint you?<</speech>><br>
<<speech "thalara">>No. It reminds me you are not a vessel. You are a storm, caught between winds. That means you are alive.<</speech>><br>
<<speech "mc">>I just… needed to feel like I still had a say.<</speech>><br>
[[Move Forth|chest_2_chest_1_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then say it with your chest. It listens.<</speech>><br>
[[I feel the potion working in my breast|use_success_potion_create_chest]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.crotch_forward_potions>>
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.crotch_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.crotch.curr_crotch]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any crotch potions available for your current crotch version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
/* <pre><<= JSON.stringify($userBody.crotch, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_crotch">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_crotch">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_crotch">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_crotch">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_crotch">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_crotch">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_crotch">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_crotch">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_crotch">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = $curr_potion_selected.from +"_"+$curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 1.7>>
<<else>>
<<set $user_stats.gender_appearance -= 1.7>>
<</if>>
/* <pre><<= JSON.stringify($userBody.crotch, null, 2)>></pre> */
<<set $userBody.crotch.curr_crotch = $curr_potion_selected.to>>
<<set $image_key_crotch_path = "mc/figure/" + $userBody.crotch.orig_body + "/" + $userBody.crotch.orig_body + "_" + $userBody.crotch.curr_crotch+ ".png">>
/* <<=$image_key_crotch_path>> */
<<set $userBody.crotch.img = $image_key_crotch_path>>
<<set $curr_crotch = Number($userBody.crotch.curr_crotch.split("_")[1])>>
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve worn this form proudly. Now I need to remember what came before|crotch_1_crotch_2_1]] | <br><br>
[[I’m not ashamed it’s just… this feels like trading one truth for another.|crotch_1_crotch_2_1]] | <br><br>
[[No more half-measures. If I can forge forward, I can step back too.|crotch_1_crotch_2_1]] | <br><br>
<</nobr>><<nobr>>
<br>
<<speech "thalara">>Reversal is not denial. It is reflection a chance to see what has shifted in the light of morning.<</speech>><br>
<<speech "mc">>I’ve lived these last days in a shape I claimed as mine. But part of me wonders if I’m rushing the journey.<</speech>><br>
<<speech "thalara">>Every path deserves its pauses. It is wise to breathe, look back, then decide which step to take next.<</speech>><br>
<<speech "mc">>This potion… it will reshape me again. Bring back the form I left behind yesterday.<</speech>><br>
[[Move Forth|crotch_1_crotch_2_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It will restore what you relinquished not to trap you, but to remind you of your fullness in both forms.<</speech>><br>
<<speech "mc">>Will I feel… fragmented? Or more whole?<</speech>><br>
<<speech "thalara">>Perhaps both. Integration often feels like two melodies weaving into harmony each distinct, each necessary.<</speech>><br>
<<speech "mc">>I choose harmony.<</speech>><br>
[[Move Forth|crotch_1_crotch_2_3]]
<</nobr>><<nobr>>
<<speech "mc">>It’s familiar… and new.<</speech>><br>
<<speech "thalara">>You carry both shapes within you now. Neither defines you alone. What matters is how you combine their strengths.<</speech>><br>
<<speech "mc">>I feel grounded… like my center shifts with choice, not with circumstance.<</speech>><br>
<<speech "thalara">>Then let your choices continue to shape you. Morning returns each day so too can the forms you walk in, as long as they serve your truth.<</speech>><br>
[[Move Forth|crotch_1_crotch_2_4]]
<</nobr>><<nobr>>
<<speech "mc">>Thank you, Thalara. For guiding me both forward and back.<</speech>><br>
<<speech "thalara">>You are your own compass, Caelan. I merely help you read the stars.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve surrendered what was. Now I’m ready to embrace what is.|crotch_2_crotch_1_1]] | <br><br>
[[I know this is the last shift. I’m… nervous. But I came here for it.|crotch_2_crotch_1_1]] | <br><br>
[[This was never about comfort. Do your magic let’s finish this.|crotch_2_crotch_1_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Here we stand at the threshold of your becoming. The final threshold.<</speech>><br>
<<speech "mc">>All the petals before me… each session felt like shedding a layer. This one feels like blooming.<</speech>><br>
<<speech "thalara">>Because it is. Each flower here opened in moonlight, just as you have. Today’s elixir completes what has been forming within you.<</speech>><br>
<<speech "mc">>I’ve feared this moment worried it might feel hollow. But I also know I’ve arrived at it by choice.<</speech>><br>
[[Move Forth|crotch_2_crotch_1_2]]
<</nobr>><<nobr>>
<<speech "thalara">>This potion carries lunar oils softening, deepening, refining. It doesn’t erase the journey; it honors it.<</speech>><br>
<<speech "mc">>I’m ready… I think.<</speech>><br>
<<speech "thalara">>Then let us begin. Remember: you do not become less. You become more whole.<</speech>><br>
<<speech "thalara">>It’s… alive. Not just a shape, but a presence. I can feel depth I never knew existed.<</speech>><br>
[[Move Forth|crotch_2_crotch_1_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Your body has been a canvas. Tonight, it paints itself into form soft, strong, authentic. This is not completion it is emergence.<</speech>><br>
<<speech "mc">>I don’t recognize all of me yet. But I recognize this me. And she feels... right.<</speech>><br>
<<speech "thalara">>She is you. Not a copy, not a hiding. A true shape of your truth, born from choice and courage.<</speech>><br>
<<speech "mc">>Every session felt like loss of power, of identity. But this… this feels like reclaiming power I never had.<</speech>><br>
[[Move Forth|crotch_2_crotch_1_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Power that flows from authenticity is stronger than any inherited throne or blade. You have crafted it yourself.<</speech>><br>
<<speech "mc">>I’m afraid of what comes next. Courtly eyes, politics... the crown.<</speech>><br>
<<speech "thalara">>You will walk among them as your true self. Some will marvel. Some will fear. But none can deny the grace of someone who stands in her own form.<</speech>><br>
<<speech "mc">>Then I will walk that path. Not as a prince, not as a man. But as who I have chosen to be.<</speech>><br>
[[Move Forth|crotch_2_crotch_1_5]]
<</nobr>><<nobr>>
<<speech "thalara">>And that choice is your legacy. May it guide you far beyond these walls.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This is a course correction. Not shame. Not regret.|crotch_2_crotch_3_1]] | <br><br>
[[I didn’t think I’d come back here. But maybe I need to understand what I left behind.|crotch_2_crotch_3_1]] | <br><br>
[[If this body’s mine, then I have the right to decide its shape again.|crotch_2_crotch_3_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Your path is yours, Caelan. Not because you chose it once, but because you keep choosing it again and again.<</speech>><br>
<<speech "mc">>I thought I crossed a line I couldn’t return from. But lately... I feel like something in me is adrift. Like I stepped forward before I understood what I was leaving behind.<</speech>><br>
<<speech "thalara">>That is not failure. That is wisdom in motion. You gave something up. And now you feel its echo calling back to you.<</speech>><br>
<<speech "mc">>Will this feel like betrayal? To the part of me that accepted the change?<</speech>><br>
[[Move Forth|crotch_2_crotch_3_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It will feel like integration. You’re not undoing anything you’re acknowledging that you are not a single truth. You are a story still being written.<</speech>><br>
<<speech "mc">>I remember the silence after that last transformation. Not just on the outside inside too. It was like a chapter ended... but the next one didn’t start.<</speech>><br>
<<speech "thalara">>Then let this be punctuation. Not a period. Not a reversal. A pause. A chance to breathe between sentences.<</speech>><br>
<<speech "mc">>You always make it sound poetic. But this feels… personal.<</speech>><br>
[[Move Forth|crotch_2_crotch_3_3]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s because it is. Every shape you wear is a conversation between your soul and your skin. And you, brave one, are still listening.<</speech>><br>
<<speech "mc">>Will it hurt?<</speech>><br>
<<speech "thalara">>No. But it may feel. And that’s the point.<</speech>><br>
<<speech "mc">>It’s strange. It’s me, and it isn’t.<</speech>><br>
[[Move Forth|crotch_2_crotch_3_4]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s how you know you’re growing. You are meeting a version of yourself you hadn’t seen in a while.<</speech>><br>
<<speech "mc">>Will this confuse people?<</speech>><br>
<<speech "thalara">>They’ll wonder. They may question. But they will see you. Because you are not the transformation you are the chooser of it.<</speech>><br>
<<speech "mc">>I don’t know if I’ll stay here. But for now... it feels better.<</speech>><br>
[[Move Forth|crotch_2_crotch_3_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then that is all that matters. You are not wrong to seek what you need, even if what you need shifts with the seasons of your heart.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve let go of what I was. I’m ready to create what comes next.|crotch_3_crotch_2_1]] | <br><br>
[[This part feels... heavier. Like something I can't undo.|crotch_3_crotch_2_1]] | <br><br>
[[So this is it. No going back after this, is there?|crotch_3_crotch_2_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>No going back? Perhaps. But going forward truly forward was never meant to be without weight.<</speech>><br>
<<speech "mc">>Everything until now felt like subtraction. This... this feels different.<</speech>><br>
<<speech "thalara">>Because it is. Until now, the body made room. Today, it begins to build. This is not just transformation it is genesis.<</speech>><br>
<<speech "mc">>I didn’t think creation would feel like this. Like I’m standing on the edge of a cliff, and I’m the one who has to step off.<</speech>><br>
[[Move Forth|crotch_3_crotch_2_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It’s not a fall. It’s a release. And wings often sprout after the leap.<</speech>><br>
<<speech "mc">>You always have a metaphor ready.<</speech>><br>
<<speech "thalara">>Old mages speak in riddles when truth is too sharp. But I won’t lie to you. This potion ends something final. Not because it erases it replaces. What follows may feel foreign at first. But foreignness is not the same as wrongness.<</speech>><br>
<<speech "mc">>What does it feel like? Afterward?<</speech>><br>
[[Move Forth|crotch_3_crotch_2_3]]
<</nobr>><<nobr>>
<<speech "thalara">>New. Tender. Sometimes confusing. But also... aligned. Like the body stops resisting itself.<</speech>><br>
<<speech "mc">>It doesn’t look like much. Just liquid. Just light.<</speech>><br>
<<speech "thalara">>And yet in it is a world waiting to shape itself around you. A foundation not borrowed from your past but crafted for your future.<</speech>><br>
<<speech "mc">>I always thought this moment would feel violent. But it doesn’t. It feels... quiet.<</speech>><br>
[[Move Forth|crotch_3_crotch_2_4]]
<</nobr>><<nobr>>
<<speech "thalara">>The loudest changes happen in silence. The earth shifts beneath roots before the flower ever blooms.<</speech>><br>
<<speech "mc">>There’s an ache. Not sharp, but deep. Like something’s opening, or reaching…<</speech>><br>
<<speech "thalara">>That’s because it is. Your body is listening to a new song now. One it hasn’t heard before, but somehow remembers.<</speech>><br>
<<speech "mc">>I don’t know what I’m becoming. But I know I’m not who I was.<</speech>><br>
[[Move Forth|crotch_3_crotch_2_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you’re on the right path. This form the one beginning to take shape it isn’t a mask. It’s yours. Not inherited, not imposed. Chosen.<</speech>><br>
<<speech "mc">>What if I don’t know how to live in it yet?<</speech>><br>
<<speech "thalara">>Then we’ll teach it together. And in time, you’ll stop noticing where you end and your truth begins.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve been at the edge… and I need to step back. Just one step.|crotch_3_crotch_4_1]] | <br><br>
[[This feels like turning the tide. I don’t know if it’s right|crotch_3_crotch_4_1]] | <br><br>
[[Maybe I was wrong to let it go completely.|crotch_3_crotch_4_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You return to reclaim something. A fragment. A feeling. That is not weakness it is awareness.<</speech>><br>
<<speech "mc">>It's not about reclaiming pride, or power. Not entirely. It's about feeling whole again even if that wholeness means reaching backward.<</speech>><br>
<<speech "thalara">>Then do so mindfully. Do not grasp from fear. Let it be a hand extended to your past self, not a rejection of the woman you are becoming.<</speech>><br>
<<speech "mc">>When I passed through that last threshold… I thought I’d feel complete. Instead, I felt… erased. Like my foundation had vanished, and nothing had replaced it yet.<</speech>><br>
[[Move Forth|crotch_3_crotch_4_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Even nature doesn’t skip the dawn. The light returns slowly, one hue at a time. What you lost was not wrong to surrender. But regrowth can be part of the truth too.<</speech>><br>
<<speech "mc">>So this doesn’t undo the path. It just… breathes into it again.<</speech>><br>
<<speech "thalara">>Exactly. The form you shape is not a verdict. It is a living sculpture, always evolving. You’ve earned the right to change forward or back.<</speech>><br>
<<speech "mc">>I won’t lie. Part of me feels ashamed. Like I’m not brave enough to finish the journey.<</speech>><br>
[[Move Forth|crotch_3_crotch_4_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Shame is a shadow of others' expectations. You are not reversing you're realigning. Sometimes, the soul whispers for balance. And balance may not look like anyone else’s ending.<</speech>><br>
<<speech "mc">>It’s strange. I thought it would feel like stepping away from myself. But it feels like… I’m stepping toward something I still care about.<</speech>><br>
<<speech "thalara">>Then it was the right choice. Sometimes the tiniest part holds the deepest root.<</speech>><br>
<<speech "mc">>Will I have to explain this? Defend it?<</speech>><br>
[[Move Forth|crotch_3_crotch_4_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Only to those who confuse transition with surrender. And you, my prince my queen in bloom owe them no clarity but your own.<</speech>><br>
<<speech "mc">>I’m beginning to understand… this journey doesn’t move in a straight line.<</speech>><br>
<<speech "thalara">>No. It spirals. And in that spiral, you are always arriving. Always becoming.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This one matters, doesn’t it? Let’s finish what we started.|crotch_4_crotch_3_1]] | <br><br>
[[This is harder than I expected. I don’t know if I’m ready… but I came.|crotch_4_crotch_3_1]] | <br><br>
[[You’re going to say it’s ‘necessary.’ I’m not sure I believe you anymore.|crotch_4_crotch_3_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>I won’t offer hollow comforts, Caelan. Not today. This session… is quiet. But not simple.<</speech>><br>
<<speech "mc">>I thought I’d feel triumphant. Lighter. But instead, I feel like I’m watching myself disappear one breath at a time.<</speech>><br>
<<speech "thalara">>You are not disappearing. You are distilling. When water becomes mist, it doesn’t lose itself it rises.<</speech>><br>
<<speech "mc">>Then why does each step feel like grief? Like I’m mourning something… even as I choose to let it go?<</speech>><br>
[[Move Forth|crotch_4_crotch_3_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Because part of you is grieving. Not for what’s lost, but for how it once defined you. This final trace of manhood… it has echoed in your posture, your fear, your pride. And now, it will become silence.<</speech>><br>
<<speech "mc">>And after that silence? What am I?<</speech>><br>
<<speech "thalara">>You are what you decide to become. This potion clears the canvas. What you paint next is yours alone. The body will no longer speak in old symbols. The world may try but you will define what your shape means.<</speech>><br>
<<speech "mc">>It’s so small now… barely even real. I used to think it meant strength. Manhood. All those old things I clung to.<</speech>><br>
[[Move Forth|crotch_4_crotch_3_3]]
<</nobr>><<nobr>>
<<speech "thalara">>And now?<</speech>><br>
<<speech "mc">>Now it just feels like… a leftover. Something that doesn’t belong in the life I’m trying to live.<</speech>><br>
<<speech "thalara">>Then let it go with purpose. Don’t let it shrink from shame let it recede with dignity. You are not shedding failure. You are rising into power shaped for you.<</speech>><br>
<<speech "mc">>That’s it, then. The last thread.<</speech>><br>
[[Move Forth|crotch_4_crotch_3_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. What remains now is a body that listens for what you wish to become. The masculine root has been softened to its edge. The womb of possibility lies ahead.<</speech>><br>
<<speech "mc">>It’s strange… I expected to feel emptier. But I think I feel lighter instead.<</speech>><br>
<<speech "thalara">>You’ve carried more than flesh, Caelan. Expectations, pride, fear. Now, there’s space for truth. The form that once declared ‘who you had to be’ no longer shouts over who you choose to be.<</speech>><br>
<<speech "mc">>I’m not a queen yet. But I’m something closer than I was yesterday.<</speech>><br>
[[Move Forth|crotch_4_crotch_3_5]]
<</nobr>><<nobr>>
<<speech "thalara">>And every step you take, no matter how small, is a coronation of your becoming.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m not reversing everything. I just need to breathe again to feel more like me.|crotch_4_crotch_5_1]] | <br><br>
[[I’m not even sure what I want anymore. But I know I can’t keep moving forward on empty.|crotch_4_crotch_5_1]] | <br><br>
[[This was supposed to be my transformation. Not erasure.|crotch_4_crotch_5_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The sky doesn’t punish the moon for waxing after it wanes. Why should you feel guilt for returning to fullness?<</speech>><br>
<<speech "mc">>It’s not guilt. Not exactly. It’s… fear. That I’ve come too far to turn back. That going back is weakness.<</speech>><br>
<<speech "thalara">>No. Weakness would be to keep shrinking when your spirit is crying out to expand.<</speech>><br>
<<speech "mc">>When I left after the last session, I told myself the reduction was necessary. A step toward something greater. But I keep waking up with silence where there used to be presence. It's not right. Not yet.<</speech>><br>
[[Move Forth|crotch_4_crotch_5_2]]
<</nobr>><<nobr>>
<<speech "thalara">>This dose won’t make you what you once were. But it will return some of what was lost. Not in defiance of your journey but in service to it.<</speech>><br>
<<speech "mc">>So this isn’t a failure?<</speech>><br>
<<speech "thalara">>Correction is not failure. Rebalancing is not betrayal. You are sculpting a self, not tracing a blueprint.<</speech>><br>
<<speech "mc">>I’ve tried to honor this path, truly. But I can’t rule or lead if I feel fragmented.<</speech>><br>
[[Move Forth|crotch_4_crotch_5_3]]
<</nobr>><<nobr>>
<<speech "thalara">>And so, you honor yourself by reclaiming what you need. This body is yours. The throne will not judge your proportions.<</speech>><br>
<<speech "mc">>That’s it? No tugging, no ache? Just... calm?<</speech>><br>
<<speech "thalara">>Not all returns must come with violence. Sometimes, regrowth is quiet.<</speech>><br>
<<speech "mc">>Will I have to explain this? To the court? To my mother?<</speech>><br>
[[Move Forth|crotch_4_crotch_5_4]]
<</nobr>><<nobr>>
<<speech "thalara">>If they ask, tell them the truth: that you chose clarity over pride, wholeness over silence.<</speech>><br>
<<speech "mc">>That’s a queen’s answer.<</speech>><br>
<<speech "thalara">>Then perhaps you’re already becoming one on your own terms.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This one… it’s close to the end, isn’t it? Let’s see it through.|crotch_5_crotch_4_1]] | <br><br>
[[There’s barely anything left of what I used to be. But I’m still not sure what I’m becoming.|crotch_5_crotch_4_1]] | <br><br>
[[So, another piece of me goes today? I hope whatever’s left is enough to be heard.|crotch_5_crotch_4_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You came without summons. That tells me you’ve been thinking.<</speech>><br>
<<speech "mc">>Hard not to think when the changes echo louder than my heartbeat.<</speech>><br>
<<speech "thalara">>This session is delicate. What remains now is slight yet stubborn. The tiniest stone can still anchor a mountain.<</speech>><br>
<<speech "mc">>Then I suppose I’m down to the pebble that used to be a tower.<</speech>><br>
[[Move Forth|crotch_5_crotch_4_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You’re not broken, Caelan. You’re reshaping. This piece this sliver is only a symbol. One you may let go of, or hold onto longer. But today’s dose will begin the final tapering.<</speech>><br>
<<speech "mc">>It used to be the center of everything. Pride. Power. Even shame. And now… it’s barely a whisper of who I was.<</speech>><br>
<<speech "thalara">>And still, you’re here. Still speaking. Still you. You’ve proven, over and over, that identity isn’t pinned to flesh.<</speech>><br>
<<speech "mc">>Try convincing my reflection of that.<</speech>><br>
[[Move Forth|crotch_5_crotch_4_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Look again, not just at the body. See what’s emerging behind the eyes. You’ve carried doubt, but also grace. Fragility, but also fire. These mirrors don’t lie.<</speech>><br>
<<speech "mc">>I didn’t think it would get this far. I thought maybe I’d stop go halfway, hold the line. But the line keeps moving.<</speech>><br>
<<speech "thalara">>Transformation is not a road with clear borders. It’s a sea, and you’re building the boat as you cross it. The fact that you still pause, question, feel that’s not weakness. It’s wisdom.<</speech>><br>
<<speech "mc">>Is it strange I feel more fear now than I did when it all began?<</speech>><br>
[[Move Forth|crotch_5_crotch_4_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Not strange. You’re not afraid of losing what you were you’re afraid of not recognizing what you’ll become. That’s the hardest part.<</speech>><br>
<<speech "mc">>I can barely feel anything now. Like it’s fading into dream.<</speech>><br>
<<speech "thalara">>And soon, the body will no longer need that shape to define its strength. You are not hollowing you are refining.<</speech>><br>
<<speech "mc">>Will people still see me as whole?<</speech>><br>
[[Move Forth|crotch_5_crotch_4_5]]
<</nobr>><<nobr>>
<<speech "thalara">>The ones who matter will see you as more than whole. They will see you as true.<</speech>><br>
<<speech "mc">>I don’t know what kind of queen I’ll make… but I’m starting to believe I might still be one.<</speech>><br>
<<speech "thalara">>That belief is your crown’s foundation. And every session, every step you’ve taken willingly or not has carved space for it to rest.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I need to feel a part of myself return. Not all, just… enough.|crotch_5_crotch_6_1]] | <br><br>
[[I don’t know if this is the right choice. But it’s the only one that feels… mine.|crotch_5_crotch_6_1]] | <br><br>
[[You said I wouldn’t be trapped. Prove it.|crotch_5_crotch_6_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>There is strength in changing course. Even fire knows when to shift direction with the wind.<</speech>><br>
<<speech "mc">>Everything I was felt like it burned away in that last session. I walked out of here feeling hollow. Almost… erased.<</speech>><br>
<<speech "thalara">>Transformation asks much of us. But it should never ask for our soul. If what you lost was too much then this step back is a step toward yourself.<</speech>><br>
<<speech "mc">>It’s not about undoing everything. I just… I need to feel solid again. To walk without wondering if something essential has vanished.<</speech>><br>
[[Move Forth|crotch_5_crotch_6_2]]
<</nobr>><<nobr>>
<<speech "thalara">>This potion will restore what was reduced. Not to its peak, but to presence. It will return a shape not to defy who you were becoming, but to remind you of who you’ve always been.<</speech>><br>
<<speech "mc">>You don’t judge me for this? Wanting some of it back?<</speech>><br>
<<speech "thalara">>I would only judge you if you stopped listening to yourself. This path you walk is not one-directional. Real becoming is messy, sacred, and entirely yours.<</speech>><br>
<<speech "mc">>I thought I was ready to let go. I told myself it was just flesh. But I’ve felt… unbalanced since.<</speech>><br>
[[Move Forth|crotch_5_crotch_6_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Then reclaim your balance. Your body is not a symbol of loyalty or rebellion. It is your anchor. If that anchor feels too light, you are allowed to add weight again.<</speech>><br>
<<speech "mc">>It feels… right. Like a missing note sliding back into a melody.<</speech>><br>
<<speech "thalara">>That is your body remembering itself. You gave something up before you were truly ready. Now, you take back only what you need.<</speech>><br>
<<speech "mc">>So I’m a patchwork prince-turned-princess now?<</speech>><br>
[[Move Forth|crotch_5_crotch_6_4]]
<</nobr>><<nobr>>
<<speech "thalara">>You are not patchwork. You are process. You are possibility. No queen is forged in a single mold.<</speech>><br>
<<speech "mc">>Thank you… for making this feel like a choice.<</speech>><br>
<<speech "thalara">>It always was. And it always will be.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Another step… closer. I don’t flinch anymore but that doesn’t mean it’s easy.|crotch_6_crotch_5_1]] | <br><br>
[[I thought by now I’d stop feeling this knot in my chest. But it’s still there… tight.|crotch_6_crotch_5_1]] | <br><br>
[[What’s left of me now, Thalara? A ghost of a man? Let’s finish the carving, then.|crotch_6_crotch_5_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>There you are. The echoes of your steps were different tonight.<</speech>><br>
<<speech "mc">>Each step takes more of me with it.<</speech>><br>
<<speech "thalara">>Or perhaps, each step brings more of you into view. Like mist parting to reveal the river beneath.<</speech>><br>
<<speech "mc">>Are you ever not poetic?<</speech>><br>
[[Move Forth|crotch_6_crotch_5_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Only when the moment doesn’t deserve it. This one does.<</speech>><br>
<<speech "mc">>It’s getting harder to look down. Not from fear. Just… discomfort. There’s almost nothing left of what I knew.<</speech>><br>
<<speech "thalara">>Yes. This phase is called The Hollowing. The time where space is made not just lost. As your form shrinks, the vessel begins to prepare.<</speech>><br>
<<speech "mc">>Very small, huh? Soon it won’t even be worth noticing.<</speech>><br>
[[Move Forth|crotch_6_crotch_5_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Not to the world, perhaps. But to you? Even a nub can echo with memory. It is not shameful to mourn what you had, even as you reshape what you are.<</speech>><br>
<<speech "mc">>You know, when I was younger… I thought my size was my power. That I could charm, control, intimidate, even seduce, just by what I carried between my legs.<</speech>><br>
<<speech "thalara">>Many believe that. Especially those raised as heirs, warriors, or kings. But true power never rests in flesh. It rests in how you wield yourself.<</speech>><br>
<<speech "mc">>I don’t feel like I’m wielding anything anymore.<</speech>><br>
[[Move Forth|crotch_6_crotch_5_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then rest. Let this moment be what it is: a letting go. You’re not expected to feel triumphant. Not today.<</speech>><br>
<<speech "mc">>What if I’m not strong enough to keep letting go?<</speech>><br>
<<speech "thalara">>Then let me hold the space until you are. You’re not alone in this. You never were.<</speech>><br>
<<speech "mc">>It’s strange. I used to look down and feel pride. Now I look down and feel… silence. Like the part of me that used to speak so loudly has gone mute.<</speech>><br>
[[Move Forth|crotch_6_crotch_5_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then listen to the silence. There’s a new voice emerging beneath it. It hasn’t learned to speak yet but it will.<</speech>><br>
<<speech "mc">>It’s… barely there.<</speech>><br>
<<speech "thalara">>Yes. This stage brings you to the edge. Beyond it, a new path begins. But for now, rest in this in-between.<</speech>><br>
<<speech "mc">>It doesn’t even feel like me anymore. Not even the memory of me.<</speech>><br>
[[Move Forth|crotch_6_crotch_5_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Because a memory is still a kind of shadow. You are light now, not shadow. That means leaving old silhouettes behind.<</speech>><br>
<<speech "mc">>What happens if I regret going this far?<</speech>><br>
<<speech "thalara">>Then we stop. Or we go back. You are never trapped, Caelan. Only transformed. And all transformations are choices, even when they’re made slowly.<</speech>><br>
<<speech "mc">>I don’t know if I want to move forward… or run.<</speech>><br>
[[Move Forth|crotch_6_crotch_5_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Then stay still for a while. You don’t have to choose everything tonight.<</speech>><br>
<<speech "mc">>Is this what being queen means? Hollowing out until only duty remains?<</speech>><br>
<<speech "thalara">>No. Being queen means reshaping yourself so that your truth can rule not your fears. That truth doesn’t have to look like anyone else’s.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to feel fuller again. To remember the way it used to be.|crotch_6_crotch_7_1]] | <br><br>
[[I didn’t think I’d come back here. But… something’s missing. And I need to feel whole again.|crotch_6_crotch_7_1]] | <br><br>
[[Let’s just get this over with. I’m not here to explain myself.|crotch_6_crotch_7_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Time brings many of us back to doors we once closed with certainty.<</speech>><br>
<<speech "mc">>Maybe the door wasn’t locked. Just… ignored.<</speech>><br>
<<speech "thalara">>Or perhaps you always knew where it was. You just needed a reason to open it again.<</speech>><br>
<<speech "mc">>It’s not about regret. It’s about... recalibration.<</speech>><br>
[[Move Forth|crotch_6_crotch_7_2]]
<</nobr>><<nobr>>
<<speech "thalara">>A fair word. So many think transformation is linear forward, forward, forward. But even the stars loop back in their sky. You are not retreating. You are realigning.<</speech>><br>
<<speech "mc">>When I looked down this morning… and saw what I had left, I didn’t feel proud. I felt… erased. Like part of me had vanished, and I wasn’t sure if I gave permission for that.<</speech>><br>
<<speech "thalara">>The body sometimes speaks truths our minds haven’t admitted yet. Tell me, Caelan what is it you hope to reclaim with this session?<</speech>><br>
<<speech "mc">>Presence. Solidity. I need to feel grounded in myself again. I miss the weight of who I was.<</speech>><br>
[[Move Forth|crotch_6_crotch_7_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Then this blend will serve you. It calls back what was reduced not in defiance of change, but in honor of balance. You will regain size, proportion, and sensation. The body remembers… and welcomes back what once belonged.<</speech>><br>
<<speech "mc">>And what if I come to regret it again later?<</speech>><br>
<<speech "thalara">>Then you return again. You adjust. This journey was never a single path. It is a spiral, and you are allowed to turn.<</speech>><br>
<<speech "mc">>You always make it sound so poetic.<</speech>><br>
[[Move Forth|crotch_6_crotch_7_4]]
<</nobr>><<nobr>>
<<speech "thalara">>It is poetic. Every time you choose to listen to your truth, even when it contradicts yesterday’s truth you’re writing a living poem.<</speech>><br>
<<speech "mc">>This’ll bring me back to where I was before? Not all the way, just… more?<</speech>><br>
<<speech "thalara">>Yes. From small to moderate. It will lengthen and thicken your form, enough that it regains prominence. Enough that you feel it again not just as a memory, but as part of your being.<</speech>><br>
<<speech "mc">>Alright.<</speech>><br>
[[Move Forth|crotch_6_crotch_7_5]]
<</nobr>><<nobr>>
<<speech "mc">>It’s coming back. Gods, I didn’t realize how much I missed this until now…<</speech>><br>
<<speech "thalara">>And how does it feel? To stand with what you once laid down?<</speech>><br>
<<speech "mc">>Strange. Familiar. Like a name I hadn’t spoken in months… but still remember how to write.<</speech>><br>
<<speech "thalara">>You are not betraying the path by walking backward a step. You are learning its full shape. No crown should demand the sacrifice of selfhood.<</speech>><br>
[[Move Forth|crotch_6_crotch_7_6]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t know what this makes me now. I’m not sure where I’m heading anymore.<</speech>><br>
<<speech "thalara">>Then allow that unknowing to be your compass. You do not need to rush toward a fixed version of yourself. You only need to walk truthfully.<</speech>><br>
<<speech "mc">>Just one step at a time, huh?<</speech>><br>
<<speech "thalara">>And today, that step brought you back. Tomorrow… it may take you forward again. What matters is that it’s yours.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Strange how I used to dread this, and now it almost feels like… progress.|crotch_7_crotch_6_1]] | <br><br>
[[I keep thinking this will get easier, but… I’m still not sure how to feel.|crotch_7_crotch_6_1]] | <br><br>
[[Fine. Another step down. Another chip off the old manhood.|crotch_7_crotch_6_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You speak as though you’re losing battles, Caelan. But this isn’t war. It’s weathering.<</speech>><br>
<<speech "mc">>Then why does each session feel like erosion? Like I’m being worn smooth.<</speech>><br>
<<speech "thalara">>Because smoothing isn’t erasure. It’s refinement. You aren’t being erased. You’re being reshaped.<</speech>><br>
<<speech "mc">>This one feels… different already. I can tell.<</speech>><br>
[[Move Forth|crotch_7_crotch_6_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It is. Today’s blend carries lighter properties gentler agents but deeper reach. It draws in, tucks close. This isn’t about power anymore. It’s about presence.<</speech>><br>
<<speech "mc">>Presence. That’s one word for it. I used to walk into a room and know I owned the space. Even if I said nothing. That part of me did the talking.<</speech>><br>
<<speech "thalara">>And now?<</speech>><br>
<<speech "mc">>Now I feel like the room is looking through me, not at me. And I hate that it matters this much.<</speech>><br>
[[Move Forth|crotch_7_crotch_6_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Most things we grieve aren’t what they are but what they meant. You’re not grieving inches. You’re grieving attention. Assertion. Identity.<</speech>><br>
<<speech "mc">>Isn’t that what I was? Am?<</speech>><br>
<<speech "thalara">>You were bold. Loud. Proud. And those things can remain even when the instrument that sang them grows quieter.<</speech>><br>
<<speech "mc">>That’s poetic. But let’s not pretend that a small cock commands the same reverence a big one does. There’s no poetry in shrinkage.<</speech>><br>
[[Move Forth|crotch_7_crotch_6_4]]
<</nobr>><<nobr>>
<<speech "thalara">>No. But there is poetry in humility. In transformation. In choosing to walk forward even when what made you bold begins to fall away.<</speech>><br>
<<speech "mc">>Maybe it’s not falling away. Maybe it’s being peeled away.<</speech>><br>
<<speech "thalara">>Then take this, and peel. Shed. Discover what lies underneath the armor of flesh.<</speech>><br>
<<speech "mc">>I used to be able to wrap my hand around it and feel… powerful. Now? It’s barely there.<</speech>><br>
[[Move Forth|crotch_7_crotch_6_5]]
<</nobr>><<nobr>>
<<speech "thalara">>And yet, you are still here. That’s the power that matters. This this is simply form. You are spirit. Will. Future.<</speech>><br>
<<speech "mc">>It looks… fragile. I feel fragile.<</speech>><br>
<<speech "thalara">>Not fragile. Vulnerable. There’s a difference. Vulnerability is where strength is born not hidden behind size, but revealed in truth.<</speech>><br>
<<speech "mc">>I don’t know if I’ll ever get used to seeing less of myself.<</speech>><br>
[[Move Forth|crotch_7_crotch_6_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Maybe you’re not seeing less. Maybe you’re seeing what was always underneath waiting to matter.<</speech>><br>
<<speech "mc">>What if I miss it later? Miss how it felt to take up space?<</speech>><br>
<<speech "thalara">>Then remember it with gratitude. But do not chase shadows of your former self. You are not fading. You’re evolving.<</speech>><br>
<<speech "mc">>It’s strange. I feel a bit more me… and a bit less me. Like two threads pulling in different directions.<</speech>><br>
[[Move Forth|crotch_7_crotch_6_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Then braid them. Make them part of the same tapestry. You were never meant to be one thing forever.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m not hiding from what I want anymore. Let’s bring it back.|crotch_7_crotch_8_1]] | <br><br>
[[This might be a mistake… but I need to feel myself again.|crotch_7_crotch_8_1]] | <br><br>
[[Let them whisper. Let them stare. I won’t disappear just to make them comfortable.|crotch_7_crotch_8_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>So. You wish to rise again.<</speech>><br>
<<speech "mc">>Let’s not dress it in mystery. You know why I’m here.<</speech>><br>
<<speech "thalara">>I know many reasons you could be here. Not all of them will serve you.<</speech>><br>
<<speech "mc">>I thought letting go was what I wanted. That if I shrank enough, I’d finally fit the mold they made for me.<</speech>><br>
[[Move Forth|crotch_7_crotch_8_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And you found emptiness in that absence?<</speech>><br>
<<speech "mc">>I found silence. Not peace. And silence… silence hurts.<</speech>><br>
<<speech "thalara">>The quiet after a storm can seem like mourning, especially if the storm defined you.<</speech>><br>
<<speech "mc">>Call it what you will. But I miss the presence. The command. That part of me felt like an anchor. And now I feel like I’m floating… fading.<</speech>><br>
[[Move Forth|crotch_7_crotch_8_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Are you sure you aren’t simply afraid of being seen differently? That what’s inside won’t be taken as seriously without what once stood outside?<</speech>><br>
<<speech "mc">>I’m afraid of not recognizing myself in the mirror. And I’m tired of pretending that doesn’t matter.<</speech>><br>
<<speech "thalara">>There is no shame in reclaiming what once gave you strength. But if you’re only doing this to resist your path, it will not hold. This must be your choice, not your rebellion.<</speech>><br>
<<speech "mc">>It is. I need this not to prove a point. To remember that I can still take up space.<</speech>><br>
[[Move Forth|crotch_7_crotch_8_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then know this: What grows back will feel… heavier than before. Not just in size, but in consequence. This is not a denial of the feminine path but a re-centering of your own narrative.<</speech>><br>
<<speech "mc">>Then let me feel that weight again.<</speech>><br>
<<speech "thalara">>This blend reignites what was reduced. It stirs dormant essence. You’ll feel blood thrum with returning force. Girth and length will stretch again your body recalling its former shape, with renewed vigor. It may ache. That is memory taking root.<</speech>><br>
<<speech "mc">>Let it ache. At least I’ll feel real.<</speech>><br>
[[Move Forth|crotch_7_crotch_8_5]]
<</nobr>><<nobr>>
<<speech "mc">>Gods… it’s back. It’s really back.<</speech>><br>
<<speech "thalara">>And does it still define you? Or simply remind you?<</speech>><br>
<<speech "mc">>It reminds me I’m not gone. That I still have weight. That when I speak, I don’t have to wonder if they’re looking past me.<</speech>><br>
<<speech "thalara">>And when you walk forward… will it be in resistance, or in awareness?<</speech>><br>
[[Move Forth|crotch_7_crotch_8_6]]
<</nobr>><<nobr>>
<<speech "mc">>In awareness. I’m not abandoning the journey. I’m just… taking a firmer step.<</speech>><br>
<<speech "thalara">>Then let it hold you. But know this: the more you reclaim, the more carefully you must ask why. This form carries old habits. Old privileges. Use them wisely or let them go, when the time is right.<</speech>><br>
<<speech "mc">>I will. But for now… this is what I need.<</speech>><br>
<<speech "thalara">>Then walk as you are, Prince. And let no crown past or future dictate the shape of your truth.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m starting to understand why each session feels heavier than the last.|crotch_8_crotch_7_1]] | <br><br>
[[Every time it changes, I feel a little less certain.|crotch_8_crotch_7_1]] | <br><br>
[[Let’s just get this over with. I'm done pretending this isn’t absurd.|crotch_8_crotch_7_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Absurd or not, you returned. That’s the only part that matters today.<</speech>><br>
<<speech "mc">>I suppose I did.<</speech>><br>
<<speech "thalara">>This session marks a turning. You won’t feel the pull of visibility the same way after this. Not the way you used to.<</speech>><br>
<<speech "mc">>So I go from ‘very large’ to just… ‘large.’ Imposing to impressive. Not sure that counts as transformation.<</speech>><br>
[[Move Forth|crotch_8_crotch_7_2]]
<</nobr>><<nobr>>
<<speech "thalara">>But it does. Monument to landmark. The difference between casting a shadow and standing tall. This is where size begins to lose its power and identity starts to take its place.<</speech>><br>
<<speech "mc">>Funny. When I was younger, that size was power. Boys envied it. Lovers praised it. I thought it made me unshakable.<</speech>><br>
<<speech "thalara">>And yet here you are. Choosing to let it go.<</speech>><br>
<<speech "mc">>Not because I want to be lesser. But because I need to be more than just that. I just… don’t know what comes next.<</speech>><br>
[[Move Forth|crotch_8_crotch_7_3]]
<</nobr>><<nobr>>
<<speech "thalara">>What comes next is understanding you are not reduced you are refined. Power does not vanish. It merely shifts.<</speech>><br>
<<speech "mc">>There’s still a sting, you know. Watching it shrink. Feeling the ache after. Like part of me is resisting like it knows it's being rewritten.<</speech>><br>
<<speech "thalara">>That ache is not pain. It’s memory unraveling. Muscles remembering their shape, nerves recalibrating. A farewell whispered by the flesh.<</speech>><br>
<<speech "mc">>And what if I miss it? What if I don’t feel whole without that… that dominance?<</speech>><br>
[[Move Forth|crotch_8_crotch_7_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then mourn it. Respect it. But do not worship it. You are not the weight between your legs. You are the will behind your choices.<</speech>><br>
<<speech "mc">>It’s not gone. But it’s… quieter. Less boastful.<</speech>><br>
<<speech "thalara">>And does that frighten you?<</speech>><br>
<<speech "mc">>Maybe. Or maybe I’m just afraid I liked being loud.<</speech>><br>
[[Move Forth|crotch_8_crotch_7_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then learn to speak in different volumes. The crown will not care about your size. The court will not measure your worth in inches. But you must not silence yourself where it matters.<</speech>><br>
<<speech "mc">>You always make it sound noble. Like this is part of some sacred calling.<</speech>><br>
<<speech "thalara">>It is, Caelan. Not just for Velmoria. For you. To become who you were meant to be, not who your body once declared you were.<</speech>><br>
<<speech "mc">>Still feels strange. How something I once guarded like treasure now slips away without a fight.<</speech>><br>
[[Move Forth|crotch_8_crotch_7_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Because the treasure was never in the size. It was in the meaning you gave it. And meanings evolve.<</speech>><br>
<<speech "mc">>Then I suppose I’ll need to find new ones.<</speech>><br>
<<speech "thalara">>And you will. There are still many sessions to come. And many versions of you waiting to be discovered.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This time, I won’t question it. I want more of myself back.|crotch_8_crotch_9_1]] | <br><br>
[[I can’t tell if this is a retreat or a pause. But I… I need to feel it again.|crotch_8_crotch_9_1]] | <br><br>
[[I’m done pretending this doesn't matter. If they want me small, they can deal with this.|crotch_8_crotch_9_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The balance tilts again, I see. You return not as the same man who left this room before.<</speech>><br>
<<speech "mc">>I haven’t been the same for a while, Thalara.<</speech>><br>
<<speech "thalara">>No one ever is. Every transformation, forward or back, leaves a mark. Even reversals echo louder than we expect.<</speech>><br>
<<speech "mc">>This one… it puts me back into something more visible. Heavier. Sharper in the world’s eyes.<</speech>><br>
[[Move Forth|crotch_8_crotch_9_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You’ll notice it more than they do. But yes this grants you volume again. Command. The kind that doesn't ask for space it takes it.<</speech>><br>
<<speech "mc">>I thought I was getting used to it… being lighter. Less there. But after that last session... it was like part of me went silent.<</speech>><br>
<<speech "thalara">>And now you want the noise back?<</speech>><br>
<<speech "mc">>No. Not noise. I want a presence I recognize. Something I can feel without questioning if it’s still mine.<</speech>><br>
[[Move Forth|crotch_8_crotch_9_3]]
<</nobr>><<nobr>>
<<speech "thalara">>This session won’t bring back the full flame. But the heat will rise again. You’ll feel the pull. The heft. The press of something undeniably male returning.<</speech>><br>
<<speech "mc">>I remember when I thought I’d never want to feel that again. But I miss it. Even if I still want to change… I need to pause in something familiar.<</speech>><br>
<<speech "thalara">>There is no shame in reclaiming a shape you once trusted. Growth isn’t always forward. Sometimes, we grow roots before we bloom.<</speech>><br>
<<speech "mc">>What if I’m just being selfish? Undoing what others sacrificed so much to build?<</speech>><br>
[[Move Forth|crotch_8_crotch_9_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then good. Be selfish. Let your body be yours before it belongs to titles, crowns, or counsel. Let no one steal your becoming not even for noble reasons.<</speech>><br>
<<speech "mc">>I’m not ready to let it all go. Not yet.<</speech>><br>
<<speech "thalara">>Then don’t. Take what you need to remember your center. Even if it swells you back into old shapes. What matters is that you decide the rhythm.<</speech>><br>
<<speech "mc">>What should I expect?<</speech>><br>
[[Move Forth|crotch_8_crotch_9_5]]
<</nobr>><<nobr>>
<<speech "thalara">>A deep rush. Tissue awakening. Expansion that comes with heat. You’ll feel full again weight redistributes, veins pulse wider, and sensitivity sharpens. It is not painful… but it will not be quiet.<</speech>><br>
<<speech "mc">>Good. Let it roar a little.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I think I’m ready for this one. Less fire this time. More quiet.|crotch_9_crotch_8_1]] | <br><br>
[[It’s starting to feel too real… and I’m not sure I know what that means anymore.|crotch_9_crotch_8_1]] | <br><br>
[[Still think this is ridiculous. But I’m here. Let’s do it.|crotch_9_crotch_8_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You walked lighter today. Not sure-footed, but quieter. The way someone walks into a temple they don’t believe in... yet still enters.<</speech>><br>
<<speech "mc">>I guess it’s getting harder to pretend that this isn’t changing me.<</speech>><br>
<<speech "thalara">>Because it is. Each measure rebalances the scales inside you. Today’s potion won’t roar. It will whisper.<</speech>><br>
<<speech "mc">>Is it strange that I’m almost more afraid of that?<</speech>><br>
[[Move Forth|crotch_9_crotch_8_2]]
<</nobr>><<nobr>>
<<speech "thalara">>No. Dramatic change gives you something to push against. But this… this is subtle. It sinks in, unnoticed. It’s how the deepest parts of identity are rewritten.<</speech>><br>
<<speech "mc">>This one brings me… to average, right? Not small. Not imposing. Just… forgettable.<</speech>><br>
<<speech "thalara">>Neutral. Not invisible. Just no longer the center of everything. A body without dominance, but not without presence.<</speech>><br>
<<speech "mc">>You know… growing up, that was the thing. Every bathhouse whisper. Every noble sneer. Every moment I was measured it was by this. And now it’s slipping out of focus.<</speech>><br>
[[Move Forth|crotch_9_crotch_8_3]]
<</nobr>><<nobr>>
<<speech "thalara">>That is not loss, Caelan. That is release. Your manhood once declared your arrival in every room before your voice could. But soon, it is your voice that must carry your presence.<</speech>><br>
<<speech "mc">>So I’m supposed to just... blend now?<</speech>><br>
<<speech "thalara">>Not blend. Balance. You are being sculpted not erased. The extremes of masculinity are being worn into neutrality. A center from which you may still lean in either direction.<</speech>><br>
<<speech "mc">>I don’t know how I’ll feel afterward. Like something is missing, or like a weight I didn't know I was carrying is gone.<</speech>><br>
[[Move Forth|crotch_9_crotch_8_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Likely both. You may grieve a little. You may also breathe easier.<</speech>><br>
<<speech "mc">>Lovely. Emotional whiplash served warm.<</speech>><br>
<<speech "thalara">>Change is always a little mad. But there is grace in choosing it.<</speech>><br>
<<speech "mc">>You’ve said before this isn’t about becoming less… but it feels like subtraction every time. Inch by inch, until I don’t know what’s left.<</speech>><br>
[[Move Forth|crotch_9_crotch_8_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let me ask you this: What part of you cannot be measured?<</speech>><br>
<<speech "mc">>My… choices, I guess.<</speech>><br>
<<speech "thalara">>Exactly. And what you choose today says as much about your strength as any sword you’ve lifted or bed you’ve conquered.<</speech>><br>
<<speech "mc">>I’m not sure who I’m becoming, Thalara. Not anymore.<</speech>><br>
[[Move Forth|crotch_9_crotch_8_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you are exactly where you need to be.<</speech>><br>
<<speech "mc">>It’s smaller after this?<</speech>><br>
<<speech "thalara">>Yes. Medium. Common. Nothing extraordinary in size but the act of choosing it? That’s rare.<</speech>><br>
<<speech "mc">>Cheers to being… statistically average.<</speech>><br>
[[Move Forth|crotch_9_crotch_8_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Cheers to clarity.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I know what I’m doing. I want this… I need it.|crotch_9_crotch_10_1]] | <br><br>
[[I don’t know if this is right, but... something inside says I need to feel whole again.|crotch_9_crotch_10_1]] | <br><br>
[[Sick of this back-and-forth. If I'm going to be pulled in all directions, I choose this one today.|crotch_9_crotch_10_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>I felt you coming before the door opened. The air thickened. Intention returns with a scent all its own.<</speech>><br>
<<speech "mc">>I thought I was past this. Thought I could keep going. Shrinking. Changing. Letting go.<</speech>><br>
<<speech "thalara">>But something called you back.<</speech>><br>
<<speech "mc">>Not something. Me. I called me back.<</speech>><br>
[[Move Forth|crotch_9_crotch_10_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You’ve made progress. Real change. Do you understand what this reversal means?<</speech>><br>
<<speech "mc">>It means I’m taking back something. Not because I hate where I was going. But because I’m not done being who I was.<</speech>><br>
<<speech "thalara">>That’s not weakness. It’s clarity. Every step must be owned. If you move forward too fast without belief, you fracture. And I will not let you shatter, Caelan.<</speech>><br>
<<speech "mc">>I never thought I'd want this back. The weight. The pull. But after that last session, everything felt... too quiet. Too small. I looked down and felt like I’d erased a chapter before I was ready.<</speech>><br>
[[Move Forth|crotch_9_crotch_10_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You felt like a guest in your own skin. That is no place from which to rule or evolve.<</speech>><br>
<<speech "mc">>So this’ll bring it back? Not all the way… but more?<</speech>><br>
<<speech "thalara">>Yes. From where you were very large to where you once stood with pride. The potion restores what has receded. Blood will rush. Tissue will swell. Veins awaken. You’ll feel heavy again, not only in body, but in presence.<</speech>><br>
<<speech "mc">>I missed that word. Presence.<</speech>><br>
[[Move Forth|crotch_9_crotch_10_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Presence does not only come from parts, Caelan. But reclaiming them can be a declaration, if done knowingly.<</speech>><br>
<<speech "mc">>And if this becomes a cycle? Back and forth forever. Do I just keep undoing myself?<</speech>><br>
<<speech "thalara">>No. The cycle ends when you end it. Not when the potions do. If this is what brings your truth closer, then it is not regression. It’s refinement.<</speech>><br>
<<speech "mc">>My mother wouldn’t approve. She thinks every drop I take should go in the other direction.<</speech>><br>
[[Move Forth|crotch_9_crotch_10_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Your mother sees a queen. I see a soul in flux. Only you see who you are becoming. Or should. If this reversal helps you see it more clearly, it’s worth it.<</speech>><br>
<<speech "mc">>I need this. Not forever. But today.<</speech>><br>
<<speech "thalara">>Then take it. Feel the return not of manhood, but of something you feared had vanished without your say.<</speech>><br>
<<speech "mc">>I won’t apologize for reclaiming myself.<</speech>><br>
[[Move Forth|crotch_9_crotch_10_6]]
<</nobr>><<nobr>>
<<speech "thalara">>You never have to.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Let’s continue. I expected worse, honestly. I can handle this.|crotch_10_crotch_9_1]] | <br><br>
[[Still not sure how I feel about all this… but I didn’t come to turn back.|crotch_10_crotch_9_1]] | <br><br>
[[Whatever. If we’re doing this, let’s just get it over with.|crotch_10_crotch_9_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You wear different masks each time you arrive, Caelan. Strength, fear, apathy. They all speak to the same truth: you’re still deciding who you want to be.<</speech>><br>
<<speech "mc">>I don’t need a speech. I need to know what this dose is going to take from me.<</speech>><br>
<<speech "thalara">>Not take. Ease. Reduce. Allow to let go. You’ll feel another shift smaller again, just enough to notice. Less girth, less weight. Less commanding.<</speech>><br>
<<speech "mc">>Great. I always wanted to be less commanding in the bathhouse.<</speech>><br>
[[Move Forth|crotch_10_crotch_9_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You still can be just in other ways. Presence is not always measured in inches.<</speech>><br>
<<speech "mc">>Easy for you to say. You’ve never had to say goodbye to a part of yourself that announced you when you entered a room.<</speech>><br>
<<speech "thalara">>No, but I’ve helped others do it. There’s grief in every transformation. Even those that are chosen freely. Even in joy, there is loss. That is the price of becoming something new.<</speech>><br>
<<speech "mc">>And if I don’t want to become something new? What then?<</speech>><br>
[[Move Forth|crotch_10_crotch_9_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you remain exactly as you are. But you came here, again. You stood still for the first draft of change. That means something. Whether you admit it or not.<</speech>><br>
<<speech "mc">>It’s strange. It’s not pain that bothers me it’s watching it happen in stages. Like I’m being unraveled bit by bit.<</speech>><br>
<<speech "thalara">>Yes. It’s a long undoing of threads stitched into your life since birth. Masculinity sewn into flesh, sewn into expectation. But you are not your expectations, Caelan.<</speech>><br>
<<speech "mc">>I used to think it made me powerful. That this body gave me leverage. And now it’s… less. Not useless, but less certain.<</speech>><br>
[[Move Forth|crotch_10_crotch_9_4]]
<</nobr>><<nobr>>
<<speech "thalara">>It gave you one kind of power. But not the only kind. The weight between your legs can shape how others see you. But the weight behind your words your choices that’s what rules nations.<</speech>><br>
<<speech "mc">>Spoken like a woman who’s never needed to piss standing up to get respect.<</speech>><br>
<<speech "thalara">>Oh, I’ve wielded more authority seated on a stool than most men do on horseback.<</speech>><br>
<<speech "mc">>Fine. Point taken.<</speech>><br>
[[Move Forth|crotch_10_crotch_9_5]]
<</nobr>><<nobr>>
<<speech "thalara">>This one will be warmer than before. Gentle, but undeniable. Your body will sigh away another layer. You may feel heat along the base, a hollowing in your groin. The muscle will shrink; the veins will quiet. Your form will simplify.<</speech>><br>
<<speech "mc">>Is there a point where it stops feeling like I’m losing… and starts feeling like I’m becoming?<</speech>><br>
<<speech "thalara">>Yes. But no one can tell you when. It’s different for every soul.<</speech>><br>
<<speech "mc">>And what if I still don’t know if I want to be a queen?<</speech>><br>
[[Move Forth|crotch_10_crotch_9_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then be Caelan. Fully, fiercely. And when the crown comes, you’ll know whether to wear it or cast it aside.<</speech>><br>
<<speech "mc">>Cheers to uncertainty, then.<</speech>><br>
<<speech "thalara">>To transformation, however it unfolds.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve made my choice. I want it back. All of it.|crotch_10_crotch_11_1]] | <br><br>
[[I’m not sure if this is right… but I need to feel like myself again. Even if only for now.|crotch_10_crotch_11_1]] | <br><br>
[[I never wanted this change in the first place. I’m done pretending. Give me back what was mine.|crotch_10_crotch_11_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>…So. You seek to walk backward down a path others rarely even survive going forward.<</speech>><br>
<<speech "mc">>I didn’t come to be judged. I came to be restored.<</speech>><br>
<<speech "thalara">>I do not judge. I warn. This potion is not like the others. Feminine alchemy eases, reshapes, persuades. But masculine magic... it demands. It returns power, yes but it comes clawing.<</speech>><br>
<<speech "mc">>Good. I want it to claw. I want to feel like I belong in my skin again. I want to stop shrinking.<</speech>><br>
[[Move Forth|crotch_10_crotch_11_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And yet, just a session ago, you allowed that part of yourself to begin fading. What changed, Caelan?<</speech>><br>
<<speech "mc">>Everything. Or maybe nothing. I looked at myself. And I didn’t recognize who I was becoming. I thought I could bend for the crown. But I’m not sure if I’m bending, or breaking.<</speech>><br>
<<speech "thalara">>There is no shame in fear. And there is no disgrace in retreat. The body your body is a battlefield of meanings. No spell undoes that struggle.<</speech>><br>
<<speech "mc">>This… isn’t about rebelling. It’s about remembering. I need to feel like I exist again. That my body is still mine. That there’s still something left.<</speech>><br>
[[Move Forth|crotch_10_crotch_11_3]]
<</nobr>><<nobr>>
<<speech "thalara">>The potion will restore what was lost perhaps more. Your endowment will swell past what it was, rising to its previous form. You may feel heat, throbbing, discomfort. Masculine hunger returns with the flesh. Be prepared to hold it.<</speech>><br>
<<speech "mc">>And emotionally? What happens then?<</speech>><br>
<<speech "thalara">>You will feel power rush back in and the old identity may surge with it. Dominance. Urgency. Cravings long muted. But it won’t fill the hollow. Only delay the reckoning. You cannot un-know who you've begun to become.<</speech>><br>
<<speech "mc">>Then let it be my reckoning. I just want to stand tall again.<</speech>><br>
[[Move Forth|crotch_10_crotch_11_4]]
<</nobr>><<nobr>>
<<speech "thalara">>I’ll grant you the form, but not the illusion. If you believe this makes you whole, drink. If you believe this makes you safe, wait. You cannot drink both destinies.<</speech>><br>
<<speech "mc">>I’m not asking for forever. Just a moment to feel real again.<</speech>><br>
<<speech "thalara">>Then take it, and know the weight of what returns.<</speech>><br>
<<speech "mc">>It’s back…<</speech>><br>
[[Move Forth|crotch_10_crotch_11_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. But so are the doubts that made you leave it behind.<</speech>><br>
<<speech "mc">>Then maybe I have to lose it all again… just to know which version of me can survive.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready, Thalara. I’ve made peace with this. Just… guide me through it.|crotch_11_crotch_10_1]] | <br><br>
[[I don’t know how to feel about this… but I’ll go through with it. For the Queen. For the kingdom.|crotch_11_crotch_10_1]] | <br><br>
[[Let’s get this over with. I’m not doing this because I want to. I’m doing it because I have to.|crotch_11_crotch_10_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>One beginning. Willing, unsure, or rebellious it matters not. The body will respond, and the spirit will follow… in time.<</speech>><br>
<<speech "mc">>How can you speak about this like it’s a rite of passage and not… erasing who I am?<</speech>><br>
<<speech "thalara">>Because it is a rite of passage, Caelan. But not one that erases it redefines. Transforms. Like a blade reforged in fire, you are being reshaped, not destroyed.<</speech>><br>
<<speech "mc">>I was proud of who I was. Of my body. I don’t know how I’m supposed to let go of that without losing something.<</speech>><br>
[[Move Forth|crotch_11_crotch_10_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You should be proud. Your form, your strength none of it is shameful. But pride need not be bound to flesh. Pride can live in resilience, in adaptation… in what you choose to become, not just what you were born as.<</speech>><br>
<<speech "mc">>And if I don’t want to become something else?<</speech>><br>
<<speech "thalara">>Then your resistance will shape the path differently. You need not surrender instantly. But know this change has already begun. Within you, and around you. The kingdom has chosen. Your mother has chosen. The only one who hasn’t… is you.<</speech>><br>
<<speech "mc">>And this… potion. What exactly will it do to me?<</speech>><br>
[[Move Forth|crotch_11_crotch_10_3]]
<</nobr>><<nobr>>
<<speech "thalara">>In this first stage? Only a gentle contraction. Your… current endowment will begin to reduce slowly. From what it is, to something slightly less. No pain. Just heat. Pressure. Perhaps an ache you won’t know how to describe.<</speech>><br>
<<speech "mc">>That’s still my body you’re talking about.<</speech>><br>
<<speech "thalara">>Of course it is. It remains yours. Even when it changes, it belongs to you. This is not theft, Caelan it’s alchemy guided by intent. Your intent, if you will let it be.<</speech>><br>
<<speech "mc">>What if I change my mind? Or stop halfway?<</speech>><br>
[[Move Forth|crotch_11_crotch_10_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then we adjust. The process is not a prison. There is room for pause. Reassessment. Even retreat though the deeper you go, the harder it becomes to reverse. Not impossible, but costly.<</speech>><br>
<<speech "mc">>And you’ve done this before? Changed others?<</speech>><br>
<<speech "thalara">>Only a few. This magic is sacred. It’s not done lightly. But each who walked the path before you found their truth some in becoming, some in choosing to remain between.<</speech>><br>
<<speech "mc">>I don’t want to lose… all of me.<</speech>><br>
[[Move Forth|crotch_11_crotch_10_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then don’t. Keep what matters. Let the rest evolve. This is not about losing. It’s about crafting a shape that holds your purpose your strength as a queen, if you wish to be one.<</speech>><br>
<<speech "mc">>What happens when I drink it?<</speech>><br>
<<speech "thalara">>You’ll feel a pull inward. A soft unraveling of what anchors you to maleness. Not all at once. Just a first nudge. Your body will shift slightly enough to know this is real.<</speech>><br>
<<speech "mc">>And you’ll be here the whole time?<</speech>><br>
[[Move Forth|crotch_11_crotch_10_6]]
<</nobr>><<nobr>>
<<speech "thalara">>From first drop to final form. I do not abandon those I guide, Caelan. Whether you come to me proud, scared, or spitting fire you are not alone in this.<</speech>><br>
<<speech "mc">>…Then let’s begin.<</speech>><br>
[[I feel the potion working in my crotch|use_success_potion_create_crotch]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.hair_forward_potions>>
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.hair_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.hair.curr_hair]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any hair potions available for your current hair version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
/* <pre><<= JSON.stringify($userBody.hair, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_hair">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_hair">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_hair">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_hair">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_hair">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_hair">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_hair">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_hair">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_hair">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = $curr_potion_selected.from +"_"+$curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 1.5>>
<<else>>
<<set $user_stats.gender_appearance -= 1.5>>
<</if>>
/* <pre><<= JSON.stringify($userBody.hair, null, 2)>></pre> */
<<set $userBody.hair.curr_hair = $curr_potion_selected.to>>
<<set $image_key_hair_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.head.curr_head + "/" + $userBody.torso.orig_body + "_" + $userBody.head.curr_head + "_" + $userBody.hair.curr_hair+ ".png">>
/* <<=$image_key_hair_path>> */
<<set $userBody.hair.img = $image_key_hair_path>>
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready, Thalara. Let’s begin.|hair_1_hair_2_1]] | <br><br>
[[…I still don’t know if this is right, but… I’m here. Do what you must.|hair_1_hair_2_1]] | <br><br>
[[You know this doesn’t feel natural. But I guess no one’s giving me a real choice, are they?|hair_1_hair_2_1]] | <br><br>
<</nobr>><<nobr>>
<br>
<<speech "thalara">>Choice is a curious thing, Your Highness. Some find it in rebellion, others in surrender. But even indecision... is a choice in disguise.<</speech>><br>
<<speech "mc">>You speak in riddles, Thalara. Do you ever say anything plainly?<</speech>><br>
<<speech "thalara">>Rarely. Plain words carry heavy truths, and most prefer a little mystery in their medicine.<</speech>><br>
<<speech "thalara">>Hair is trivial to most. A vanity. A fashion. But for those born to rule in Velmoria, it is part of the rite. Our ancestors believed that a ruler’s hair must mirror her heart growing wild only when she accepts herself.<</speech>><br>
[[Move Forth|hair_1_hair_2_2]]
<</nobr>><<nobr>>
<<speech "mc">>And if I never accept myself like that? If I don’t want to grow into the queen they all expect?<</speech>><br>
<<speech "thalara">>Then you may never grow hair beyond your collar… or perhaps you’ll grow it and still feel like a stranger inside your own skin. But that is not failure, dear prince. That is simply a different path.<</speech>><br>
<<speech "thalara">>This potion will awaken the follicles that once lay dormant. It is slow, respectful magic. The body must learn it is safe to change.<</speech>><br>
<<speech "mc">>It tingles already. Like… like my head is remembering something it forgot.<</speech>><br>
[[Move Forth|hair_1_hair_2_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Good. That’s the potion greeting your nerves. The mind resists faster than the flesh, but flesh has patience. You may fight it, mourn it, or lean into it. All of those reactions are sacred.<</speech>><br>
<<speech "mc">>Is it wrong that I feel… nervous?<</speech>><br>
<<speech "thalara">>No. It would be stranger if you felt nothing. But nerves are not enemies. They are just truth in motion.<</speech>><br>
<<speech "thalara">>Look. Only wisps now, but they are yours. The first strand, born of your decision however it was made.<</speech>><br>
[[Move Forth|hair_1_hair_2_4]]
<</nobr>><<nobr>>
<<speech "mc">>It looks soft… like my mother’s when I was little.<</speech>><br>
<<speech "thalara">>Then you carry more of her than you knew. But you are not her echo, Caelan. You are your own unfolding.<</speech>><br>
<<speech "mc">>Will the rest be like this? Gentle and slow?<</speech>><br>
<<speech "thalara">>Some potions are like whispers. Others like fire. When we begin changing what lies below the scalp bones, skin, organs there may be… harsher tides. But the hair? It begins with kindness.<</speech>><br>
[[Move Forth|hair_1_hair_2_5]]
<</nobr>><<nobr>>
<<speech "thalara">>This session is complete. Rest well. Tonight, your head dreams as a prince. Tomorrow, it may wake as something new.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[It’s growing faster than I thought. I… don’t hate how it feels.|hair_2_hair_3_1]] | <br><br>
[[I’m not sure this is what I want yet… but I guess we keep going.|hair_2_hair_3_1]] | <br><br>
[[Another potion? Let’s just get this over with.|hair_2_hair_3_1]] | <br><br>
<</nobr>><<nobr>>
<br>
<<speech "thalara">>Your hair tells more stories than your lips ever will, Caelan. You may lie, you may hide but each inch grown is a secret whispered to the world.<</speech>><br>
<<speech "mc">>I don’t want the world whispering about me. Not like this.<</speech>><br>
<<speech "thalara">>Then let it whisper. And you… you may choose whether to listen or ignore it. That too is power.<</speech>><br>
<<speech "mc">>It’s strange. I thought hair would just be hair. But every session feels like another part of me is being... unraveled. Rewritten.<</speech>><br>
[[Move Forth|hair_2_hair_3_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Because it is. Hair has memory. Not just of genetics, but of intent. Each time I touch your crown, it listens. It remembers your resistance. Your surrender. Your curiosity.<</speech>><br>
<<speech "mc">>What if I don’t know what I’m feeling anymore? Some days I wake up and want this. Others I feel like I’m erasing myself.<</speech>><br>
<<speech "thalara">>You are not erasing. You are shedding. There's a difference. The serpent does not mourn its old skin. The tree does not grieve last season’s leaves. And yet both continue wiser, changed, alive.<</speech>><br>
<<speech "mc">>You make it sound beautiful. But it doesn’t always feel that way. Sometimes I feel like I’m pretending. Like I’m performing softness, but I still ache inside.<</speech>><br>
[[Move Forth|hair_2_hair_3_3]]
<</nobr>><<nobr>>
<<speech "thalara">>And yet here you are sitting before me, letting the strands grow. Even pretending is a kind of bravery. Sometimes we walk into roles before we grow into them.<</speech>><br>
<<speech "mc">>That sounds like manipulation.<</speech>><br>
<<speech "thalara">>No. It is hope. I am not twisting you. I am showing you the mirror and asking, 'What might you become if you stepped closer?'<</speech>><br>
<<speech "thalara">>See how it falls now less like the child prince, more like the lady who waits beneath. But only if you wish her to be.<</speech>><br>
[[Move Forth|hair_2_hair_3_4]]
<</nobr>><<nobr>>
<<speech "mc">>I… look different already. Not just in the mirror. Even when I speak, I hear it. My voice isn’t higher, but the tone… the hesitations…<</speech>><br>
<<speech "thalara">>Ah. That is the mind catching up to the body. And soon, the body will follow the soul’s pacing.<</speech>><br>
<<speech "mc">>Do you think I’ll ever feel... like her? Like a real woman, not just a made one?<</speech>><br>
<<speech "thalara">>Real is not a mold. It is a resonance. If you feel the music rising inside you, you are not fake you are becoming. All of this..." she gestures to your reflection "…is simply harmony catching up.<</speech>><br>
[[Move Forth|hair_2_hair_3_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Hair to frame your face. Words to shape your future. And a body in-between, learning to trust you.<</speech>><br>
<<speech "mc">>How much longer until it reaches my shoulders?<</speech>><br>
<<speech "thalara">>Another session or two. Hair grows fast when it's fed with intention.<</speech>><br>
<<speech "mc">>Then I guess I better figure out what mine is.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[You weren’t lying this part is starting to feel… kind of nice.|hair_3_hair_4_1]] | <br><br>
[[This is happening faster than I expected. I’m not sure I’m keeping up.|hair_3_hair_4_1]] | <br><br>
[[Another vial? What’s the point just so I can look ‘pretty’ enough for the council?|hair_3_hair_4_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Hair that flows, Caelan, has little to do with beauty. It’s not for their gaze it’s for your reflection.<</speech>><br>
<<speech "mc">>You say that like I’m supposed to believe this is for me, not the throne.<</speech>><br>
<<speech "thalara">>It’s always both. That’s the paradox of power, isn't it? Your body is yours, and yet… it becomes a symbol for others.<</speech>><br>
<<speech "mc">>It feels strange… like it doesn’t quite belong to me yet. Every time it touches my shoulders, it’s a reminder.<</speech>><br>
[[Move Forth|hair_3_hair_4_2]]
<</nobr>><<nobr>>
<<speech "thalara">>A reminder of what?<</speech>><br>
<<speech "mc">>That I’m not who I used to be. That something is changing, and I can’t slow it down anymore.<</speech>><br>
<<speech "thalara">>Change is a current. You can swim with it or against it but either way, you will be moved.<</speech>><br>
<<speech "thalara">>Do you know what it meant, once, to let one’s hair grow beyond the collar in Velmoria?<</speech>><br>
[[Move Forth|hair_3_hair_4_3]]
<</nobr>><<nobr>>
<<speech "mc">>No. Another ancient rite I’ve never heard of?<</speech>><br>
<<speech "thalara">>Mmm. In the old kingdoms, it was a sign of spiritual readiness of leaving behind the boy's sword and taking up the queen’s mantle. To let one’s hair touch the back was to welcome intuition over instinct. Wisdom over conquest.<</speech>><br>
<<speech "mc">>I wasn’t raised to think that way. Everything was discipline, duty, dominion.<</speech>><br>
<<speech "thalara">>And yet you sit here, letting starlight drip through your veins.<</speech>><br>
[[Move Forth|hair_3_hair_4_4]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t think it would feel like this. The longer it gets… the more I catch glimpses of someone else in the mirror. But she’s not someone I hate. That’s what scares me.<</speech>><br>
<<speech "thalara">>Do not fear her, Caelan. She is not your replacement. She is your possibility.<</speech>><br>
<<speech "thalara">>You’re not being erased. You’re being rewritten. Authored anew, one sentence at a time.<</speech>><br>
<<speech "mc">>Do you think I’m… starting to look like a princess?<</speech>><br>
[[Move Forth|hair_3_hair_4_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You’re starting to look like yourself, when you’re no longer trying to fit someone else’s shape.<</speech>><br>
<<speech "mc">>And if I change too much and decide I don’t want to go back?<</speech>><br>
<<speech "thalara">>Then you’ve found your truth. And truth is no betrayal it’s a kind of return. A coming home.<</speech>><br>
<<speech "thalara">>That reaction? That’s not magic. That’s you feeling your own form anew.<</speech>><br>
[[Move Forth|hair_3_hair_4_6]]
<</nobr>><<nobr>>
<<speech "mc">>I didn’t expect to feel… sensual. That’s not something I ever associated with myself.<</speech>><br>
<<speech "thalara">>That’s because it was hidden beneath armor. This is not weakness. It’s awareness. And awareness breeds presence. Presence breeds power.<</speech>><br>
<<speech "thalara">>Now your hair rests not only as a crown, but as a curtain framing the thoughts you have yet to speak aloud. When the council looks at you next, they won’t see a boy trying. They’ll see a ruler emerging.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve actually been looking forward to this one. There’s something… grounding about the ritual.|hair_4_hair_5_1]] | <br><br>
[[It’s just brushing, right? That doesn’t sound so bad… unless there’s a catch?|hair_4_hair_5_1]] | <br><br>
[[You know this doesn’t feel natural. But I guess no one’s giving me a real choice, are they?|hair_4_hair_5_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Brushing one’s hair is not an act of vanity, Caelan. It’s an act of stewardship. A lesson in tending to what grows slowly.<</speech>><br>
<<speech "mc">>So you want me to slow down, savor every strand?<</speech>><br>
<<speech "thalara">>No. I want you to notice yourself really notice. Not in fragments or reactions, but in rhythm. Brushing teaches presence, something rulers often lose in pursuit of power.<</speech>><br>
<<speech "mc">>It’s strange… I used to think growing my hair was something girls did to attract attention. Something soft. Decorative.<</speech>><br>
[[Move Forth|hair_4_hair_5_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And now?<</speech>><br>
<<speech "mc">>Now I realize it’s work. The brushing alone takes patience. And there’s something… intimate about it.<</speech>><br>
<<speech "thalara">>Exactly. Intimacy with the self. We spend so much time trying to be seen that we forget how to look inward. Brushing is a conversation with your reflection one without words.<</speech>><br>
<<speech "mc">>And what is this reflection supposed to say back?<</speech>><br>
[[Move Forth|hair_4_hair_5_3]]
<</nobr>><<nobr>>
<<speech "thalara">>‘I am changing, and I am watching myself change. I do not flinch from either truth.’<</speech>><br>
<<speech "mc">>I used to polish my boots before battle. That was ritual too. But this… this feels different. Softer. Not weaker, just... quieter.<</speech>><br>
<<speech "thalara">>You’re learning the difference between force and presence. Force pushes. Presence pulls. Hair, especially long hair, pulls attention. It demands softness to manage, but grace to carry.<</speech>><br>
<<speech "mc">>Sometimes I catch myself moving differently. Tilting my head when it brushes my cheek. Turning slower so it doesn’t tangle. It’s like my body’s learning new habits without asking me.<</speech>><br>
[[Move Forth|hair_4_hair_5_4]]
<</nobr>><<nobr>>
<<speech "thalara">>It is asking. You’re just listening now. And more importantly you’re responding.<</speech>><br>
<<speech "mc">>And what if I don’t want to become someone who has to worry about these things?<</speech>><br>
<<speech "thalara">>Then don’t. But know this: worry and awareness are not the same. You can wear long hair and still wield a sword. You can glide like silk and still command like steel.<</speech>><br>
<<speech "mc">>I didn’t think I’d be so aware of something so… simple.<</speech>><br>
[[Move Forth|hair_4_hair_5_5]]
<</nobr>><<nobr>>
<<speech "thalara">>It’s not simple. It’s symbolic. You are shaping how you’ll be perceived, yes but you’re also shaping how you’ll perceive yourself.<</speech>><br>
<<speech "mc">>And if I start liking this more than I thought I would?<</speech>><br>
<<speech "thalara">>Then you are discovering something vital: this path doesn’t rob you of identity it reveals it.<</speech>><br>
<<speech "thalara">>Let your hair fall like a banner behind you, Caelan. Not of surrender… but of awakening.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[You’ve got that look again, Thalara. The one that says I’m about to feel something new.|hair_5_hair_6_1]] | <br><br>
[[Mid-back, huh? Sounds… manageable. I suppose I can live with that.|hair_5_hair_6_1]] | <br><br>
[[Another potion, another piece of me slipping away. Let’s just get it over with.|hair_5_hair_6_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You always think these potions take something from you. But they don’t strip they reveal.<</speech>><br>
<<speech "mc">>Easy for you to say. You’re not the one growing a silk curtain down your spine.<</speech>><br>
<<speech "thalara">>No. But I remember when mine reached that length. I remember how it changed how I moved, how I sat, how I felt seen. There is power in the way something brushes against you constantly it reminds you of your presence.<</speech>><br>
<<speech "mc">>You make it sound like hair is some kind of… spiritual tether.<</speech>><br>
[[Move Forth|hair_5_hair_6_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It is. Especially for women. And for those becoming women, it marks a threshold. Hair this long carries weight not just physically, but symbolically.<</speech>><br>
<<speech "mc">>I do feel it now. When I turn my head, or breathe too deep. It’s everywhere.<</speech>><br>
<<speech "thalara">>And soon it will be part of how others perceive you. Mid-back length draws attention differently. People will read you as someone practiced in elegance. Whether you feel elegant or not, your appearance starts doing the work for you.<</speech>><br>
<<speech "mc">>Feels strange… that a length of hair could influence how others treat me.<</speech>><br>
[[Move Forth|hair_5_hair_6_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Strange, yes. But not untrue. In this court, in this kingdom, perception shapes reality. Long hair signals not just femininity, but maturity. Grace. Fertility. Control.<</speech>><br>
<<speech "mc">>I thought ruling meant commanding armies, negotiating treaties not conditioning hair and dodging tangles.<</speech>><br>
<<speech "thalara">>You'll do all of those things. But a queen must also understand symbolism. Her hair becomes her banner. Her voice becomes law. Her body becomes myth. And myths, Caelan, start with details like these.<</speech>><br>
<<speech "mc">>I never asked to become a myth.<</speech>><br>
[[Move Forth|hair_5_hair_6_4]]
<</nobr>><<nobr>>
<<speech "thalara">>No myth ever does. But those who resist it… often become the most unforgettable ones.<</speech>><br>
<<speech "mc">>Sometimes I wonder if this is really me. Or just… a role I’m learning to perform.<</speech>><br>
<<speech "thalara">>Then let me ask you something: when you feel your hair brush your skin, when you notice yourself turning just a little slower, holding your head a little higher does it feel false?<</speech>><br>
<<speech "mc">>No. Just… unfamiliar.<</speech>><br>
[[Move Forth|hair_5_hair_6_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you are not acting. You are becoming. Transformation always feels like pretending at first. That doesn’t make it untrue.<</speech>><br>
<<speech "mc">>I never thought I’d say this… but I think I miss it when it’s not touching me.<</speech>><br>
<<speech "thalara">>That’s how you know it’s yours now. Welcome to the weight of grace, Caelan.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[So, today I’m one step closer to having my own royal veil, huh?|hair_6_hair_7_1]] | <br><br>
[[Waist-length hair. That’s… quite the commitment. I guess we’re doing this.|hair_6_hair_7_1]] | <br><br>
[[Let me guess another fancy clasp, and more poetic nonsense about queenship?|hair_6_hair_7_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>I find it fascinating how you measure transformation in inches, when truly, you’ve crossed miles since your first strand grew in.<</speech>><br>
<<speech "mc">>Well, when those inches start weighing down your neck, it’s hard not to notice.<</speech>><br>
<<speech "thalara">>True. But that weight is a sign of legacy. Queens don’t just inherit crowns they carry them, strand by strand, choice by choice.<</speech>><br>
<<speech "mc">>I’m not sure I chose this.<</speech>><br>
[[Move Forth|hair_6_hair_7_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You did. Perhaps not all at once. Perhaps not aloud. But in every moment you stayed. Every time you came back here. Even when you protested.<</speech>><br>
<<speech "mc">>That sounds suspiciously like you’re rewriting history.<</speech>><br>
<<speech "thalara">>No. I'm reading it. And history rarely waits for perfect consent. It unfolds while we’re still deciding who we are.<</speech>><br>
[[Move Forth|hair_6_hair_7_3]]
<</nobr>><<nobr>>
<<speech "mc">>It’s strange. This… hair. I thought it would just be decoration. But it’s changing how I walk. How I breathe. I keep brushing it aside, and every time I do, I feel <</speech>><br>
<<speech "thalara">> A little more aware of your own presence?<</speech>><br>
<<speech "mc">>Yeah. Like I’m filling the space around me in a way I didn’t before.<</speech>><br>
<<speech "thalara">>That’s the veil’s first lesson. Not to conceal but to expand. A queen’s hair doesn’t hide her. It extends her.<</speech>><br>
[[Move Forth|hair_6_hair_7_4]]
<</nobr>><<nobr>>
<<speech "mc">>So it’s not about modesty.<</speech>><br>
<<speech "thalara">>No. It’s about magnetism. Ritual. Discipline. Power. Hair this long is a declaration. Not everyone can carry it. You are.<</speech>><br>
<<speech "mc">>It’s… beautiful. I won’t lie. But also, I feel so… seen.<</speech>><br>
<<speech "thalara">>You are. And you will be more and more, in ways you’ve never experienced. You’ll be admired. Envied. Doubted. Desired.<</speech>><br>
[[Move Forth|hair_6_hair_7_5]]
<</nobr>><<nobr>>
<<speech "mc">>And judged, no doubt.<</speech>><br>
<<speech "thalara">>Always. But the veil gives you a choice. You can use that judgment as a wall or as a mirror. Let it show you what others project, then choose what to reflect back.<</speech>><br>
<<speech "mc">>I keep thinking about how different I look now. And how little of who I was remains visible.<</speech>><br>
<<speech "thalara">>You’re not shedding the past. You’re integrating it. This isn’t a costume. It’s a culmination.<</speech>><br>
[[Move Forth|hair_6_hair_7_6]]
<</nobr>><<nobr>>
<<speech "mc">>Then why does it still feel like I’m playing pretend some days?<</speech>><br>
<<speech "thalara">>Because pretending is practice. And practice is the path to embodiment.<</speech>><br>
<<speech "mc">>So I’m nearly there. Nearly wearing the Queen’s Veil.<</speech>><br>
<<speech "thalara">>Not yet… but you’ll know when the final strands fall. When your hair kisses your hips and wraps you in command. Then, my dear, you won’t just look like royalty you’ll move like it.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Seven candles… fitting for seven steps. I’ve come too far to stop now.|hair_7_hair_8_1]] | <br><br>
[[So this is it? The last of my old self gone in a strand of hair?|hair_7_hair_8_1]] | <br><br>
[[You really think a few extra inches of hair makes me some goddess? Let’s get this over with.|hair_7_hair_8_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Seven stages. Seven flames. Seven versions of you… each one further from who you were, and closer to who you are becoming.<</speech>><br>
<<speech "mc">>I never thought hair could feel this heavy. Or this important.<</speech>><br>
<<speech "thalara">>It is not just hair. It is memory made manifest. A timeline in silk. With each inch, you’ve rewritten a part of yourself.<</speech>><br>
<<speech "mc">>That sounds more poetic than I’m ready to admit. I still catch myself reaching for the short back I used to have.<</speech>><br>
[[Move Forth|hair_7_hair_8_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Ah. That phantom comfort. The body remembers until it finally accepts the new shape of its story.<</speech>><br>
<<speech "mc">>And now that story touches my hips.<</speech>><br>
<<speech "thalara">>Indeed. It wraps you in softness, yes but also in strength. Feminine grace is not weakness. It is wielded like velvet steel.<</speech>><br>
<<speech "mc">>I thought the transformation would feel like losing pieces of me. But sometimes it feels like I’m recovering things I didn’t know I’d buried.<</speech>><br>
[[Move Forth|hair_7_hair_8_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You’re not becoming someone else. You’re becoming someone more.<</speech>><br>
<<speech "mc">>It’s strange. I still feel like me but the world is already reacting to me like I’m someone else.<</speech>><br>
<<speech "thalara">>The world sees symbols first. Hips. Hair. Softness. Eyes. But only queens command both symbol and substance. That is your path.<</speech>><br>
<<speech "mc">>And this is the final step?<</speech>><br>
[[Move Forth|hair_7_hair_8_4]]
<</nobr>><<nobr>>
<<speech "thalara">>For your hair, yes. The veil has dropped. The crown of your hips is your declaration. Now, your every turn, every breath, every glance will be watched, admired, interpreted.<</speech>><br>
<<speech "mc">>Sounds exhausting.<</speech>><br>
<<speech "thalara">>It is. But it’s also intoxicating. You will wield beauty like a blade and tenderness like armor. Not all will understand. But they will kneel, nonetheless.<</speech>><br>
<<speech "thalara">>Do you know what I see?<</speech>><br>
[[Move Forth|hair_7_hair_8_5]]
<</nobr>><<nobr>>
<<speech "mc">>Enlighten me.<</speech>><br>
<<speech "thalara">>I see someone who could turn a ballroom into silence with a single entrance. Someone whose laughter will make men ache and women watch. Someone who will never be mistaken for ordinary again.<</speech>><br>
<<speech "mc">>That’s a lot to live up to.<</speech>><br>
<<speech "thalara">>Then live beyond it. You’ve passed every test. Suffered the doubts. Endured the awkward middles. This… this is your unveiling. The hair brushing your hips is not a burden it is your banner.<</speech>><br>
[[Move Forth|hair_7_hair_8_6]]
<</nobr>><<nobr>>
<<speech "mc">>I don’t think I can hide anymore. Even if I wanted to.<</speech>><br>
<<speech "thalara">>Good. Queens don’t hide. They command the room. And from this moment forward… every step you take will remind others of your power.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This feels right. It was time. I want to walk a little lighter again.|hair_8_hair_7_1]] | <br><br>
[[I’m not sure this is what I want. But I know I can't keep pretending it's not weighing on me.|hair_8_hair_7_1]] | <br><br>
[[Maybe I regret ever letting it grow this long. Don’t expect tears, mage just cut it.|hair_8_hair_7_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You came to me once, trembling with doubt but full of possibility. You stood in this very room and drank change like firewater. And now, you ask me to walk you back from that fire.<</speech>><br>
<<speech "mc">>I know. And I didn’t come lightly.<</speech>><br>
<<speech "thalara">>No. You didn’t. I can see the weight behind your eyes. This isn’t about hair, is it?<</speech>><br>
<<speech "mc">>...Maybe not just hair. Maybe it’s what it came to represent. How people looked at me. What they expected of me. Every inch felt like another promise I wasn’t sure I could keep.<</speech>><br>
[[Move Forth|hair_8_hair_7_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Or didn’t want to keep.<</speech>><br>
<<speech "thalara">>Do you know why hair is sacred in the old rites?<</speech>><br>
<<speech "mc">>Because it holds magic?<</speech>><br>
<<speech "thalara">>Yes. And because it holds memory. Each strand that grew was spun with your courage, your confusion, your longing. Every lock was a declaration even if you didn’t always know what it declared.<</speech>><br>
[[Move Forth|hair_8_hair_7_3]]
<</nobr>><<nobr>>
<<speech "mc">>And now I’m taking that declaration back.<</speech>><br>
<<speech "thalara">>Or rewriting it. There's no shame in stepping back to find your balance. But know this, this is not erasure. You cannot undo who you’ve become.<</speech>><br>
<<speech "mc">>I don’t want to erase anything. I just… need to breathe. Need to remember what it feels like not to be constantly observed. Measured. Interpreted.<</speech>><br>
<<speech "thalara">>And do you think a few inches of hair were the cause of all that?<</speech>><br>
[[Move Forth|hair_8_hair_7_4]]
<</nobr>><<nobr>>
<<speech "mc">>No. But they were the banner. The signal. And maybe I’m tired of flying it.<</speech>><br>
<<speech "thalara">>You may feel lighter. But you may also feel loss. You’re allowed to grieve what you’re choosing to let go.<</speech>><br>
<<speech "mc">>I think I’m just… scared that this is weakness. That I couldn’t bear the crown I grew.<</speech>><br>
<<speech "thalara">>Then let me tell you what I see, I see someone strong enough to explore transformation and brave enough to pause it. That isn’t weakness. That’s wisdom.<</speech>><br>
[[Move Forth|hair_8_hair_7_5]]
<</nobr>><<nobr>>
<<speech "mc">>You always sound like you’ve already seen where my path ends.<</speech>><br>
<<speech "thalara">>Not ends. Forks. Rivers branch, remember? But the water still flows. Whether you wear your hair to your hips or to your shoulders or not at all your essence remains. The kingdom will respond to that, not your silhouette.<</speech>><br>
<<speech "thalara">>Will you mourn the veil, Caelan?<</speech>><br>
<<speech "mc">>I think I’ll miss the weight. But not the pressure.<</speech>><br>
[[Move Forth|hair_8_hair_7_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you’ve made the right choice. Come what may.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I know what I want now. I’m ready to see myself differently.|hair_7_hair_6_1]] | <br><br>
[[This isn’t easy. I’m still not sure if this is the right path.|hair_7_hair_6_1]] | <br><br>
[[If this is what it takes, then so be it. I’m done playing the part.|hair_7_hair_6_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You look at your reflection now, and I see someone who is both familiar and strange. That is the nature of change sometimes it makes us strangers to ourselves.<</speech>><br>
<<speech "mc">>It’s… hard to recognize who I am in that mirror.<</speech>><br>
<<speech "thalara">>Change carves new shapes into our soul’s vessel. But what you see is still you, only in a different light.<</speech>><br>
<<speech "mc">>I feel lighter somehow. Less burdened by expectation, but also... less certain.<</speech>><br>
[[Move Forth|hair_7_hair_6_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Certainty is a luxury rarely afforded to those who walk transformations. But it is the uncertainty that makes your journey meaningful.<</speech>><br>
<<speech "thalara">>This potion is bitter, yes. But it carries the grace of slowing the flood, of giving you space to breathe to reconsider.<</speech>><br>
<<speech "mc">>Am I retreating or progressing?<</speech>><br>
<<speech "thalara">>Neither. You are choosing your own rhythm. You have the courage to step forward and to step back. Both are acts of strength.<</speech>><br>
[[Move Forth|hair_7_hair_6_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Do you fear what this smaller silhouette will say to the world?<</speech>><br>
<<speech "mc">>I fear what I will say to myself when I see it. I’ve tasted power, beauty, and expectation wrapped in these long strands. To let them fall is to strip away a part of that identity.<</speech>><br>
<<speech "thalara">>And yet, identity is never one thing. It is a tapestry woven from many threads some thick, some thin, some shining, some shadowed.<</speech>><br>
<<speech "thalara">>You are not diminished by letting your hair fall. You are refined. Like silver polished by flame.<</speech>><br>
[[Move Forth|hair_7_hair_6_4]]
<</nobr>><<nobr>>
<<speech "mc">>Sometimes I wonder if the kingdom will see me as less. If my reflection becomes less of a queen and more of… something else.<</speech>><br>
<<speech "thalara">>The kingdom sees through the surface only if you let it. True rulership is carried in your spirit, your decisions, your strength. Not the length of your hair.<</speech>><br>
<<speech "thalara">>Are you ready to embrace what this change means?<</speech>><br>
<<speech "mc">>I think I am. I want to find peace in this version of myself, even if it’s unfamiliar.<</speech>><br>
[[Move Forth|hair_7_hair_6_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let this be a turning point not an ending, but a new beginning. The grace in falling is the promise of rising again.<</speech>><br>
<<speech "thalara">>Remember, Caelan, every change is a step closer to your truth whatever that may be.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready for this. I want to understand what’s truly mine beneath the surface.|hair_6_hair_5_1]] | <br><br>
[[It’s hard to let go… but maybe I need to.|hair_6_hair_5_1]] | <br><br>
[[If this is what it takes to stop feeling lost, then I’ll do it though it feels like giving in.|hair_6_hair_5_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Your willingness, reluctance, or defiance it all matters less than your honesty with yourself. Each choice reveals a piece of your heart.<</speech>><br>
<<speech "mc">>It’s strange how cutting back can sometimes feel more powerful than growing forward.<</speech>><br>
<<speech "thalara">>True strength often lies not in expansion but in restraint. To carry less, but carry it well.<</speech>><br>
<<speech "mc">>I’m beginning to see the weight long hair carries. It’s beauty, yes, but also a burden... a borrowed identity.<</speech>><br>
[[Move Forth|hair_6_hair_5_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Borrowed, yes. A gift from the magic that shaped you, but not the whole story of who you are.<</speech>><br>
<<speech "thalara">>Tell me, Caelan, what do you feel as your hair shortens?<</speech>><br>
<<speech "mc">>A mixture. Relief that it’s not so heavy, but also loss like I’m losing something I earned.<</speech>><br>
<<speech "thalara">>Loss is not absence. It is transformation. Sometimes shedding is necessary to grow stronger roots.<</speech>><br>
[[Move Forth|hair_6_hair_5_3]]
<</nobr>><<nobr>>
<<speech "mc">>But how do I hold onto myself when the reflection keeps changing? How do I know who I am beneath these shifts?<</speech>><br>
<<speech "thalara">>You know by looking beyond the mirror. Your spirit, your choices, your courage those are constants, even as your form shifts.<</speech>><br>
<<speech "thalara">>Do you remember when you first came here? How uncertain you were?<</speech>><br>
<<speech "mc">>Vividly. I was afraid of becoming something I didn’t want to be.<</speech>><br>
[[Move Forth|hair_6_hair_5_4]]
<</nobr>><<nobr>>
<<speech "thalara">>And now?<</speech>><br>
<<speech "mc">>Now, I’m afraid of losing what I have become... but I also wonder if that fear is keeping me from finding something deeper.<</speech>><br>
<<speech "thalara">>Fear is a natural companion on any path worth taking. But it should not be a prison.<</speech>><br>
<<speech "mc">>I want to be free of that prison. I want to own my reflection whatever it may be, short hair or long.<</speech>><br>
[[Move Forth|hair_6_hair_5_5]]
<</nobr>><<nobr>>
<<speech "thalara">>That is the beginning of true grace. Ownership of your story, not just the appearance.<</speech>><br>
<<speech "thalara">>This potion, this moment it’s not just about hair. It’s about shedding expectations. About choosing what you carry forward and what you leave behind.<</speech>><br>
<<speech "mc">>Sometimes I wonder if the crown I seek is more than just a title or appearance.<</speech>><br>
<<speech "thalara">>The crown is your spirit, your will, your authenticity. Magic is merely the language we use to speak it.<</speech>><br>
[[Move Forth|hair_6_hair_5_6]]
<</nobr>><<nobr>>
<<speech "thalara">>How do you feel now, Caelan?<</speech>><br>
<<speech "mc">>Less like a borrowed image. More like... myself, though still learning who that truly is.<</speech>><br>
<<speech "thalara">>And that is the path of every ruler worth their salt. The journey inward is the greatest transformation of all.<</speech>><br>
<<speech "thalara">>Remember, no matter the length of your hair, the kingdom will follow the strength of your heart.<</speech>><br>
[[Move Forth|hair_6_hair_5_7]]
<</nobr>><<nobr>>
<<speech "mc">>I’m beginning to believe that. Maybe this shedding is a gift, not a loss.<</speech>><br>
<<speech "thalara">>It is. And when you are ready, the magic will be here again always adapting, always growing with you.<</speech>><br>[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I understand now. I want to find myself in a truer way.|hair_5_hair_4_1]] | <br><br>
[[It’s harder than I imagined to let go of what my hair represented. I’m not sure I’m ready.|hair_5_hair_4_1]] | <br><br>
[[If this is another step backwards, then so be it. I’ll do whatever it takes to reclaim who I am.|hair_5_hair_4_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You approach this change with an openness I respect, regardless of your feelings about it.<</speech>><br>
<<speech "mc">>It still feels strange… like losing a piece of the armor I wore.<</speech>><br>
<<speech "thalara">>Hair, in magic and metaphor, is armor and banner both. But sometimes the strongest armor is the one we can lay aside.<</speech>><br>
<<speech "mc">>But what if the world expects me to keep that armor? To keep the long flowing locks, the symbol of the transformation?<</speech>><br>
[[Move Forth|hair_5_hair_4_2]]
<</nobr>><<nobr>>
<<speech "thalara">>The world often clings to appearances, yes. But a ruler’s true power is in her resolve, not her looks.<</speech>><br>
<<speech "thalara">>This potion won’t erase what you’ve become, only refine it. It’s like a sculptor smoothing the rough edges of a statue.<</speech>><br>
<<speech "mc">>I wonder if I’m sculpting myself or someone else’s vision of me.<</speech>><br>
<<speech "thalara">>You are both artist and canvas, Caelan. The choices you make now define the shape your story will take.<</speech>><br>
[[Move Forth|hair_5_hair_4_3]]
<</nobr>><<nobr>>
<<speech "thalara">>What do you fear most in this change?<</speech>><br>
<<speech "mc">>Losing the identity I fought so hard to embrace. What if shoulder-length hair feels like fading into invisibility?<</speech>><br>
<<speech "thalara">>Invisibility is not the same as subtlety. Sometimes, the quiet presence commands attention in ways the loud cannot.<</speech>><br>
<<speech "mc">>But what if I lose myself in the quiet?<</speech>><br>
[[Move Forth|hair_5_hair_4_4]]
<</nobr>><<nobr>>
<<speech "thalara">>You do not lose yourself you reveal more layers beneath the surface. Like a melody that’s richer when played softly.<</speech>><br>
<<speech "thalara">>Your hair has carried your story, yes. But your spirit the true essence of you remains untouched by length or style.<</speech>><br>
<<speech "mc">>I want to believe that. It’s just… hard to let go of the beauty, the power, the statement my hair made.<</speech>><br>
<<speech "thalara">>Power can be wielded in many ways. Elegance and strength are not always loud; sometimes they are quiet, deliberate, and commanding in stillness.<</speech>><br>
[[Move Forth|hair_5_hair_4_5]]
<</nobr>><<nobr>>
<<speech "mc">>I suppose there’s something freeing about that idea being less visible but no less significant.<</speech>><br>
<<speech "thalara">>Exactly. Your presence will fill any room, not because of what flows behind you, but because of what shines from within.<</speech>><br>
<<speech "thalara">>As your hair settles to your shoulders, remember it’s a transformation of essence, not just appearance.<</speech>><br>
<<speech "mc">>I feel the change already. A little lighter, a little more… myself, maybe.<</speech>><br>
[[Move Forth|hair_5_hair_4_6]]
<</nobr>><<nobr>>
<<speech "thalara">>That is the gift of this moment. Each length tells a different story, but the author remains constant.<</speech>><br>
<<speech "mc">>I want to write my story honestly. Even if it means changing the chapters I once loved.<</speech>><br>
<<speech "thalara">>And I will be here to guide your pen, no matter where the tale leads.<</speech>><br>
<<speech "thalara">>How do you feel looking in the mirror now?<</speech>><br>
[[Move Forth|hair_5_hair_4_7]]
<</nobr>><<nobr>>
<<speech "mc">>More at peace. Like I’m stepping into a role that fits, instead of wearing a mask.<</speech>><br>
<<speech "thalara">>That peace will be your greatest strength. The kingdom will see that, even if they cannot see the magic.<</speech>><br>
<<speech "mc">>Thank you, Thalara. For helping me find the courage to keep reshaping myself.<</speech>><br>
<<speech "thalara">>The courage was always within you. Sometimes it just needs a little coaxing to shine.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to remember who I was. Maybe find who I am now.|hair_4_hair_3_1]] | <br><br>
[[I don’t know if I’m ready to go back this far, but I have to try.|hair_4_hair_3_1]] | <br><br>
[[This change won’t break me. I’ll hold onto myself, no matter the length of my hair.|hair_4_hair_3_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This has seen many versions of you. The prince you once were, the princess you became, and the soul in between.<</speech>><br>
<<speech "mc">>I never thought I’d hold this again. It feels… strange. Almost like a reminder of a past life.<</speech>><br>
<<speech "thalara">>Memories cling to objects, but they don’t define the present. Yet, they guide us through uncertainty.<</speech>><br>
<<speech "mc">>I wonder if I’m losing myself in this reversal. If going back means forgetting everything I fought to become.<</speech>><br>
[[Move Forth|hair_4_hair_3_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Sometimes the path forward loops back, not to erase but to integrate. Freedom is not a destination but a dance.<</speech>><br>
<<speech "thalara">>How do you feel, knowing your hair will shorten again? That familiar weight will be lost?<</speech>><br>
<<speech "mc">>It’s like shedding armor. I want the freedom, but the thought of losing those signs of who I am now… it scares me.<</speech>><br>
<<speech "thalara">>Fear is natural. To let go of parts of ourselves can feel like losing a piece of our story.<</speech>><br>
[[Move Forth|hair_4_hair_3_3]]
<</nobr>><<nobr>>
<<speech "mc">>But maybe… maybe it’s not losing, but rewriting? Taking control of the narrative instead of letting it be written for me.<</speech>><br>
<<speech "thalara">>Exactly. The comb is a tool, not just for hair, but for weaving your identity anew.<</speech>><br>
<<speech "mc">>I wonder what the kingdom would say, seeing me with this shorter, less feminine hair. Would they see me as less?<</speech>><br>
<<speech "thalara">>Acceptance from others is fragile and often conditional. True strength is rooted in how you see yourself.<</speech>><br>
[[Move Forth|hair_4_hair_3_4]]
<</nobr>><<nobr>>
<<speech "mc">>That’s easier said than done. Sometimes I catch myself measuring my worth in appearances and expectations.<</speech>><br>
<<speech "thalara">>The reflection can be a harsh judge, but remember: the mirror shows only surface. The soul is beyond sight.<</speech>><br>
<<speech "mc">>I want to believe that. To see myself without the labels, without the pressure to be perfect or fit a mold.<</speech>><br>
<<speech "thalara">>Perfection is an illusion, Caelan. Your worth is in your resilience, your courage to choose.<</speech>><br>
[[Move Forth|hair_4_hair_3_5]]
<</nobr>><<nobr>>
<<speech "mc">>This potion feels like a step back, but maybe it’s a step toward understanding the whole journey.<</speech>><br>
<<speech "thalara">>Each strand lost is a piece of the puzzle falling into place. You’re not undoing; you’re refining.<</speech>><br>
<<speech "mc">>I’m afraid of what I might lose, but also curious about what I might find beneath.<</speech>><br>
<<speech "thalara">>And that curiosity will be your guide. No matter the length of your hair, your spirit remains.<</speech>><br>
[[Move Forth|hair_4_hair_3_6]]
<</nobr>><<nobr>>
<<speech "mc">>Thank you, Thalara. For holding space for all of me the willing, the scared, and the defiant.<</speech>><br>
<<speech "thalara">>It’s my honor. Remember, no matter the form, you are always whole.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Yes, I’m certain. It’s time to feel what I once sought, even if it’s different now.|hair_3_hair_2_1]] | <br><br>
[[I’m still unsure, but maybe I need to understand this part of myself better.|hair_3_hair_2_1]] | <br><br>
[[I’m done with this softness. Let the old strength return, whether anyone likes it or not.|hair_3_hair_2_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’ve come far on this path of change. Tonight’s step isn’t just about hair it’s about confronting the edges of your own spirit.<</speech>><br>
<<speech "mc">>Edges that feel sharper, colder. When my hair was longer, I felt sheltered, like wrapped in a warmth I’m not sure I can carry anymore.<</speech>><br>
<<speech "thalara">>Warmth and shelter can sometimes be a cage, as much as a comfort. You’re stepping out from one and into another.<</speech>><br>
<<speech "mc">>That’s what scares me. Will this change make me stronger… or just more hollow?<</speech>><br>
[[Move Forth|hair_3_hair_2_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Strength doesn’t come from length or volume. It comes from knowing what you are softness and steel, shadow and light.<</speech>><br>
<<speech "thalara">>Softness is not weakness, and masculinity is not absence of feeling. They are threads woven into the same tapestry.<</speech>><br>
<<speech "mc">>I remember asking you about softness… back when I craved change. I thought it meant surrender.<</speech>><br>
<<speech "thalara">>And now?<</speech>><br>
[[Move Forth|hair_3_hair_2_3]]
<</nobr>><<nobr>>
<<speech "mc">>Now, I see softness is more complicated. It’s courage too allowing yourself to be vulnerable without losing control.<</speech>><br>
<<speech "thalara">>Exactly. And tonight, as you shed those final strands from your shoulders, you’re embracing a different form of courage.<</speech>><br>
<<speech "thalara">>Do you fear what you’re becoming? Or what you’re leaving behind?<</speech>><br>
<<speech "mc">>I fear both. The past felt like a promise, a new version of me. But this… feels like stepping back into old skin that might not fit anymore.<</speech>><br>
[[Move Forth|hair_3_hair_2_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Change isn’t linear, nor is it a battle won or lost. It’s a dance, sometimes forward, sometimes back, but always moving.<</speech>><br>
<<speech "mc">>So it’s okay to feel exposed? To feel this uncertainty?<</speech>><br>
<<speech "thalara">>More than okay. It is necessary. Only when the old is stripped away can the new truly settle.<</speech>><br>
<<speech "thalara">>Your neck bare now is a place of vulnerability, but also power. It is the pivot of your posture, your voice, your presence.<</speech>><br>
[[Move Forth|hair_3_hair_2_5]]
<</nobr>><<nobr>>
<<speech "mc">>I never thought about it that way. I always hid behind my hair, behind the changes. Now, I have no shield.<</speech>><br>
<<speech "thalara">>Sometimes, the absence of shield invites others to see the true strength beneath. You don’t need armor to command respect.<</speech>><br>
<<speech "mc">>Will the kingdom see it? Or will they judge me by the length of my hair, the softness of my voice?<</speech>><br>
<<speech "thalara">>Judgment is inevitable, but your response to it shapes who you truly are. Your power lies in your reaction.<</speech>><br>
[[Move Forth|hair_3_hair_2_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Are you ready to face what lies beyond the veil of hair, beyond appearances?<</speech>><br>
<<speech "mc">>I want to be. But I’m afraid that beneath this softer surface, the old doubts will creep back.<</speech>><br>
<<speech "thalara">>Those doubts are not enemies they are reminders of your humanity. You don’t have to silence them, only listen and learn.<</speech>><br>
<<speech "thalara">>Softness is not the absence of power it is its form reshaped. You are not losing yourself. You are refining your essence.<</speech>><br>
[[Move Forth|hair_3_hair_2_7]]
<</nobr>><<nobr>>
<<speech "mc">>Thank you, Thalara. For helping me hold onto myself through all this.<</speech>><br>
<<speech "thalara">>And thank you, Caelan, for trusting me with your journey. The story is far from over.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to face myself completely. No more masks, no more illusions.|hair_2_hair_1_1]] | <br><br>
[[I don’t know if I can do this… but I guess there’s no turning back now.|hair_2_hair_1_1]] | <br><br>
[[If this means losing everything I built, so be it. I’ll face what’s under, head-on.|hair_2_hair_1_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This moment, Caelan, is the purest form of choice. The final thread that binds you to the path you’ve walked, now loosened.<</speech>><br>
<<speech "mc">>I can feel it already. The weight lifting but also the emptiness settling in.<</speech>><br>
<<speech "thalara">>That emptiness isn’t absence, but a space waiting to be filled with your truth.<</speech>><br>
<<speech "mc">>It’s terrifying to stand so bare. No hair, no cover. Just me.<</speech>><br>
[[Move Forth|hair_2_hair_1_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And that ‘just you’ is stronger than any crown or cloak. The essence beneath the illusion is your real power.<</speech>><br>
<<speech "mc">>But what if I don’t know who that ‘me’ is without the hair? Without the signs of transformation?<</speech>><br>
<<speech "thalara">>You are not defined by outward signs, but by the choices you make and the strength you nurture within.<</speech>><br>
<<speech "thalara">>Hair was your armor, your banner, your shield against the world’s gaze. Now you stand with none of that completely exposed.<</speech>><br>
[[Move Forth|hair_2_hair_1_3]]
<</nobr>><<nobr>>
<<speech "mc">>I always thought long hair meant I was closer to the person I wanted to be. Now… I wonder if I was hiding behind it.<</speech>><br>
<<speech "thalara">>Sometimes hiding is the first step to finding oneself. The illusion is a path, not a prison.<</speech>><br>
<<speech "mc">>But I don’t want to be lost in illusions anymore. I want to be seen. Truly seen.<</speech>><br>
<<speech "thalara">>Then you must be brave enough to show what you’ve always carried beneath the surface.<</speech>><br>
[[Move Forth|hair_2_hair_1_4]]
<</nobr>><<nobr>>
<<speech "thalara">>This final potion isn’t magic to change your form, but magic to reveal your core.<</speech>><br>
<<speech "mc">>And if that core is something I don’t recognize?<</speech>><br>
<<speech "thalara">>You will recognize yourself, perhaps for the first time, without anything to obscure or soften the edges.<</speech>><br>
<<speech "thalara">>Being bare is vulnerability and from vulnerability grows authentic strength.<</speech>><br>
[[Move Forth|hair_2_hair_1_5]]
<</nobr>><<nobr>>
<<speech "mc">>It feels like falling, but maybe it’s just flying, stripped of everything but the essentials.<</speech>><br>
<<speech "thalara">>You are exactly right. It is the flight of the soul weightless and true.<</speech>><br>
<<speech "mc">>Will the kingdom accept me like this? Without the symbols of power they expect?<</speech>><br>
<<speech "thalara">>Acceptance from others is never guaranteed, but self-acceptance is the foundation of any true reign.<</speech>><br>
[[Move Forth|hair_2_hair_1_6]]
<</nobr>><<nobr>>
<<speech "thalara">>You’ve journeyed far beyond physical change. This is the test of spirit.<</speech>><br>
<<speech "mc">>I want to be strong enough to pass it. Strong enough to lead, no matter how I look.<</speech>><br>
<<speech "thalara">>You already are. Your courage to face yourself is the mark of a true ruler.<</speech>><br>
<<speech "thalara">>When you look in the mirror tonight, what will you see?<</speech>><br>
[[Move Forth|hair_2_hair_1_7]]
<</nobr>><<nobr>>
<<speech "mc">>Someone unafraid. Someone raw but real. Someone ready to be more than appearances.<</speech>><br>
<<speech "thalara">>Then you are ready.<</speech>><br>
[[I feel the potion working in my head and hair|use_success_potion_create_hair]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.head_forward_potions>>
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.head_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.head.curr_head]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any head potions available for your current head version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<<set $body_stage to ["ml", "mm", "ms", "fs", "fm", "fl"]>>
<<set $index to -1>>
<<set _i to 0>>
<<for _item range $body_stage>>
<<if _item.includes($userBody.head.curr_head) and $index is -1>>
<<set $index to _i>>
<</if>>
<<set _i to _i + 1>>
<</for>>
<<if State.variables.direction == "reverse">>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index-1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.head, null, 2)>></pre>
<pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_head">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<else>>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index+1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.head, null, 2)>></pre>
<pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_head">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_head">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_head">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_head">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_head">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_head">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_head">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_head">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_head">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = "head_"+$curr_potion_selected.from +"_"+ "head_" + $curr_potion_selected.to>>
/* <<=$next_passage>> */
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_head]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 2.5>>
<<else>>
<<set $user_stats.gender_appearance -= 2.5>>
<</if>>
/* <pre><<= JSON.stringify($userBody.hair, null, 2)>></pre> */
<<set $userBody.head.curr_head = $curr_potion_selected.to>>
<<set $image_key_head_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.head.curr_head + "/" + $userBody.torso.orig_body + "_" + $userBody.head.curr_head + "_head.png">>
<<set $image_key_hair_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.head.curr_head + "/" + $userBody.torso.orig_body + "_" + $userBody.head.curr_head + "_" + $userBody.hair.curr_hair+ ".png">>
/* <<=$image_key_head_path>> */
/* <<=$image_key_hair_path>> */
<<set $userBody.head.img = $image_key_head_path>>
<<set $userBody.hair.img = $image_key_hair_path>>
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Let’s begin. I’ve accepted the path… and I’ll walk it fully.|head_ml_head_mm_1]] | <br><br>
[[I’m not sure I’m ready, but… I came, didn’t I?|head_ml_head_mm_1]] | <br><br>
[[This is a waste of time. But if I must drink your cursed brew again, let’s just get it over with.|head_ml_head_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Your face holds the legacy of your father’s line bold, strong, uncompromising. A sculptor might say it was hewn from stone. But even stone yields, given time… or magic.<</speech>><br>
<<speech "mc">>And now you’ll chisel it away. One gulp at a time.<</speech>><br>
<<speech "thalara">>Not chisel. Melt. Like snow turning to stream. This is not destruction, Caelan. This is reshaping. Every part of you will still be you. Only… seen differently. Felt differently. Worn differently.<</speech>><br>
<<speech "mc">>It feels like wearing a mask. One I can never take off.<</speech>><br>
[[Move Forth|head_ml_head_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>A mask hides. This brings forth what lies beneath. You may not know her yet, the woman who waits inside. But she is watching… and waiting for breath.<</speech>><br>
<<speech "mc">>...You speak like this is sacred.<</speech>><br>
<<speech "thalara">>Because it is. A face is not just flesh. It’s identity. It’s how the world answers you. But it also shapes how you answer the world.<</speech>><br>
<<speech "mc">>So what answers will this face give? Will I smile easier? Cry more? Speak softer?<</speech>><br>
[[Move Forth|head_ml_head_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You will smile with meaning. Cry when your spirit demands it. Speak not softer, but with clarity born from both power and elegance. That’s the gift of balance.<</speech>><br>
<<speech "mc">>It smells like… violets. And honey.<</speech>><br>
<<speech "thalara">>And lavender stem, ground moonstone, and a drop of your blood from last night’s offering. All aligned to your lineage, your essence.<</speech>><br>
<<speech "mc">>It’s warm… it’s crawling through my jaw… gods, that’s <</speech>><br>
[[Move Forth|head_ml_head_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>It will pass. The ache of transition. Your brow is lightening. See? Even your neck relaxes… the angles soften. No more harsh shadow beneath the chin.<</speech>><br>
<<speech "mc">>I feel… like I’m sinking into something. Like a blanket pulling over my bones.<</speech>><br>
<<speech "thalara">>Look. The beginning of grace. Your father’s jaw still echoes there… but now, so too does your mother’s cheekbones.<</speech>><br>
<<speech "mc">>It’s me. But not me. It’s… her, isn’t it? The one waiting beneath?<</speech>><br>
[[Move Forth|head_ml_head_mm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Only the first glimpse. More will come, if you let it.<</speech>><br>
<<speech "mc">>I didn’t think a few degrees of cheekbone would feel different. But it does. Like my smile knows it’s meant for court instead of campfire.<</speech>><br>
<<speech "thalara">>That is the beginning of understanding. Not just of body but of presence. You will find new ways to be seen. But more importantly… you will learn how to see yourself.<</speech>><br>
<<speech "mc">>Do you think she’ll be proud of me? The Queen?<</speech>><br>
[[Move Forth|head_ml_head_mm_6]]
<</nobr>><<nobr>>
<<speech "thalara">>I think you will be. In time. That matters more than even a crown.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve made my decision. If strength must return to my face, let it return fully.|head_mm_head_ml_1]] | <br><br>
[[I don’t know what I’ll see in the mirror after this… but I have to know if it still fits me.|head_mm_head_ml_1]] | <br><br>
[[I never wanted to lose my face in the first place. Let’s fix what never should’ve changed.|head_mm_head_ml_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>So, the pendulum swings once more. Are you returning to what was? Or simply testing the shape of the past?<</speech>><br>
<<speech "mc">>Not everything that’s lost needs replacing. Maybe I want to remember who I was before all of this started.<</speech>><br>
<<speech "thalara">>Memory lives in more than your bones. But I understand. There’s something sacred about reclaiming old armor, even if it no longer fits as it once did.<</speech>><br>
<<speech "mc">>I’ve seen too many versions of my own reflection lately. One day, I see her. The next… someone in between. Maybe I just want a face that matches the fight still left in me.<</speech>><br>
[[Move Forth|head_mm_head_ml_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You seek the blunt edge again the square lines, the force of masculinity etched across your brow. This draught will give that back, in part. But remember, the mirror shows only surface. Not resolve. Not truth.<</speech>><br>
<<speech "mc">>But the world listens to the face before it hears the voice.<</speech>><br>
<<speech "thalara">>That it does. Then let the face speak the language you need today.<</speech>><br>
<<speech "mc">>This one burns more than the last… it’s… tightening. I feel pressure behind my eyes jaw’s locking up. Gods, that’s sharp <</speech>><br>
[[Move Forth|head_mm_head_ml_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Let it surge. You’re not weakening you’re hardening. The flesh obeys your will. Look now already, your chin strengthens, your jaw firms. The softness flees like morning fog.<</speech>><br>
<<speech "mc">>My brow… it’s like my whole face is shifting forward. Like I’m being carved again.<</speech>><br>
<<speech "thalara">>And so you are. The angles of command return. You’ve traded the whisper of grace… for the shout of presence.<</speech>><br>
<<speech "mc">>My gods. I look… older. Stronger. Harsher.<</speech>><br>
[[Move Forth|head_mm_head_ml_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Power wears many masks. This one blunt, assertive is no less royal than the last. The question is: Which do you wear by choice, and which by fear?<</speech>><br>
<<speech "mc">>I don’t know yet. But I remember this face. And it remembers battle.<</speech>><br>
<<speech "thalara">>Then carry it like a sword, not a shield. You don’t have to defend the past. Only learn from it.<</speech>><br>
<<speech "mc">>How long until it stays this way?<</speech>><br>
[[Move Forth|head_mm_head_ml_5]]
<</nobr>><<nobr>>
<<speech "thalara">>As long as you will it to… or until the next turning of the wheel.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Another step toward feminine face… Let’s see what this one brings.|head_mm_head_ms_1]] | <br><br>
[[I don’t know if I’m ready to let more of him go… but I’m here.|head_mm_head_ms_1]] | <br><br>
[[Fine. Let’s get this over with. Another sip, another piece of me gone.|head_mm_head_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Come, Caelan. The next veil lifts today not with force, but with quiet grace. Sit.<</speech>><br>
<<speech "mc">>I’ve noticed it, you know. The way my face catches the light differently. How the guards glance at me longer, unsure what they’re seeing.<</speech>><br>
<<speech "thalara">>Your reflection begins to speak in new tones. Not louder just… more refined.<</speech>><br>
<<speech "mc">>I used to have a face that made people step aside in a hallway. Now they hesitate like they don’t know whether to bow or flirt.<</speech>><br>
[[Move Forth|head_mm_head_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Isn’t that the subtle power of a queen’s presence? Confusion is a kind of control, too.<</speech>><br>
<<speech "mc">>Feels more like exposure than control.<</speech>><br>
<<speech "thalara">>You were carved for war once. But the world you're stepping into now… doesn’t need carved stone. It needs marble shaped by conversation, compromise, and quiet confidence.<</speech>><br>
<<speech "mc">>And this is what… smooths more of me away?<</speech>><br>
[[Move Forth|head_mm_head_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>It will lift your brow, lighten the bones beneath your cheeks, soften what’s still holding on. Not to erase who you were but to reveal who you might be beneath the shell of that prince.<</speech>><br>
<<speech "mc">>It’s… not as bitter as last time.<</speech>><br>
<<speech "thalara">>This one’s kinder. Less reshaping, more refining. Tell me what you feel.<</speech>><br>
<<speech "mc">>My temples… tingling. Like the bones are loosening beneath the skin.<</speech>><br>
[[Move Forth|head_mm_head_ms_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Good. The potion’s taking to your essence quickly today. Your body’s stopped resisting. It’s… inviting change.<</speech>><br>
<<speech "mc">>My skin feels thinner… no, softer. Like a layer’s peeled away. Gods, even the wind on my face feels different.<</speech>><br>
<<speech "thalara">>You’re beginning to glow, Caelan. Not from magic, but from balance. Your soul and your body are speaking in harmony, even if your mind still debates.<</speech>><br>
<<speech "mc">>...That doesn’t look like a warrior.<</speech>><br>
[[Move Forth|head_mm_head_ms_5]]
<</nobr>><<nobr>>
<<speech "thalara">>No. But it looks like a ruler who can win battles without lifting a blade.<</speech>><br>
<<speech "mc">>My brow isn’t as heavy… my eyes look clearer?<</speech>><br>
<<speech "thalara">>They were always clear. But now the world might finally notice.<</speech>><br>
<<speech "mc">>Mother would say this is progress.<</speech>><br>
[[Move Forth|head_mm_head_ms_6]]
<</nobr>><<nobr>>
<<speech "thalara">>And what do you say?<</speech>><br>
<<speech "mc">>I say… I’m scared of forgetting who I was. But I don’t hate who I’m becoming.<</speech>><br>
<<speech "thalara">>Then you are already wiser than most queens crowned before you.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Time to feel solid again. Let’s bring back some edge.|head_ms_head_mm_1]] | <br><br>
[[I’m not sure I should undo this… but I have to know what I’m choosing.|head_ms_head_mm_1]] | <br><br>
[[You’re turning me back. Bit by bit. Is that what the kingdom wants now?|head_ms_head_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This will not be like the first time, Caelan. Reclaiming form is not as gentle as letting go of it.<</speech>><br>
<<speech "mc">>I remember when you first softened my jaw… it felt like fog brushing stone. What will this feel like?<</speech>><br>
<<speech "thalara">>Like the fog receding. Like your bones remembering the shapes they once held. Some part of you never forgets.<</speech>><br>
<<speech "mc">>I started to like this face. Less judgment in it. Less… armor.<</speech>><br>
[[Move Forth|head_ms_head_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And yet, you chose to drink again. Do you seek the armor back, Caelan?<</speech>><br>
<<speech "mc">>Maybe. Or maybe I just want to know how much of me is still mine to choose.<</speech>><br>
<<speech "thalara">>This dose will raise your brow ridge, define your chin, thicken the neck slightly. Your features will speak louder again more command, less grace.<</speech>><br>
<<speech "mc">>And will I lose what I’ve gained? The things I’ve learned in silence?<</speech>><br>
[[Move Forth|head_ms_head_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You will not lose anything, Caelan. This is not a reversal. It is a rebalancing. A different truth carved from the same stone.<</speech>><br>
<<speech "mc">>Ugh. That’s… stronger than I remember.<</speech>><br>
<<speech "thalara">>It has to be. Your body had accepted softness. Now it must be reminded of edge.<</speech>><br>
<<speech "mc">>My jaw… it’s tightening. Gods, it’s like sinew pulling back into place.<</speech>><br>
[[Move Forth|head_ms_head_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Your brow is knitting deeper. There’s more shadow to your gaze already.<</speech>><br>
<<speech "mc">>It hurts. Not the potion. Just… seeing it return. This isn’t just my face. It’s him. The version of me who never questioned anything.<</speech>><br>
<<speech "thalara">>Does he scare you?<</speech>><br>
<<speech "mc">>He disappoints me. But I don’t hate him.<</speech>><br>
[[Move Forth|head_ms_head_mm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you carry him forward with wisdom, not regret.<</speech>><br>
<<speech "mc">>There’s strength here. But less peace.<</speech>><br>
<<speech "thalara">>Strength can be a mask or a mirror. You decide which.<</speech>><br>
<<speech "mc">>I’ll need both, won’t I?<</speech>><br>
[[Move Forth|head_ms_head_mm_6]]
<</nobr>><<nobr>>
<<speech "thalara">>If you’re to rule Velmoria? Absolutely.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. Let’s see who’s waiting behind the mist this time.|head_ms_head_fs_1]] | <br><br>
[[I’m not sure I’ll recognize myself after this… but I suppose that’s the point, isn’t it?|head_ms_head_fs_1]] | <br><br>
[[Tell me how much of me will be left once this is over? Or is that not part of the plan?|head_ms_head_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Today’s potion carries a softer magic, but make no mistake its effects are no less profound. It touches your reflection first, and then… the soul behind it.<</speech>><br>
<<speech "mc">>I thought I’d gotten used to these sessions. But this one feels… closer. Like it’ll change what people see in my eyes.<</speech>><br>
<<speech "thalara">>Because it will. Until now, your features still echoed both the prince and the path before you. But after this… the ambiguity fades.<</speech>><br>
<<speech "mc">>So I stop being a ‘he who looks softer’ and become something… uncertain?<</speech>><br>
[[Move Forth|head_ms_head_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>No, Caelan. You begin to become a ‘she who has not yet arrived.’ There is a difference.<</speech>><br>
<<speech "mc">>I keep expecting to wake up and see my old face again. Jawline sharp. Eyes like my father’s. But every time, I drift further. Like memory turning to fog.<</speech>><br>
<<speech "thalara">>Not fog. Mist. And mist can reveal as much as it hides.<</speech>><br>
<<speech "mc">>Will it hurt?<</speech>><br>
[[Move Forth|head_ms_head_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Not in the way you fear. There may be warmth tingling along the cheekbones, a tightness in your lips. But the real ache comes when you look at the mirror… and she looks back.<</speech>><br>
<<speech "mc">>Still bitter as ever…<</speech>><br>
<<speech "thalara">>The bitterness is not from the potion. It’s from what it asks of you.<</speech>><br>
<<speech "mc">>My skin feels… thinner. Not weaker. Just… like silk instead of leather.<</speech>><br>
[[Move Forth|head_ms_head_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>The cheekbones will lift now. Your lips will taper. The muscles behind your eyes will relax, letting softness pool there.<</speech>><br>
<<speech "mc">>How do you know all this? Every inch of change, every flicker?<</speech>><br>
<<speech "thalara">>I’ve walked others through this mist, Caelan. Queens who were not born as women. Nobles who gave up comfort for clarity. Some of them screamed. Others… sang.<</speech>><br>
<<speech "mc">>And what did I do?<</speech>><br>
[[Move Forth|head_ms_head_fs_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You watched the mirror. And you listened. That is rarer than you think.<</speech>><br>
<<speech "mc">>She’s already there, isn’t she? The version of me I haven’t met yet.<</speech>><br>
<<speech "thalara">>She’s not a stranger, Caelan. She’s you without your armor.<</speech>><br>
<<speech "mc">>That’s the part I don’t know how to face. What if I like her? What if I don’t?<</speech>><br>
[[Move Forth|head_ms_head_fs_6]]
<</nobr>><<nobr>>
<<speech "thalara">>You don’t need to love her yet. Just let her breathe.<</speech>><br>
<<speech "mc">>My lips… they’re thinner. Softer. Eyes look… different.<</speech>><br>
<<speech "thalara">>You’re not supposed to recognize her completely. Not yet. She’ll grow clearer with each choice you make.<</speech>><br>
<<speech "mc">>I feel like I’m standing between two portraits. Neither finished.<</speech>><br>
[[Move Forth|head_ms_head_fs_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let your reflection be a painting in progress. And remember what you become doesn’t erase who you were.<</speech>><br>
<<speech "mc">>Into the mirror’s mist… and through it, I suppose.<</speech>><br>
<<speech "thalara">>Exactly, my lady. And mist always clears… when it’s time.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to pull back from the edge. Let’s find what still belongs to me.|head_fs_head_ms_1]] | <br><br>
[[This isn’t as simple as undoing a braid, is it?|head_fs_head_ms_1]] | <br><br>
[[So we just throw her away? Like none of it mattered?|head_fs_head_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This potion… doesn’t erase. It rebalances. But yes, she will step aside for now.<</speech>><br>
<<speech "mc">>She’s still there. I can almost see her outline, just behind my eyes.<</speech>><br>
<<speech "thalara">>And she always will be. This magic doesn’t tear away it folds.<</speech>><br>
<<speech "mc">>What if I liked the way she smiled? It was different. Lighter. As if the world wasn’t watching so closely.<</speech>><br>
[[Move Forth|head_fs_head_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Then remember it. Even as your lips shift, remember how that smile felt. No transformation can take your truth from you.<</speech>><br>
<<speech "mc">>Still bitter. But not like the last ones. This one tastes… dry. Empty, almost.<</speech>><br>
<<speech "thalara">>Because it’s not building something new it’s closing a chapter. There’s melancholy in that. Even in power regained.<</speech>><br>
<<speech "mc">>My skin… feels thicker again. Less delicate. Jaw feels… heavier?<</speech>><br>
[[Move Forth|head_fs_head_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>The lines return gradually. The cheeks broaden. The balance of muscle in your face begins to reassert.<</speech>><br>
<<speech "mc">>So I’m becoming him again. Not her. Not both. Just… him.<</speech>><br>
<<speech "thalara">>No, Caelan. You are still you. But the world will see him first again. It’s only a mask if you forget who's wearing it.<</speech>><br>
<<speech "mc">>Why does it hurt more going back than it did going forward?<</speech>><br>
[[Move Forth|head_fs_head_ms_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Because forward was the unknown. Backward carries memory. The weight of what you’ve felt, lived, questioned. That’s heavier than transformation.<</speech>><br>
<<speech "mc">>I can already feel my cheekbones dulling… my lips firming. The softness is still there, but it's… covered. Hidden.<</speech>><br>
<<speech "thalara">>And that’s a kind of strength too. You’ve touched grace. Now you carry it inside, even if the mirror forgets.<</speech>><br>
<<speech "mc">>What will people see now?<</speech>><br>
[[Move Forth|head_fs_head_ms_5]]
<</nobr>><<nobr>>
<<speech "thalara">>They’ll see a prince who once glimpsed the queen within. That vision doesn’t vanish. It lives in your voice, your eyes, your choices.<</speech>><br>
<<speech "mc">>Will she miss me? The one in the mist?<</speech>><br>
<<speech "thalara">>She won’t need to. She is you. She’s waiting, not mourning.<</speech>><br>
<<speech "mc">>I didn’t expect to grieve.<</speech>><br>
[[Move Forth|head_fs_head_ms_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Transformation always leaves echoes. Some fade. Some follow. But all of them shape the ruler you will be.<</speech>><br>
<<speech "mc">>Then let her echo guide me. Even if the world calls me prince again… she was real. She is real.<</speech>><br>
<<speech "thalara">>And should the time come to find her again… the mist will part. As it always does.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Let’s do it. If I’m to wear this face before the court, let it be flawless.|head_fs_head_fm_1]] | <br><br>
[[Another layer peeled away... I’m not sure who’s left underneath.|head_fs_head_fm_1]] | <br><br>
[[So I’m just a mask now? A doll for court approval?|head_fs_head_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Not a mask. A canvas. And every queen has the right to choose how her portrait is painted.<</speech>><br>
<<speech "mc">>This potion looks... prettier than the last.<</speech>><br>
<<speech "thalara">>Because it touches closer to beauty’s core. The features that stir emotion subtle symmetry, softness, allure.<</speech>><br>
<<speech "mc">>So now it’s about being beautiful?<</speech>><br>
[[Move Forth|head_fs_head_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It’s about wielding beauty, Caelan. As others wield blades or words. You are nearing a point where your presence alone will speak volumes.<</speech>><br>
<<speech "mc">>My lips are already... softer than they were. My eyes seem larger somehow.<</speech>><br>
<<speech "thalara">>Your face is learning a new language. One not written in strength, but in expression. In silence. In invitation and denial.<</speech>><br>
<<speech "mc">>The kind of face that stops a room?<</speech>><br>
[[Move Forth|head_fs_head_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. Or conquers one, without ever raising a voice.<</speech>><br>
<<speech "mc">>Tingles this time. Right behind the eyes... and along my jaw. It’s strange.<</speech>><br>
<<speech "thalara">>The potion eases the underlying muscles. Shapes them to respond to subtler emotion smiles, glances, soft amusement. It draws out grace you didn’t know you possessed.<</speech>><br>
<<speech "mc">>My chin looks... different. Pointed?<</speech>><br>
[[Move Forth|head_fs_head_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Tapered, yes. And your lips are beginning to round. Soon, every expression you make will be read differently. Felt differently.<</speech>><br>
<<speech "mc">>That sounds... dangerous.<</speech>><br>
<<speech "thalara">>It is. But so is any form of power. Your face will no longer command it will compel.<</speech>><br>
<<speech "mc">>Would people even believe I was ever a prince?<</speech>><br>
[[Move Forth|head_fs_head_fm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Some may forget. Others will only whisper. And a few will remember and revere you for the journey.<</speech>><br>
<<speech "mc">>There’s something unreal about it all. Like watching someone else emerge from inside me.<</speech>><br>
<<speech "thalara">>Not someone else. Just another truth. A truth you buried beneath duty, sword drills, and expectation.<</speech>><br>
<<speech "mc">>And if I wanted to stop here?<</speech>><br>
[[Move Forth|head_fs_head_fm_6]]
<</nobr>><<nobr>>
<<speech "thalara">>You could. But you'd carry an unfinished song in your skin. And songs half-sung tend to haunt their singers.<</speech>><br>
<<speech "mc">>It already doesn’t feel like mine. And yet... it’s not wrong.<</speech>><br>
<<speech "thalara">>That’s because you’re not losing yourself you’re unfolding. And every fold you reveal adds depth to the queen you may yet become.<</speech>><br>
<<speech "mc">>I don’t know if I’ll ever believe that fully.<</speech>><br>
[[Move Forth|head_fs_head_fm_7]]
<</nobr>><<nobr>>
<<speech "thalara">>Then believe in the possibility. In the silence of a hall when you walk in. In the way a rival stumbles over their words beneath your gaze. That is real. That is yours.<</speech>><br>
<<speech "mc">>So… after this, I won’t just look like someone new. I’ll feel it, too?<</speech>><br>
<<speech "thalara">>You’ll begin to. And the world will respond. Be ready, Caelan. Beauty carries its own burden.<</speech>><br>
<<speech "mc">>Then teach me to wield it. Not like a mask… but like a blade.<</speech>><br>
[[Move Forth|head_fs_head_fm_8]]
<</nobr>><<nobr>>
<<speech "thalara">>Spoken like a true ruler. Grace sharpened is grace that conquers.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to see what’s left of the old me… before it vanishes completely.|head_fm_head_fs_1]] | <br><br>
[[This doesn’t feel right. Like taking back something I already gave away.|head_fm_head_fs_1]] | <br><br>
[[I never asked for this elegance. Let it go. Let me go.|head_fm_head_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You know, most who walk forward through change rarely glance back. And fewer still ask to undo the spell’s embroidery.<</speech>><br>
<<speech "mc">>Maybe I just need to know what’s still mine. If anything is.<</speech>><br>
<<speech "thalara">>This won’t bring back all you were. But it will soften the queenly mark you now wear. A gentler return… not a full retreat.<</speech>><br>
<<speech "mc">>My lips… they used to be thinner. I remember biting them before battles, cracking them in the cold.<</speech>><br>
[[Move Forth|head_fm_head_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You will feel that tension return. The softness will give way to endurance. Your nose will broaden. The tip will shift upward slightly.<</speech>><br>
<<speech "mc">>This curve… It made me look fragile. Vulnerable.<</speech>><br>
<<speech "thalara">>Now it will firm again. More square, more weight beneath your words. But vulnerability is not weakness, Caelan.<</speech>><br>
<<speech "mc">>I know. But the court sees with old eyes.<</speech>><br>
[[Move Forth|head_fm_head_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>The court can be taught to blink. If only you dared to stay the course.<</speech>><br>
<<speech "mc">>I’m not turning back entirely. I just I need to feel anchored again. Even if only a little.<</speech>><br>
<<speech "thalara">>Then sip. Let the potion find the tension in your features. Let it sculpt with memory instead of magic.<</speech>><br>
<<speech "mc">>It burns, more than I thought.<</speech>><br>
[[Move Forth|head_fm_head_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Because the skin resists what the mind regrets.<</speech>><br>
<<speech "mc">>My mouth feels tight again. Less expressive. My nose… sharper somehow.<</speech>><br>
<<speech "thalara">>The muscles are realigning. Returning to their old habits. You may find your smile changed. Less invitation, more calculation.<</speech>><br>
<<speech "mc">>I feel older.<</speech>><br>
[[Move Forth|head_fm_head_fs_5]]
<</nobr>><<nobr>>
<<speech "thalara">>No. You feel earlier. Before beauty touched you. Before softness tempered you.<</speech>><br>
<<speech "mc">>My face… it’s still not what it was. But… there’s something stronger there.<</speech>><br>
<<speech "thalara">>Strength and beauty are not enemies, Caelan. They’re just two sides of will.<</speech>><br>
<<speech "mc">>Do you think I’m making a mistake?<</speech>><br>
[[Move Forth|head_fm_head_fs_6]]
<</nobr>><<nobr>>
<<speech "thalara">>I think you’re searching for balance. And the only mistake is believing you must be only one thing or the other.<</speech>><br>
<<speech "mc">>Will they still believe in me? The people?<</speech>><br>
<<speech "thalara">>If you believe in yourself, they will. Whether queen, prince, or something entirely new.<</speech>><br>
<<speech "mc">>Then maybe… just for today, I needed to feel something solid. Something I could still call mine.<</speech>><br>
[[Move Forth|head_fm_head_fs_7]]
<</nobr>><<nobr>>
<<speech "thalara">>And tomorrow, you may want something else. That is not weakness, Caelan. That is evolution.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Let it happen. I’ve come too far to stop at almost.|head_fm_head_fl_1]] | <br><br>
[[What if I don’t recognize myself anymore?|head_fm_head_fl_1]] | <br><br>
[[Do it. Let’s get this over with. I’ve learned not to flinch.|head_fm_head_fl_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’ve changed more than just your face, Caelan. This last step this final turn of the sculptor’s hand will not make you someone new. It will only reveal who you’ve chosen to be.<</speech>><br>
<<speech "mc">>Will I still see myself in the mirror when it’s done?<</speech>><br>
<<speech "thalara">>You will see yourself more clearly than ever. But perhaps not the you you were expecting.<</speech>><br>
<<speech "mc">>Sometimes I try to remember what I looked like before. Strong jaw. Square chin. A soldier’s face. And now…<</speech>><br>
[[Move Forth|head_fm_head_fl_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And now you carry a face that commands in different ways. Not with fear. With presence.<</speech>><br>
<<speech "mc">>Presence. Right. But what if I don’t feel present inside it?<</speech>><br>
<<speech "thalara">>The body is an instrument. It reflects your soul in time, not the other way around. Let your spirit catch up, or pull ahead whichever path you choose.<</speech>><br>
<<speech "mc">>It smells like roses and something ancient.<</speech>><br>
[[Move Forth|head_fm_head_fl_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Star-lotus and mirrorvine. Bloom only once per decade, only when bathed in moonlight and truth.<</speech>><br>
<<speech "mc">>It’s warm. Almost too warm.<</speech>><br>
<<speech "thalara">>That warmth is the essence weaving through you. It finds the bones. The skin. The tension that remains.<</speech>><br>
<<speech "mc">>I can feel it… my bones are lighter. Is that even possible?<</speech>><br>
[[Move Forth|head_fm_head_fl_4]]
<</nobr>><<nobr>>
<<speech "thalara">>The cheekbones rise to meet your gaze. The jaw eases its burden. The eyes yes, there they open wider now. Not with surprise, but with grace.<</speech>><br>
<<speech "mc">>It feels like I’m smiling even when I’m not. These lips… this skin…<</speech>><br>
<<speech "thalara">>Porcelain smooth. Not made for war, but for rule. That’s a different kind of strength.<</speech>><br>
<<speech "mc">>I don’t look like a prince anymore. Or even someone who once was.<</speech>><br>
[[Move Forth|head_fm_head_fl_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You don’t look like anyone else, either. You look like her. The queen not yet crowned. The woman forged in fire, shaped by purpose.<</speech>><br>
<<speech "mc">>I… I don’t know what to say.<</speech>><br>
<<speech "thalara">>Then don’t. Let the silence speak. Let it tell you, you’ve arrived.<</speech>><br>
<<speech "mc">>It’s done, isn’t it?<</speech>><br>
[[Move Forth|head_fm_head_fl_6]]
<</nobr>><<nobr>>
<<speech "thalara">>The outer work, yes. But what happens from here is not my magic. It’s yours.<</speech>><br>
<<speech "mc">>I see her now. In the mirror. Not Caelan the prince. Not even Caelan the student. Just… her.<</speech>><br>
<<speech "thalara">>She is you. Fully, finally. And beautifully so.<</speech>><br>
<<speech "mc">>Then let the court look upon me. Let them see the crown they don’t yet know they’ll kneel to.<</speech>><br>
[[Move Forth|head_fm_head_fl_7]]
<</nobr>><<nobr>>
<<speech "thalara">>As they should. And as you were always meant to be seen.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[It’s time I find a middle ground one I choose.|head_fl_head_fm_1]] | <br><br>
[[I thought I’d feel more… finished. But something tugs at me.|head_fl_head_fm_1]] | <br><br>
[[I never asked to go that far. Now I want something back.|head_fl_head_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You tread backwards through a door few ever dare reopen. Most fear the loss of beauty. Others fear the clarity it brings.<</speech>><br>
<<speech "mc">>I didn’t come here to be beautiful. I came to be me. And I’m still figuring out who that is.<</speech>><br>
<<speech "thalara">>That’s honest. And rare. This elixir won’t return you to the battlefield, nor to the boy who stood at its edge. But it will bring balance if that’s what you truly want.<</speech>><br>
<<speech "mc">>My face it felt… right, but not entirely mine. Like a mask I was growing into.<</speech>><br>
[[Move Forth|head_fl_head_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Perhaps you wore it too well. Sometimes perfection imprisons more than it frees.<</speech>><br>
<<speech "mc">>What will change?<</speech>><br>
<<speech "thalara">>The cheeks will ease. The chin will settle stronger. The lips less sculpted, more real. You’ll still carry her grace, but not her ideal.<</speech>><br>
<<speech "mc">>That sounds almost… comforting.<</speech>><br>
[[Move Forth|head_fl_head_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Comfort isn’t weakness, Caelan. Sometimes, it’s the soil in which identity finally takes root.<</speech>><br>
<<speech "mc">>It’s like… the pressure is lifting. My bones aren’t pulling as tight.<</speech>><br>
<<speech "thalara">>Good. The potion listens when the spirit speaks. And yours is steady today.<</speech>><br>
<<speech "mc">>It’s firmer again. But not harsh. Just enough.<</speech>><br>
[[Move Forth|head_fl_head_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>The mirror will show someone neither prince nor queen. But someone true. Someone becoming.<</speech>><br>
<<speech "mc">>Less polish. More presence.<</speech>><br>
<<speech "thalara">>Exactly. Beauty is not a crown. It’s a tool. Sometimes you put it down so your hands can be free.<</speech>><br>
<<speech "mc">>I think I needed this. Not to undo anything but to feel like I’m choosing, not being shaped.<</speech>><br>
[[Move Forth|head_fl_head_fm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you’ve taken your place at the forge. And that, my dear, is the mark of all true rulers.<</speech>><br>
<<speech "mc">>So… I’m not less than I was yesterday?<</speech>><br>
<<speech "thalara">>No. You are more yourself than ever. Every backward step was still forward because you took it.<</speech>><br>
<<speech "mc">>I’m ready for the world to see this version of me.<</speech>><br>
[[Move Forth|head_fl_head_fm_6]]
<</nobr>><<nobr>>
<<speech "thalara">>And the world will learn to bow not to perfection, but to truth. That truth is you.<</speech>><br>
[[I feel the potion working in my body|use_success_potion_create_head]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.hand_forward_potions>>
/* <pre><<=JSON.stringify($curr_potion, null, 2)>></pre> */
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.hand_reverse_potions>>
<</if>>
/* <<=$userBody.left_hand.curr_body>> */
<<set $curr_potion_selected = $curr_potion[$userBody.left_hand.curr_body]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any left hands potions available for your current left hand version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<<set $body_stage to ["ml", "mm", "ms", "fs", "fm", "fl"]>>
<<set $index to -1>>
<<set _i to 0>>
<<for _item range $body_stage>>
<<if _item.includes($userBody.left_hand.curr_body) and $index is -1>>
<<set $index to _i>>
<</if>>
<<set _i to _i + 1>>
<</for>>
<<if State.variables.direction == "reverse">>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index-1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.left_hand, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_left_hand">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p> <<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<else>>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index+1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.left_hand, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_left_hand">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_left_hand">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_left_hand">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_left_hand">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_left_hand">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_left_hand">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_left_hand">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_left_hand">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_left_hand">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = "left_hand_"+$curr_potion_selected.from +"_"+ "left_hand_" + $curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 1>>
<<else>>
<<set $user_stats.gender_appearance -= 1>>
<</if>>
/* <<=>> */
/* <pre><<= JSON.stringify($userBody.left_hand, null, 2)>></pre> */
<<set $userBody.left_hand.curr_body = $curr_potion_selected.to>>
<<set $image_key_hand_path = "mc/figure/" + $userBody.left_hand.orig_body + "/" + $userBody.left_hand.curr_body + "/" + $userBody.left_hand.orig_body + "_" + $userBody.left_hand.curr_body + "_" + "left_hand.png">>
/* <<=$image_key_hand_path>> */
<<set $userBody.left_hand.img = $image_key_hand_path>>
/* <pre><<= JSON.stringify($userBody.left_hand, null, 2)>></pre> */
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready for this. If becoming queen means changing, then I want to face it head-on.|left_hand_ml_left_hand_mm_1]] | <br><br>
[[I’m not sure I like this... But if it’s what the Queen demands, I’ll endure.|left_hand_ml_left_hand_mm_1]] | <br><br>
[[I don’t want this. Changing who I am feels wrong. |left_hand_ml_left_hand_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Whether you welcome it or resist, transformation demands patience.
This first potion will not soften your hand, but loosen its grip the grip of old strength and rigid certainty.<</speech>><br>
<<speech "mc">>Loosen? Sounds like you want me to lose my edge.<</speech>><br>
<<speech "thalara">>Not lose reshape. A sword is sharp, yes, but a blade that never bends will shatter.
Grace is strength learned anew, not weakness taken.<</speech>><br>
<<speech "mc">>I’ve trained my whole life to hold fast. What if I don’t want to let go?<</speech>><br>
[[Move Forth|left_hand_ml_left_hand_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Letting go does not mean forgetting. The strength in your fingers will remain it will simply serve a different purpose. One less bound to conflict, more to connection.<</speech>><br>
<<speech "mc">>I feel the warmth already. It’s spreading, slow and strange.<</speech>><br>
<<speech "thalara">>That warmth is the magic working through your flesh and bone. It loosens the tension in your tendons, softening where hardness once ruled.<</speech>><br>
<<speech "mc">>My knuckles feel lighter, almost... fragile.<</speech>><br>
[[Move Forth|left_hand_ml_left_hand_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Fragile is a word your hand has never known. But grace requires lightness, a fluid strength that moves like water over stone.<</speech>><br>
<<speech "mc">>I’m not sure I like this feeling. It’s like my hand isn’t mine anymore.<</speech>><br>
<<speech "thalara">>It is still yours. But yours transformed. The beginning of a hand that will know precision, sensitivity, and elegance alongside power.<</speech>><br>
<<speech "mc">>So this is just the first step? The rest will go further?<</speech>><br>
[[Move Forth|left_hand_ml_left_hand_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Much further. Each stage will bring your hand closer to its new shape not weaker, but refined. This first loosening prepares you to embrace what comes next.<</speech>><br>
<<speech "mc">>I hope I can hold on to who I am beneath all this.<</speech>><br>
<<speech "thalara">>You will. This transformation reveals who you are, not erases it. Like a sculptor revealing the statue within the marble.<</speech>><br>
<<speech "mc">>And if I resist? If I cling to what I was?<</speech>><br>
[[Move Forth|left_hand_ml_left_hand_mm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Resistance may slow the flow, but magic is patient. It will continue shaping you, whether willingly or not. Your choice is in how you meet it.<</speech>><br>
<<speech "mc">>Then I’ll try. For now.<</speech>><br>
<<speech "thalara">>That is all I ask. Breathe into the change, and let the beginning of grace take root.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to reclaim what was once mine.|left_hand_mm_left_hand_ml_1]] | <br><br>
[[I never thought I’d want this… to grow tougher again.|left_hand_mm_left_hand_ml_1]] | <br><br>
[[I reject this softening they took too much already. |left_hand_mm_left_hand_ml_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The grace you’ve gained is like a whispered song, subtle and delicate.
But even the gentlest melody can grow bold again, if you call it forth.
<</speech>><br>
<<speech "mc">>I’ve felt the looseness, the softening… and now I want the grip back. The power in my hand.<</speech>><br>
<<speech "thalara">>Power is not lost. it waits beneath the surface, beneath the delicate layers.
This potion will draw it back like iron warming in a forge.<</speech>><br>
<<speech "mc">>It sounds like a battle in my blood.<</speech>><br>
[[Move Forth|left_hand_mm_left_hand_ml_2]]
<</nobr>><<nobr>>
<<speech "thalara">>A battle, yes but one you control.
The strength in muscle and bone will return, tighter and harder, but with the wisdom of what you once embraced.<</speech>><br>
<<speech "mc">>I’m afraid of losing what I learned… the balance.<</speech>><br>
<<speech "thalara">>Balance is not a prison, Caelan. It is a tool.
You can wield softness and strength both, but sometimes one must lead.<</speech>><br>
<<speech "mc">>What will this feel like? The pain, the change?<</speech>><br>
[[Move Forth|left_hand_mm_left_hand_ml_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Like cold fire burning deep.
Your veins will thrum, muscles knot and tighten, skin thickening like bark on a tree. The world will feel heavier but steadier.<</speech>><br>
<<speech "mc">>And the scars? The marks left behind by magic?<</speech>><br>
<<speech "thalara">>Faint, like whispers in stone. They remind you of your journey where you’ve been and where you choose to go.<</speech>><br>
<<speech "mc">>Will the Queen see this as a failure? Turning back?<</speech>><br>
[[Move Forth|left_hand_mm_left_hand_ml_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Strength is never failure. It is adaptation. The throne is not won by change alone, but by the will behind it.<</speech>><br>
<<speech "mc">>Then let this be my choice not just magic’s.<</speech>><br>
<<speech "thalara">>As always, Caelan. The magic shapes the flesh, but the spirit shapes destiny.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to embrace the softer strength I’ve gained.|left_hand_mm_left_hand_ms_1]] | <br><br>
[[It feels strange to soften, but I trust the process.|left_hand_mm_left_hand_ms_1]] | <br><br>
[[I don’t want to lose my old strength.|left_hand_mm_left_hand_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Your hand has known the roughness of battle the weight of the sword and the sting of sweat.
But now, it is time to let the tension ease.<</speech>><br>
<<speech "mc">>I feel the power in my grip loosening, like armor melting away.<</speech>><br>
<<speech "thalara">>Not melting transforming. The muscles relax, the calluses fade, but the core remains.
This is strength refined, not lost.<</speech>><br>
<<speech "mc">>It’s a different kind of strength, isn’t it? One I’m still learning.<</speech>><br>
[[Move Forth|left_hand_mm_left_hand_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. Strength that wields not just weapons but words and warmth.
Your hand will still hold a sword but also a delicate quill, a lover’s touch.<</speech>><br>
<<speech "mc">>It tingles… almost like it’s waking up in a new way.<</speech>><br>
<<speech "thalara">>That tingling is the awakening of grace within power. You’re beginning to balance both.<</speech>><br>
<<speech "mc">>Will it hurt? The change?<</speech>><br>
[[Move Forth|left_hand_mm_left_hand_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>There is always some ache in transformation.
But this is a softening ache, like stretching after a long battle.<</speech>><br>
<<speech "mc">>I want to believe the queen will see me differently stronger, yet softer.<</speech>><br>
<<speech "thalara">>She will. Because strength wears many faces, and you are learning them all.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to take back the strength I had before.|left_hand_ms_left_hand_mm_1]] | <br><br>
[[I don’t want to lose the gentleness I’ve found...|left_hand_ms_left_hand_mm_1]] | <br><br>
[[Softness is weakness. I want my old grip back|left_hand_ms_left_hand_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The journey from warrior to diplomat brought new grace to your hand.
But strength never fully disappears it waits, coiled like a spring.<</speech>><br>
<<speech "mc">>I can feel it stirring beneath the surface, like a sleeping wolf.<</speech>><br>
<<speech "thalara">>This potion will awaken it. The bones will harden, the muscles thicken, the skin roughen.
The weight of war will return not as a burden, but as a shield.<</speech>><br>
<<speech "mc">>It feels strange, wanting this return after everything.<</speech>><br>
[[Move Forth|left_hand_ms_left_hand_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Change is never simple. Your hand has learned to hold both quills and swords.
Now it will learn to balance power and precision again.<</speech>><br>
<<speech "mc">>Will I lose the touch that calmed the court and soothed allies?<</speech>><br>
<<speech "thalara">>No. The strongest hands are those that know both strength and gentleness.
Your hand will carry that wisdom forward.<</speech>><br>
<<speech "mc">>And the pain of transformation? Is it worse this time?<</speech>><br>
[[Move Forth|left_hand_ms_left_hand_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>It burns colder, sharper. Like steel tempered in frost.
But pain is a reminder you’re alive, you’re changing, you’re choosing.<</speech>><br>
<<speech "mc">>Choosing… yes. For the throne, or for myself?<</speech>><br>
<<speech "thalara">>That choice, as always, rests with you. Magic is but a tool. will is the true power.<</speech>><br>
<<speech "mc">>Then I choose strength.<</speech>><br>
[[Move Forth|left_hand_ms_left_hand_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then strength it shall be. The weight of war returns to your grasp.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to meet the reflection waiting in this mirror.|left_hand_ms_left_hand_fs_1]] | <br><br>
[[I’m not sure I like who I see halfway between, but I’ll keep going.|left_hand_ms_left_hand_fs_1]] | <br><br>
[[I don’t like this shadow self half prince, half princess.|left_hand_ms_left_hand_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Look closely, Caelan. This hand, this form… it is the threshold of transformation.
Neither here nor there, but the promise of what is to come.<</speech>><br>
<<speech "mc">>It feels strange, like I’m touching a stranger. My own hand, but different.<</speech>><br>
<<speech "thalara">>That is the magic at work.
The essence of maleness softening, giving way to something new yet familiar. Not erased evolved.<</speech>><br>
<<speech "mc">>The nails… they’re longer, and my fingers feel thinner. Like they’re meant to create, not just to grip.<</speech>><br>
[[Move Forth|left_hand_ms_left_hand_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. The hand becomes a tool of creation, of subtlety, of expression. Your touch will carry new meaning.<</speech>><br>
<<speech "mc">>Am I losing myself in this mirror? Or finding who I truly am?<</speech>><br>
<<speech "thalara">>Both. The old you is not gone, but expanded. You are becoming whole, in ways you never imagined.<</speech>><br>
<<speech "mc">>It’s a delicate balance… I want to keep the strength but embrace the grace.<</speech>><br>
[[Move Forth|left_hand_ms_left_hand_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>And you shall. This stage is your crucible where metal tempers into fine steel, where spirit learns to dance.<</speech>><br>
<<speech "mc">>Will the court accept this new form? Or will they see only the uncertainty?<</speech>><br>
<<speech "thalara">>Perception shifts with confidence, and confidence you will find within yourself.
Your presence will command respect because it will be authentic.<</speech>><br>
<<speech "mc">>This is only the beginning, isn’t it?<</speech>><br>
[[Move Forth|left_hand_ms_left_hand_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes, Caelan. The journey is long, but you step forward with courage.
Let the reflection guide you not bind you.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to reclaim what I once was.|left_hand_fs_left_hand_ms_1]] | <br><br>
[[I’m unsure about losing this part of me, but maybe it’s time to return.|left_hand_fs_left_hand_ms_1]] | <br><br>
[[I never wanted to change in the first place. I want my old hand back|left_hand_fs_left_hand_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The mirror does not lie, Caelan.
What was softened now hardens again feminine curves retreating, strength returning.<</speech>><br>
<<speech "mc">>It feels foreign still, like a mask I’m peeling off.
My own hand, but less familiar than I remember.<</speech>><br>
<<speech "thalara">>Change is a journey both ways.
The slender fingers thicken, the nails shorten. Power reclaims its form.<</speech>><br>
<<speech "mc">>The grace fades… the touch becomes firm again.
This is strength, not delicacy.<</speech>><br>
[[Move Forth|left_hand_fs_left_hand_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Indeed. A hand built for command and combat, for certainty rather than softness.
But remember, strength is tempered by wisdom.<</speech>><br>
<<speech "mc">>Am I losing her? The woman I was becoming?<</speech>><br>
<<speech "thalara">>Not lost, but held in balance. Your essence is multifaceted sometimes one side leads, sometimes the other.<</speech>><br>
<<speech "mc">>I want to hold onto my power. I want to be whole again.<</speech>><br>
[[Move Forth|left_hand_fs_left_hand_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>This is the reclaiming of self, not a rejection. You are weaving the threads of your identity anew.<</speech>><br>
<<speech "mc">>Will the court see me as less now? As uncertain or weak?<</speech>><br>
<<speech "thalara">>Perception follows the truth you project. Confidence is your armor, whether in softness or strength.<</speech>><br>
<<speech "mc">>So this is the turning point.<</speech>><br>
[[Move Forth|left_hand_fs_left_hand_ms_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes, the hand that was delicate is now a hand ready to grasp fate once more. Embrace it.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This feels… easier now. Like my body finally agrees with the change.|left_hand_fs_left_hand_fm_1]] | <br><br>
[[I’m still not sure how much of this is me.|left_hand_fs_left_hand_fm_1]] | <br><br>
[[You keep calling this refinement. But all I see is the strength I earned being covered up|left_hand_fs_left_hand_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Even the strongest steel, when polished, reveals a gleam.
The hand you see is no less powerful, only subtler now meant to wield words, silk, and the weight of crowns.<</speech>><br>
<<speech "mc">>It doesn’t ache like before.
It just feels… warm. Like sunlight through my fingers.<</speech>><br>
<<speech "thalara">>That is the body learning to welcome the transformation.
No longer bracing against change, but flowing with it.<</speech>><br>
<<speech "mc">>The skin… it’s so smooth. Softer than I remember my own ever being.
It almost doesn’t look like a man’s hand at all.<</speech>><br>
[[Move Forth|left_hand_fs_left_hand_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>It isn’t. Not anymore. The edges have dulled, the bluntness dissolved.
What remains is grace in every tendon and bone.<</speech>><br>
<<speech "mc">>The veins they don’t stand out like they used to.
Just faint silver threads now, like embroidery beneath the surface.<</speech>><br>
<<speech "thalara">>Beautiful, isn’t it? Beauty not as vanity, but as presence.
The kind that draws eyes, invites touch, and commands silence.<</speech>><br>
<<speech "mc">>So much is changing. It used to feel like a costume.
Now it’s starting to feel like a skin I never knew I needed.<</speech>><br>
[[Move Forth|left_hand_fs_left_hand_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>That is not deception, Caelan. That is awakening.
You are not hiding behind a mask you are shedding one.<</speech>><br>
<<speech "mc">>Will this hand ever fight again? Could I still wield a blade if I needed to?<</speech>><br>
<<speech "thalara">>You could. But it would be a different kind of strike one aimed at truth, not flesh.
This hand now holds influence, not just iron.<</speech>><br>
<<speech "mc">>I keep thinking about how it would feel to hold someone’s hand like this. Not as a prince, but… as a lady.<</speech>><br>
[[Move Forth|left_hand_fs_left_hand_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>And you will. One day, someone will press their lips to this hand not out of obedience, but reverence.<</speech>><br>
<<speech "mc">>It feels strange to say… but I’m starting to like it. How it moves. How it looks in the light.<</speech>><br>
<<speech "thalara">>That is the silken vein within you awakening the royal pulse beneath the surface. Let it flow, and you will shine.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve walked far into femininity… maybe it’s time to step back|left_hand_fm_left_hand_fs_1]] | <br><br>
[[I still feel the warmth of what I was becoming|left_hand_fm_left_hand_fs_1]] | <br><br>
[[All that grace, that softness they weren’t mine. |left_hand_fm_left_hand_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Even rivers reverse, for a moment, before finding their course again. This step backward does not erase your journey it reframes it.<</speech>><br>
<<speech "mc">>My hand feels heavier. Not like it used to, but… denser. Less like silk, more like flesh again.<</speech>><br>
<<speech "thalara">>The shimmer fades, but not the memory. What you learned in delicacy remains, even as the skin thickens once more.<</speech>><br>
<<speech "mc">>The veins… they don’t lace beneath the surface anymore. They pulse, stronger, clearer. It’s strange how quickly that changes.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Not strange. Natural. The body remembers. Just as it can open itself to grace, it can reawaken strength.<</speech>><br>
<<speech "mc">>But this strength feels quieter. Like it’s not for show, just… grounding.<</speech>><br>
<<speech "thalara">>Exactly. This form still carries refinement but it no longer wears it as a crown. It holds it beneath the skin, in stillness.<</speech>><br>
<<speech "mc">>You sound like this is some kind of lesson.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Every change is. You have known the power of softness, now you carry it differently. It lingers in your manner, your poise even if your wrist no longer narrows like a dancer’s.<</speech>><br>
<<speech "mc">>So… what happens next? If I keep going backward, do I lose her completely? The woman I was starting to become?<</speech>><br>
<<speech "thalara">>Only if you choose to forget her. She’s part of you now woven into the lines of your palm, the tilt of your fingers. A quieter echo, perhaps… but still there.<</speech>><br>
<<speech "mc">>It’s less strange than I thought. I feared I’d feel hollow but it’s just… different.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Different is not lesser. You’ve balanced between worlds, and that balance will remain even as the silk is tucked away.<</speech>><br>
<<speech "mc">>So I can walk forward, even if I step back a little first.<</speech>><br>
<<speech "thalara">>Yes, Caelan. And every step, forward or back, shapes who you become. Not prince or princess, but something whole. Something yours.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[If I must become her… then let it be with open eyes.|left_hand_fm_left_hand_fl_1]] | <br><br>
[[I’ve come so far. It feels right… but frightening.|left_hand_fm_left_hand_fl_1]] | <br><br>
[[So this is what it means to let go entirely. Fine.|left_hand_fm_left_hand_fl_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>The body remembers struggle. The hand especially. It holds our pride, our fears, our first instincts. But this final shaping… it is no longer about holding. It is about offering.<</speech>><br>
<<speech "mc">>Offering what? Beauty? Compliance?<</speech>><br>
<<speech "thalara">>Elegance. Precision. Command without force. The hand of a queen guides, soothes, commands and caresses. This is not about surrender. It is about presence.<</speech>><br>
<<speech "mc">>You say it like it's sacred.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fl_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Because it is. This this is the hand that will be extended at coronations, kissed in fealty, held in alliance, raised in judgment.<</speech>><br>
<<speech "mc">>It doesn't feel like mine yet.<</speech>><br>
<<speech "thalara">>Then let it become yours. Drink.<</speech>><br>
<<speech "mc">>It’s warm again. Not like before this is deeper. It’s humming inside the joints, in the skin… gods, even my nails are tingling.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fl_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Let the form open. Let the last cords of roughness loosen. Breathe through it, Caelan.<</speech>><br>
<<speech "mc">>My fingers… they’re longer. Not just slimmer they move like they’re dancing even when they’re still.<</speech>><br>
<<speech "thalara">>Yes. The final precision. Not delicate like glass delicate like blade-edge silk. You are not fragile. You are refined.<</speech>><br>
<<speech "mc">>Even the smallest movements feel… beautiful. I can feel air ripple off my skin when I raise my hand.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fl_4]]
<</nobr>><<nobr>>
<<speech "thalara">>That is the culmination. The hand of a queen does not take it invites. It reveals control in grace. Hold it to the light.<</speech>><br>
<<speech "mc">>It doesn’t even look like I could have ever held a sword with this hand. But I don’t feel weak. Just… elevated.<</speech>><br>
<<speech "thalara">>That is how you know the transformation is complete. You are not less. You are more with less effort. Power without force. Command without constraint.<</speech>><br>
<<speech "mc">>It’s me. And… it’s her. She’s finally there, in the mirror. In the reach of my hand.<</speech>><br>
[[Move Forth|left_hand_fm_left_hand_fl_5]]
<</nobr>><<nobr>>
<<speech "thalara">>She always was. You simply hadn’t yet met her fingers.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Maybe I don’t need to be perfect to rule. Just… present.|left_hand_fl_left_hand_fm_1]] | <br><br>
[[It felt right, the elegance… but I suppose not every part of me|left_hand_fl_left_hand_fm_1]] | <br><br>
[[Maybe it looked like a queen’s hand, but it never felt like mine.|left_hand_fl_left_hand_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You stand at the edge of what could have been ideal refined, polished, poised. But perfection is not the only crown you may wear.<</speech>><br>
<<speech "mc">>The shine fades when I look at it now. My fingers are still long, but they’ve lost that… gleam. That precision.<</speech>><br>
<<speech "thalara">>Yes. The form remains elegant, but not exquisite. This is the elegance of movement, not of stillness. Of presence, not perfection.<</speech>><br>
<<speech "mc">>The skin feels… real again. Less like porcelain. There’s warmth to it. Weight.<</speech>><br>
[[Move Forth|left_hand_fl_left_hand_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>You’ve let go of the image. Now you return to essence. The queen’s hand softens not in failure, but in favor of truth.<</speech>><br>
<<speech "mc">>I don’t know if I miss it or feel relieved. I thought I’d want to hold onto it forever.<</speech>><br>
<<speech "thalara">>What you held was an ideal. And you can return to it, if you wish. But ruling doesn’t come from symmetry. It comes from steadiness.<</speech>><br>
<<speech "mc">>Do you think I’ve stepped backward too far?<</speech>><br>
[[Move Forth|left_hand_fl_left_hand_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>No. You’ve stepped into clarity. And clarity is what a queen needs more than a flawless hand, more than grace that blinds.<</speech>><br>
<<speech "mc">>It still moves like hers… just a little heavier. A little less ethereal.<</speech>><br>
<<speech "thalara">>Then it’s yours now. Not mine. Not your mother’s. Not the idea of a queen etched in glass. But yours.<</speech>><br>
<<speech "mc">>Strange how something as simple as a hand can carry so much of who I am becoming.<</speech>><br>
[[Move Forth|left_hand_fl_left_hand_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Because the hand acts. It touches. It leads. And now, it reflects not who you were told to be… but who you choose to be.<</speech>><br>
[[I feel the potion working in my left hand|use_success_potion_create_left_hand]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.leg_forward_potions>>
/* <pre><<=JSON.stringify($curr_potion, null, 2)>></pre> */
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.leg_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.left_leg.curr_body]>>
/* <<=$userBody.left_leg.curr_body>> */
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any left leg potions available for your current left leg version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<<set $body_stage to ["ml", "mm", "ms", "fs", "fm", "fl"]>>
<<set $index to -1>>
<<set _i to 0>>
<<for _item range $body_stage>>
<<if _item.includes($userBody.left_leg.curr_body) and $index is -1>>
<<set $index to _i>>
<</if>>
<<set _i to _i + 1>>
<</for>>
<<if State.variables.direction == "reverse">>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index-1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.left_leg, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_left_leg">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<else>>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index+1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.left_leg, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_left_leg">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_left_leg">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_left_leg">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_left_leg">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_left_leg">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_left_leg">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_left_leg">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_left_leg">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_left_leg">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = "left_leg_"+$curr_potion_selected.from +"_"+ "left_leg_" + $curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 1>>
<<else>>
<<set $user_stats.gender_appearance -= 1>>
<</if>>
/* <<=>> */
/* <pre><<= JSON.stringify($userBody.left_leg, null, 2)>></pre> */
<<set $userBody.left_leg.curr_body = $curr_potion_selected.to>>
<<set $image_key_leg_path = "mc/figure/" + $userBody.left_leg.orig_body + "/" + $userBody.left_leg.curr_body + "/" + $userBody.left_leg.orig_body + "_" + $userBody.left_leg.curr_body + "_" + "left_leg.png">>
/* <<=$image_key_leg_path>> */
<<set $userBody.left_leg.img = $image_key_leg_path>>
/* <pre><<= JSON.stringify($userBody.left_leg, null, 2)>></pre> */
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. Let’s begin the transformation.|left_leg_ml_left_leg_mm_1]] | <br><br>
[[I don’t know if I want this… but I’ll try.|left_leg_ml_left_leg_mm_1]] | <br><br>
[[I’m doing this because I have to, not because I want to.|left_leg_ml_left_leg_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. The first transformation is never about the body it is about your relationship with what you think it means.
<</speech>><br>
<<speech "mc">>
…Right.
<</speech>><br>
<<speech "thalara">>
This draught won’t sculpt breasts or enchant curves. Not yet. All it will do is ask your chest to let go, to ease its grip on a shape that has served you until now.
<</speech>><br>
<<speech "mc">>
So it’ll make me weaker?
<</speech>><br>
[[Move Forth|left_leg_ml_left_leg_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
No. But it will unfasten the pride your muscles have worn like armor. Not every kind of strength shows in bulk. Sometimes, strength shows in surrender.
<</speech>><br>
<<speech "mc">>
You sound like a philosopher.
<</speech>><br>
<<speech "thalara">>
When you’ve brewed potions that change bones and bend voices, you learn to respect the philosophy of flesh.
<</speech>><br>
<<speech "thalara">>
This will taste like mint, metal, and maybe… regret. You may feel your chest ache for its former form. That’s normal. Muscles remember.
<</speech>><br>
[[Move Forth|left_leg_ml_left_leg_mm_3]]
<</nobr>><<nobr>>
<<speech "mc">>
How fast will it work?
<</speech>><br>
<<speech "thalara">>
Gradually. Within the hour, the tautness in your chest will soften. Your posture will shift. Clothes will feel looser. And you may… feel exposed.
<</speech>><br>
<<speech "mc">>
You mean… like I’m losing something?
<</speech>><br>
<<speech "thalara">>
You are. But you’re not being robbed. You are offering it, in exchange for something else. That’s what every step in magic is a trade, not a theft.
<</speech>><br>
[[Move Forth|left_leg_ml_left_leg_mm_4]]
<</nobr>><<nobr>>
<<speech "mc">>
…It’s cold.
<</speech>><br>
<<speech "thalara">>
Good. That means it’s working. The swelling in your chest will ease first. That defined line under your collarbone it’ll blur. Pectorals will yield to smoother flesh. Your heart will beat more openly, less behind armor.
<</speech>><br>
<<speech "mc">>
…It feels strange already. Like I’ve been… unmade a little.
<</speech>><br>
<<speech "thalara">>
That’s the beginning, Caelan. Unmaking to remake. You’re shedding the rigid frame of the past to shape the future queen. You will have moments of doubt moments when you want to reach back. That’s human.
<</speech>><br>
[[Move Forth|left_leg_ml_left_leg_mm_5]]
<</nobr>><<nobr>>
<<speech "mc">>
And if I don’t want to reach forward? What then?
<</speech>><br>
<<speech "thalara">>
Then you will wrestle with yourself. The path is yours to choose. But know this: transformation is not merely physical; it is the bending of will and mind. The body follows where the spirit leads.
<</speech>><br>
<<speech "mc">>
Sounds like the hardest part is what’s inside.
<</speech>><br>
<<speech "thalara">>
Exactly. The body can be changed by potion and spell. The mind that is a more delicate alchemy. One that takes time, patience, and courage.
<</speech>><br>
[[Move Forth|left_leg_ml_left_leg_mm_6]]
<</nobr>><<nobr>>
<<speech "mc">>
And you think I have those things?
<</speech>><br>
<<speech "thalara">>
I see in you a spirit capable of more than you know. But only you can decide whether to nurture it or let it fade.
<</speech>><br>
<<speech "mc">>
Then… I’ll drink. If not for myself, then for the kingdom.
<</speech>><br>
<<speech "thalara">>
That is the first true step. Drink now, and let the change begin.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to regain my old strength. Let’s begin the reversal.|left_leg_mm_left_leg_ml_1]] | <br><br>
[[I’m unsure if I should do this… but I’ll try.|left_leg_mm_left_leg_ml_1]] | <br><br>
[[I’m doing this because I want my body back, not because anyone tells me to.|left_leg_mm_left_leg_ml_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. Reversal is never about undoing the body alone it is about reclaiming what you believe strength to be.
<</speech>><br>
<<speech "mc">>
…Right.
<</speech>><br>
<<speech "thalara">>
This draught won’t carve muscle instantly or restore the bulk of your former self. Instead, it will ask your chest to tighten again to wear the armor of power it once bore with pride.
<</speech>><br>
<<speech "mc">>
So it’ll make me stronger?
<</speech>><br>
[[Move Forth|left_leg_mm_left_leg_ml_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Yes, in one way. But strength is more than size it is also the courage to reclaim what was lost. Not every kind of power is visible. Sometimes it shows in resolve.
<</speech>><br>
<<speech "mc">>
You sound like a philosopher.
<</speech>><br>
<<speech "thalara">>
When you brew potions that build flesh and restore voice, you learn that flesh has memory and spirit, too.
<</speech>><br>
<<speech "thalara">>
This will taste of iron, earth, and maybe… hope. You may feel your chest tighten and muscles contract. That’s normal. Flesh remembers.
<</speech>><br>
[[Move Forth|left_leg_mm_left_leg_ml_3]]
<</nobr>><<nobr>>
<<speech "mc">>
How fast will it work?
<</speech>><br>
<<speech "thalara">>
Gradually. Within the hour, your chest will regain tautness. Your posture will harden. Clothes will feel tighter. And you may… feel more guarded.
<</speech>><br>
<<speech "mc">>
You mean… like I’m gaining something back?
<</speech>><br>
<<speech "thalara">>
You are. But you are not simply reclaiming what was lost. You are forging it anew stronger, clearer. Every step in magic is a renewal, not a reversal.
<</speech>><br>
[[Move Forth|left_leg_mm_left_leg_ml_4]]
<</nobr>><<nobr>>
<<speech "mc">>
…It’s hot.
<</speech>><br>
<<speech "thalara">>
Good. That means it’s working. The softness in your chest will shrink first. That smooth line under your collarbone will sharpen. Smooth flesh will give way to muscle once again. Your heart will beat with resolve, beneath armor renewed.
<</speech>><br>
<<speech "mc">>
…It feels strange already. Like I’ve been… remade a little.
<</speech>><br>
<<speech "thalara">>
That is the beginning, Caelan. Unmaking to remake but now you remake what once was, with intention and will. You will have moments of pride moments when you feel power return. That’s human.
<</speech>><br>
[[Move Forth|left_leg_mm_left_leg_ml_5]]
<</nobr>><<nobr>>
<<speech "mc">>
And if I want to stop? What then?
<</speech>><br>
<<speech "thalara">>
Then you will wrestle with yourself. The path is yours to choose. But know this: transformation and reversal alike shape both body and mind. The body follows where the spirit leads.
<</speech>><br>
<<speech "mc">>
Sounds like the hardest part is what’s inside.
<</speech>><br>
<<speech "thalara">>
Exactly. The body can be changed by potion and spell. The mind that is the delicate alchemy. One that takes time, patience, and courage.
<</speech>><br>
[[Move Forth|left_leg_mm_left_leg_ml_6]]
<</nobr>><<nobr>>
<<speech "mc">>
And you think I have those things?
<</speech>><br>
<<speech "thalara">>
I see in you a spirit capable of more than you know. But only you can decide whether to nurture it or let it fade.
<</speech>><br>
<<speech "mc">>
Then… I’ll drink. If not for myself, then for my strength.
<</speech>><br>
<<speech "thalara">>
That is the first true step. Drink now, and let the restoration begin.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to regain the muscle and strength I had. Let’s start the reversal.|left_leg_mm_left_leg_ms_1]] | <br><br>
[[I’m not sure about this, but I’ll try to reverse the change.|left_leg_mm_left_leg_ms_1]] | <br><br>
[[I’m doing this on my own terms I want my old body back.|left_leg_mm_left_leg_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. The journey back is not merely about muscle but about reclaiming your form with intention and purpose.
<</speech>><br>
<<speech "mc">>
…Right.
<</speech>><br>
<<speech "thalara">>
This potion will ask your leg to regain its robust muscle, the contours that spoke of strength and endurance. Not just bulk, but the power beneath it the foundation you stand on.
<</speech>><br>
<<speech "mc">>
So it’ll add strength back?
<</speech>><br>
<<speech "thalara">>
Yes. But remember, strength also comes from how you carry it. This step restores the structure beneath the surface, the solid ground for all your strides.
<</speech>><br>
<<speech "mc">>
You sound like you’ve done this many times.
<</speech>><br>
<<speech "thalara">>
I have. And each restoration teaches me to respect not just the body, but the spirit that drives it.
<</speech>><br>
<<speech "thalara">>
This will taste of earth, iron, and a whisper of determination. You may feel a deep warmth in your muscles, a stretching and building sensation. That is normal the flesh remembers its shape.
<</speech>><br>
<<speech "mc">>
How fast will the change take?
<</speech>><br>
<<speech "thalara">>
It will come gradually. You will notice your leg firming, strength returning. Movement will feel more grounded, power more assured.
<</speech>><br>
<<speech "mc">>
Will I feel different?
<</speech>><br>
<<speech "thalara">>
Yes. You may feel more solid, more anchored. Like a tree that has grown roots where once it swayed.
<</speech>><br>
<<speech "mc">>
Sounds… reassuring.
<</speech>><br>
<<speech "thalara">>
That is the magic at work restoring balance and confidence, not just muscle.
<</speech>><br>
<<speech "mc">>
And if I change my mind halfway?
<</speech>><br>
<<speech "thalara">>
Then you will face your own will. Magic bends to spirit, but it is no simple path. Reversal, like transformation, is a conversation with yourself.
<</speech>><br>
<<speech "mc">>
I think I’m ready.
<</speech>><br>
<<speech "thalara">>
Good. Drink now, and feel your strength return steady and true.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to continue softening the muscle. Let’s do this.|left_leg_ms_left_leg_mm_1]] | <br><br>
[[I’m not sure about this step, but I’ll try.|left_leg_ms_left_leg_mm_1]] | <br><br>
[[I don’t like losing strength, but if I must…|left_leg_ms_left_leg_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This phase is about refinement not loss, but transformation. Your left leg will shed the last remnants of rugged bulk, becoming leaner and more graceful.
<</speech>><br>
<<speech "mc">>
…Understood.
<</speech>><br>
<<speech "thalara">>
This potion will ease the dense muscle, smoothing harsh edges into gentle curves. Strength will remain enough to serve you in your training but your form will begin to embody a softer, more fluid grace.
<</speech>><br>
<<speech "mc">>
So I won’t be weak?
<</speech>><br>
[[Move Forth|left_leg_ms_left_leg_mm_2]]
<<</nobr>><<nobr>>
<<speech "thalara">>
No. Strength is not only in bulk but in balance. You will find new power in fluidity and precision.
<</speech>><br>
<<speech "mc">>
You speak as if this is an art.
<</speech>><br>
<<speech "thalara">>
Magic and art are intertwined. The body is a canvas, and transformation is the brushstroke.
<</speech>><br>
<<speech "thalara">>
The taste will be mint with a hint of stone and something elusive like a memory of movement. You may feel a gentle pulse in your muscles, a warmth that signals change.
<</speech>><br>
[[Move Forth|left_leg_ms_left_leg_mm_3]]
<</nobr>><<nobr>>
<<speech "mc">>
How quickly will it take effect?
<</speech>><br>
<<speech "thalara">>
Gradually. Within the hour, you will notice the muscle softening, the leg’s outline smoothing. Movement will gain a new grace, the beginning of your next form.
<</speech>><br>
<<speech "mc">>
What if I resist?
<</speech>><br>
<<speech "thalara">>
Resistance shapes the process, but it cannot stop the current of change. You will feel what you need to feel and learn what you need to learn.
<</speech>><br>
[[Move Forth|left_leg_ms_left_leg_mm_4]]
<</nobr>><<nobr>>
<<speech "mc">>
I’ll drink it then.
<</speech>><br>
<<speech "thalara">>
Good. Embrace the change as it comes, Caelan. Each step is part of your destiny.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready for this change. Let’s begin.|left_leg_ms_left_leg_fs_1]] | <br><br>
[[I don’t know if I’m ready, but I’ll try.|left_leg_ms_left_leg_fs_1]] | <br><br>
[[I don’t want this, but I have no choice.|left_leg_ms_left_leg_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. Today, the magic crosses a threshold. Your left leg will begin to shift from mere strength into a delicate balance of power and feminine grace.
<</speech>><br>
<<speech "mc">>
…I feel the weight of this step.
<</speech>><br>
<<speech "thalara">>
It is no small thing to embrace a new form. This is the point where your flesh softens, your skin smoothes, and subtle curves emerge where once was rigid muscle.
<</speech>><br>
<<speech "mc">>
Will I still be strong?
<</speech>><br>
[[Move Forth|left_leg_ms_left_leg_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Strength will remain, but it will take on a new shape a grace and fluidity unlike before. Power need not always roar; sometimes it whispers.
<</speech>><br>
<<speech "mc">>
This sounds like a transformation of identity, not just body.
<</speech>><br>
<<speech "thalara">>
Indeed. The body and soul are entwined. Your leg will carry a new story one of balance and emerging womanhood.
<</speech>><br>
<<speech "thalara">>
The potion tastes of honey and wildflowers, with a touch of earth. You may feel warmth, tingling, or a gentle stretching as your skin and bone reshape.
<</speech>><br>
[[Move Forth|left_leg_ms_left_leg_fs_3]]
<</nobr>><<nobr>>
<<speech "mc">>
How soon will I notice?
<</speech>><br>
<<speech "thalara">>
The change will begin within minutes but unfolds over hours. You will see subtle shifts skin softening, curves defining, a new harmony in your movement.
<</speech>><br>
<<speech "mc">>
What if I resist this?
<</speech>><br>
<<speech "thalara">>
Resistance is natural. The magic will meet you where you are but moves steadily onward. Yielding allows the transformation to bloom fully.
<</speech>><br>
[[Move Forth|left_leg_ms_left_leg_fs_4]]
<</nobr>><<nobr>>
<<speech "mc">>
I accept it, then.
<</speech>><br>
<<speech "thalara">>
Good. Take the vial and drink deeply. Your journey unfolds with each breath.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to reclaim my old form.|left_leg_fs_left_leg_ms_1]] | <br><br>
[[I’m hesitant, but I’ll try to change back.|left_leg_fs_left_leg_ms_1]] | <br><br>
[[I want this to end. Return me now.|left_leg_fs_left_leg_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. Today the magic will reverse the bloom, gently drawing back the feminine grace from your left leg.
<</speech>><br>
<<speech "mc">>
…It feels strange to want to undo something so delicate.
<</speech>><br>
<<speech "thalara">>
Transformation is a journey, not a prison. Returning to your former strength is as much a step forward as going beyond.
<</speech>><br>
<<speech "mc">>
Will I lose the grace I’ve begun to feel?
<</speech>><br>
[[Move Forth|left_leg_fs_left_leg_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
The soft curves will fade, but strength will deepen anew — muscle returning to its bold, steady presence. Power will roar where it once whispered.
<</speech>><br>
<<speech "mc">>
It’s more than just my body changing again. It feels like my identity shifts with it.
<</speech>><br>
<<speech "thalara">>
Your body reflects your spirit’s ebb and flow. This reversal reclaims a chapter, but your story continues, rich and complex.
<</speech>><br>
<<speech "thalara">>
The draught tastes of iron and pine — grounding, sturdy. You may feel a cool tightening, muscles knitting back, bones firming.
<</speech>><br>
[[Move Forth|left_leg_fs_left_leg_ms_3]]
<</nobr>><<nobr>>
<<speech "mc">>
How quickly will the change happen?
<</speech>><br>
<<speech "thalara">>
The shift begins immediately but solidifies over hours. Your leg will regain its strength, the soft curves replaced by lean, defined muscle.
<</speech>><br>
<<speech "mc">>
What if I resist going back?
<</speech>><br>
<<speech "thalara">>
Magic listens, but it moves steadily. Yield to it, and the change will be smooth; resistance brings strain.
<</speech>><br>
[[Move Forth|left_leg_fs_left_leg_ms_4]]
<</nobr>><<nobr>>
<<speech "mc">>
I accept this return, then.
<</speech>><br>
<<speech "thalara">>
Good. Drink deeply. With each breath, your leg’s form strengthens and hardens anew.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to step back to the gentler form I had before.|left_leg_fs_left_leg_fm_1]] | <br><br>
[[I’m not sure, but I’ll accept the change back.|left_leg_fs_left_leg_fm_1]] | <br><br>
[[I reject this deeper change take it away.|left_leg_fs_left_leg_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. The magic will now ease the deeper bloom from your left leg, gently returning it to its earlier, softer state.
<</speech>><br>
<<speech "mc">>
It feels like losing a part of myself again.
<</speech>><br>
<<speech "thalara">>
Change is fluid, not final. Sometimes we must soften before we grow strong again.
<</speech>><br>
<<speech "mc">>
Will the grace fade completely?
<</speech>><br>
[[Move Forth|left_leg_fs_left_leg_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
No, the elegance remains — just less pronounced, more subtle. Your leg will still carry beauty, but with a lighter touch.
<</speech>><br>
<<speech "mc">>
I’ve grown used to this deeper femininity… going back feels strange.
<</speech>><br>
<<speech "thalara">>
Your body remembers every step. This reversal is a gentle retreat, not a loss. You are still becoming, still evolving.
<</speech>><br>
<<speech "thalara">>
The potion tastes soft and floral, with a hint of earthiness. You may feel a soothing warmth as the curves ease.
<</speech>><br>
[[Move Forth|left_leg_fs_left_leg_fm_3]]
<</nobr>><<nobr>>
<<speech "mc">>
How soon will I feel the change?
<</speech>><br>
<<speech "thalara">>
The shift will begin quickly but deepen gradually over the day.
<</speech>><br>
<<speech "mc">>
What if I resist going back?
<</speech>><br>
<<speech "thalara">>
Magic flows best with your will. Resistance makes the path longer, but it listens still.
<</speech>><br>
[[Move Forth|left_leg_fs_left_leg_fm_4]]
<</nobr>><<nobr>>
<<speech "mc">>
I’m ready to accept the change.
<</speech>><br>
<<speech "thalara">>
Then drink, and let your leg soften gently, the pronounced curves ebbing to reveal the subtler beauty beneath.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to embrace more of this feminine grace.|left_leg_fm_left_leg_fs_1]] | <br><br>
[[I’m nervous, but I’ll try to accept the change.|left_leg_fm_left_leg_fs_1]] | <br><br>
[[I don’t want this, but if I must, so be it.|left_leg_fm_left_leg_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. Today’s potion will deepen the feminine bloom in your left leg, enriching its curves and grace beyond what you’ve felt before.
<</speech>><br>
<<speech "mc">>
I’ve felt this before, but... will it be overwhelming?
<</speech>><br>
<<speech "thalara">>
The change is gentle but undeniable. Your leg will carry itself with more fluidity, the subtle curves blossoming into something more pronounced.
<</speech>><br>
<<speech "mc">>
Will I lose any of my strength?
<</speech>><br>
[[Move Forth|left_leg_fm_left_leg_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Strength will shift in nature, from raw muscle to elegant power — grace itself is a form of strength.
<</speech>><br>
<<speech "mc">>
I’m ready to see what this deeper form feels like.
<</speech>><br>
<<speech "thalara">>
Good. The potion tastes like fresh petals and dew, a softness that seeps into bone and skin alike.
<</speech>><br>
<<speech "mc">>
How fast will the transformation take hold?
<</speech>><br>
[[Move Forth|left_leg_fm_left_leg_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>
The change will flow through your flesh quickly, deepening over the next hours. Your leg will feel lighter, more graceful with each step.
<</speech>><br>
<<speech "mc">>
What if I want to stop or reverse it later?
<</speech>><br>
<<speech "thalara">>
Magic responds to your will. Acceptance hastens the process, resistance slows it but never fully stops it once begun.
<</speech>><br>
<<speech "mc">>
I’m willing. Let’s proceed.
<</speech>><br>
[[Move Forth|left_leg_fm_left_leg_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
Then drink, and let the feminine elegance deepen within your left leg.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I am ready to fully embrace the final step of this transformation.|left_leg_fm_left_leg_fl_1]] | <br><br>
[[I’m not sure I’m ready, but I will do what I must.|left_leg_fm_left_leg_fl_1]] | <br><br>
[[I don’t want this, but if I must go through it, so be it.|left_leg_fm_left_leg_fl_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This final dose will bring your left leg to its ultimate expression of feminine grace. It is not merely a change of form, but the embodiment of the queen you are becoming.
<</speech>><br>
<<speech "mc">>
This... feels so final. Will I truly be able to walk as I was before?
<</speech>><br>
<<speech "thalara">>
Walking will become an art — fluid, precise, and utterly captivating. Your leg will balance strength with delicate elegance, a symbol of power refined.
<</speech>><br>
<<speech "mc">>
I’m afraid of losing myself in this change.
<</speech>><br>
[[Move Forth|left_leg_fm_left_leg_fl_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
You are not losing yourself, Caelan. You are stepping into the fullest version of your destiny. Every curve, every contour has a purpose — to express your true self.
<</speech>><br>
<<speech "mc">>
Will it hurt? Will I feel the magic twisting my bones and skin?
<</speech>><br>
<<speech "thalara">>
There may be a brief warmth, a shifting sensation as your flesh and bone find new harmony. It is not pain, but the stirring of transformation — like a blossom unfolding beneath the sun.
<</speech>><br>
<<speech "mc">>
How long until the change is complete?
<</speech>><br>
[[Move Forth|left_leg_fm_left_leg_fl_3]]
<</nobr>><<nobr>>
<<speech "thalara">>
Within moments you will feel the shift begin, but the final grace will settle over hours. Each step you take will deepen your balance, your poise, your femininity.
<</speech>><br>
<<speech "mc">>
And if I hesitate or resist?
<</speech>><br>
<<speech "thalara">>
Resistance only delays the inevitable. Acceptance allows the magic to flow freely, weaving you closer to your true form.
<</speech>><br>
<<speech "mc">>
I want to be strong in this — not just changed.
<</speech>><br>
[[Move Forth|left_leg_fm_left_leg_fl_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
Strength is not the absence of grace, but its foundation. You will be both powerful and elegant — a queen worthy of her throne.
<</speech>><br>
<<speech "mc">>
Then I’m ready. Let’s begin.
<</speech>><br>
<<speech "thalara">>
Drink deeply, Caelan. Let this final transformation complete your left leg’s journey into grace and beauty.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I accept the need to step back from this final transformation.|left_leg_fl_left_leg_fm_1]] | <br><br>
[[I’m hesitant, but I will do what I must to reverse this.|left_leg_fl_left_leg_fm_1]] | <br><br>
[[I reject this change and want to undo it now.|left_leg_fl_left_leg_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This dose will ease your left leg away from its fullest feminine grace. It is not loss, but a gentle return toward balance and strength.
<</speech>><br>
<<speech "mc">>
This... feels like retreating. Will I lose the poise I’ve gained?
<</speech>><br>
<<speech "thalara">>
Poise will remain, though reshaped. Your leg will carry a sturdier elegance — strength softened, but not surrendered.
<</speech>><br>
<<speech "mc">>
I’m afraid of feeling less myself after this.
<</speech>><br>
[[Move Forth|left_leg_fmlleft_leg_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
You are not less, Caelan. You are stepping into a form that honors both your power and your grace, just in different measure.
<</speech>><br>
<<speech "mc">>
Will it hurt? Will the magic pull and stretch my flesh back?
<</speech>><br>
<<speech "thalara">>
There may be warmth and a slight tension as your flesh and bone reconfigure. It is transformation’s ebb — the unweaving of enchantment with care.
<</speech>><br>
<<speech "mc">>
How long until I feel like myself again?
<</speech>><br>
[[Move Forth|left_leg_fl_left_leg_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>
The shift will begin quickly, but full ease comes over hours. Each step will ground your leg more firmly in strength and moderate elegance.
<</speech>><br>
<<speech "mc">>
And if I resist going backward?
<</speech>><br>
<<speech "thalara">>
Resistance only prolongs tension. Acceptance allows your body to find harmony again in this gentler form.
<</speech>><br>
<<speech "mc">>
I want to keep some of what I gained — not lose all of it.
<</speech>><br>
[[Move Forth|left_leg_fl_left_leg_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
That balance is possible. You will retain elegance, softened but steady, as you return to a moderate feminine strength.
<</speech>><br>
<<speech "mc">>
Then I’m ready. Let’s begin.
<</speech>><br>
<<speech "thalara">>
Drink deeply, Caelan. Let this dose ease your left leg from its full feminine grace into a balanced, refined strength.
<</speech>><br>
[[I feel the potion working in my left leg|use_success_potion_create_left_leg]]
<</nobr>><<nobr>>
<<set _i to random(0, 18)>>
<<if _i == 0>>
<<speech "thalara">>
Back again, I see. And still upright. Either the Vault hasn’t grown teeth, or you’re quicker than I thought.
<</speech>>
<br>
<<speech "mc">>
Let’s say we’re both learning to tolerate each other.
<</speech>>
<br>
<<speech "thalara">>
Tolerate? Caelan, darling, the Vault respects only fear. But bring me those supplies and I’ll reward your bravery with a touch more beauty.
<</speech>>
<<elseif _i == 1>>
<<speech "thalara">>
Do you feel it yet? That flutter under your skin, like your body whispering its gratitude?
<</speech>>
<br>
<<speech "mc">>
I’m not sure what I feel anymore. Excitement. Dread. Maybe both.
<</speech>>
<br>
<<speech "thalara">>
Good. The body should tremble before becoming divine.
<</speech>>
<<elseif _i == 2>>
<<speech "thalara">>
Hmm… the air around you. It’s beginning to change. A hint of violet, silk, and silver fire.
<</speech>>
<br>
<<speech "mc">>
That’s... me?
<</speech>>
<br>
<<speech "thalara">>
It’s the you that waits beneath the skin. These potions only reveal what was always there.
<</speech>>
<<elseif _i == 3>>
<<speech "thalara">>
Ah, my loyal apothecary returns. What did the Vault offer you today? Bloodfern? Aetherglass? Or simply more bruises from that stubborn keeper?
<</speech>>
<br>
<<speech "mc">>
Both. He growled at me like a troll. I think he’s warming up to me.
<</speech>>
<br>
<<speech "thalara">>
Then perhaps we should bottle you next. A prince turned potion fierce, fragrant, and impossible to ignore.
<</speech>>
<<elseif _i == 4>>
<<speech "thalara">>
You’re walking differently. Either the Vault got to your spine… or the changes are settling in.
<</speech>>
<br>
<<speech "mc">>
You really notice everything, don’t you?
<</speech>>
<br>
<<speech "thalara">>
Of course. It’s not every day I sculpt a future queen from stubborn princely clay.
<</speech>>
<<elseif _i == 5>>
<<speech "thalara">>
Did the Vault Keeper insult your lineage again, or was it just his usual charming silence?
<</speech>>
<br>
<<speech "mc">>
He told me he'd rather wrestle a chimera than deal with me.
<</speech>>
<br>
<<speech "thalara">>
Oh, how sweet. I think he’s flirting.
<</speech>>
<<elseif _i == 6>>
<<speech "thalara">>
There’s a tension in your aura today subtle, but undeniable. You’re blooming, Caelan.
<</speech>>
<br>
<<speech "mc">>
Am I? It feels… strange. Like I’m wearing a body that isn’t quite mine yet.
<</speech>>
<br>
<<speech "thalara">>
Then we’ll make it yours. One drop at a time.
<</speech>>
<<elseif _i == 7>>
<<speech "thalara">>
You look radiant today. Either the moon favored your birth… or the breast potion is kicking in.
<</speech>>
<br>
<<speech "mc">>
Thalara! That’s... not something I expected you to say.
<</speech>>
<br>
<<speech "thalara">>
You’ll learn, darling mages rarely say what’s expected. But we’re almost always right.
<</speech>>
<<elseif _i == 8>>
<<speech "thalara">>
You seem tired. The transformations take their toll at first.
<</speech>>
<br>
<<speech "mc">>
I barely slept. My skin itched like I was shedding it.
<</speech>>
<br>
<<speech "thalara">>
You are. The body remembers what it was but we’re teaching it what it must become.
<</speech>>
<<elseif _i == 9>>
<<speech "thalara">>
Don’t rush. True alchemy requires patience... and sometimes, a bit of screaming.
<</speech>>
<br>
<<speech "mc">>
You really know how to calm someone down, you know that?
<</speech>>
<br>
<<speech "thalara">>
Would you prefer lies wrapped in silk? Or truth served raw in flame?
<</speech>>
<<elseif _i == 10>>
<<speech "thalara">>
You know, some mages use illusions for beauty. But you? You’re earning every curve the honest way.
<</speech>>
<br>
<<speech "mc">>
Is that your idea of a compliment?
<</speech>>
<br>
<<speech "thalara">>
It’s my idea of progress. Beauty with depth. Magic with memory.
<</speech>>
<<elseif _i == 11>>
<<speech "thalara">>
Have you dared look into a mirror today?
<</speech>>
<br>
<<speech "mc">>
I did. For longer than usual. It... didn’t feel like a stranger this time.
<</speech>>
<br>
<<speech "thalara">>
Good. The mind often transforms before the body catches up.
<</speech>>
<<elseif _i == 12>>
<<speech "thalara">>
Did you notice your voice softening? Or the way your hands have grown finer?
<</speech>>
<br>
<<speech "mc">>
Not until now. I was so focused on the tasks, I didn’t see the results.
<</speech>>
<br>
<<speech "thalara">>
And yet they’re happening. That’s the nature of true change quiet, creeping, inevitable.
<</speech>>
<<elseif _i == 13>>
<<speech "thalara">>
There’s confidence in your stride now. Pride, even.
<</speech>>
<br>
<<speech "mc">>
I still have doubts. But they don’t rule me anymore.
<</speech>>
<br>
<<speech "thalara">>
Then you’re already halfway to queendom.
<</speech>>
<<elseif _i == 14>>
<<speech "thalara">>
You came alone this time. No handmaiden, no knight, just you.
<</speech>>
<br>
<<speech "mc">>
I don’t need an escort to carry a few petals and crystals. I’m not that fragile.
<</speech>>
<br>
<<speech "thalara">>
No, you’re not. And you’ll only grow stronger though not always in ways visible to the eye.
<</speech>>
<<elseif _i == 15>>
<<speech "thalara">>
Your aura hums differently today. Did something stir in your sleep?
<</speech>>
<br>
<<speech "mc">>
Maybe. I dreamt I was dancing… and everyone bowed to me like I’d always been queen.
<</speech>>
<br>
<<speech "thalara">>
Dreams have power, Caelan. Sometimes they whisper truths our waking minds dare not voice.
<</speech>>
<<elseif _i == 16>>
<<speech "thalara">>
The Vault keeper let you off without a lecture? A miracle!
<</speech>>
<br>
<<speech "mc">>
No such luck. He gave me a full speech on “honor” and “danger.” Again.
<</speech>>
<br>
<<speech "thalara">>
Then take comfort. If he’s repeating himself, he sees your persistence... and respects it in his own gruff way.
<</speech>>
<<elseif _i == 17>>
<<speech "thalara">>
Your scent changed. Subtle floral undertones. Did you use an oil or...?
<</speech>>
<br>
<<speech "mc">>
No... it must be from the potion effects. You said it would start shifting everything, even the unseen.
<</speech>>
<br>
<<speech "thalara">>
Exactly. Femininity isn’t only how you look it’s how the world senses you.
<</speech>>
<<elseif _i == 18>>
<<speech "thalara">>
Tell me honestly do you still hesitate?
<</speech>>
<br>
<<speech "mc">>
Sometimes. But not like before. It’s less fear now… more wonder.
<</speech>>
<br>
<<speech "thalara">>
That’s the transformation I treasure most the shift from resistance to curiosity.
<</speech>>
<</if>>
<<set $reverse_passage = "veil_tower">>
<br>
[[Choose Potion|potion_lab]] | [[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.hand_forward_potions>>
/* <pre><<=JSON.stringify($curr_potion, null, 2)>></pre> */
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.hand_reverse_potions>>
<</if>>
/* <<=$userBody.right_hand.curr_body>> */
<<set $curr_potion_selected = $curr_potion[$userBody.right_hand.curr_body]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any right hands potions available for your current right hand version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
/* <pre><<= JSON.stringify($userBody.right_hand, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $body_stage to ["ml", "mm", "ms", "fs", "fm", "fl"]>>
<<set $index to -1>>
<<set _i to 0>>
<<for _item range $body_stage>>
<<if _item.includes($userBody.right_hand.curr_body) and $index is -1>>
<<set $index to _i>>
<</if>>
<<set _i to _i + 1>>
<</for>>
<<if State.variables.direction == "reverse">>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index-1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_right_hand">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<else>>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index+1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_right_hand">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_right_hand">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_right_hand">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_right_hand">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_right_hand">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_right_hand">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_right_hand">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_right_hand">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_right_hand">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = "right_hand_"+$curr_potion_selected.from +"_"+ "right_hand_" + $curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 1>>
<<else>>
<<set $user_stats.gender_appearance -= 1>>
<</if>>
/* <<=>> */
/* <pre><<= JSON.stringify($userBody.right_hand, null, 2)>></pre> */
<<set $userBody.right_hand.curr_body = $curr_potion_selected.to>>
<<set $image_key_hand_path = "mc/figure/" + $userBody.right_hand.orig_body + "/" + $userBody.right_hand.curr_body + "/" + $userBody.right_hand.orig_body + "_" + $userBody.right_hand.curr_body + "_" + "right_hand.png">>
/* <<=$image_key_hand_path>> */
<<set $userBody.right_hand.img = $image_key_hand_path>>
/* <pre><<= JSON.stringify($userBody.right_hand, null, 2)>></pre> */
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready for this. If becoming queen means changing, then I want to face it head-on.|right_hand_ml_right_hand_mm_1]] | <br><br>
[[I’m not sure I like this... But if it’s what the Queen demands, I’ll endure.|right_hand_ml_right_hand_mm_1]] | <br><br>
[[I don’t want this. Changing who I am feels wrong. |right_hand_ml_right_hand_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Your face holds the legacy of your father’s line bold, strong, uncompromising. A sculptor might say it was hewn from stone. But even stone yields, given time… or magic.<</speech>><br>
<<speech "mc">>And now you’ll chisel it away. One gulp at a time.<</speech>><br>
<<speech "thalara">>Not chisel. Melt. Like snow turning to stream. This is not destruction, Caelan. This is reshaping. Every part of you will still be you. Only… seen differently. Felt differently. Worn differently.<</speech>><br>
<<speech "mc">>It feels like wearing a mask. One I can never take off.<</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>A mask hides. This brings forth what lies beneath. You may not know her yet, the woman who waits inside. But she is watching… and waiting for breath.<</speech>><br>
<<speech "mc">>...You speak like this is sacred.<</speech>><br>
<<speech "thalara">>Because it is. A face is not just flesh. It’s identity. It’s how the world answers you. But it also shapes how you answer the world.<</speech>><br>
<<speech "mc">>So what answers will this face give? Will I smile easier? Cry more? Speak softer?<</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You will smile with meaning. Cry when your spirit demands it. Speak not softer, but with clarity born from both power and elegance. That’s the gift of balance.<</speech>><br>
<<speech "mc">>It smells like… violets. And honey.<</speech>><br>
<<speech "thalara">>And lavender stem, ground moonstone, and a drop of your blood from last night’s offering. All aligned to your lineage, your essence.<</speech>><br>
<<speech "mc">>It’s warm… it’s crawling through my jaw… gods, that’s <</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>It will pass. The ache of transition. Your brow is lightening. See? Even your neck relaxes… the angles soften. No more harsh shadow beneath the chin.<</speech>><br>
<<speech "mc">>I feel… like I’m sinking into something. Like a blanket pulling over my bones.<</speech>><br>
<<speech "thalara">>Look. The beginning of grace. Your father’s jaw still echoes there… but now, so too does your mother’s cheekbones.<</speech>><br>
<<speech "mc">>It’s me. But not me. It’s… her, isn’t it? The one waiting beneath?<</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Only the first glimpse. More will come, if you let it.<</speech>><br>
<<speech "mc">>I didn’t think a few degrees of cheekbone would feel different. But it does. Like my smile knows it’s meant for court instead of campfire.<</speech>><br>
<<speech "thalara">>That is the beginning of understanding. Not just of body but of presence. You will find new ways to be seen. But more importantly… you will learn how to see yourself.<</speech>><br>
<<speech "mc">>Do you think she’ll be proud of me? The Queen?<</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_6]]
<</nobr>><<nobr>>
<<speech "thalara">>I think you will be. In time. That matters more than even a crown.<</speech>><br>
<<speech "mc">>And my hand… will it be weaker now? I trained so hard to master the sword.<</speech>><br>
<<speech "thalara">>It will not be weaker. Just different. You may wield a quill or a fan, a glance or a law, with the same precision you once gave to blade. Femininity is not the absence of strength it is strength reshaped.<</speech>><br>
<<speech "mc">>Strange. I thought the hardest part would be pain. But it’s this… knowing I’ll never hold the hilt quite the same way again.<</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_7]]
<</nobr>><<nobr>>
<<speech "thalara">>And yet, someday soon, you’ll hold the realm itself in your hand. That is a grip far mightier than steel.<</speech>><br>
<<speech "mc">>You speak as if you've seen it before. Have you done this to others?<</speech>><br>
<<speech "thalara">>I have guided a few across the threshold. Not all princes, not all queens. But every soul who braved the crossing came away changed… and closer to truth. Yours will be no different.<</speech>><br>
<<speech "mc">>Then… let’s see who I become.<</speech>><br>
[[Move Forth|right_hand_ml_right_hand_mm_8]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let the potion take root. Let your hand begin its remembering of who it was, and who it longs to be.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to reclaim what was once mine.|right_hand_mm_right_hand_ml_1]] | <br><br>
[[I never thought I’d want this… to grow tougher again.|right_hand_mm_right_hand_ml_1]] | <br><br>
[[I reject this softening they took too much already. |right_hand_mm_right_hand_ml_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You return to me as though retracing your own footsteps. Do you think the ground will feel the same beneath them?<</speech>><br>
<<speech "mc">>I need it back. The grip, the strength, the callus. I don’t want this softness in me anymore.<</speech>><br>
<<speech "thalara">>And yet it’s not just in you. It is you now. Part of you. Magic doesn’t simply fade it remembers.<</speech>><br>
<<speech "mc">>Then let it forget. I want my hand back. I want to be what I was before.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ml_2]]
<</nobr>><<nobr>>
<<speech "thalara">>What you were before… or what you believe you must be again?<</speech>><br>
<<speech "mc">>What I need to be. For me. For the fight. For my name.<</speech>><br>
<<speech "thalara">>So be it. But know this reversal does not undo insight. You will feel the difference. The hand you knew may return, but it will carry memory of softness. Of gentleness.<</speech>><br>
<<speech "mc">>I’ll carry that memory. But I won’t wear it anymore.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ml_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Very well. Then we begin the return. The potion is heavier this time ironroot and dragonbone, the scent of ash and steel. Your veins will remember the forge.<</speech>><br>
<<speech "mc">>Gah ! It burns. It’s like lightning in my bones.<</speech>><br>
<<speech "thalara">>Transformation backward always resists. You are not simply re-growing strength you are evicting vulnerability. That never leaves quietly.<</speech>><br>
<<speech "mc">>My fingers they’re stiffening. Thickening again. The veins are rising…<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ml_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. The musculature returns. The flex of dominance. The imprint of the sword’s grip. Already your palm thickens. Already the wrist reshapes.<</speech>><br>
<<speech "mc">>It’s so fast. It’s ugh it feels wrong, even if it’s what I wanted. Gods, what does that mean?<</speech>><br>
<<speech "thalara">>It means you now understand both sides. Strength as weapon… and strength as touch. You will always carry both, even if the world sees only one.<</speech>><br>
<<speech "mc">>Is that shame I feel… or mourning?<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ml_5]]
<</nobr>><<nobr>>
<<speech "thalara">>It is the ghost of change. The echo of becoming. Not every path forward leads through softness but every detour leaves a mark.<</speech>><br>
<<speech "mc">>It’s finished. The bulk’s returned. My hand… it feels like it could crack stone again.<</speech>><br>
<<speech "thalara">>Then let it crack what must be broken, and spare what must be held. For a ruler must know when to wield… and when to release.<</speech>><br>
<<speech "mc">>You speak as if this is still a lesson. I thought I was stepping away from all of that.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ml_6]]
<</nobr>><<nobr>>
<<speech "thalara">>There is no away. Only through. And you, my prince, have walked further than most ever dare. That truth will linger long after the hand forgets its shape.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to embrace the softer strength I’ve gained.|right_hand_mm_right_hand_ms_1]] | <br><br>
[[It feels strange to soften, but I trust the process.|right_hand_mm_right_hand_ms_1]] | <br><br>
[[I don’t want to lose my old strength.|right_hand_mm_right_hand_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Do you feel it already? Even before the touch… your hand is preparing to let go.<</speech>><br>
<<speech "mc">>It’s just a bowl of potion. And yet… my palm aches like it knows what's coming.<</speech>><br>
<<speech "thalara">>Because it remembers. Last session left an impression. Magic reshapes the body, yes but it also stirs the spirit housed within. Each part of you whispers its own story as it changes.<</speech>><br>
<<speech "mc">>It’s not screaming this time. Just… murmuring. Like it’s asking if it really has to let go.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>The grip is the last to surrender. Fingers remember every sword hilt, every bowstring. But they can learn new truths. The warmth of skin. The language of invitation rather than force.<</speech>><br>
<<speech "mc">>But what if I need that grip again someday? To hold the kingdom? To defend it?<</speech>><br>
<<speech "thalara">>Then you will. But differently. Queens defend not always with blade, but with bonds. With hands that reach instead of strike. Grip does not vanish it transforms its purpose.<</speech>><br>
<<speech "mc">>It’s warm… deeper than the first time. It’s in my wrist now, coiling. Almost… silken?<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>The potion this time weaves between sinew and joint, loosening the armor around the gesture. This session teaches your hand to move with intent, not impulse. It begins to listen, not just act.<</speech>><br>
<<speech "mc">>Gods, my knuckles feel strange. Like they’ve forgotten how to clench properly.<</speech>><br>
<<speech "thalara">>Good. The body forgets harshness before it remembers elegance. Let it feel hollow for now. It is only making space for grace.<</speech>><br>
<<speech "mc">>There’s… less in the palm. Less tension. But I can still flex it. Still lift it. It's just… not driven anymore.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ms_4]]
<</nobr>><<nobr>>
<<speech "thalara">>That is the hidden strength I want you to know. Not instinct. Not reflex. Choice. A hand that can choose whether to wield or welcome is one that rules justly.<</speech>><br>
<<speech "mc">>I always thought ruling meant having control over others.<</speech>><br>
<<speech "thalara">>And now you’re learning… it begins with control over yourself. Over what you touch. What you release. What you carry and what you don’t.<</speech>><br>
<<speech "mc">>My fingers are longer. I can see it now. The curve they don’t jut forward like before. They're… poised.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ms_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. And they will write letters instead of war orders. They will touch cheek and cloth and cradle a crown. Not as a burden. But as belonging.<</speech>><br>
<<speech "mc">>That sounds… like someone else’s life.<</speech>><br>
<<speech "thalara">>It was. But it is becoming yours, line by line. Potion by potion. Look at your hand, Caelan. It still remembers strength but now, it is learning to speak in gentleness.<</speech>><br>
<<speech "mc">>So I’m not losing my grip. I’m choosing not to use it the same way.<</speech>><br>
[[Move Forth|right_hand_mm_right_hand_ms_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Precisely. The Hollowing is not emptiness it is readiness. For touch, for truth, for the responsibilities only you will bear.<</speech>><br>
<<speech "mc">>Then let it hollow. I want to know what that hand can hold when it’s not clenching a blade.<</speech>><br>
<<speech "thalara">>Very well. Then we continue. And as your grip fades, let your reach grow.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to take back the strength I had before.|right_hand_ms_right_hand_mm_1]] | <br><br>
[[I don’t want to lose the gentleness I’ve found...|right_hand_ms_right_hand_mm_1]] | <br><br>
[[Softness is weakness. I want my old grip back|right_hand_ms_right_hand_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You come back again. To call strength home. Tell me… is it courage that brings you here or fear?<</speech>><br>
<<speech "mc">>Maybe both. Maybe neither. All I know is I need to feel it again. The firmness. The grip that doesn’t hesitate.<</speech>><br>
<<speech "thalara">>And what will you do with that grip, Caelan? Crush? Command? Or merely remember what it was like not to doubt it?<</speech>><br>
<<speech "mc">>I don’t know. I just miss knowing what my hand is for. Right now, it trembles when it should clench. Reaches when it should guard.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let us show it another memory. One not of blade or brush, but of presence. The potion is stronger today stirred with wolfsbane root and charred oak. You’ll feel its intent like a drum beneath your skin.<</speech>><br>
<<speech "mc">>The color… it’s darker now. Like amber in stormlight.<</speech>><br>
<<speech "thalara">>Yes. It remembers fire. And it will rekindle what was dimmed. But it will not erase what you’ve learned. No potion ever truly forgets.<</speech>><br>
<<speech "mc">>Gods it bites. It’s crawling into the joints… curling the fingers inward. They want to close now.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>The muscle awakens. Old reflexes stir. The hollow places you once opened now fill again, slowly, deliberately. The grip returns, not as instinct but as intent.<</speech>><br>
<<speech "mc">>It’s like someone is rewinding me. Pulling thread back into tight knots.<</speech>><br>
<<speech "thalara">>That is not failure. It is merely re-centering. Even queens must retreat at times. You are not choosing weakness or strength you are choosing understanding.<</speech>><br>
<<speech "mc">>My fingers… they feel dense again. Less float. More presence. Like they’ve reclaimed weight.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>They have. And with weight comes responsibility. You’ve felt softness. Now feel command again. But hold it with wisdom, not fear.<</speech>><br>
<<speech "mc">>There’s a pulse in my palm. Familiar. Firm. But quieter than before.<</speech>><br>
<<speech "thalara">>Because now it knows balance. You are not the same boy who first clenched a sword. You’ve touched tenderness. That changes the strike even if you strike again.<</speech>><br>
<<speech "mc">>So this isn't undoing. It's… remembering another version of me.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_mm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Precisely. Let the hand flex again, if it must. Let it lead when the moment demands. But never forget it was also made to hold. To open.<</speech>><br>
<<speech "mc">>It’s done. I can feel it in the grip. It’s not the brute strength I had before… but it’s closer. Firmer. Grounded.<</speech>><br>
<<speech "thalara">>Then let it serve you. Not as master or servant. But as instrument. You are not losing your path, Caelan. You’re feeling its curves.<</speech>><br>
<<speech "mc">>...Then I’ll walk it with both hands. One that remembers war… and one that remembers warmth.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_mm_6]]
<</nobr>><<nobr>>
<<speech "thalara">>That is the path of true rule. When the throne calls, let it find you ready not only to wield… but to receive.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to meet the reflection waiting in this mirror.|right_hand_ms_right_hand_fs_1]] | <br><br>
[[I’m not sure I like who I see halfway between, but I’ll keep going.|right_hand_ms_right_hand_fs_1]] | <br><br>
[[I don’t like this shadow self half prince, half princess.|right_hand_ms_right_hand_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You have crossed the halfway mark. Do you feel it? How the flesh no longer answers to memory alone, but to possibility?<</speech>><br>
<<speech "mc">>It’s strange. I look at it and… it doesn’t feel like mine anymore. Or maybe it’s becoming mine in a way it never was.<</speech>><br>
<<speech "thalara">>That is not contradiction it is awakening. The hand you once forged in war now begins to shape the future in elegance, not edge.<</speech>><br>
<<speech "mc">>But it still remembers… I still remember… what it was like to hold steel, to draw blood.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And you always will. That memory doesn’t vanish it deepens. Refines. Would you have this hand unlearn its strength? Or let it rise again with a new form of power?<</speech>><br>
<<speech "mc">>The runes are glowing. Why do they feel like they’re humming through my bones?<</speech>><br>
<<speech "thalara">>Because they’re not drawing power from the potion alone. They’re drawing it from you. From the will you carry. Your fear, your hope, your resistance… your surrender. All of it feeds the flame.<</speech>><br>
<<speech "mc">>I can feel the shape changing. Gods… my wrist it's thin. Not weak… but delicate. I could never imagine calling it that before.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Delicacy is not weakness, Caelan. It is precision. It is intent. Like silk thread that holds royal banners stronger than chain when woven with purpose.<</speech>><br>
<<speech "mc">>The skin’s smoother. The fingers feel… lighter. Like they don’t want to clench anymore. Like they’re meant to gesture. Or to touch gently, not grip hard.<</speech>><br>
<<speech "thalara">>Yes. They are beginning to express, not just execute. They are learning the language of grace. Of allure. And of command through presence, not pressure.<</speech>><br>
<<speech "mc">>My nails what’s happening? They’re shimmering. I didn’t think nails could glow.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>A reflection of your essence. They will always carry the echo of your bloodline, your magic, your decisions. You are not losing yourself, Caelan. You are refining your truth.<</speech>><br>
<<speech "mc">>I want to say it still feels like me… but I’m not sure it does. It feels like her. Like someone else’s hand is growing where mine used to be.<</speech>><br>
<<speech "thalara">>Then speak to her. The woman whose hand this is becoming. She is not a stranger. She is a part of you long ignored. Greet her not with doubt, but with dignity.<</speech>><br>
<<speech "mc">>…Hello. I suppose… you’ve waited long enough.<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_fs_5]]
<</nobr>><<nobr>>
<<speech "thalara">>And she heard you. Look your fingers now rest in poise without effort. The muscles are still yours, but they obey a different rhythm now. One not born of resistance… but invitation.<</speech>><br>
<<speech "mc">>It feels strange. Like the air touches it differently. Softer. Even the pulse in my wrist feels quieter.<</speech>><br>
<<speech "thalara">>That is the heartbeat of transformation. Faint now but it will grow louder, stronger. You are no longer just reshaped you are becoming.<</speech>><br>
<<speech "mc">>So this is the threshold. After today, I don’t get to call it “my hand” in the same way anymore, do I?<</speech>><br>
[[Move Forth|right_hand_ms_right_hand_fs_6]]
<</nobr>><<nobr>>
<<speech "thalara">>No. You call it yourself. Not what you held. Not what you lost. But what you have chosen to extend into the world. This hand will be your introduction. Your grace. Your authority. Your legacy.<</speech>><br>
<<speech "mc">>Then… I’ll let it become what it needs to. Just promise me it will still know how to hold the weight of who I was.<</speech>><br>
<<speech "thalara">>It will. And it will carry it not as a burden but as a root. And roots, my dear Caelan, are what let the blossom rise.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to reclaim what I once was.|right_hand_fs_right_hand_ms_1]] | <br><br>
[[I’m unsure about losing this part of me, but maybe it’s time to return.|right_hand_fs_right_hand_ms_1]] | <br><br>
[[I never wanted to change in the first place. I want my old hand back|right_hand_fs_right_hand_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You step backward over a threshold you crossed with pain and promise. Are you prepared for what might be waiting on this side?<</speech>><br>
<<speech "mc">>I don’t know. I just… I need to remember what it felt like. Before.<</speech>><br>
<<speech "thalara">>Then you shall. The body does not forget. It buries, but it does not erase. Already, your tendons respond the bones shift back, recalibrating for tension over tenderness.<</speech>><br>
<<speech "mc">>It’s… tight. My fingers ache. The wrist feels heavier again. Like armor being slid over the skin.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Because the form is remembering its former purpose. The hand regains its edge not for war, perhaps, but for certainty. This is the grip of assertion, not invitation.<</speech>><br>
<<speech "mc">>The softness is fading. I can see it… feel it. Even the nails are dulling again. No more shimmer.<</speech>><br>
<<speech "thalara">>You called it a mask once, remember? Perhaps this was always another mask. Or perhaps… both versions were your face, from different angles.<</speech>><br>
<<speech "mc">>Do you ever regret helping me change? Or unchange?<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>I regret nothing done by choice. But I do mourn what is lost when that choice is made from fear rather than clarity.<</speech>><br>
<<speech "mc">>The fingers they're thicker now. Less elegant. More blunt. I don’t know if I’m relieved or ashamed.<</speech>><br>
<<speech "thalara">>You are both. That is what makes you human. This transformation is not shameful it is simply honest. It reveals what you need in this moment.<</speech>><br>
<<speech "mc">>I wanted to reach back… to be what I was. But now I don’t know if what I was is enough anymore.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_ms_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you’ve learned the lesson of all shapeshifting: there is no going back. Only forward, into another form of understanding. This hand is not the same as before. It never will be.<</speech>><br>
<<speech "mc">>So this… this is what a hand feels like when it’s caught between who I was and who I might have been.<</speech>><br>
<<speech "thalara">>Precisely. Neither weapon nor whisper. Not yet. But it will choose. And so will you.<</speech>><br>
<<speech "mc">>It hurts. Not the pain of the potion. Something else. Like saying goodbye to a part of me I was just starting to trust.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_ms_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Trust leaves echoes. Let them echo. Let them haunt you, even. From echo comes resonance and from that… choice that matters.<</speech>><br>
<<speech "mc">>What will she think? The one I saw in the mirror. The one this hand used to belong to.<</speech>><br>
<<speech "thalara">>She watches still. And she waits. Whether you return to her… or carry her forward in new form, is yours to decide.<</speech>><br>
<<speech "mc">>Then let this hand hold both of us. Him and her. Not erased. Not replaced. Just… remembered.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_ms_6]]
<</nobr>><<nobr>>
<<speech "thalara">>And in remembering, reshaped.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This feels… easier now. Like my body finally agrees with the change.|right_hand_fs_right_hand_fm_1]] | <br><br>
[[I’m still not sure how much of this is me.|right_hand_fs_right_hand_fm_1]] | <br><br>
[[You keep calling this refinement. But all I see is the strength I earned being covered up|right_hand_fs_right_hand_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Your hand is a story, Caelan. It tells of battles won and losses mourned. But now it will also tell of patience, finesse, and choice.<</speech>><br>
<<speech "mc">>I can feel the difference. It’s like every movement is more deliberate, more… thoughtful. But sometimes, it feels unfamiliar. Almost foreign.<</speech>><br>
<<speech "thalara">>That unfamiliarity is the soil where new strength grows. Strength not forged in fire, but nurtured in calm. Elegance is its own kind of power.<</speech>><br>
<<speech "mc">>It’s strange to think of power as something soft. Like velvet draped over steel.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Exactly so. Velvet protects the steel, but it also invites touch. It does not demand respect through force, but through allure. There is a deep courage in that.<</speech>><br>
<<speech "mc">>I suppose I’m learning a new language one spoken in gestures and glances, not shouts and clangs.<</speech>><br>
<<speech "thalara">>And you will speak it fluently, in time. The world listens closely to those who wield grace. They bend not by weakness, but by wisdom.<</speech>><br>
<<speech "mc">>Sometimes I wonder if I’ll ever fully belong in this new skin. If this hand, this body, will ever truly feel like mine.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Belonging is a journey, not a destination. This hand is becoming a reflection of who you are becoming. That reflection is still you just a version shaped by choice and magic.<</speech>><br>
<<speech "mc">>There’s a beauty in that idea. A chance to remake myself without losing what matters.<</speech>><br>
<<speech "thalara">>Yes. Transformation is not erasure, but revelation. The layers you shed were only parts that no longer served you.<</speech>><br>
<<speech "mc">>Do you think others will notice? Will they see the change before I do?<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Eyes trained in the old ways might miss it at first. But grace always finds its stage. Soon, the subtlety of your movements will speak louder than any word.<</speech>><br>
<<speech "mc">>I want to be more than a symbol. I want to be real. To move with intention and truth.<</speech>><br>
<<speech "thalara">>That truth is within you already. The ritual is only the key to unlock it. Your hand is learning not just to perform, but to express.<</speech>><br>
<<speech "mc">>Then I will practice every gesture, every motion. So when the moment comes, I won’t hesitate.<</speech>><br>
[[Move Forth|right_hand_fs_right_hand_fm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>That is the spirit of elegance confidence born from preparation, not chance.<</speech>><br>
<<speech "mc">>Thank you, Thalara. For helping me find this part of myself.<</speech>><br>
<<speech "thalara">>It is my honor, Caelan. The path is long, but with each step, you shape your own destiny.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve walked far into femininity… maybe it’s time to step back|right_hand_fm_right_hand_fs_1]] | <br><br>
[[I still feel the warmth of what I was becoming|right_hand_fm_right_hand_fs_1]] | <br><br>
[[All that grace, that softness they weren’t mine. |right_hand_fm_right_hand_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Strength is not lost, Caelan. It has only changed its form. You are reclaiming what is essential without erasing what you have learned.<</speech>><br>
<<speech "mc">>It feels different now, heavier somehow. Not like before, but… sturdier. Like a foundation, not a dance.<</speech>><br>
<<speech "thalara">>Yes. This hand has learned to bend, to express softness but now it must learn to hold fast again. To be the anchor beneath the flow.<</speech>><br>
<<speech "mc">>The grace feels like a distant memory. I almost miss the lightness, the ease.<</speech>><br>
[[Move Forth|right_hand_fm_right_hand_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And yet, even as you reclaim strength, the grace will remain beneath the surface like roots feeding a mighty tree.<</speech>><br>
<<speech "mc">>I’m afraid the elegance might fade too much. What if I become too rigid? Too harsh?<</speech>><br>
<<speech "thalara">>Balance is the goal, not absolutes. You will carry both within you power tempered by wisdom, strength softened by understanding.<</speech>><br>
<<speech "mc">>Sometimes I wonder who I really am when I shift between these states. The woman I was becoming, or the warrior I was born.<</speech>><br>
[[Move Forth|right_hand_fm_right_hand_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You are both and more. Transformation is a river, not a wall. You flow through many forms but remain one essence.<</speech>><br>
<<speech "mc">>I want to be steady. To stand firm without losing what grace taught me.<</speech>><br>
<<speech "thalara">>That steadiness will grow with time. Strength is not just muscle it is the calm in the storm.<</speech>><br>
<<speech "mc">>Do others see the change? Or am I the only one feeling this shifting inside?<</speech>><br>
[[Move Forth|right_hand_fm_right_hand_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Your presence will reflect your inner balance. Those who truly know you will notice the return of resolve and the persistence of softness.<</speech>><br>
<<speech "mc">>Thank you, Thalara. For guiding me back, not just to what was, but to what can be.<</speech>><br>
<<speech "thalara">>It is your courage that guides the magic, Caelan. The path is yours to walk, with strength and grace intertwined.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[If I must become her… then let it be with open eyes.|right_hand_fm_right_hand_fl_1]] | <br><br>
[[I’ve come so far. It feels right… but frightening.|right_hand_fm_right_hand_fl_1]] | <br><br>
[[So this is what it means to let go entirely. Fine.|right_hand_fm_right_hand_fl_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Change is never a loss, Caelan. It is transformation in motion. You carry both the queen’s elegance and the warrior’s might within you.<</speech>><br>
<<speech "mc">>This hand feels heavier, but somehow more certain. The delicate curves are fading, replaced by strength that feels both familiar and new.<</speech>><br>
<<speech "thalara">>Strength and grace are threads woven together. Neither is less important than the other. You learn to hold both, shifting as the moment demands.<</speech>><br>
<<speech "mc">>Will I forget the gentleness? The softness that made me feel… more than just power?<</speech>><br>
[[Move Forth|right_hand_fm_right_hand_fl_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Gentleness remains, deeper than the skin. It shapes your touch, even when your hand wields authority.<</speech>><br>
<<speech "mc">>It’s strange to feel this tug back toward a past self. Not a loss exactly, but a layering.<</speech>><br>
<<speech "thalara">>A layering is growth. The queen’s hand still guides, but the warrior’s grasp strengthens the foundation beneath it.<</speech>><br>
<<speech "mc">>I wonder if I can carry both without losing myself.<</speech>><br>
[[Move Forth|right_hand_fm_right_hand_fl_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You are never lost, only evolving. Both hands will come to reflect the whole you power tempered with grace.<</speech>><br>
<<speech "mc">>Thank you for walking this path with me. For helping me hold onto what matters.<</speech>><br>
<<speech "thalara">>It is your heart that guides the magic, Caelan. The hand is but an instrument your spirit shapes its true strength.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Maybe I don’t need to be perfect to rule. Just… present.|right_hand_fl_right_hand_fm_1]] | <br><br>
[[It felt right, the elegance… but I suppose not every part of me|right_hand_fl_right_hand_fm_1]] | <br><br>
[[Maybe it looked like a queen’s hand, but it never felt like mine.|right_hand_fl_right_hand_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>This transformation is a dance between strength and grace, Caelan. You are reclaiming a strength that does not diminish your elegance it reshapes it.<</speech>><br>
<<speech "mc">>It feels strange, like the hand remembers something it had forgotten. The delicate glow fades, replaced by a steady pulse beneath the skin.<</speech>><br>
<<speech "thalara">>Power often wears many faces. Today, it wears a firmer skin a hand that commands without losing its refinement.<</speech>><br>
<<speech "mc">>Will the softness return someday? Or is this a one-way path?<</speech>><br>
[[Move Forth|right_hand_fl_right_hand_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Magic is never so linear. The softness will always live beneath the surface, accessible when you call it forth.<</speech>><br>
<<speech "mc">>I’m surprised to find comfort in this change. The hand feels more mine less a fragile ornament.<</speech>><br>
<<speech "thalara">>That is the balance you must master the harmony of strength and tenderness.<</speech>><br>
<<speech "mc">>Do you think the queen who once held this hand would recognize it now?<</speech>><br>
[[Move Forth|right_hand_fl_right_hand_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>She would see the same soul, tempered and refined by experience. Different, yes but always you.<</speech>><br>
<<speech "mc">>It’s hard to say goodbye to the final touches of grace. But maybe strength is its own kind of beauty.<</speech>><br>
<<speech "thalara">>Indeed. Your hand will carry the future strong, elegant, and entirely your own.<</speech>><br>
[[I feel the potion working in my right hand|use_success_potion_create_right_hand]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.leg_forward_potions>>
/* <pre><<=JSON.stringify($curr_potion, null, 2)>></pre> */
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.leg_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.right_leg.curr_body]>>
/* <<=$userBody.right_leg.curr_body>> */
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any right leg potions available for your current right leg version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
/* <pre><<= JSON.stringify($userBody.right_leg, null, 2)>></pre> */
/* <pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $body_stage to ["ml", "mm", "ms", "fs", "fm", "fl"]>>
<<set $index to -1>>
<<set _i to 0>>
<<for _item range $body_stage>>
<<if _item.includes($userBody.right_leg.curr_body) and $index is -1>>
<<set $index to _i>>
<</if>>
<<set _i to _i + 1>>
<</for>>
<<if State.variables.direction == "reverse">>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index-1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_right_leg">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<else>>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index+1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_right_leg">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_right_leg">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_right_leg">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_right_leg">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_right_leg">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_right_leg">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_right_leg">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_right_leg">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_right_leg">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = "right_leg_"+$curr_potion_selected.from +"_"+ "right_leg_" + $curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 1>>
<<else>>
<<set $user_stats.gender_appearance -= 1>>
<</if>>
/* <<=>> */
/* <pre><<= JSON.stringify($userBody.right_leg, null, 2)>></pre> */
<<set $userBody.right_leg.curr_body = $curr_potion_selected.to>>
<<set $image_key_leg_path = "mc/figure/" + $userBody.right_leg.orig_body + "/" + $userBody.right_leg.curr_body + "/" + $userBody.right_leg.orig_body + "_" + $userBody.right_leg.curr_body + "_" + "right_leg.png">>
/* <<=$image_key_leg_path>> */
<<set $userBody.right_leg.img = $image_key_leg_path>>
/* <pre><<= JSON.stringify($userBody.right_leg, null, 2)>></pre> */
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. I understand what must be done.|right_leg_ml_right_leg_mm_1]] | <br><br>
[[I suppose I have no choice. Let’s get this over with.|right_leg_ml_right_leg_mm_1]] | <br><br>
[[I don’t want this. But if the Queen demands it, so be it.|right_leg_ml_right_leg_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. The first transformation is never about the body it is about your relationship with what you think it means.
<</speech>><br>
<<speech "mc">>…Right.<</speech>><br>
<<speech "thalara">>
This draught won’t sculpt breasts or enchant curves. Not yet. All it will do is ask your chest to let go to ease its grip on a shape that has served you until now.
<</speech>><br>
<<speech "mc">>So it’ll make me weaker?<</speech>><br>
[[Move Forth|right_leg_ml_right_leg_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
No. But it will unfasten the pride your muscles have worn like armor. Not every kind of strength shows in bulk. Sometimes it shows in surrender.
<</speech>><br>
<<speech "mc">>You sound like a philosopher.<</speech>><br>
<<speech "thalara">>
When you’ve brewed potions that change bones and bend voices, you learn to respect the philosophy of flesh.
<</speech>><br>
<<speech "thalara">>
This will taste like mint, metal, and maybe… regret. You may feel your chest ache for its former form. That’s normal. Muscles remember.
<</speech>><br>
[[Move Forth|right_leg_ml_right_leg_mm_3]]
<</nobr>><<nobr>>
<<speech "mc">>How fast will it work?<</speech>><br>
<<speech "thalara">>
Gradually. Within the hour, the tautness in your chest will soften. Your posture will shift. Clothes will feel looser. And you may… feel exposed.
<</speech>><br>
<<speech "mc">>You mean… like I’m losing something?<</speech>><br>
<<speech "thalara">>
You are. But you’re not being robbed. You are offering it, in exchange for something else. That’s what every step in magic is a trade, not a theft.
<</speech>><br>
[[Move Forth|right_leg_ml_right_leg_mm_4]]
<</nobr>><<nobr>>
<<speech "mc">>…It’s cold.<</speech>><br>
<<speech "thalara">>
Good. That means it’s working. The swelling in your chest will ease first. That defined line under your collarbone? It’ll blur. Pectorals will yield to smoother flesh. Your heart will beat more openly, less behind armor.
<</speech>><br>
<<speech "mc">>…It feels strange already. Like I’ve been… unmade a little.<</speech>><br>
<<speech "thalara">>
That is the beginning, Caelan. To become what you must be, you first must shed what you are. Do not fear the unmaking fear the refusal to remake.
<</speech>><br>
[[Move Forth|right_leg_ml_right_leg_mm_5]]
<</nobr>><<nobr>>
<<speech "mc">>What if I don’t want to be remade? What if I still want to be myself?<</speech>><br>
<<speech "thalara">>
Then you will have a long and difficult path ahead. This magic is ancient and patient; it does not rush. But it does not forgive hesitation forever. You will be given choices, but know this every choice shapes not just your body, but your soul.
<</speech>><br>
<<speech "mc">>How do I keep hold of myself if I’m changing so much?<</speech>><br>
<<speech "thalara">>
By remembering who you are beyond flesh and bone. You are Caelan, child of Queen Alinora and Therion. You carry their blood and their will. This transformation is not erasure, but evolution. The question is will you embrace it, or resist until the end?
<</speech>><br>
[[Move Forth|right_leg_ml_right_leg_mm_6]]
<</nobr>><<nobr>>
<<speech "mc">>And if I resist? Will it hurt more?<</speech>><br>
<<speech "thalara">>
Magic follows intent as much as matter. Resistance will make the process slower, more painful, more uncertain. Surrender brings grace; defiance brings struggle. The choice is yours always.
<</speech>><br>
<<speech "mc">>…And what if I surrender but lose myself?<</speech>><br>
<<speech "thalara">>
Then you will find a new self one forged in fire and rebirth. That self may be unfamiliar, but it will be yours in ways you cannot yet imagine. Trust the process, Caelan. The queen trusts you.
<</speech>><br>
[[Move Forth|right_leg_ml_right_leg_mm_7]]
<</nobr>><<nobr>>
<<speech "mc">>I hope I can live up to that trust.<</speech>><br>
<<speech "thalara">>
You already have. Now, drink. Let the first step begin.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to regain the strength I had before.|right_leg_mm_right_leg_ml_1]] | <br><br>
[[I’m not sure this is right, but I’ll try.|right_leg_mm_right_leg_ml_1]] | <br><br>
[[I refuse to lose my strength any longer.|right_leg_mm_right_leg_ml_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This reversal is not merely physical it's a reclaiming of what once was, a renewal of power you’ve allowed to wane.
<</speech>><br>
<<speech "mc">>…Understood.<</speech>><br>
<<speech "thalara">>
This draught will not bulk you up overnight, but it will call your muscles back to life. It asks your leg to remember its former strength, to rebuild fibers it once held tightly.
<</speech>><br>
<<speech "mc">>So it will make me stronger?<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ml_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Yes. But with strength comes responsibility. You will regain the muscle that bore your burdens, but also the rigidity and armor that came with it.
<</speech>><br>
<<speech "mc">>You speak as though this is a burden.<</speech>><br>
<<speech "thalara">>
Strength is a double-edged sword. It protects, but it can also confine. To wield it well requires wisdom as much as power.
<</speech>><br>
<<speech "thalara">>
This potion tastes of iron, earth, and resolve. You may feel a sudden rush of heat, a tightening of sinews and veins. It is your body waking from its softer state.
<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ml_3]]
<</nobr>><<nobr>>
<<speech "mc">>How quickly will it take hold?<</speech>><br>
<<speech "thalara">>
Within the hour, your leg will thicken, muscles contracting and swelling. Movement will feel more forceful, weightier. But with that, a sense of rawness may surface new strength comes with strain.
<</speech>><br>
<<speech "mc">>It sounds painful.<</speech>><br>
<<speech "thalara">>
Transformation always challenges the body and mind. You may feel tightness or soreness as muscle reshapes. But it is a sign of progress your leg reawakening to its true power.
<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ml_4]]
<</nobr>><<nobr>>
<<speech "mc">>I’m afraid of becoming too rigid, too unyielding.<</speech>><br>
<<speech "thalara">>
That is the nature of strength sometimes it hardens you, sometimes it frees you. The choice to balance it wisely rests with you.
<</speech>><br>
<<speech "mc">>What if I lose some of the grace I’ve gained?<</speech>><br>
<<speech "thalara">>
Grace and strength can coexist, but often in tension. Your movement may become less fluid, but more purposeful. It’s a trade-off you must consider carefully.
<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ml_5]]
<</nobr>><<nobr>>
<<speech "mc">>Will this reversal undo the progress I’ve made mentally?<</speech>><br>
<<speech "thalara">>
Body and mind are intertwined. As your form hardens, your thoughts may shift, perhaps toward fierceness and resolve. It is not a loss only a different path.
<</speech>><br>
<<speech "mc">>And if I resist this change?<</speech>><br>
<<speech "thalara">>
Resistance will slow the process and make it harsher. But your will is strong if you choose this, you must embrace it fully. Half measures bring only pain.
<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ml_6]]
<</nobr>><<nobr>>
<<speech "mc">>…I hope I am ready.<</speech>><br>
<<speech "thalara">>
You are more ready than you realize. Drink now, and reclaim your strength.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want to regain more strength and power.|right_leg_mm_right_leg_ms_1]] | <br><br>
[[I’m hesitant, but I will try to accept it.|right_leg_mm_right_leg_ms_1]] | <br><br>
[[I refuse to remain in this weaker state any longer.|right_leg_mm_right_leg_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This potion calls upon your leg to reclaim its fuller strength. The subtle tone you’ve gained will shift toward the resolute muscle you once bore.
<</speech>><br>
<<speech "mc">>…I see.<</speech>><br>
<<speech "thalara">>
You will feel a tightening, a gathering of power beneath the skin, as your leg begins to thicken and bulk. This strength is vital for the demands you will face.
<</speech>><br>
<<speech "mc">>Will I lose the smoothness I’ve started to enjoy?<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Some softness will give way, yes. But the new firmness will lend you steadiness and endurance. There is honor in the balance of strength and grace.
<</speech>><br>
<<speech "mc">>This feels like stepping backward.<</speech>><br>
<<speech "thalara">>
It is a return, not a regression. Strength and agility coexist you are rediscovering a part of yourself you once knew well.
<</speech>><br>
<<speech "thalara">>
The taste is earthier this time like fresh soil after rain, with a hint of iron. It may bring a warm pulse through your leg, a sign muscles waking from rest.
<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ms_3]]
<</nobr>><<nobr>>
<<speech "mc">>How long will the changes take?<</speech>><br>
<<speech "thalara">>
Within the hour, your leg will gain thickness and firmness. Movement may feel heavier but more purposeful. You may notice a new sense of grounding.
<</speech>><br>
<<speech "mc">>What if I resist the changes?<</speech>><br>
<<speech "thalara">>
Resistance will prolong discomfort and uncertainty. Embrace the change fully, and your body will thank you.
<</speech>><br>
[[Move Forth|right_leg_mm_right_leg_ms_4]]
<</nobr>><<nobr>>
<<speech "mc">>I’m afraid of losing the elegance I’m growing into.<</speech>><br>
<<speech "thalara">>
Strength need not erase elegance it can enhance it when balanced wisely. This is a step toward resilience, not forsaking grace.
<</speech>><br>
<<speech "mc">>I hope I am ready.<</speech>><br>
<<speech "thalara">>
You are ready. Drink, and welcome the power returning to your frame.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I am ready to soften and refine, to walk more lightly.|right_leg_ms_right_leg_mm_1]] | <br><br>
[[I don’t know if I want this change, but I’ll try.|right_leg_ms_right_leg_mm_1]] | <br><br>
[[I don’t want to lose any more strength, but I’ll endure it.|right_leg_ms_right_leg_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This potion will continue the transformation, softening the remaining bulk of your right leg. Strength remains, but elegance will begin to weave into your form.
<</speech>><br>
<<speech "mc">>…I understand.<</speech>><br>
<<speech "thalara">>
The muscles will relax, becoming leaner and more toned. You will still retain enough strength for your training, but the rough edges will smooth away.
<</speech>><br>
<<speech "mc">>Will it feel weak?<</speech>><br>
[[Move Forth|right_leg_ms_right_leg_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Not weak, but more balanced. There is power in grace as much as in brute strength. You are learning to carry yourself differently.
<</speech>><br>
<<speech "mc">>It feels like losing part of myself.<</speech>><br>
<<speech "thalara">>
Change always feels like loss before it becomes gain. You are becoming something new, something equally worthy.
<</speech>><br>
<<speech "thalara">>
This potion tastes of soft herbs and cool water, with a faint trace of iron. You may feel a gentle pulse in your leg as the muscles relax and reshape.
<</speech>><br>
[[Move Forth|right_leg_ms_right_leg_mm_3]]
<</nobr>><<nobr>>
<<speech "mc">>How soon will the change be noticeable?<</speech>><br>
<<speech "thalara">>
Within the hour, you will feel your leg grow lighter, your movements more fluid. The bulk will decrease, replaced by a leaner strength.
<</speech>><br>
<<speech "mc">>What if I resist the changes?<</speech>><br>
<<speech "thalara">>
Resistance only slows progress and increases discomfort. Trust the process, and your body will adapt gracefully.
<</speech>><br>
[[Move Forth|right_leg_ms_right_leg_mm_4]]
<</nobr>><<nobr>>
<<speech "mc">>I’m afraid of what this means.<</speech>><br>
<<speech "thalara">>
Fear is natural, but do not let it chain you. You are stepping into a new role, with new strengths. Embrace it fully.
<</speech>><br>
<<speech "mc">>I hope I can walk this path well.<</speech>><br>
<<speech "thalara">>
You will. Drink now, and let the change begin.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I am ready to embrace this new form and the changes it will bring.|right_leg_ms_right_leg_fs_1]] | <br><br>
[[I am uncertain, but I will try to accept what must be.|right_leg_ms_right_leg_fs_1]] | <br><br>
[[I don’t want to lose my strength or identity, but I will endure this.|right_leg_ms_right_leg_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. Today, the magic you drink will mark a profound turning point. The muscles that have long defined your leg will soften into gentle curves and smooth skin. You will begin to carry the subtle grace of femininity.
<</speech>><br>
<<speech "mc">>…This feels different from before.<</speech>><br>
<<speech "thalara">>
Indeed. This is not merely lessening strength or tone this is a reweaving of your very form. The boundaries between muscle and flesh will blur, and a new shape will take root.
<</speech>><br>
<<speech "mc">>Will I lose the power I’ve worked for?<</speech>><br>
[[Move Forth|right_leg_ms_right_leg_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Power will change, but it will not disappear. Strength manifests in many forms sometimes in muscle, sometimes in presence, in balance, in elegance.
<</speech>><br>
<<speech "mc">>I feel… warmth spreading already.<</speech>><br>
<<speech "thalara">>
That is the magic flowing, reshaping your flesh and bone. Your leg will grow smoother, softer to the touch, with gentle curves hinting at the new identity you are forging.
<</speech>><br>
<<speech "thalara">>
This potion tastes of sweet herbs and soft honey, with a whisper of jasmine. Expect a sensation of deep warmth and gentle pressure as your leg reshapes.
<</speech>><br>
[[Move Forth|right_leg_ms_right_leg_fs_3]]
<</nobr>><<nobr>>
<<speech "mc">>How quickly will I notice the change?<</speech>><br>
<<speech "thalara">>
Within the hour, you will feel your leg relax and reshape. The lines of muscle will soften; the skin will smooth and bloom with subtle curves.
<</speech>><br>
<<speech "mc">>What if I resist the change?<</speech>><br>
<<speech "thalara">>
Resistance will make the magic harder to bear. Surrender to the transformation, and your body will adapt with grace and strength in new ways.
<</speech>><br>
[[Move Forth|right_leg_ms_right_leg_fs_4]]
<</nobr>><<nobr>>
<<speech "mc">>It’s difficult to imagine myself like this.<</speech>><br>
<<speech "thalara">>
Every transformation is a step into the unknown. But with each step, you grow closer to the queen you are destined to become.
<</speech>><br>
<<speech "mc">>I hope I can walk this path well.<</speech>><br>
<<speech "thalara">>
You will. Drink deeply, and let your new form begin to blossom.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I am ready to reclaim my former strength and identity.|right_leg_fs_right_leg_ms_1]] | <br><br>
[[I feel uncertain, but I will try to accept this change.|right_leg_fs_right_leg_ms_1]] | <br><br>
[[I don’t want to lose the grace I’ve gained, but I will endure this.|right_leg_fs_right_leg_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. Today, the magic you drink will mark a profound turning point the gentle curves of your leg will give way to renewed muscle and definition. You will reclaim strength and tone as your form shifts toward the masculine.
<</speech>><br>
<<speech "mc">>…This feels different from before.<</speech>><br>
<<speech "thalara">>
Indeed. This is not simply regaining muscle it is a reweaving of your very form. The softness of flesh will yield to muscle and sinew once more, reshaping your leg with new power.
<</speech>><br>
<<speech "mc">>Will I lose the grace I’ve developed?<</speech>><br>
[[Move Forth|right_leg_fs_right_leg_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Grace will change, but it will not vanish. Strength manifests in many ways sometimes in elegance, sometimes in raw power. Both are valuable.
<</speech>><br>
<<speech "mc">>I feel… a coolness spreading already.<</speech>><br>
<<speech "thalara">>
That is the magic flowing, reshaping your flesh and bone. Your leg will grow firmer, muscles tightening, returning to the stronger contours you once knew.
<</speech>><br>
<<speech "thalara">>
This potion tastes of sharp herbs and iron, with a whisper of cedar. Expect a sensation of cool pressure and tightening as your leg reshapes.
<</speech>><br>
[[Move Forth|right_leg_fs_right_leg_ms_3]]
<</nobr>><<nobr>>
<<speech "mc">>How quickly will I notice the change?<</speech>><br>
<<speech "thalara">>
Within the hour, you will feel your leg firm up and reshape. The soft curves will harden; muscle will thicken and become more defined.
<</speech>><br>
<<speech "mc">>What if I resist the change?<</speech>><br>
<<speech "thalara">>
Resistance will make the magic harder to bear. Surrender to the transformation, and your body will adapt with renewed strength and vigor.
<</speech>><br>
[[Move Forth|right_leg_fs_right_leg_ms_4]]
<</nobr>><<nobr>>
<<speech "mc">>It’s difficult to imagine myself like this.<</speech>><br>
<<speech "thalara">>
Every transformation is a step into the unknown. But with each step, you grow closer to the person you choose to be.
<</speech>><br>
<<speech "mc">>I hope I can walk this path well.<</speech>><br>
<<speech "thalara">>
You will. Drink deeply, and let your new form begin to strengthen.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready to deepen this change and embrace a fuller femininity.|right_leg_fs_right_leg_fm_1]] | <br><br>
[[I’m uncertain, but I will try to accept whatever comes.|right_leg_fs_right_leg_fm_1]] | <br><br>
[[I’m wary of losing myself, but I’ll endure this for the sake of the crown.|right_leg_fs_right_leg_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This potion will deepen the transformation begun your right leg will gain softer curves, smoother skin, and a structure more suited for fluid, graceful motion.
<</speech>><br>
<<speech "mc">>It feels like the change will be more than skin deep.<</speech>><br>
<<speech "thalara">>
Indeed. This stage shapes not just flesh but how your body moves and carries itself the very essence of feminine poise.
<</speech>><br>
<<speech "mc">>Will this make me feel more... exposed?<</speech>><br>
[[Move Forth|right_leg_fs_right_leg_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Perhaps. The subtlety of muscle will give way to vulnerability in softness. But vulnerability is a kind of strength, especially for a queen.
<</speech>><br>
<<speech "mc">>The warmth in my leg is rising already.<</speech>><br>
<<speech "thalara">>
That is the magic taking root reshaping muscle into gentle curves, rough skin into smooth, supple flesh.
<</speech>><br>
<<speech "thalara">>
The taste of this potion is sweet herbs with a whisper of wildflowers delicate but powerful.
<</speech>><br>
[[Move Forth|right_leg_fs_right_leg_fm_3]]
<</nobr>><<nobr>>
<<speech "mc">>How soon will I notice the difference?<</speech>><br>
<<speech "thalara">>
Within the hour, you’ll feel your leg shifting movements lighter, the shape fuller and more elegant.
<</speech>><br>
<<speech "mc">>What if I resist the change?<</speech>><br>
<<speech "thalara">>
Resistance only prolongs discomfort. Allow the magic to flow it serves the harmony of your new form.
<</speech>><br>
[[Move Forth|right_leg_fs_right_leg_fm_4]]
<</nobr>><<nobr>>
<<speech "mc">>This is harder than I imagined.<</speech>><br>
<<speech "thalara">>
Every transformation tests you. But embracing it will reveal new strength in your femininity.
<</speech>><br>
<<speech "mc">>I hope I can move gracefully with this change.<</speech>><br>
<<speech "thalara">>
You will. Drink the potion, and let your right leg blossom into fuller, more fluid grace.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I accept the return to a subtler femininity.|right_leg_fm_right_leg_fs_1]] | <br><br>
[[I’m hesitant, but I’ll let the magic do its work.|right_leg_fm_right_leg_fs_1]] | <br><br>
[[I don’t want to lose this grace, but I’ll endure whatever comes.|right_leg_fm_right_leg_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Come forward, Caelan. Today’s potion will ease back the deeper curves, softening the pronounced femininity of your leg into a subtler, lighter form. Your movement will retain grace but with less bloom a return to a gentler, simpler shape.
<</speech>><br>
<<speech "mc">>…It feels like stepping back after progress.<</speech>><br>
<<speech "thalara">>
Transformation is not always a straight path forward. Sometimes we must retreat to better understand the strength in simpler forms.
<</speech>><br>
<<speech "mc">>Will I lose the balance and beauty I gained?<</speech>><br>
[[Move Forth|right_leg_fm_right_leg_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Balance remains, though more refined. Beauty is not only in depth but in subtlety. This step softens your leg without sacrificing its grace.
<</speech>><br>
<<speech "mc">>The warmth in my leg is fading already.<</speech>><br>
<<speech "thalara">>
That signals the magic reshaping your flesh. The pronounced curves will ease, the skin’s texture will lighten a delicate shift back to gentler contours.
<</speech>><br>
<<speech "thalara">>
Expect a taste like sweet herbs with a faint trace of wildflowers gentle yet potent.
<</speech>><br>
[[Move Forth|right_leg_fm_right_leg_fs_3]]
<</nobr>><<nobr>>
<<speech "mc">>How soon will I feel the difference?<</speech>><br>
<<speech "thalara">>
Within the hour, the curves will soften and your leg will carry itself with a lighter touch. Movements will become more fluid but less pronounced.
<</speech>><br>
<<speech "mc">>If I resist this, what then?<</speech>><br>
<<speech "thalara">>
Resistance will delay the change and make it more uncomfortable. Let the magic flow freely it serves your body’s harmony.
<</speech>><br>
<<speech "mc">>This is hard to accept.<</speech>><br>
[[Move Forth|right_leg_fm_right_leg_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
Every transformation, forward or back, teaches us something about ourselves. Embrace it, and you will find strength even in softness.
<</speech>><br>
<<speech "mc">>I hope I can move with this new form gracefully.<</speech>><br>
<<speech "thalara">>
You will. Drink the potion, and your leg will begin to bloom into gentler grace once more.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve awaited this moment. Let the final step refine me fully.|right_leg_fm_right_leg_fl_1]] | <br><br>
[[I’m nervous, but I know I must see this through.|right_leg_fm_right_leg_fl_1]] | <br><br>
[[Even if this changes me beyond recognition, I will endure it for the kingdom.|right_leg_fm_right_leg_fl_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This last potion is unlike any before it will perfect your leg’s transformation, weaving strength and elegance into a single, flowing form.
<</speech>><br>
<<speech "mc">>It feels like the end of a long path... but also like a new beginning.<</speech>><br>
<<speech "thalara">>
Precisely. Transformation is both an ending and a dawn. Your right leg will now carry the full grace and poise expected of a queen.
<</speech>><br>
<<speech "mc">>Will I feel different when I walk? More... aware?<</speech>><br>
[[Move Forth|right_leg_fm_right_leg_fl_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Yes. The magic sharpens your senses, harmonizing muscle and bone with a dancer’s precision. Every step will feel natural, balanced, and fluid.
<</speech>><br>
<<speech "mc">>What about the strength? Will it be lost entirely?<</speech>><br>
<<speech "thalara">>
Not lost, refined. Femininity is strength in a different form subtle, enduring, and graceful. Your leg will support you with quiet power, not blunt force.
<</speech>><br>
<<speech "mc">>I can feel it already warmth, lightness, and... something like pride.<</speech>><br>
[[Move Forth|right_leg_fm_right_leg_fl_3]]
<</nobr>><<nobr>>
<<speech "thalara">>
Good. That pride is yours to claim the pride of becoming who you are meant to be. The curves, the softness, the grace they are all part of your new strength.
<</speech>><br>
<<speech "mc">>This change... it feels almost like magic itself has rewritten my body’s story.<</speech>><br>
<<speech "thalara">>
Magic is the language of change, Caelan. Your body is a story written in flesh and bone, and now it tells a tale of transformation and power intertwined.
<</speech>><br>
<<speech "mc">>What happens after this session? Will I need to relearn how to move?<</speech>><br>
[[Move Forth|right_leg_fm_right_leg_fl_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
You will. But relearning is growth. Your body will guide you, teaching new rhythms and balances a dance of strength and femininity.
<</speech>><br>
<<speech "mc">>I am ready to embrace this final step, no matter what it means.<</speech>><br>
<<speech "thalara">>
Then drink, and let the last threads of transformation weave their perfect pattern into your form. Your journey to becoming queen continues, stronger and more beautiful than ever.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I accept this step back. Sometimes strength lies in returning to what is simpler.|right_leg_fl_right_leg_fm_1]] | <br><br>
[[I’m hesitant to lose this final grace... but I trust your guidance.|right_leg_fl_right_leg_fm_1]] | <br><br>
[[I may not want this change, but I will endure it for the path ahead.|right_leg_fl_right_leg_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>
Step forward, Caelan. This potion will gently undo the last touches of your leg’s femininity softening and restoring balance where once there was pronounced elegance.
<</speech>><br>
<<speech "mc">>It feels like letting go of something precious... but maybe it’s necessary.<</speech>><br>
<<speech "thalara">>
Transformation is never just gaining. Sometimes it requires release a reshaping, a return to steadiness.
<</speech>><br>
<<speech "mc">>Will I lose the strength that came with this grace?<</speech>><br>
[[Move Forth|right_leg_fl_right_leg_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>
Not lost, shifted. The power of subtlety replaces the flair of refined elegance. Your leg will carry strength in a quieter, steadier form.
<</speech>><br>
<<speech "mc">>I can already feel the curves softening, the sharpness fading.<</speech>><br>
<<speech "thalara">>
Yes. The magic is easing your muscles and bones back toward a moderate shape less striking, but no less vital.
<</speech>><br>
<<speech "mc">>It’s strange... as if I’m balancing between two identities.<</speech>><br>
[[Move Forth|right_leg_fl_right_leg_fm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>
That balance is your strength. It reminds you of the fluidity of form and self neither wholly one nor the other, but a path between.
<</speech>><br>
<<speech "mc">>Will my movements change much after this?<</speech>><br>
<<speech "thalara">>
You will move with a steadier rhythm. The dance of grace will become simpler, grounded like walking on firm earth after floating on air.
<</speech>><br>
<<speech "mc">>I am ready to embrace this change, even if it feels like a loss.<</speech>><br>
[[Move Forth|right_leg_fl_right_leg_fm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>
Then drink deeply, Caelan. The unmaking is as vital as the making. Your journey continues, balanced between strength and softness.
<</speech>><br>
[[I feel the potion working in my right leg|use_success_potion_create_right_leg]]
<</nobr>><<nobr>>
<<set $curr_potion = setup.torso_forward_potions>>
<<if State.variables.direction == "reverse">>
<<set $curr_potion = setup.torso_reverse_potions>>
<</if>>
<<set $curr_potion_selected = $curr_potion[$userBody.torso.orig_body]>>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<if $curr_potion_selected == undefined>>
<p style="color: red;">You do not have any torso potions available for your current torso version to transform.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<<set $body_stage to ["ml", "mm", "ms", "fs", "fm", "fl"]>>
<<set $index to -1>>
<<set _i to 0>>
<<for _item range $body_stage>>
<<if _item.includes($userBody.torso.orig_body) and $index is -1>>
<<set $index to _i>>
<</if>>
<<set _i to _i + 1>>
<</for>>
<<if State.variables.direction == "reverse">>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index-1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.torso, null, 2)>></pre>
<pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_torso">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<else>>
<<set $possible_changes to [$body_stage[$index], $body_stage[$index+1]]>>
/* <<=$possible_changes>> */
<<if
$possible_changes.includes($userBody.left_hand.curr_body) &&
$possible_changes.includes($userBody.right_hand.curr_body) &&
$possible_changes.includes($userBody.head.curr_head) &&
$possible_changes.includes($userBody.left_leg.curr_body) &&
$possible_changes.includes($userBody.right_leg.curr_body) &&
$possible_changes.includes($userBody.torso.orig_body)
>>
/* <pre><<= JSON.stringify($userBody.torso, null, 2)>></pre>
<pre><<= JSON.stringify($curr_potion_selected, null, 2)>></pre> */
/* <pre><<= JSON.stringify($userItems, null, 2)>></pre> */
<<set $ingredient = {}>>
<span class="ingredient_text">
<b>✦ Ancient Alchemical Recipe ✦</b><br><br>
<b>Potion:</b> <<=$curr_potion_selected.name>><br>
<b>Purpose:</b> <<=$curr_potion_selected.purpose>><br><br>
<b>🜃 Ingredients:</b><br>
<ol>
<<for _item, _value range $curr_potion_selected.ingredients>>
<li><<=$userItems[_item].name>>: _value <<=$userItems[_item].unit>></li>
<<set $ingredient[_item] = {amount: $userItems[_item].amount, needed: _value, unit: $userItems[_item].unit}>>
<</for>>
</ol>
<<set _potion = $curr_potion_selected>>
/* <<set $currentObjectives = 'Create Potion: ' + _potion.name + '. Ingredients are: '>>
<<for _item, _value range _potion.ingredients>>
<<set $currentObjectives += $userItems[_item].name + ': ' + _value + ' ' + $userItems[_item].unit + ', '>>
<</for>>
<<replace "#objectives-text" t8n>>
<<=$currentObjectives>>
<</replace>> */
<b>⤐ Function:</b><br>
<i><<=$curr_potion_selected.function>></i><br><br>
<b>⚠ Side Effects:</b><br>
<i><<=$curr_potion_selected.sideEffects>></i>
</span>
/* <pre><<= JSON.stringify($ingredient, null, 2)>></pre> */
<<set $ingredinetAvailable = true>>
<<for _key, _data range $ingredient>>
<<if $ingredient[_key].amount < $ingredient[_key].needed>>
<p style="color: red;">
You do not have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, but you have only <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>.</p>
<<set $ingredinetAvailable = false>>
<<else>>
<p style="color: green;">
You have enough <<=$userItems[_key].name>>. You need <<=$ingredient[_key].needed>>
<<=$userItems[_key].unit>>, you have <<=$ingredient[_key].amount>> <<=$userItems[_key].unit>>. It is more than enough!!</p>
<</if>>
<</for>>
<<if $currentArc["main_arc"] == 3>>
<<link "Refer Another Potion Scroll">><<goto "potion_lab">><</link>>
<<elseif $ingredinetAvailable>>
<p style="color: green;">You have all the ingredients needed to make the potion.</p>
<<link "Make Potion">><<goto "potion_create_torso">><</link>>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<<else>>
<p style="color: red;">You do not have all the ingredients needed to make the potion.</p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<<set $potion = $curr_potion_selected>>
<<set $potionInventory = {}>>
<<for _item, _needed range $potion.ingredients>>
<<set $potionInventory[_item] = 0>>
<</for>>
<<else>>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">Your other parts (Head, Hands, Legs or Body) are not in required stage to proceed with this transformation.</p>
<p style="color: red; font-size: 1.2em; font-weight: bolder;">***Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: red; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: red; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: red; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: red; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: red; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
<<link "Leave Potion Scroll Selection">><<goto "veil_tower">><</link>> |
<<link "Leave Veil Tower">><<goto "castle_map_back_select">><</link>> |
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<span class="ingredient_text">
<b>🧪 Assembling: <span style="color: #5a2e13"><<=$potion.name>></span></b><br>
<i>Match the exact ingredients to brew this potion:</i><br><br>
<div class="item-grid">
<<for _item, _needed range $potion.ingredients>>
<div class="item-card">
<<capture _item>>
[img[$userItems[_item].img]]
<<set $reverse_passage_ingredient = "potion_create_torso">>
<<=$userItems[_item].name>>
<div class="ingredient_details"><<link "Details">><<set $selectedIngredient = _item>><<goto "IngredientDetail">><</link>></div>
<</capture>>
</div>
<</for>>
</div>
<br>
<<for _item, _needed range $potion.ingredients>>
<div style="margin-bottom: 10px;">
<b><<=$userItems[_item].name>></b> (You have: <<=$userItems[_item].amount>> <<=$userItems[_item].unit>>)<br>
Needed: <<=_needed>> <<=$userItems[_item].unit>> | Added: <<=$potionInventory[_item]>> <<=$userItems[_item].unit>><br>
<<if $userItems[_item].amount > 0>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount>>
<<goto "potion_create_torso">>
<</link>>
<</capture>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*2>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*2>>
<<goto "potion_create_torso">>
<</link>>
<</capture>>
<</if>>
<<if $userItems[_item].amount >= $userItems[_item].min_amount*5>>
<<capture _item>>
<<set $potion_add = "+" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<link $potion_add>>
<<set $potionInventory[_item] += $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount -= $userItems[_item].min_amount*5>>
<<goto "potion_create_torso">>
<</link>>
<</capture>>
<</if>>
<</if>>
<<if $potionInventory[_item] > 0>>
<<set $potion_add = "-" + $userItems[_item].min_amount + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount>>
<<set $userItems[_item].amount += $userItems[_item].min_amount>>
<<goto "potion_create_torso">>
<</link>>
<</capture>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*2>>
<<set $potion_add = "-" + $userItems[_item].min_amount*2 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*2>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*2>>
<<goto "potion_create_torso">>
<</link>>
<</capture>>
<</if>>
<<if $potionInventory[_item] >= $userItems[_item].min_amount*5>>
<<set $potion_add = "-" + $userItems[_item].min_amount*5 + " " + $userItems[_item].unit>>
<<capture _item>>
<<link $potion_add>>
<<set $potionInventory[_item] -= $userItems[_item].min_amount*5>>
<<set $userItems[_item].amount += $userItems[_item].min_amount*5>>
<<goto "potion_create_torso">>
<</link>>
<</capture>>
<</if>>
<</if>>
</div>
<</for>>
<<set $_matches = true>>
<<for _item, _data range $potion.ingredients>>
<<if $potionInventory[_item] != $potion.ingredients[_item]>>
<<set $_matches = false>>
<</if>>
<</for>>
<<if $_matches>>
<p style="color: green;"><b>✅ All ingredients matched perfectly. Ready to brew!</b></p>
<<link "Brew Potion">>
<<goto "brew_success_potion_create_torso">>
<</link>>
<</if>>
<<if not $_matches>>
<p style="color: red;"><b>⚠ Ingredient quantities do not match the recipe. Adjust to proceed.</b></p>
<</if>>
<<link "Cancel">>
<<for _item, _data range $potionInventory>>
<<set $userItems[_item].amount += $potionInventory[_item]>>
<</for>>
<<goto "potion_lab">>
<</link>>
</span>
<</nobr>><<nobr>>
<<set $_i to random(1, 4)>>
<<set $img_path = "potion/potion_"+$_i +".gif">>
<div style="text-align: center; "><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;" @src="setup.ImagePath+$img_path"></div>
/* <pre><<=JSON.stringify($curr_potion_selected, null, 2)>></pre> */
<<set $next_passage = "torso_"+$curr_potion_selected.from +"_"+ "torso_" + $curr_potion_selected.to>>
<br>
[[Move Forth|$next_passage]] | <br><br>
[[Skip Conversation with Thalara|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<<if State.variables.direction == "reverse">>
<<set $user_stats.gender_appearance += 2.5>>
<<else>>
<<set $user_stats.gender_appearance -= 2.5>>
<</if>>
/* <pre><<= JSON.stringify($userBody, null, 2)>></pre> */
<<set $userBody.left_leg.orig_body = $curr_potion_selected.to>>
<<set $userBody.right_leg.orig_body = $curr_potion_selected.to>>
<<set $userBody.left_hand.orig_body = $curr_potion_selected.to>>
<<set $userBody.right_hand.orig_body = $curr_potion_selected.to>>
<<set $userBody.head.orig_body = $curr_potion_selected.to>>
<<set $userBody.crotch.orig_body = $curr_potion_selected.to>>
<<set $userBody.chest.orig_body = $curr_potion_selected.to>>
<<set $userBody.hair.orig_body = $curr_potion_selected.to>>
<<set $userBody.top_underwear.orig_body = $curr_potion_selected.to>>
<<set $userBody.bottom_underwear.orig_body = $curr_potion_selected.to>>
<<set $userBody.top_wear.orig_body = $curr_potion_selected.to>>
<<set $userBody.bottom_wear.orig_body = $curr_potion_selected.to>>
<<set $userBody.torso.orig_body = $curr_potion_selected.to>>
<<set $image_key_torso_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + "torso" + ".png">>
<<set $image_key_left_leg_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.curr_body + "/" + $userBody.torso.orig_body + "_" + $userBody.torso.curr_body + "_" + "left_leg" + ".png">>
<<set $image_key_right_leg_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.curr_body + "/" + $userBody.torso.orig_body + "_" + $userBody.torso.curr_body + "_" + "right_leg" + ".png">>
<<set $image_key_left_hand_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.curr_body + "/" + $userBody.torso.orig_body + "_" + $userBody.torso.curr_body + "_" + "left_hand" + ".png">>
<<set $image_key_right_hand_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.curr_body + "/" + $userBody.torso.orig_body + "_" + $userBody.torso.curr_body + "_" + "right_hand" + ".png">>
<<set $image_key_head_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.head.curr_head + "/" + $userBody.torso.orig_body + "_" + $userBody.head.curr_head + "_" + "head" + ".png">>
<<set $image_key_torso_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + "torso" + ".png">>
<<set $image_key_crotch_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + $userBody.crotch.curr_crotch + ".png">>
<<set $image_key_chest_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + $userBody.chest.curr_chest + ".png">>
<<set $image_key_hair_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.head.curr_head + "/" + $userBody.torso.orig_body + "_" + $userBody.head.curr_head + "_" + $userBody.hair.curr_hair + ".png">>
<<if $userBody.top_underwear.curr_top_underwear != "">>
<<set $image_key_top_underwear_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + $userBody.top_underwear.curr_top_underwear + ".png">>
<<else>>
<<set $image_key_top_underwear_path = "">>
<</if>>
<<if $userBody.bottom_underwear.curr_bottom_underwear != "">>
<<set $image_key_bottom_underwear_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" +$userBody.bottom_underwear.curr_bottom_underwear + ".png">>
<<else>>
<<set $image_key_bottom_underwear_path = "">>
<</if>>
<<if $userBody.top_wear.curr_top_wea != "">>
<<set $image_key_top_wear_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + $userBody.top_wear.curr_top_wear + ".png">>
<<else>>
<<set $image_key_top_wear_path = "">>
<</if>>
<<if $userBody.bottom_wear.curr_bottom_wear != "">>
<<set $image_key_bottom_wear_path = "mc/figure/" + $userBody.torso.orig_body + "/" + $userBody.torso.orig_body + "_" + $userBody.bottom_wear.curr_bottom_wear + ".png">>
<<else>>
<<set $image_key_bottom_wear_path = "">>
<</if>>
<<set $userBody.torso.img = $image_key_torso_path>>
<<set $userBody.left_leg.img = $image_key_left_leg_path>>
<<set $userBody.right_leg.img = $image_key_right_leg_path>>
<<set $userBody.left_hand.img = $image_key_left_hand_path>>
<<set $userBody.right_hand.img = $image_key_right_hand_path>>
<<set $userBody.head.img = $image_key_head_path>>
<<set $userBody.torso.img = $image_key_torso_path>>
<<set $userBody.crotch.img = $image_key_crotch_path>>
<<set $userBody.chest.img = $image_key_chest_path>>
<<set $userBody.hair.img = $image_key_hair_path>>
<<set $userBody.top_underwear.img = $image_key_top_underwear_path>>
<<set $userBody.bottom_underwear.img = $image_key_bottom_underwear_path>>
<<set $userBody.top_wear.img = $image_key_top_wear_path>>
<<set $userBody.top_underwear.img = $image_key_bottom_wear_path>>
/* <pre><<= JSON.stringify($userBody, null, 2)>></pre> */
<div style="text-align: center;">
<div class="change_show torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="change_show head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="change_show right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="change_show left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="change_show left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="change_show right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="change_show chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<div class="change_show crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="change_show hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
</div>
<<link "Try another Potion Scroll">><<goto "potion_lab">><</link>> |
[[Leave Veil Tower|castle_map_back_select]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. Let’s begin this transformation|torso_ml_torso_mm_1]] | <br><br>
[[…I still don’t know if this is right, but I’ll go through with it… for the kingdom.|torso_ml_torso_mm_1]] | <br><br>
[[Don’t expect me to smile while you change me. I didn’t ask for this.|torso_ml_torso_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Welcome, Caelan. I see you’ve made your decision. However difficult, however noble or simply inevitable. This is the first of many transformations… and it begins not with grand spectacle, but with subtle change.<</speech>><br>
<<speech "mc">>...So this is it. My body starts turning into something else. Into someone else.<</speech>><br>
<<speech "thalara">>No, not someone else. Into yourself, reimagined. You may feel disoriented, even betrayed by your own skin. But transformation is not loss it is refinement. The steel remains... we merely reshape the blade.<</speech>><br>
<<speech "mc">>I still feel like this body is part of who I am. The strength, the width of my shoulders I've trained with Sir Aldric since I was a boy. This doesn’t just vanish.<</speech>><br>
[[Move Forth|torso_ml_torso_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>And it shouldn’t. But strength has many forms, my prince. Some visible, some not. What you’ve learned in battle will live in your spine, in your balance. Even as your shape softens, your core your discipline remains. This potion doesn’t erase you; it invites the rest of you forward.<</speech>><br>
<<speech "mc">>And yet, my waist will shrink, my bones realign, and I’ll lose the body I’ve known since childhood.<</speech>><br>
<<speech "thalara">>Yes. The potion guides your form into a silhouette that suits the queen you are becoming. Narrower flanks, a taper of the torso, a gentler rise at the chest. The beginning of space for gowns and corsets, for gestures to flow rather than clash.<</speech>><br>
<<speech "mc">>Sounds like I’m being molded into a dress form.<</speech>><br>
[[Move Forth|torso_ml_torso_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Perhaps. Or perhaps into a vessel of power in a world that kneels before beauty, grace, and presence. Remember, in Velmoria, the queen’s body is not just adorned it commands attention, redirects courtly currents, holds the eye of friend and rival alike.<</speech>><br>
<<speech "mc">>And this potion how does it actually work? I thought transformation was violent. This sounds… poetic.<</speech>><br>
<<speech "thalara">>Most physical changes occur beneath the surface first. This first draft targets the subdermal tissue, loosening muscle memory, guiding the growth plates of the ribs inward. Your abdomen will become more supple, while the dorsal spine will slowly arch to allow for a regal posture. Your internal balance will shift. It is not instant it will take days but the shift begins the moment the potion touches your tongue.<</speech>><br>
<<speech "mc">>And it won’t hurt?<</speech>><br>
[[Move Forth|torso_ml_torso_mm_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Not in the way a blade hurts. You may feel warmth then pressure. A pulling sensation at your waist. Your breath may catch as your diaphragm realigns. Some describe it as... being unwound and re-knotted with silken thread.<</speech>><br>
<<speech "mc">>…Do you remember everyone you’ve done this to?<</speech>><br>
<<speech "thalara">>Yes. Every one of them. Some wept. Some laughed. One threw the vial at my head. But in time, they each saw their reflection change and saw strength where they feared loss. And not all ended the same. Some embraced womanhood. Others found balance. A few… resisted until the very end. You will write your own path through this.<</speech>><br>
<<speech "mc">>What happens after I drink it?<</speech>><br>
[[Move Forth|torso_ml_torso_mm_5]]
<</nobr>><<nobr>>
<<speech "thalara">>You lie back on the velvet table. I will cast a stabilizing ward to guide the changes. You may feel dizzy or flushed. By the next morning, you will begin to notice the way your tunic hangs differently. Your waistline will inch inward. Breathing may feel lighter or stranger. That will be the first sign.<</speech>><br>
<<speech "mc">>I suppose there’s no turning back?<</speech>><br>
<<speech "thalara">>This potion moves only forward. But you, Caelan… you have choices. You can slow the process. You can guide its direction. And more than anything you can define what womanhood means to you. Drink when you’re ready.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This is what I want. I feel more like myself this way.|torso_mm_torso_ml_1]] | <br><br>
[[…I don’t know if this is the right path either. But I can’t keep pretending.|torso_mm_torso_ml_1]] | <br><br>
[[I won’t let them carve me into a lie. Give me back what’s mine.|torso_mm_torso_ml_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’ve come to step backward, Caelan. Not many do. But I will not stop you.<</speech>><br>
<<speech "mc">>I feel like I’m floating in someone else’s body. Like silk is being draped over a frame that was built for steel. I need to feel real again.<</speech>><br>
<<speech "thalara">>I understand. The body you were born into was no mistake. Neither is the one offered to you now. But you are entitled to reclaim what grounds you.<</speech>><br>
<<speech "mc">>Then let’s stop talking and begin. I want my strength back. My shape. My center.<</speech>><br>
[[Move Forth|torso_mm_torso_ml_2]]
<</nobr>><<nobr>>
<<speech "thalara">>This draft is different. Reversal is heavier magic blunt, raw, and less graceful. It strengthens bone density, reverses the contractions of the waistline, and re-engages your abdominal wall. You’ll feel your frame stretch outward, your breath deepen, your center re-anchor.<</speech>><br>
<<speech "mc">>That’s what I need. To feel anchored again. To feel like I’m not shrinking.<</speech>><br>
<<speech "thalara">>But know this: the magic does not forget. It will resist being unwoven. There may be pain spasms in your lower spine, tightness in the ribs as they flare outward. And the more you transform back and forth, the harder it becomes to remain whole. Your body will carry echoes of each shape.<</speech>><br>
<<speech "mc">>So this is my last clear fork in the road?<</speech>><br>
[[Move Forth|torso_mm_torso_ml_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. If you drink this, it won’t close the path forward entirely, but it will make every future step slower... heavier. The body will grow stubborn. It will begin to choose sides for you.<</speech>><br>
<<speech "mc">>I’ve felt off-balance since I began changing. As if my reflection belongs to someone I don’t recognize. This whatever the cost will let me feel like myself again.<</speech>><br>
<<speech "thalara">>Then may you drink with clarity, not anger. And remember, this shape your shape is not weakness. Nor is the other strength. There is only your truth. Let it root deeply.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’ve come this far... and I think I’m starting to understand. Let's keep going.|torso_mm_torso_ms_1]] | <br><br>
[[I still don’t know how to feel about this... but I’m here.|torso_mm_torso_ms_1]] | <br><br>
[[Don’t mistake my presence for surrender. I just want to get this over with.|torso_mm_torso_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’ve returned for the second draught. The change will deepen now. What was a whisper in your bones will begin to speak clearly in your frame.<</speech>><br>
<<speech "mc">>Everything already feels... looser. Lighter, somehow. My tunics don’t sit the same. I catch myself moving differently, even when I don’t mean to.<</speech>><br>
<<speech "thalara">>The body remembers shape like a song, Caelan. Even as you change, it sings back what it was. But the new melody is forming now. This potion will quiet more of the old notes.<</speech>><br>
<<speech "mc">>I woke up with soreness along my ribs this morning. Like something was pressing inward.<</speech>><br>
[[Move Forth|torso_mm_torso_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s natural. The broad structure of a prince’s ribcage is beginning to yield to narrow. Your lungs will adjust. Breathing may feel different. Lighter, perhaps. Or tight at first. These are small shifts with great purpose.<</speech>><br>
<<speech "mc">>And if I wanted to stop?<</speech>><br>
<<speech "thalara">>You may always stop. I will never bind your will. But transformation is not just magic, Caelan. It is motion. And motion builds momentum. The more steps you take, the more your body will forget the stillness of its old form. But nothing is irreversible until you claim it.<</speech>><br>
<<speech "mc">>Have others gone back?<</speech>><br>
[[Move Forth|torso_mm_torso_ms_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Some have. Most only for a time. Many come to realize that the new form did not strip them of self it gave them a canvas they never knew they needed. Others find a middle ground, neither prince nor princess, but something singular.<</speech>><br>
<<speech "mc">>I don't know what I’ll be. I only know I’m not who I was. Not anymore.<</speech>><br>
<<speech "thalara">>Then you are exactly where you must be. Unfinished. Becoming. Let the potion guide you not command you.<</speech>><br>
<<speech "mc">>This one smells... softer than the last.<</speech>><br>
[[Move Forth|torso_mm_torso_ms_4]]
<</nobr>><<nobr>>
<<speech "thalara">>It works deeper, more subtly. It will soften the muscle definition at your sides and flatten the hard edges of your torso. The waistline will slip inward more noticeably now. You may feel a tingling under your skin, as if your frame is reshaping itself from within.<</speech>><br>
<<speech "mc">>It’s warm. And... sweet?<</speech>><br>
<<speech "thalara">>A touch of starblossom to ease the ache. You’ll feel it reach your bones within the hour. You may ache under your arms, just beneath the ribs. That is the narrowing process. I’ve cast a binding glyph over your spine to ease the shift. It will align your posture toward a more upright, flowing center.<</speech>><br>
<<speech "mc">>Is that why I feel like I’m standing straighter lately? My shoulders don’t want to hunch forward anymore.<</speech>><br>
[[Move Forth|torso_mm_torso_ms_5]]
<</nobr>><<nobr>>
<<speech "thalara">>Precisely. You’re already adapting. Posture is more than physical it’s a projection of self. You are beginning to move like a queen, Caelan. Even if your heart still clings to the sword.<</speech>><br>
<<speech "mc">>What if part of me still wants that sword?<</speech>><br>
<<speech "thalara">>Then part of you shall keep it. Womanhood is no exile from strength. You are not losing power you are reshaping its language. And soon, the world will listen.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I want this. I need to feel like myself again.|torso_ms_torso_mm_1]] | <br><br>
[[I don’t know if this is right… but I can’t ignore this pull.|torso_ms_torso_mm_1]] | <br><br>
[[This whole queen path was a mistake. Let’s start fixing it.|torso_ms_torso_mm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>So... you return, seeking the path behind you.<</speech>><br>
<<speech "mc">>Everything’s been changing so fast. My body… my mind… even the way people look at me. I just I need to slow it down. Maybe even backtrack a little.<</speech>><br>
<<speech "thalara">>Backtrack, or reclaim?<</speech>><br>
<<speech "mc">>I want to feel strong again. Solid. Like I used to. I know that might not be the ‘queenly’ thing to say, but <</speech>><br>
[[Move Forth|torso_ms_torso_mm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>There is no single shape to strength, Caelan. But there is value in clarity. This potion will call back what’s been softened. Your ribs will expand slightly. Your waist will tighten with muscle again. Your breath may feel heavier, but fuller. You’ll feel your center brace itself like the girding of a castle wall.<</speech>><br>
<<speech "mc">>Does it… undo everything?<</speech>><br>
<<speech "thalara">>No. This will not make you who you were it will remind you of what still remains. You are not erasing the queen within you. You are inviting the prince back to speak.<</speech>><br>
<<speech "mc">>And what if I change my mind again?<</speech>><br>
[[Move Forth|torso_ms_torso_mm_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Then you return again. As many times as it takes. That is the shape of becoming not a line, but a spiral.<</speech>><br>
<<speech "mc">>You always speak in riddles.<</speech>><br>
<<speech "thalara">>And yet you always understand me by the end of the session.<</speech>><br>
<<speech "thalara">>This one may ache more than the others. Reclaiming muscle, bone width, and core tone takes more from the body than surrendering it. You’ll feel pressure along your ribcage, possibly in your lower back. If your tunics tighten tomorrow, that is no illusion.<</speech>><br>
[[Move Forth|torso_ms_torso_mm_4]]
<</nobr>><<nobr>>
<<speech "mc">>Smells like pepper and iron. Very different from before.<</speech>><br>
<<speech "thalara">>A warrior’s blend. It’s brewed with wolvenroot and spiced sinew. You’ll feel your lungs expand within an hour. Stretch often. Breathe deeply. Your gait will shift heavier, more grounded. Less glide, more march.<</speech>><br>
<<speech "mc">>Burns going down.<</speech>><br>
<<speech "thalara">>Reforging always does.<</speech>><br>
[[Move Forth|torso_ms_torso_mm_5]]
<</nobr>><<nobr>>
<<speech "mc">>You think I’m running away?<</speech>><br>
<<speech "thalara">>I think you’re gathering pieces. No one becomes whole by choosing only one side. You carry both queen and warrior. Drink again, if you must. And when you walk from this chamber, walk like both still belong to you.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I’m ready. Whatever I am becoming… I want to meet her.|torso_ms_torso_fs_1]] | <br><br>
[[I don’t know if I can do this… but I’m here.|torso_ms_torso_fs_1]] | <br><br>
[[Let’s get this over with. Don’t expect a smile from me.|torso_ms_torso_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’ve arrived at a threshold today, my prince… or perhaps, soon no longer a prince.<</speech>><br>
<<speech "mc">>You say that like it's something I should be proud of.<</speech>><br>
<<speech "thalara">>Not proud. Not ashamed, either. Simply aware. Today is not a step it is a crossing. The potion will carry you into the space between. Neither truly man, nor fully woman. It's not a disguise, but a state of truth. You ready?<</speech>><br>
<<speech "mc">>What does it feel like?<</speech>><br>
[[Move Forth|torso_ms_torso_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Like a conversation between two halves of your soul. At first, there's confusion. A twist along your spine, a gentle pull beneath the ribs. Then you’ll feel your center tilt. The waist will draw in, not sharply but enough that your frame begins to suggest, not declare.<</speech>><br>
<<speech "mc">>And my hips?<</speech>><br>
<<speech "thalara">>They begin to open. Not like a sculptor with a hammer, but a painter with a brush. The bones do not break. They breathe wider.<</speech>><br>
<<speech "mc">>Will I still look like myself?<</speech>><br>
[[Move Forth|torso_ms_torso_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>You will look like someone who includes who you were. But no… not quite the same. Others may glance at you and pause. Not in doubt just in awe.<</speech>><br>
<<speech "mc">>Then I suppose I should get used to being stared at.<</speech>><br>
<<speech "thalara">>Royalty always is. You’ll learn to wield it.<</speech>><br>
<<speech "thalara">>This brew is gentler than some, but its magic is precise. You may feel a tightening in your abdomen, a strange hollowness just beneath your ribs. Your breathing might shift as the shape of your torso changes. Drink slowly, and sit after.<</speech>><br>
[[Move Forth|torso_ms_torso_fs_4]]
<</nobr>><<nobr>>
<<speech "mc">>Does this… does this make me a woman?<</speech>><br>
<<speech "thalara">>No. It makes you closer to one. And farther from the boy the world demanded you be. What comes next is not womanhood but the echo of her first footsteps in your body.<</speech>><br>
<<speech "mc">>It tastes like... honey and steel.<</speech>><br>
<<speech "thalara">>Moonflower and powdered starlace. Mixed with root iron from the deep mines. It was crafted to hold opposites in harmony. As must you.<</speech>><br>
[[Move Forth|torso_ms_torso_fs_5]]
<</nobr>><<nobr>>
<<speech "mc">>I can feel it. My center is... changing. Like I’m being redrawn from the spine outward.<</speech>><br>
<<speech "thalara">>That is exactly what’s happening. The waist begins to tuck inward. Not by compression, but realignment. The muscles soften, slightly. The hips respond by shifting ever so subtly almost imperceptible at first.<</speech>><br>
<<speech "mc">>It’s strange. Not painful… but like I’m stepping into someone else’s skin.<</speech>><br>
<<speech "thalara">>No, Caelan. You’re shedding what never truly fit and stepping into a skin that has always waited for you.<</speech>><br>
[[Move Forth|torso_ms_torso_fs_6]]
<</nobr>><<nobr>>
<<speech "mc">>And if I stop here?<</speech>><br>
<<speech "thalara">>Then you walk the world as something rare. Neither queen nor prince, but a sovereign of your own design. It is not weakness to choose the middle. It is power to stand within it.<</speech>><br>
<<speech "mc">>I thought I’d feel fear. But this… it feels like peace. Like I’ve stopped fighting something that’s been inside me for years.<</speech>><br>
<<speech "thalara">>Then you are not crossing a line, Caelan. You are finally walking it.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I need to feel solid again. I want to remember who I was.|torso_fs_torso_ms_1]] | <br><br>
[[This feels like going backward… but maybe that’s what I need.|torso_fs_torso_ms_1]] | <br><br>
[[I’m not becoming a symbol for anyone. I’ll reclaim what’s mine.|torso_fs_torso_ms_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’re here. So… you’ve chosen to slow the river and walk back along its bank.<</speech>><br>
<<speech "mc">>Maybe I’ve drifted too far. Or maybe I just want to see what still fits.<</speech>><br>
<<speech "thalara">>This isn’t failure, Caelan. It’s clarity. Even a queen must know how to retreat wisely.<</speech>><br>
<<speech "mc">>It’s not that I regret it. Just… the curve of my waist, the tilt of my hips it didn’t feel like me. Not today.<</speech>><br>
[[Move Forth|torso_fs_torso_ms_2]]
<</nobr>><<nobr>>
<<speech "thalara">>This brew doesn’t erase. It rebalances. It straightens what had begun to flow. It gives the core a firmer stance, the ribs a bit more space. It’s not about becoming less it’s about becoming different again.<</speech>><br>
<<speech "mc">>You're always so poetic about bones and guts.<</speech>><br>
<<speech "thalara">>I talk about the body the way you talk about duty. With reverence and grief.<</speech>><br>
<<speech "thalara">>Drink. Slowly. You may feel a tightening in the lower ribs, a mild pressure as your frame asserts itself again. The softness you’ve carried these past days may ebb but the memory of it will not vanish.<</speech>><br>
[[Move Forth|torso_fs_torso_ms_3]]
<</nobr>><<nobr>>
<<speech "mc">>And if I wanted to stay like this, halfway?<</speech>><br>
<<speech "thalara">>Then I would brew you a different tonic. Something that holds the shape between a form both open and defined. But today… you asked for what was before.<</speech>><br>
<<speech "mc">>Mint and ash. That’s… bold.<</speech>><br>
<<speech "thalara">>The taste of grounding. Earth and will. Fitting.<</speech>><br>
[[Move Forth|torso_fs_torso_ms_4]]
<</nobr>><<nobr>>
<<speech "mc">>My waist… it’s pulling in tighter. Not narrowing but bracing. It feels… stronger again.<</speech>><br>
<<speech "thalara">>The frame returns. Straightens. You’ll feel the tilt of your hips ease, the alignment settle. The softness remains for a time, but the form your form resurfaces with each breath.<</speech>><br>
<<speech "mc">>It’s strange. I thought I’d feel disappointment. But all I feel is… steadiness.<</speech>><br>
<<speech "thalara">>Then you are walking your own truth. The potion doesn’t define you. You do.<</speech>><br>
[[Move Forth|torso_fs_torso_ms_5]]
<</nobr>><<nobr>>
<<speech "mc">>So if I return to F1 again later… you won’t stop me?<</speech>><br>
<<speech "thalara">>I am not here to chain your body. Only to guide it when you call. You may move forward, backward, or sideways and I will craft for you either a crown or a compass.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I think I’m ready. It’s strange, but... this feels like becoming something beautiful.|torso_fs_torso_fm_1]] | <br><br>
[[Still not sure what this makes me. But if I’m going forward, let it be with eyes open.|torso_fs_torso_fm_1]] | <br><br>
[[Let’s just get it over with. I’m not made for soft curves and fancy dresses|torso_fs_torso_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>Four steps down the path, and still your eyes linger on the door before you enter. That tells me something important, Caelan.<</speech>><br>
<<speech "mc">>What’s that? That I’m unsure?<</speech>><br>
<<speech "thalara">>No. That you’re brave enough to keep returning despite the unknown.<</speech>><br>
<<speech "mc">>Or foolish enough to keep drinking potions brewed with stardust and powdered coral spine.<</speech>><br>
<<speech "thalara">>And a sliver of dryad root. Can’t forget the drama.<</speech>><br>
<<speech "thalara">>Today’s mixture is more elegant than forceful. Less of a reshaping, more… an invitation to form.<</speech>><br>
<<speech "mc">>My waist already looks like I’ve worn corsets since birth. What more can it do?<</speech>><br>
<<speech "thalara">>Ah, but it’s not only the waist. It’s the alignment of grace. Your spine will arch slightly, supporting poise. The muscles around your center will shift their memory from power to performance. It’s not about thinness, but balance. Feminine elegance isn’t weak, Caelan. It’s trained.<</speech>><br>
<<speech "mc">>I’ve started to feel it. The way people look at me in the halls… different. Softer eyes. More questions in their stares.<</speech>><br>
<<speech "thalara">>Then you are already becoming real to them in this new form. When a prince walks through the court, he is watched. When a queen-in-the-making walks through the court, she is measured.<</speech>><br>
<<speech "mc">>And if I don’t want to be measured like that?<</speech>><br>
<<speech "thalara">>Then hold your gaze higher than theirs. There’s power in elegance its own kind. This potion is not submission. It is the posture of command, dressed in silk.<</speech>><br>
<<speech "thalara">>Drink. Slowly. It will settle in the ribs first, coaxing them to draw inward. Then to the muscles of the lower back… a subtle persuasion, not a demand. You may feel heat spreading across your middle and down your flanks.<</speech>><br>
<<speech "mc">>Does it get easier?<</speech>><br>
<<speech "thalara">>The decisions? Never. The changes? They become familiar. Until one day, they stop feeling like changes at all and simply feel like you.<</speech>><br>
<<speech "mc">>...It tastes like petals. And ash.<</speech>><br>
<<speech "thalara">>Moonpetal blossom. And a flake of burned ivory a symbolic thread, burned bridges and new forms. Breathe.<</speech>><br>
<<speech "mc">>It’s tight… not painful. But present. Like something’s being tugged from the inside.<</speech>><br>
<<speech "thalara">>That’s the realignment beginning. Your bones will draw closer, the tissue soften just slightly. Your spine is learning a new shape not to bend, but to carry differently.<</speech>><br>
<<speech "mc">>You sound like you’re sculpting a statue.<</speech>><br>
<<speech "thalara">>I am. Only this statue answers back.<</speech>><br>
<<speech "mc">>Gods… I can feel the valley. The dip it’s like it’s marking me.<</speech>><br>
<<speech "thalara">>It’s claiming your center. The masculine flatness gives way to something neither weak nor strong just graceful. Remember this moment. You’ll feel it in every turn, every bow, every gown you wear.<</speech>><br>
<<speech "mc">>I don’t know what I’m becoming… but it’s hard to look away.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[Maybe I leaned too far. Maybe I need to find the middle again.|torso_fm_torso_fs_1]] | <br><br>
[[I don’t like going back… but I’m not sure I can carry all this softness just yet.|torso_fm_torso_fs_1]] | <br><br>
[[They won’t trap me in a corset or expect curtsies today. Let’s undo this fantasy.|torso_fm_torso_fs_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You return… not to advance, but to lessen. I’ll admit, Caelan, that’s rare.<</speech>><br>
<<speech "mc">>I need to feel… something closer to balance. Something I can still recognize in the mirror.<</speech>><br>
<<speech "thalara">>Recognition is a flickering thing. It changes as you do. Are you sure it’s yourself you’re chasing, and not the comfort of what you once were?<</speech>><br>
<<speech "mc">>I don’t know. Maybe both.<</speech>><br>
[[Move Forth|torso_fm_torso_fs_2]]
<</nobr>><<nobr>>
<<speech "thalara">>There is no shame in questioning. Every shape we wear has weight. If the curves grew too loud too soon, then this brew will quiet them for now.<</speech>><br>
<<speech "mc">>What exactly will it change?<</speech>><br>
<<speech "thalara">>The pinch in your waist will ease. Your sides will round slightly back into softness not male, not quite female. The subtle arch in your back will level, and your center will carry less ‘song’ and more ‘silence.’ The kind of silence that doesn't declare just waits.<</speech>><br>
<<speech "mc">>And the court will see that?<</speech>><br>
[[Move Forth|torso_fm_torso_fs_3]]
<</nobr>><<nobr>>
<<speech "thalara">>Yes. You may not wear your promise as clearly. But ambiguity can be a powerful mask, too.<</speech>><br>
<<speech "mc">>It looks duller than the others.<</speech>><br>
<<speech "thalara">>This one is brewed not to awaken, but to dim. That doesn't mean it's empty. Just subtle.<</speech>><br>
<<speech "mc">>Ugh. Like old flowers soaked in rain.<</speech>><br>
[[Move Forth|torso_fm_torso_fs_4]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s the fennel root. And withering violet petals. They signal to your body to ease its dramatic shapes… to blur, rather than define.<</speech>><br>
<<speech "mc">>It’s already happening. The tightness in my waist… it’s slipping. The spine it’s like someone’s unhooking me from inside.<</speech>><br>
<<speech "thalara">>You wore elegance well, but sometimes, we need space between layers of change. You’re not failing, Caelan. You’re pausing.<</speech>><br>
<<speech "mc">>It feels strange. Not wrong, just… uncertain.<</speech>><br>
[[Move Forth|torso_fm_torso_fs_5]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s what F1 is. The liminal shape. Not prince. Not princess. Just possibility.<</speech>><br>
<<speech "mc">>And if I want to move forward again later?<</speech>><br>
<<speech "thalara">>Then we step with intention. There is no punishment in stepping back. Just as there’s no shame in leaping ahead.<</speech>><br>
<<speech "mc">>I don’t look like either of them now… the boy I was, or the woman I was becoming.<</speech>><br>
[[Move Forth|torso_fm_torso_fs_6]]
<</nobr>><<nobr>>
<<speech "thalara">>And that, my dear Caelan, can be powerful in itself. Let the world wonder. Let you wonder.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[This is the final step. I’m ready. If I am to be a queen, then let my body wear that truth.|torso_fm_torso_fl_1]] | <br><br>
[[So this is what it comes to… a body shaped not for armor, but for lace.|torso_fm_torso_fl_1]] | <br><br>
[[Corsets, gowns, and dainty postures? Fine. Pour the potion but don’t expect me to curtsy.|torso_fm_torso_fl_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>You’ve returned for the final shaping. This time, the potion knows no hesitation. It will curve what’s straight, soften what’s square, and ready your frame for the mantle of royalty.<</speech>><br>
<<speech "mc">>It’s hard to believe this is still my body. Every sip pulls me further from the battlefield and closer to… the ballroom.<</speech>><br>
<<speech "thalara">>And why should the ballroom be lesser? Power is not always clenched in fists, Caelan. Sometimes it is wielded from a throne, with gloved hands and veiled smiles.<</speech>><br>
<<speech "mc">>But this body was once armor. Now you make it into… a gown rack.<</speech>><br>
[[Move Forth|torso_fm_torso_fl_2]]
<</nobr>><<nobr>>
<<speech "thalara">>Not just a rack for silks and stays. A symbol. A declaration. This final form Feminine Level Three is not weakness. It’s a banner. It says, 'I am not a prince hiding in silk I am a queen claiming it.'<</speech>><br>
<<speech "mc">>What exactly will it change?<</speech>><br>
<<speech "thalara">>Your ribcage will narrow further. The waist will cinch in, almost naturally corset-shaped. The line from your shoulder to hip will slope in the manner tailors adore. You’ll be ready to wear gowns that whisper of station and seduction, without a word spoken.<</speech>><br>
<<speech "mc">>And once it’s done… there’s no mistaking it, is there?<</speech>><br>
[[Move Forth|torso_fm_torso_fl_3]]
<</nobr>><<nobr>>
<<speech "thalara">>No. Once this takes hold, no one will look at you and think ‘he.’ They’ll see the heir not as a compromise, but as a woman destined to reign.<</speech>><br>
<<speech "mc">>Is that what my mother saw when she made this pact with you?<</speech>><br>
<<speech "thalara">>She saw your strength and wanted to teach you how to use it in every form. She believes in a ruler who understands both sword and scepter, steel and satin.<</speech>><br>
<<speech "mc">>It smells sweet. Like lavender before a storm.<</speech>><br>
[[Move Forth|torso_fm_torso_fl_4]]
<</nobr>><<nobr>>
<<speech "thalara">>Salt and flower. The body remembers battle, even as it bends toward grace.<</speech>><br>
<<speech "mc">>It’s… warm. Tight. My ribs feel like they’re being drawn together with string.<</speech>><br>
<<speech "thalara">>That’s the bone alignment shifting. Your waistline narrows naturally now. It’s not a trick of lacing or illusion this is the shape your body was always ready to hold.<</speech>><br>
<<speech "mc">>And my spine… it’s pulling straighter. I feel like I’m standing taller, but softer too.<</speech>><br>
[[Move Forth|torso_fm_torso_fl_5]]
<</nobr>><<nobr>>
<<speech "thalara">>The potion encourages posture meant for thrones and audiences. You’ll walk like a procession, even alone.<</speech>><br>
<<speech "mc">>It’s beautiful. Strange. I used to dread this moment… but now I just feel full. Full of something new.<</speech>><br>
<<speech "thalara">>You are regal now, in body and bearing. No more halfway. No more waiting. You are corset-ready not because it binds you, but because it frames you.<</speech>><br>
<<speech "mc">>And if I put armor back on?<</speech>><br>
[[Move Forth|torso_fm_torso_fl_6]]
<</nobr>><<nobr>>
<<speech "thalara">>Then let the enemy fall to their knees before the most dangerous shape of all: a woman who chose her crown and sculpted herself to wear it.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<div style="text-align: center; width: 95%;"><img style="text-align: center; border-radius: 9px;
border: 10px ridge #8b5e3c;width: 95%;" @src="setup.ImagePath+'map/veil_tower_mage_map.png'"></div>
<<speech "thalara">>You have brewed the potion. Let me see it first. Caelan Are you ready to start the process...<</speech>>
<br>
[[I need to take a step back. Too much, too soon. Let me breathe in something simpler.|torso_fl_torso_fm_1]] | <br><br>
[[This feels like undoing progress, but… maybe it's necessary. Maybe I wasn’t ready for the gown.|torso_fl_torso_fm_1]] | <br><br>
[[So what if I’m not ‘corset-perfect’? Let the world deal with a queen who refuses to be laced up.|torso_fl_torso_fm_1]] | <br><br>
<</nobr>><<nobr>>
<<speech "thalara">>So, we ease the grip of elegance today. The body you wore with pride refined, sculpted will step back into something less… ceremonial.<</speech>><br>
<<speech "mc">>It’s strange. I thought once I crossed that line once I became her there’d be no going back.<</speech>><br>
<<speech "thalara">>That’s the myth, isn’t it? That transformation is a one-way street. But no magic I wield is about prisons. It’s about choice.<</speech>><br>
<<speech "mc">>I wore that figure like a crown. And yet… it felt heavy. As if I had to walk like a portrait, not a person.<</speech>><br>
[[Move Forth|torso_fl_torso_fm_2]]
<</nobr>><<nobr>>
<<speech "thalara">>That’s because the world demands perfection from women who rule. But power does not always need to be laced at the waist.<</speech>><br>
<<speech "mc">>So this… will unlace me?<</speech>><br>
<<speech "thalara">>It will ease you back to something softer. Still feminine. Still shaped. But not carved like a statue. You’ll move with curve, not edge.<</speech>><br>
<<speech "mc">>And it won’t erase everything?<</speech>><br>
<<speech "thalara">>No. You’ll still hold the grace. Just less of the posture, less of the narrow cinch that made every breath feel rehearsed.<</speech>><br>
[[Move Forth|torso_fl_torso_fm_3]]
<</nobr>><<nobr>>
<<speech "mc">>Honestly… I want to breathe again.<</speech>><br>
<<speech "thalara">>Then drink. And let your body remember what it is to move without performance.<</speech>><br>
<<speech "mc">>It’s… colder. Less sweet than the last one.<</speech>><br>
<<speech "thalara">>Because it releases. The previous potion constructed this one relaxes.<</speech>><br>
[[Move Forth|torso_fl_torso_fm_4]]
<</nobr>><<nobr>>
<<speech "mc">>My ribs… spreading slightly. Not quite as tight. I can feel the corset lines unwinding in my posture.<</speech>><br>
<<speech "thalara">>And your spine see how it no longer arches quite so sharply? You’ll still turn heads, Caelan, just without straining to hold every gaze.<</speech>><br>
<<speech "mc">>My waist is still curved, but… it looks more natural. Less drawn. I don’t feel as… poised, but I feel more real.<</speech>><br>
<<speech "thalara">>Feminine does not always mean fashioned. Sometimes, it simply is. This form? This is the middle path. The honest one.<</speech>><br>
[[Move Forth|torso_fl_torso_fm_5]]
<</nobr>><<nobr>>
<<speech "mc">>I thought stepping back would feel like failing. But… it’s not.<</speech>><br>
<<speech "thalara">>No. It’s understanding. Your body is not a costume. It’s a dialogue. And today, it speaks with a gentler tone.<</speech>><br>
[[I feel the potion working in my torso|use_success_potion_create_torso]]
<</nobr>><<nobr>>
<h3 style="text-align: center;">Select Body part to focus</h3>
<div style="position: relative; width: 100%; max-width: 500px; margin: 0 auto; aspect-ratio: 5 / 5;">
<img src="images/potion/male_female_slect.png" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" />
<svg viewBox="0 0 500 500"
preserveAspectRatio="none"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<polygon id="left_hand"
points="79,284,73,287,67,285,62,277,59,271,59,261,58,248,58,240,58,232,56,219,55,209,56,200,56,189,60,181,63,172,62,160,64,151,69,143,70,132,72,119,76,112,83,107,90,105,97,105,102,107,97,115,93,123,90,133,90,139,93,145,92,158,89,169,85,178,81,185,81,193,81,201,80,208,77,218,74,225,71,235,69,242,70,251,74,256,76,262,76,268,78,275"
class="bodypart"
data-value="reverse"
data-passage="left_hand" />
<polygon id="right_hand"
class="bodypart"
data-value="reverse"
data-passage="right_hand"
points="172,104,183,104,192,104,197,108,201,113,205,118,207,125,206,134,206,143,211,150,212,159,213,167,214,174,218,182,220,190,221,201,221,211,220,221,218,232,219,241,218,248,218,256,218,264,217,272,213,279,206,286,199,285,199,277,200,268,201,257,205,250,208,242,205,228,200,217,196,208,196,199,196,188,193,179,188,170,185,162,183,153,183,145,186,136,184,126,180,116,177,110" />
<polygon id="chest"
class="bodypart"
data-passage="chest"
data-value="reverse"
points="90,127,94,120,100,113,106,106,113,103,124,103,132,105,138,109,144,104,152,104,159,103,166,103,172,103,174,109,177,113,178,118,181,124,183,130,184,138,180,145,173,150,164,153,152,150,142,145,138,139,133,145,126,148,118,152,108,154,99,151,94,143,90,135" />
<polygon id="head"
class="bodypart"
data-passage="head"
data-value="reverse"
points="188,103,181,103,172,102,164,103,156,102,148,103,142,106,137,109,131,107,123,105,115,104,104,106,96,104,89,103,99,97,107,94,114,90,121,86,124,81,122,74,121,64,119,56,126,51,127,44,132,42,137,42,143,42,149,42,153,47,156,52,159,57,158,62,156,68,154,76,152,81,155,86,162,90,169,92,177,96" />
<polygon id="hair"
class="bodypart"
data-passage="hair"
data-value="reverse"
points="119,63,115,54,114,44,115,36,119,28,127,24,136,21,145,22,150,23,155,26,158,32,161,37,163,42,162,49,159,57,156,52,153,45,146,43,139,42,132,43,126,49,122,54" />
<polygon id="torso"
class="bodypart"
data-passage="torso"
data-value="reverse"
points="125,245,132,238,142,237,148,240,152,245,159,240,166,235,171,229,177,225,174,214,172,207,172,198,170,188,172,179,177,171,181,163,184,158,182,149,182,143,176,148,167,152,159,152,151,149,143,146,138,140,132,146,123,150,113,153,104,153,97,147,92,152,91,161,95,166,100,173,104,181,104,189,104,199,103,205,103,211,101,216,99,223,99,230,105,233,111,237,118,240" />
<polygon id="left_leg"
class="bodypart"
data-passage="left_leg"
data-value="reverse"
points="98,232,107,236,114,239,119,242,125,247,128,253,126,261,126,267,132,272,132,282,131,291,128,301,122,314,118,325,115,336,113,346,110,360,109,366,111,375,112,386,112,397,108,406,105,415,104,426,102,435,102,447,103,455,102,463,105,471,102,477,97,485,93,491,85,491,78,490,71,488,77,480,84,472,88,463,90,449,90,435,87,420,85,408,83,392,82,381,85,369,89,360,91,347,87,332,84,319,82,304,82,290,84,278,87,266,90,256,93,248,96,239" />
<polygon id="right_leg"
class="bodypart"
data-passage="right_leg"
data-value="reverse"
points="151,246,158,242,164,239,168,233,174,229,178,224,179,235,181,240,183,248,187,259,189,269,191,279,193,293,192,306,191,315,190,328,187,336,187,345,188,356,191,366,193,377,193,390,192,400,189,412,189,423,187,434,187,444,188,452,189,460,191,468,194,472,198,476,204,482,206,487,199,491,192,490,184,489,181,483,176,476,176,467,176,459,174,449,176,437,174,427,172,417,170,409,165,401,164,388,166,374,169,364,163,346,160,333,158,320,153,310,148,301,144,290,142,281,146,272,151,269,161,272,172,272,181,269,181,262,181,256,174,252,167,254,158,252" />
<polygon id="crotch"
class="bodypart"
data-passage="crotch"
data-value="reverse"
points="131,269,126,263,128,256,125,247,130,240,139,237,146,239,151,245,155,250,165,254,175,253,181,258,185,264,179,269,170,271,156,269,147,267,141,272,134,275" />
<polygon id="head"
class="bodypart"
data-passage="head"
data-value="forward"
points="348,136,356,133,363,135,367,138,373,134,379,131,385,133,383,124,381,117,380,110,383,102,387,90,387,81,384,74,380,68,374,66,367,67,361,71,357,80,353,90,356,99,358,104,358,112,358,120,353,126" />
<polygon id="hair"
class="bodypart"
data-passage="hair"
data-value="forward"
points="358,109,357,117,353,124,349,134,346,127,340,120,336,113,337,106,336,96,338,85,338,78,341,66,346,61,351,52,360,47,367,45,375,45,383,50,388,55,392,63,396,69,398,78,398,85,399,94,395,106,396,113,394,119,390,125,389,132,384,127,382,118,381,109,384,98,388,87,386,76,381,67,372,65,361,69,357,79,353,89,356,98" />
<polygon id="chest"
class="bodypart"
data-passage="chest"
data-value="forward"
points="329,151,326,145,328,139,331,134,338,134,344,134,349,135,356,134,363,136,368,138,375,134,380,131,386,133,391,130,399,130,405,133,411,139,412,144,409,149,411,156,413,163,412,171,408,178,402,181,394,183,386,180,379,175,375,168,370,160,369,153,365,164,363,169,358,176,353,180,346,182,338,183,331,180,326,174,324,167,324,159" />
<polygon id="left_hand"
class="bodypart"
data-value="forward"
data-passage="left_hand"
points="347,133,344,126,340,121,331,121,322,126,318,134,315,140,314,147,317,156,313,165,312,174,312,181,311,194,307,203,303,211,300,225,298,236,293,249,292,259,291,276,294,283,298,290,303,294,307,298,309,287,303,275,304,265,300,255,304,246,310,238,317,228,324,218,327,204,329,194,334,184,329,177,325,168,323,159,329,151,326,144,330,132,336,133" />
<polygon id="right_hand"
class="bodypart"
data-value="forward"
data-passage="right_hand"
points="390,129,392,123,398,120,403,121,411,122,417,125,421,132,423,139,424,147,423,154,425,160,427,172,427,181,427,189,431,199,435,209,437,216,440,228,443,237,446,246,449,255,449,263,451,272,450,280,446,287,442,294,435,294,433,286,436,280,440,272,439,264,441,255,438,246,432,240,426,234,421,226,417,221,415,210,413,199,409,190,405,182,408,177,412,172,414,164,412,156,410,149,412,143,411,136,404,132,398,129" />
<polygon id="torso"
class="bodypart"
data-passage="torso"
data-value="forward"
points="369,155,366,164,362,172,356,177,347,183,338,184,341,191,343,197,343,204,338,211,332,220,327,228,323,242,333,244,340,245,350,244,357,248,365,251,376,248,385,244,391,240,398,241,404,242,410,242,416,243,414,234,411,226,407,219,401,211,396,205,395,199,397,193,399,187,401,182,394,183,388,180,383,177,378,173,375,167,371,161" />
<polygon id="crotch"
class="bodypart"
data-passage="crotch"
data-value="forward"
points="339,244,351,243,366,251,378,248,387,242,393,239,402,242,396,250,388,257,380,267,375,274,366,275,360,267,352,262,343,252" />
<polygon id="left_leg"
class="bodypart"
data-value="forward"
data-passage="left_leg"
points="322,243,317,253,312,264,311,276,312,287,314,300,317,313,320,324,325,336,328,347,327,359,324,370,320,382,319,396,321,406,324,418,324,428,325,437,324,451,323,459,321,470,317,477,311,484,316,489,326,489,334,481,333,463,336,454,335,444,337,423,343,406,349,389,348,376,346,368,351,358,355,343,358,328,362,316,368,299,368,282,367,274,361,267,352,262,344,252,340,244,328,242" />
<polygon id="right_leg"
class="bodypart"
data-value="forward"
data-passage="right_leg"
points="416,243,420,251,424,260,426,269,427,278,426,289,425,299,423,310,420,322,415,334,411,345,412,355,414,364,418,371,420,381,420,393,418,406,417,417,414,430,415,445,418,456,417,462,420,472,430,485,424,489,418,489,410,485,406,478,407,465,405,457,405,444,404,429,399,411,394,401,391,389,394,374,395,367,390,357,386,345,383,331,378,317,373,305,372,291,371,281,372,275,379,269,385,260,391,254,397,250,400,245,404,241" />
</svg>
</div>
[[Close the Scrolls|$reverse_passage]]
<</nobr>><<nobr>>
<button id="mobile-sidebar-toggle" onclick="$('#right-sidebar').addClass('mobile-visible'); $(this).hide();">
R☰
</button>
<div id="right-sidebar">
<button onclick="$('#right-sidebar').removeClass('mobile-visible'); $('#mobile-sidebar-toggle').show();" class="mobile-close-btn">
✖
</button>
<div style="display: flex; justify-content: space-between;">
<!-- Warning Button -->
<div title="Warning">
/* <<set $not_match = false>> */
<<set $is_match to (
$userBody.head.curr_head === $userBody.torso.orig_body &&
$userBody.head.curr_head === $userBody.left_hand.curr_body &&
$userBody.head.curr_head === $userBody.right_hand.curr_body &&
$userBody.head.curr_head === $userBody.left_leg.curr_body &&
$userBody.head.curr_head === $userBody.right_leg.curr_body
)>>
<<if !$is_match>>
<button onclick="$('#warning-popup').fadeIn()" style="cursor: url('images/game/pointer.png') 2 2, pointer;">⚠️</button>
<<else>>
<button onclick="$('#body-popup').fadeIn()" style="cursor: url('images/game/pointer.png') 2 2, pointer;">🧍♂️🧍♀️</button>
<</if>>
</div>
<<set $body_level_map = {
"ml": "Male Ultra Muscular",
"mm": "Male Muscular",
"ms": "Male Lean",
"fs": "Female Slim",
"fm": "Female Feminine",
"fl": "Female Ultra Feminine"
}>>
<!-- Warning Popup -->
<div id="warning-popup" style="display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
background-color: rgba(255, 50, 50, 0.95); border: 2px solid #aaa; border-radius: 12px; padding: 20px; z-index: 1000; max-width: 90vw; max-height: 80vh; overflow-y: auto; box-shadow: 0 0 12px #000;">
<button onclick="$('#warning-popup').fadeOut()" style="position: absolute; top: 10px; right: 10px; background: #440000; color: white; border: none; padding: 5px 10px; border-radius: 4px;">✖</button>
<h2 style="margin-top: 0; color: #f0e6d2;">Warning</h2>
<p style="color: white; font-size: 1em;">Body parts are not in the same level, so clothes won't fit. Please adjust the body parts to the same level soon.</p>
<p style="color: white; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: white; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: white; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: white; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: white; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: white; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
</div>
<div id="body-popup" style="display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
background-color: rgba(50, 255, 98, 0.95); border: 2px solid #aaa; border-radius: 12px; padding: 20px; z-index: 1000; max-width: 90vw; max-height: 80vh; overflow-y: auto; box-shadow: 0 0 12px #000;">
<button onclick="$('#body-popup').fadeOut()" style="position: absolute; top: 10px; right: 10px; background: #440000; color: white; border: none; padding: 5px 10px; border-radius: 4px;">✖</button>
<h2 style="margin-top: 0; color: black;">Nice !!!</h2>
<p style="color: black; font-size: 1em;">Body parts are in the same level, so clothes are fitting nicely.</p>
<p style="color: black; font-size: 1em;">Head Level: <<=$body_level_map[$userBody.head.curr_head]>></p>
<p style="color: black; font-size: 1em;">Body Level: <<=$body_level_map[$userBody.torso.orig_body]>></p>
<p style="color: black; font-size: 1em;">Left Hand Level: <<=$body_level_map[$userBody.left_hand.curr_body]>></p>
<p style="color: black; font-size: 1em;">Right Hand Level: <<=$body_level_map[$userBody.right_hand.curr_body]>></p>
<p style="color: black; font-size: 1em;">Left Leg Level: <<=$body_level_map[$userBody.left_leg.curr_body]>></p>
<p style="color: black; font-size: 1em;">Right Leg Level: <<=$body_level_map[$userBody.right_leg.curr_body]>></p>
</div>
<div title="Show without Cloths">
<<button "🚫🧥👗">>
<<set $showWear to not $showWear>>
<<replace "#wear-status">>
<div class="avatar torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="avatar head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="avatar right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="avatar left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="avatar left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="avatar right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="avatar hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
<div class="avatar crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="avatar chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<<if $showUnderwear and $userBody.top_underwear.img>>
<div class="avatar top_underwear">[img[setup.ImagePath+$userBody.top_underwear.img]]</div>
<</if>>
<<if $showUnderwear and $userBody.bottom_underwear.img>>
<div class="avatar bottom_underwear">[img[setup.ImagePath+$userBody.bottom_underwear.img]]</div>
<</if>>
<<if $showMidWear and $userBody.top_middlewear.img>>
<div class="avatar top_middlewear">[img[setup.ImagePath+$userBody.top_middlewear.img]]</div>
<</if>>
<<if $showMidWear and $userBody.bottom_middlewear.img>>
<div class="avatar bottom_middlewear">[img[setup.ImagePath+$userBody.bottom_middlewear.img]]</div>
<</if>>
<<if $showWear and $userBody.top_wear.img>>
<div class="avatar top_wear">[img[setup.ImagePath+$userBody.top_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.bottom_wear.img>>
<div class="avatar bottom_wear">[img[setup.ImagePath+$userBody.bottom_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.shoes.img>>
<div class="avatar shoes">[img[setup.ImagePath+$userBody.shoes.img]]</div>
<</if>>
<</replace>>
<</button>>
</div>
/* <div title="Show without Middle Cloths">
<<button "🚫Mid">>
<<set $showMidWear to not $showMidWear>>
<<replace "#wear-status">>
<div class="avatar torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="avatar head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="avatar right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="avatar left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="avatar left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="avatar right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="avatar hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
<div class="avatar crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="avatar chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<<if $showUnderwear and $userBody.top_underwear.img>>
<div class="avatar top_underwear">[img[setup.ImagePath+$userBody.top_underwear.img]]</div>
<</if>>
<<if $showUnderwear and $userBody.bottom_underwear.img>>
<div class="avatar bottom_underwear">[img[setup.ImagePath+$userBody.bottom_underwear.img]]</div>
<</if>>
<<if $showMidWear and $userBody.top_middlewear.img>>
<div class="avatar top_middlewear">[img[setup.ImagePath+$userBody.top_middlewear.img]]</div>
<</if>>
<<if $showMidWear and $userBody.bottom_middlewear.img>>
<div class="avatar bottom_middlewear">[img[setup.ImagePath+$userBody.bottom_middlewear.img]]</div>
<</if>>
<<if $showWear and $userBody.top_wear.img>>
<div class="avatar top_wear">[img[setup.ImagePath+$userBody.top_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.bottom_wear.img>>
<div class="avatar bottom_wear">[img[setup.ImagePath+$userBody.bottom_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.shoes.img>>
<div class="avatar shoes">[img[setup.ImagePath+$userBody.shoes.img]]</div>
<</if>>
<</replace>>
<</button>>
</div> */
<div title="Show without Underwears">
<<button "🚫🩲👙🩳">>
/* <<set $showWear to not $showWear>> */
<<set $showUnderwear to not $showUnderwear>>
<<replace "#wear-status">>
<div class="avatar torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="avatar head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="avatar right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="avatar left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="avatar left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="avatar right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="avatar hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
<div class="avatar crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="avatar chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<<if $showUnderwear and $userBody.top_underwear.img>>
<div class="avatar top_underwear">[img[setup.ImagePath+$userBody.top_underwear.img]]</div>
<</if>>
<<if $showUnderwear and $userBody.bottom_underwear.img>>
<div class="avatar bottom_underwear">[img[setup.ImagePath+$userBody.bottom_underwear.img]]</div>
<</if>>
<<if $showMidWear and $userBody.top_middlewear.img>>
<div class="avatar top_middlewear">[img[setup.ImagePath+$userBody.top_middlewear.img]]</div>
<</if>>
<<if $showMidWear and $userBody.bottom_middlewear.img>>
<div class="avatar bottom_middlewear">[img[setup.ImagePath+$userBody.bottom_middlewear.img]]</div>
<</if>>
<<if $showWear and $userBody.top_wear.img>>
<div class="avatar top_wear">[img[setup.ImagePath+$userBody.top_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.bottom_wear.img>>
<div class="avatar bottom_wear">[img[setup.ImagePath+$userBody.bottom_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.shoes.img>>
<div class="avatar shoes">[img[setup.ImagePath+$userBody.shoes.img]]</div>
<</if>>
<</replace>>
<</button>>
</div>
<div title="Show inventroy items">
<button onclick="$('#inventory-popup').fadeIn()" style="cursor: url('images/game/pointer.png') 2 2, pointer;">📦🗃️</button>
</div>
</div>
<div style="display: flex; width: 100%; height: auto;">
<div id="user_avatar_iamge" style="width: 70%;">
<span id="wear-status">
<div class="avatar torso">[img[setup.ImagePath+$userBody.torso.img]]</div>
<div class="avatar head">[img[setup.ImagePath+$userBody.head.img]]</div>
<div class="avatar right_hand">[img[setup.ImagePath+$userBody.right_hand.img]]</div>
<div class="avatar left_hand">[img[setup.ImagePath+$userBody.left_hand.img]]</div>
<div class="avatar left_leg">[img[setup.ImagePath+$userBody.left_leg.img]]</div>
<div class="avatar right_leg">[img[setup.ImagePath+$userBody.right_leg.img]]</div>
<div class="avatar hair">[img[setup.ImagePath+$userBody.hair.img]]</div>
<div class="avatar crotch">[img[setup.ImagePath+$userBody.crotch.img]]</div>
<div class="avatar chest">[img[setup.ImagePath+$userBody.chest.img]]</div>
<<if $showUnderwear and $userBody.top_underwear.img>>
<div class="avatar top_underwear">[img[setup.ImagePath+$userBody.top_underwear.img]]</div>
<</if>>
<<if $showUnderwear and $userBody.bottom_underwear.img>>
<div class="avatar bottom_underwear">[img[setup.ImagePath+$userBody.bottom_underwear.img]]</div>
<</if>>
<<if $showWear and $userBody.top_wear.img>>
<div class="avatar top_wear">[img[setup.ImagePath+$userBody.top_wear.img]]</div>
<</if>>
<<if $showWear and $userBody.bottom_wear.img>>
<div class="avatar bottom_wear">[img[setup.ImagePath+$userBody.bottom_wear.img]]</div>
<</if>>
/* <<=$userBody.shoes.img>> */
<<if $showWear and $userBody.shoes.img>>
<div class="avatar shoes">[img[setup.ImagePath+$userBody.shoes.img]]</div>
<</if>>
</span>
</div>
/* <div id="user-item-list" onclick="$('#inventory-popup').fadeIn()" style="width: 30%; max-height: 45vh; overflow-y: auto; padding: 5px;">
<<for _key, _item range $userItems>>
<div class="user-item" @title="_item.name" onclick="$('#inventory-popup').fadeIn()" style="font-size: 0.7em;">
[img[_item.img]]
<small>[_item.amount]<em>[_item.unit]</em></small>
</div>
<</for>>
</div> */
</div>
<div id="inventory-popup" style="display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
background-color: rgba(20, 20, 30, 0.95); border: 2px solid #aaa; border-radius: 12px; padding: 20px; z-index: 1000; max-width: 90vw; max-height: 80vh; overflow-y: auto; box-shadow: 0 0 12px #000;">
<button onclick="$('#inventory-popup').fadeOut()" style="position: absolute; top: 10px; right: 10px; background: #440000; color: white; border: none; padding: 5px 10px; border-radius: 4px;">✖</button>
<h2 style="margin-top: 0; color: #f0e6d2;">Your Inventory</h2>
<div id="inventory-content" style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;">
<<for _key, _item range $userItems>>
<div class="inventory-card">
<div class="item-img">[img[_item.img]]</div>
<div class="item-name">_item.name</div>
<div class="item-info">[_item.amount] <em>[_item.unit]</em></div>
</div>
<</for>>
</div>
</div>
<div id="user-stats" style="flex-shrink: 0; padding: 10px; background-color: #222; border-top: 1px solid #444; margin-top: auto;">
<h3 style="color: #f0e6d2; font-size: 1em;">Stats</h3>
<<for _key, _value range $user_stats>>
<div style="margin-bottom: 6px;">
<div style="font-size: 0.85em; color: #ddd; margin-bottom: 2px;">
<<= _key.replaceAll("_", " ").toUpperCase() >>
</div>
<div style="background-color: #444; border-radius: 4px; height: 12px; overflow: hidden;">
<<= '<div style="width: ' + _value + '%; background: linear-gradient(to right, #4caf50, #81c784); height: 100%;"></div>' >>
</div>
<<if _key == "gender_Identity">>
<div style="display: flex; justify-content: space-between; font-size: 0.75em; color: #aaa;">
<span>Feminine</span><span>Masculine</span>
</div>
<</if>>
<<if _key == "dominance_level">>
<div style="display: flex; justify-content: space-between; font-size: 0.75em; color: #aaa;">
<span>Submissive</span><span>Dominant</span>
</div>
<</if>>
<<if _key == "gender_appearance">>
<div style="display: flex; justify-content: space-between; font-size: 0.75em; color: #aaa;">
<span>Feminine</span><span>Masculine</span>
</div>
<</if>>
</div>
<</for>>
</div>
</div>
<</nobr>><<nobr>>
<<set _i to random(0, 18)>>
<<if _i == 0>>
<<speech "alinora">>
The crown does not bend, Caelan it expects those who wear it to rise. I did not raise you to be ordinary. I raised you to endure, to become the shape Velmoria needs, not the one it desires.
<</speech>>
<br>
<<speech "mc">>
And what if I’m not strong enough to become that shape?
<</speech>>
<br>
<<speech "alinora">>
Then I will grieve. Briefly. And then I will teach you again, as I always have.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "alinora">>
I saw you hesitate during court today. Not in speech, but in bearing. A ruler cannot afford uncertainty not in voice, not in spine, not in the flicker of an eye.
<</speech>>
<br>
<<speech "mc">>
You never hesitated? Not once?
<</speech>>
<br>
<<speech "alinora">>
Every day. But I buried it beneath velvet and iron. That is the difference between fear and failure.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "alinora">>
Do not mistake silence for disapproval, Caelan. I do not speak of your struggles because I expect them. You were not chosen for ease. You were chosen for legacy.
<</speech>>
<br>
<<speech "mc">>
Sometimes I wish you’d see me as more than a legacy.
<</speech>>
<br>
<<speech "alinora">>
I do. But I see you as a Velmorian first. And that is not a name given lightly.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "alinora">>
I remember holding you as an infant fragile, loud, utterly unfit for the throne. And yet, even then, I knew you would grow teeth sharper than mine.
<</speech>>
<br>
<<speech "mc">>
That doesn’t sound like love.
<</speech>>
<br>
<<speech "alinora">>
Love, my child, is not always gentle. Sometimes it wears armor and teaches you to bleed with dignity.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "alinora">>
I have approved your next transformation session. Thalara assures me the changes will not be painful physically. Emotionally, I expect no such mercy.
<</speech>>
<br>
<<speech "mc">>
Is that your way of preparing me? Or warning me?
<</speech>>
<br>
<<speech "alinora">>
Both. A queen learns to read her pain like scripture. You will do the same.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "alinora">>
The nobles murmur about your softness. Your hesitance. But what they fail to see is that softness can smother just as well as steel can cut.
<</speech>>
<br>
<<speech "mc">>
Do you think I’ll ever win them over?
<</speech>>
<br>
<<speech "alinora">>
You do not win over wolves, Caelan. You outlast them. Or you feed them your rivals.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "alinora">>
I once dreamed of a daughter. Not because I longed for femininity, but because Velmoria’s law demanded it. Fate gave me you instead unexpected, beautiful, incomplete.
<</speech>>
<br>
<<speech "mc">>
Do I disappoint you?
<</speech>>
<br>
<<speech "alinora">>
You challenge me. And for that, I am endlessly proud and endlessly wary.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "alinora">>
The court sees transformation as spectacle. But this is no performance, Caelan. This is the re-forging of your soul in the fires of lineage.
<</speech>>
<br>
<<speech "mc">>
Can’t I keep part of who I was?
<</speech>>
<br>
<<speech "alinora">>
If you must. But remember, a ruler does not ask the world for permission to become what they must be.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "alinora">>
Your father weeps for you in the garden. He believes love should protect, not shape. I envy his softness… but I cannot afford it.
<</speech>>
<br>
<<speech "mc">>
Do you ever wish you could be softer?
<</speech>>
<br>
<<speech "alinora">>
Often. But I learned early: softness is a luxury we cannot afford not as rulers. Not as Velmorians.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "alinora">>
One day, they will carve your name into the stone of this castle. And I wonder what story they will tell. Will it be the tale of a prince who vanished… or a queen who conquered her fate?
<</speech>>
<br>
<<speech "mc">>
That depends on the choices I make.
<</speech>>
<br>
<<speech "alinora">>
Indeed. And I intend to give you every burden necessary to make the right ones.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "alinora">>
You think I do not ache watching you change? I do. But that ache is a ghost I buried it long ago, alongside the woman I might have been if love ruled this kingdom instead of law.
<</speech>>
<br>
<<speech "mc">>
Then why not let me choose a different path? One not carved by ancient rules?
<</speech>>
<br>
<<speech "alinora">>
Because queens do not walk paths. They blaze them in fire and blood, and history does not tolerate detours.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "alinora">>
You stood taller in court today. I noticed. So did Lady Serelyne. The serpents are beginning to fear your fangs.
<</speech>>
<br>
<<speech "mc">>
Then why do I still feel like I’m pretending?
<</speech>>
<br>
<<speech "alinora">>
Because you are. But every monarch begins as a myth in their own skin. Eventually, belief becomes truth.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "alinora">>
There is power in being watched, Caelan. Every gaze tests you. Every whisper carves its mark. Learn to wear scrutiny like silk it may chafe at first, but it becomes second skin.
<</speech>>
<br>
<<speech "mc">>
Sometimes I wish they’d all just stop watching.
<</speech>>
<br>
<<speech "alinora">>
Then they win. Never give your enemies the comfort of your retreat.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "alinora">>
You are not the child who clung to my robes in the temple courtyard. That boy is gone. What remains is the vessel for Velmoria’s future.
<</speech>>
<br>
<<speech "mc">>
But I still feel him inside me. Small. Afraid.
<</speech>>
<br>
<<speech "alinora">>
Then take his hand, guide him through the fire, and teach him how to burn.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "alinora">>
Thalara tells me the physical changes have begun to ripple outward. Eyes softer. Fingers thinner. Voice uncertain. The world will start to see you differently now. Prepare yourself.
<</speech>>
<br>
<<speech "mc">>
And how do you see me?
<</speech>>
<br>
<<speech "alinora">>
As someone I am beginning to fear and admire. Which means your enemies soon will, too.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "alinora">>
You wore the amethyst gown tonight. Good. Its color commands without shouting. Its shape forces posture. Even silk can be armor when used properly.
<</speech>>
<br>
<<speech "mc">>
I didn’t wear it for tactics. I wore it because it felt… right.
<</speech>>
<br>
<<speech "alinora">>
Then you’re further along than I dared hope. Trust the instincts that sharpen you.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "alinora">>
When the other kingdoms look to Velmoria, they will not see a transition. They will see strength reborn in unexpected form. You will be our thunder in velvet.
<</speech>>
<br>
<<speech "mc">>
That sounds beautiful. And terrifying.
<</speech>>
<br>
<<speech "alinora">>
Good. The most powerful queens are always both.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "alinora">>
Your father writes you songs. I sharpen your legacy. Between the two of us, you are both heart and hammer.
<</speech>>
<br>
<<speech "mc">>
Sometimes I wish you could just… hold me, without expecting anything.
<</speech>>
<br>
<<speech "alinora">>
I hold you every day in my decisions, in my sacrifices, in the silence I swallow so you can speak freely. That is the weight of royal love.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "alinora">>
Do not let kindness be mistaken for submission. When you smile, let it be like a dagger graceful, and deadly if misunderstood.
<</speech>>
<br>
<<speech "mc">>
You really think I can command them, like you do?
<</speech>>
<br>
<<speech "alinora">>
No. I believe you will command them differently and that difference may save us all.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "alinora">>
I am not your enemy, Caelan. But I am not your comfort, either. I am the forge that shapes you, the crown that waits above fire. You will thank me in legends.
<</speech>>
<br>
<<speech "mc">>
Or curse you in silence.
<</speech>>
<br>
<<speech "alinora">>
Let history decide. My love for you is not lessened by your resentment. It is sharpened by it.
<</speech>>
<br>
<</if>>
[[Leave Queen Alinora|royal_bed_chamber]] |<br><br>
[[Leave Royal Bed Chamber|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 19)>>
<<if _i == 0>>
<<speech "therion">>
I heard the court whispering today… they see your changes, yes but none of them can see the courage it takes to become something new while the world watches. I see it, my child. And I am awed.
<</speech>>
<br>
<<speech "mc">>
Sometimes I wish I didn’t have to be brave.
<</speech>>
<br>
<<speech "therion">>
Even a flower opens with trembling petals, Caelan. Bravery isn’t the absence of fear it’s what you do while shaking.
<</speech>>
<br>
<<elseif _i == 1>>
<<speech "therion">>
I finished the painting today the one of the orchard in autumn. I left a space in the center, blank and glowing. It’s for you. I don’t yet know what colors to use.
<</speech>>
<br>
<<speech "mc">>
Why paint me at all? I’m not finished.
<</speech>>
<br>
<<speech "therion">>
Precisely. That’s when we’re most beautiful when we are still becoming.
<</speech>>
<br>
<<elseif _i == 2>>
<<speech "therion">>
Your mother teaches you how to stand like stone. I only ask that you remember how to bend like a reed. In time, storms pass but those who cannot bend are the ones who break.
<</speech>>
<br>
<<speech "mc">>
I don’t know which one I’m supposed to be.
<</speech>>
<br>
<<speech "therion">>
Both. You are your mother’s steel and my song. Let neither silence the other.
<</speech>>
<br>
<<elseif _i == 3>>
<<speech "therion">>
They dressed you in velvet and expectation today. I could see it how tightly it fit. Do not let the costume consume the actor, Caelan. Wear the role, but never forget the soul inside it.
<</speech>>
<br>
<<speech "mc">>
What if the soul inside is changing, too?
<</speech>>
<br>
<<speech "therion">>
Then let it. The wind never asks permission to shift. And yet it shapes everything in time.
<</speech>>
<br>
<<elseif _i == 4>>
<<speech "therion">>
I keep the letters you wrote as a child. The ones where you asked me if dragons were real, or if flowers could sing. You haven’t asked such things in years.
<</speech>>
<br>
<<speech "mc">>
Because I learned they don’t.
<</speech>>
<br>
<<speech "therion">>
Ah, but that’s where you’re wrong. You just stopped listening.
<</speech>>
<br>
<<elseif _i == 5>>
<<speech "therion">>
When I married your mother, they told me I was weak. That art had no place beside a throne. But I chose love over power and I choose it still, every time I sit beside you.
<</speech>>
<br>
<<speech "mc">>
Did you ever regret not ruling in your own right?
<</speech>>
<br>
<<speech "therion">>
Never. I found power in gentleness and in the garden, where even the softest hands can pull out thorns.
<</speech>>
<br>
<<elseif _i == 6>>
<<speech "therion">>
Your voice it's changing. Not just in sound, but in weight. It no longer asks to be heard. It expects to be. That is something no crown can teach.
<</speech>>
<br>
<<speech "mc">>
Do you think they’ll ever truly listen to me?
<</speech>>
<br>
<<speech "therion">>
They will. But first, you must listen to yourself and believe every word.
<</speech>>
<br>
<<elseif _i == 7>>
<<speech "therion">>
Today in the garden, a night blooming vine opened in daylight. No one knows why. I named it after you because you, too, bloom in defiance of expectation.
<</speech>>
<br>
<<speech "mc">>
I don’t feel like I’m blooming. I feel like I’m tearing apart.
<</speech>>
<br>
<<speech "therion">>
Even the seed must split before the flower is born. Pain is not the end it is the signal of transformation.
<</speech>>
<br>
<<elseif _i == 8>>
<<speech "therion">>
Your hands used to tremble when holding a sword. Now, they tremble when holding a teacup in public. Isn’t that strange? What we fear says much about who we are becoming.
<</speech>>
<br>
<<speech "mc">>
I’m afraid of being watched. Judged.
<</speech>>
<br>
<<speech "therion">>
Then let them watch. But give them a performance worth remembering.
<</speech>>
<br>
<<elseif _i == 9>>
<<speech "therion">>
They may crown you with flowers or thorns, Caelan but I will always see the child who danced barefoot in the rain and asked me what joy tasted like.
<</speech>>
<br>
<<speech "mc">>
What does it taste like?
<</speech>>
<br>
<<speech "therion">>
Like warm bread, soft laughter, and your name whispered in pride. And yes, I still taste it, even now.
<</speech>>
<br>
<<elseif _i == 10>>
<<speech "therion">>
You stood in front of the nobles today like a storm in silk calm above, trembling beneath. But even a trembling storm moves mountains, Caelan. Never forget that.
<</speech>>
<br>
<<speech "mc">>
I thought they saw through me.
<</speech>>
<br>
<<speech "therion">>
Perhaps they did. But even a mask gains power if you wear it long enough with purpose.
<</speech>>
<br>
<<elseif _i == 11>>
<<speech "therion">>
I composed a melody this morning. It reminded me of you soft at the start, uncertain, but then it builds. Not into triumph, no… into clarity. That’s rarer, and far more precious.
<</speech>>
<br>
<<speech "mc">>
You make it sound like I already know who I am.
<</speech>>
<br>
<<speech "therion">>
You know the questions. The answers come later, like echoes returning from deep places.
<</speech>>
<br>
<<elseif _i == 12>>
<<speech "therion">>
I once thought love meant protecting you from pain. But I’ve learned it means sitting beside you through it, saying: 'You are not alone.'
<</speech>>
<br>
<<speech "mc">>
Even when you don’t agree with what I’m becoming?
<</speech>>
<br>
<<speech "therion">>
Especially then. Agreement is politics. Love is presence.
<</speech>>
<br>
<<elseif _i == 13>>
<<speech "therion">>
I saw you in the mirror today no, not your reflection, but the posture. The way you tilted your chin. You looked like someone becoming proud of their shape, not just enduring it.
<</speech>>
<br>
<<speech "mc">>
It didn’t feel like pride. It felt like… resignation.
<</speech>>
<br>
<<speech "therion">>
Even resignation has grace. And grace, when repeated, grows into confidence.
<</speech>>
<br>
<<elseif _i == 14>>
<<speech "therion">>
The roses bloomed out of season again. A strange omen, perhaps but I think it’s just the garden reminding us that life never obeys the old calendars. Neither should you.
<</speech>>
<br>
<<speech "mc">>
I worry what traditions I’m breaking.
<</speech>>
<br>
<<speech "therion">>
Only brittle traditions snap. The living ones bend around you and grow stronger for it.
<</speech>>
<br>
<<elseif _i == 15>>
<<speech "therion">>
Your mother builds thrones. I build sanctuary. When you tire of the world's demands, come here. Let your soul breathe where no eyes judge you.
<</speech>>
<br>
<<speech "mc">>
Sometimes I don’t know which world is real anymore this quiet one, or the loud one with crowns and knives.
<</speech>>
<br>
<<speech "therion">>
They’re both real. But only one deserves to hold your heart.
<</speech>>
<br>
<<elseif _i == 16>>
<<speech "therion">>
You asked me once if a soft heart could rule. I didn’t answer then. But now I will: a soft heart does not rule by command it leads by inspiration. That is the rarer throne.
<</speech>>
<br>
<<speech "mc">>
Will they follow someone who feels more than they fight?
<</speech>>
<br>
<<speech "therion">>
They will, when they realize that kind of strength doesn’t rust or shatter. It endures.
<</speech>>
<br>
<<elseif _i == 17>>
<<speech "therion">>
I found one of your childhood sketches. It was a bird with antlers half beast, half dream. You drew it when you were six and told me, “This is who I am.” I didn’t understand then. I think I do now.
<</speech>>
<br>
<<speech "mc">>
That creature was never meant to fly.
<</speech>>
<br>
<<speech "therion">>
Ah, but it tried anyway. And in trying, became something no one had seen before.
<</speech>>
<br>
<<elseif _i == 18>>
<<speech "therion">>
I know I’m not the kind of father songs are written about. I did not teach you to ride or fight. But I hope, in quieter ways, I taught you how to see beauty where others see threat.
<</speech>>
<br>
<<speech "mc">>
You taught me how to hope. That may be harder than any sword lesson.
<</speech>>
<br>
<<speech "therion">>
Then I’ve done my part. Hope is the seed of every new beginning. And you are becoming one.
<</speech>>
<br>
<<elseif _i == 19>>
<<speech "therion">>
You are not a puzzle to be solved, Caelan. You are a poem still being written. Some stanzas will contradict others. Let them. That’s how truth lives between lines.
<</speech>>
<br>
<<speech "mc">>
But what if no one understands it in the end?
<</speech>>
<br>
<<speech "therion">>
Then let it be misunderstood. A true soul doesn’t owe clarity to anyone but itself.
<</speech>>
<br>
<</if>>
[[Leave King Therion|royal_leasure_room]] |<br><br>
[[Leave Royal Bed Chamber|castle_map_back_select]]
<</nobr>><<nobr>>
<<set _i to random(0, 18)>>
<<if _i == 0>>
<<elseif _i == 1>>
<<elseif _i == 2>>
<<elseif _i == 3>>
<<elseif _i == 4>>
<<elseif _i == 5>>
<<elseif _i == 6>>
<<elseif _i == 7>>
<<elseif _i == 8>>
<<elseif _i == 9>>
<<elseif _i == 10>>
<<elseif _i == 11>>
<<elseif _i == 12>>
<<elseif _i == 13>>
<<elseif _i == 14>>
<<elseif _i == 15>>
<<elseif _i == 16>>
<<elseif _i == 17>>
<<elseif _i == 18>>
<<elseif _i == 19>>
<</if>>
[[Leave Queen Alinora|royal_bed_chamber]] |<br><br>
[[Leave Royal Bed Chamber|castle_map_back_select]]
<</nobr>><<set $userBody = {}>>
<<for _key, _data range setup.msBodyParts>>
<<if _key == "torso" || _key == "crotch" || _key == "chest" || _key == "top_underwear" || _key == "bottom_underwear" || _key == "top_wear" || _key == "bottom_wear" || _key == "top_middlewear" || _key == "bottom_middlewear" || _key == "shoes">>
<<if _data.img != "">>
<<set $key_img_path = "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "_" + _data.img>>
<<else>>
<<set $key_img_path = "">>
<</if>>
<<set $userBody[_key] to {
img: $key_img_path,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
curr_top_underwear: _data.curr_top_underwear,
curr_bottom_underwear: _data.curr_bottom_underwear,
curr_top_wear: _data.curr_top_wear,
curr_bottom_wear: _data.curr_bottom_wear,
curr_top_middlewear: _data.curr_top_middlewear,
curr_bottom_middlewear: _data.curr_bottom_middlewear,
curr_shoes: _data.curr_shoes
}>>
<<else>>
<<set $userBody[_key] to {
img: "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "/" + _data.curr_body + "_" + _data.orig_body + "_" + _data.img,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
}>>
<</if>>
<</for>>
<<set $riddleLimit = 3>>
<<set $riddleAttempts = 0>>
<<set $hasIngredientAccess = false>>
<<set $riddleSuccess = false>>
<<set $currentObjectives = "No Objectives">>
<<set $userItems to {}>>
<<for _key, _data range setup.storeItems>>
<<set $userItems[_key] to {
name: _data.name,
amount: 0,
unit: _data.unit,
img: _data.img,
min_amount: _data.min_amount,
}>>
<</for>>
<<set $ingredientChoices to 0>>
<<set $maxChoices to 3>>
<<set $day_number to 0>>
<<set $bodyChoice = 3>>
<<set $reverse_passage_ingredient = "">>
<<set $reverse_passage = "">>
<<set $showUnderwear = true>>
<<set $showWear = true>>
<<set $locationName = 'Castle'>>
<<set $locationImage = setup.ImagePath + 'location/castle.png'>>
<<set $currentArc = {}>>
<<set $curr_crotch = Number($userBody.crotch.curr_crotch.split("_")[1])>>;
<<set $curr_chest = Number($userBody.chest.curr_chest.split("_")[1])>>;
<<set $gold = 100>>
<<set $health = 100>>
<<set $veil_of_the_heir = false>>
<<set $user_stats = {
gender_appearance: 94.9,
gender_Identity: 95,
dominance_level: 95,
/* confidence: 50, */
leadership: 40,
archery_ability: 20,
combat_ability: 20,
energy: 80
}>>
<<set $wardrobe = {
top_wear: [
{
img: "top_wear_1.png",
key: "top_wear_1"
}
],
bottom_wear: [],
top_underwear: [],
bottom_underwear: [
{
img: "bottom_underwear_1.png",
key: "bottom_underwear_1"
}
],
shoes: [
{
img: "shoe_1.png",
key: "shoe_1"
}
]
}>><<nobr>>
<!-- Fullscreen Intro Page for Kingdom of Velmoria -->
<div id="velmoria-intro" style="
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #f5f0dc;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
overflow: auto;
padding: 20px;
box-sizing: border-box;
">
<div id="intro">
<h1 style="
font-size: 2em;
color: #5c3b1e;
margin-bottom: 0.5em;
">👑 Kingdom of Velmoria</h1>
<h3 style="font-size: 1.2em; color: #7a4c29;">An Interactive Gender Bender Fantasy Story</h3>
<p><strong>(18+ Mature Content)</strong></p>
<hr style="margin: 10px 0; border-color: #a58b5c;">
<p><strong>Warning:</strong> This story contains themes of <em>gender transformation</em>, <em>magical body alteration</em>, erotic fantasy, and political intrigue.</p>
<p>This is a <strong>gender bender game</strong>. If you are not comfortable with these themes, please <strong>do not proceed</strong>.</p>
<p>In the kingdom of Velmoria, to rule is to be Queen. You are Prince Caelan, the sole heir about to undergo a mystical transformation to inherit your birthright... or reject it entirely.</p>
<p><em>Your destiny begins now.</em></p>
<button id="enterGame" style="
margin-top: 1.5em;
padding: 0.8em 1.5em;
font-size: 1em;
font-family: 'Papyrus', serif;
color: #fff;
background-color: #8b5e3c;
border: none;
border-radius: 6px;
transition: background-color 0.3s;
">Enter</button>
</div>
</div>
<</nobr>><<nobr>>
<div id="velmoria-intro-2">
<h1 class='topic-head'>👑 *Kingdom of Velmoria* 👑</h1>
<p><strong>Genre:</strong> Medieval Fantasy · Interactive Story · Gender Transformation</p>
<hr style="margin: 20px 0; border: 0; height: 2px; background: #a58b5c;">
<p>
Beyond the emerald hills and silver rivers lies <strong>Velmoria</strong>, a kingdom steeped in magic and ruled by generations of powerful queens. Its strength flows not from swords alone, but from ancient rites, arcane wisdom, and the unbroken legacy of matriarchal rule.
</p>
<p>
For centuries, only daughters born of royal blood have ascended to the throne. But fate has played a curious hand: the Queen's only heir is a prince.
</p>
<p>
You are <strong>Prince Caelan</strong> noble by birth, burdened by destiny. Raised in the art of battle, tutored in courtly manners, and shadowed by expectations you were never meant to bear. Yet, the throne calls for a queen… and Velmoria’s survival demands transformation.
</p>
<p>
Under the guidance of the Royal Mage, the kingdom’s ancient feminine rites will remake you. Your journey will be one of magic, discovery, and desire reshaping not just your body, but your identity and purpose.
</p>
<p style="color: crimson; font-weight: bold; margin-top: 15px;">
⚠️ Mature Content Ahead: This story features magical gender transformation, feminization themes, and adult choices. Proceed only if you are comfortable with such content.
</p>
<button id="enter-relam" style="margin-top: 25px; padding: 10px 20px; background-color: #a58b5c; color: white; border: none; border-radius: 8px;">Enter the Realm</button>
</div>
<</nobr>><<nobr>>
<h3 style="text-align: center;">Choose your starting character</h3>
<div class="item-grid">
<div class="item-card" style="width: 90%; ">
<div class="choice-layers">
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_full.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_bottom_underwear_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_shoe_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_top_wear_1.png']]</div>
</div>
[[Lean|Lean]]
</div>
<div class="item-card" style="width: 90%; ">
<div class="choice-layers">
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_full.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_bottom_underwear_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_shoe_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_top_wear_1.png']]</div>
</div>
[[Muscular|Muscular]]
</div>
<div class="item-card" style="width: 90%;">
<div class="choice-layers">
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_full.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_bottom_underwear_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_shoe_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_top_wear_1.png']]</div>
</div>
[[Ultra Muscular|Ultra Muscular]]
</div>
</div>
<</nobr>><<nobr>>
<<set $user_stats.gender_Identity = 60>>
<<set $user_stats.gender_appearance = 64.5>>
<<set $user_stats.dominance_level = 60>>
<div class="item-grid">
<br>
<div class="item-card" style="width: 90%;">
<div class="choice-layers">
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_full.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_bottom_underwear_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_shoe_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ms/ms_top_wear_1.png']]</div>
</div>
</div>
</div>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<b class='topic-head'>✦ A Soft Frame to Shape ✦</b><br><br>
You begin your journey with a lean, wiry build neither imposing nor fragile. Your chest is flat, your muscles are modest, and your manhood, though present, is unremarkable in size. This body, while male, offers little resistance to the subtle reshaping of magic. There’s little bulk to shed, few hard edges to soften, and no overwhelming masculinity to subdue. In many ways, you are already half sculpted clay ripe for refinement. Feminine potions will take quickly to your form, molding your curves with grace and ease.<br><br>
💠 <b>Transformation Difficulty:</b> Low<br>
💠 <b>Key Challenge:</b> Internal acceptance rather than physical resistance
</div>
<<for _key, _data range setup.msBodyParts>>
<<if _key == "torso" || _key == "crotch" || _key == "chest" || _key == "top_underwear" || _key == "bottom_underwear" || _key == "top_wear" || _key == "bottom_wear" || _key == "top_middlewear" || _key == "bottom_middlewear" || _key == "shoes">>
<<if _data.img != "">>
<<set $key_img_path = "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "_" + _data.img>>
<<else>>
<<set $key_img_path = "">>
<</if>>
<<set $userBody[_key] to {
img: $key_img_path,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
curr_top_underwear: _data.curr_top_underwear,
curr_bottom_underwear: _data.curr_bottom_underwear,
curr_top_wear: _data.curr_top_wear,
curr_bottom_wear: _data.curr_bottom_wear,
curr_top_middlewear: _data.curr_top_middlewear,
curr_bottom_middlewear: _data.curr_bottom_middlewear,
curr_shoes: _data.curr_shoes
}>>
<<else>>
<<set $userBody[_key] to {
img: "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "/" + _data.curr_body + "_" + _data.orig_body + "_" + _data.img,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
}>>
<</if>>
<</for>>
<<set $curr_crotch = 3>>
<<set $curr_chest = 3>>
/* <pre><<= JSON.stringify($userBody, null, 2)>></pre> */
<br>
<br>
<<if $veil_of_the_heir>>
[[Start Journey|notice]] |
<<else>>
Lean Mode - Patreon Only
<p><a href="https://www.patreon.com/c/nexispheregames" target="_blank" style="color:#0af;text-decoration:underline;">Support us on Patreon</a></p>
In public mode only the muscular body type is available.
<br>
<br>
<</if>>
[[Back Choose Character|body_choice]]
<</nobr>><<nobr>>
<<set $user_stats.gender_Identity = 80>>
<<set $user_stats.gender_appearance = 80>>
<<set $user_stats.dominance_level = 80>>
<div class="item-grid">
<br>
<div class="item-card" style="width: 90%;">
<div class="choice-layers">
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_full.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_bottom_underwear_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_shoe_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/mm/mm_top_wear_1.png']]</div>
</div>
</div>
</div>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<b class='topic-head'>✦ A Body of Strength, A Test of Change ✦</b><br><br>
Years of training, battles, or discipline have sculpted your body into a strong and well defined form. Your pectorals are solid, your arms powerful, and your manhood bold and assertive. This is the body of a warrior or a proud prince a figure of undeniable masculinity. Magic will struggle here, not just to soften your muscles, but to coax them into yielding. Breasts will have to rise from a firm chest, curves must battle with sinew, and your sex must be reimagined against stubborn flesh. The path ahead will test not only your body’s pliability, but your will to surrender control.<br><br>
💠 <b>Transformation Difficulty:</b> Moderate<br>
💠 <b>Key Challenge:</b> Physical resistance and sexual pride
</div>
<<for _key, _data range setup.mmBodyParts>>
<<if _key == "torso" || _key == "crotch" || _key == "chest" || _key == "top_underwear" || _key == "bottom_underwear" || _key == "top_wear" || _key == "bottom_wear" || _key == "top_middlewear" || _key == "bottom_middlewear" || _key == "shoes">>
<<if _data.img != "">>
<<set $key_img_path = "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "_" + _data.img>>
<<else>>
<<set $key_img_path = "">>
<</if>>
<<set $userBody[_key] to {
img: $key_img_path,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
curr_top_underwear: _data.curr_top_underwear,
curr_bottom_underwear: _data.curr_bottom_underwear,
curr_top_wear: _data.curr_top_wear,
curr_bottom_wear: _data.curr_bottom_wear,
curr_top_middlewear: _data.curr_top_middlewear,
curr_bottom_middlewear: _data.curr_bottom_middlewear,
curr_shoes: _data.curr_shoes
}>>
<<else>>
<<set $userBody[_key] to {
img: "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "/" + _data.curr_body + "_" + _data.orig_body + "_" + _data.img,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
}>>
<</if>>
<</for>>
/* <pre><<= JSON.stringify($userBody, null, 2)>></pre> */
<br>
<br>
<<set $curr_crotch = 5>>
<<set $curr_chest = 2>>
[[Start Journey|notice]] |
[[Back Choose Character|body_choice]]
<</nobr>><<nobr>>
<<set $user_stats.gender_Identity = 100>>
<<set $user_stats.gender_appearance = 94.9>>
<<set $user_stats.dominance_level = 100>>
<div class="item-grid">
<br>
<div class="item-card" style="width: 90%;">
<div class="choice-layers">
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_full.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_bottom_underwear_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_shoe_1.png']]</div>
<div class="choice-layer">[img[setup.ImagePath+'mc/figure/ml/ml_top_wear_1.png']]</div>
</div>
</div>
</div>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<b class='topic-head'>✦ A Monument to Masculinity ✦</b><br><br>
You are the pinnacle of the male form massive, carved, and unrelenting. Your chest is thick with muscle, your limbs packed with raw strength, and your manhood... a challenge unto itself. Every inch of you screams dominance and virility. Magic doesn’t flow easily through such resistance it has to break before it can reshape. Feminization will be a slow, often painful unmaking of a body that was built to resist change. The potions must work harder, longer, and more intensely. Progress may come with setbacks. But perhaps, the greater the monument, the more glorious its transformation.<br><br>
💠 <b>Transformation Difficulty:</b> High<br>
💠 <b>Key Challenge:</b> Total deconstruction of hypermasculinity before rebirth
</div>
<<for _key, _data range setup.mlBodyParts>>
<<if _key == "torso" || _key == "crotch" || _key == "chest" || _key == "top_underwear" || _key == "bottom_underwear" || _key == "top_wear" || _key == "bottom_wear" || _key == "top_middlewear" || _key == "bottom_middlewear" || _key == "shoes">>
<<if _data.img != "">>
<<set $key_img_path = "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "_" + _data.img>>
<<else>>
<<set $key_img_path = "">>
<</if>>
<<set $userBody[_key] to {
img: $key_img_path,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
curr_top_underwear: _data.curr_top_underwear,
curr_bottom_underwear: _data.curr_bottom_underwear,
curr_top_wear: _data.curr_top_wear,
curr_bottom_wear: _data.curr_bottom_wear,
curr_top_middlewear: _data.curr_top_middlewear,
curr_bottom_middlewear: _data.curr_bottom_middlewear,
curr_shoes: _data.curr_shoes
}>>
<<else>>
<<set $userBody[_key] to {
img: "mc/figure/" + _data.curr_body + "/" + _data.orig_body + "/" + _data.curr_body + "_" + _data.orig_body + "_" + _data.img,
orig_body: _data.orig_body,
curr_body: _data.curr_body,
curr_hair: _data.curr_hair,
curr_crotch: _data.curr_crotch,
curr_head: _data.curr_head,
curr_chest: _data.curr_chest,
}>>
<</if>>
<</for>>
/* <pre><<= JSON.stringify($userBody, null, 2)>></pre> */
<br>
<br>
<<set $curr_crotch = 7>>
<<set $curr_chest = 1>>
<<if $veil_of_the_heir>>
[[Start Journey|notice]] |
<<else>>
Ultra Muscular Mode - Patreon Only
<p><a href="https://www.patreon.com/c/nexispheregames" target="_blank" style="color:#0af;text-decoration:underline;">Support us on Patreon</a></p>
In public mode only the muscular body type is available.
<br>
<br>
<</if>>
[[Back Choose Character|body_choice]]
<</nobr>><<nobr>>
<<set $currentObjectives = "The Council Convenes">>
<<set $locationName = 'Castle'>>
<<set $locationImage = setup.ImagePath + 'location/council_room.png'>>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<h1 class="topic-head">⚖️ The Council Convenes ⚖️</h1>
<p>
The grand hall of Velmoria's royal palace is adorned with banners bearing the sigil of the lioness, symbol of the matriarchal lineage. As Prince Caelan enters, the murmurs of the assembled nobles hush. At the head of the chamber sits Queen Alinora, her gaze steady and resolute.
</p>
<p>
"Prince Caelan," she begins, her voice echoing through the hall, "you have reached the age of twenty, a milestone that brings with it the weight of destiny. Our kingdom stands at a crossroads, and your path must be chosen with care."
</p>
<p>
The Queen gestures to the assembled council: Lady Serelyne Virellis, High Counselor, Archmage Thalara Moonveil, Sir Aldric Vornhelm, Commander of the Royal Guard, Lord Malrec Thorne, Master of Statecraft, and Mistress Veletia Roswyn, Royal Clothier.
</p>
<p>
"Tradition dictates that the throne passes through the queen's bloodline. With no daughters to inherit, we face a dilemma. Two paths lie before you:"
</p>
<ol>
<li><strong>Remain as you are</strong>, marry a noblewoman of suitable standing, and she shall ascend as queen while you serve as king consort.</li>
<li><strong>Undergo the sacred transformation</strong>, embracing the essence of our foremothers, and ascend as queen in your own right, preserving the unbroken matrilineal line.</li>
</ol>
<p>
The chamber falls silent, all eyes upon Caelan as the weight of choice settles upon him.
</p>
[[Contemplate Your Path|Contemplate_Your_Path]]
[[Skip Intro|into_11]]
</div>
<</nobr>><<nobr>>
<<speech "malrec">>
Your Majesty, may I commend the clarity of your decree. The boy ahem, the Prince deserves to understand the weight of such a crossroads. Rare it is for a ruler to offer choice when the throne’s need is clear.
<</speech>>
<br>
<<speech "serelyne">>
It is not a choice, Lord Malrec. It is destiny guided by wisdom. Caelan is not just a son. He is Velmoria’s lifeblood our hope of continuation.
<</speech>>
<br>
<<speech "aldric">>
Speak plainly. You mean to bend the boy into a queen? Swap steel for silk? His sword arm is untested, but not unworthy.
<</speech>>
<br>
<<speech "alinora">>
Enough. This is not a debate of worth. My son was born of my womb, he carries the lineage of the High Matrons. What flows in his veins is more sacred than tradition.
<</speech>>
<br>
[[Move forth|into_1]]
<</nobr>><<nobr>>
<<speech "mc">>
...May I speak, Mother?
<</speech>>
<br>
<<speech "alinora">>
You may speak as heir apparent, Caelan. Until now, you’ve been shielded from council. No longer.
<</speech>>
<br>
<<speech "mc">>
Then let me say this, You ask much. You ask that I lay down not just my name and title, but... my self. My shape. My manhood. And you call it duty. How can I choose without losing something I’ve not yet had the chance to understand?
<</speech>>
<br>
<<speech "therion">>
You speak well, my son. Or perhaps... my daughter in waiting. Know this, Your truth need not die, even if your form changes. I lost much to become consort. But I gained a peace I did not know was possible.
<</speech>>
<br>
[[Move forth|into_2]]
<</nobr>><<nobr>>
<<speech "veletia">>
And what a divine peace it could be! Imagine, Caelan silk draped on strong shoulders, a crown resting on freshly curled hair, eyes like yours commanding hearts and thrones alike!
<</speech>>
<br>
<<speech "aldric">>
Not the time, Veletia.
<</speech>>
<br>
<<speech "serelyne">>
You fear the unknown. So did I when I entered court. So did your mother when she first killed a rebel prince at sixteen. This is not a loss, my Prince. It is an ascension, one only the worthy may undertake.
<</speech>>
<br>
<<speech "mc">>
And if I say no? If I take a wife and let her rule? Will you all stand by me then?
<</speech>>
<br>
[[Move forth|into_3]]
<</nobr>><<nobr>>
<<speech "alinora">>
I will stand beside you. But not behind you. A queen leads. A consort supports. The throne demands its sovereign to be sovereign not through marriage, but through birth... and rebirth.
<</speech>>
<br>
<<speech "thalara">>
I have shaped flesh before, Caelan. With consent. With care. You would not become a stranger, but rather... a clearer version of yourself. If there is womanhood in you, I will draw it out like a jewel from the earth.
<</speech>>
<br>
<<speech "mc">>
You all speak as though you know me better than I know myself. But you’ve never asked: Do I want this?
<</speech>>
<br>
<<speech "alinora">>
Then ask yourself, my child. Do you want to be queen? To rule with the strength of your mother and the wisdom of your ancestors? Or do you wish to remain a prince, bound by tradition and expectation?
<</speech>>
<br>
[[If the throne demands a princess, then I shall become her|into_4]] |
<br>
<br>
[[No crown is worth losing myself. I will take a wife, not a new form|into_5]]
<</nobr>><<nobr>>
<<speech "mc">>
I have never feared duty. And though this path is strange, even frightening... if my body must change to match the crown, then let it be so. If being a princess means protecting our bloodline, our realm then I will embrace that role, fully and without shame.
<</speech>>
<br>
<<speech "alinora">>
Then rise, my daughter-to-be. You shall be shaped by the finest magics, trained in poise, grace, and might. Velmoria shall know a queen forged not only by blood... but by choice.
<</speech>>
<br>
<strong>High Counselor Serelyne Virellis</strong> rose from her seat, her silk robes whispering as she stepped forward. Her eyes, sharp as daggers yet dignified, settled on Caelan with solemn approval.
<br>
<<speech "serelyne">>
Then it is decided. From this day forth, you shall begin the Rite of Three Pillars sacred to our bloodline, essential to the making of a Queen. It is no simple affair, my prince... or perhaps I should say, my lady-to-be.
<</speech>>
<br>
Queen Alinora gave a faint smile.
<br>
<<speech "alinora">>
You will not walk this path alone. Each pillar of your transformation will be guided by a master in their field. These trials will shape you not only in body, but in mind and bearing so that no soul in Velmoria shall doubt your right to rule.
<</speech>>
<br>
<br>
<strong>The Three Pillars of Transformation:</strong>
<ul>
<li><strong>Mental Conversion</strong> — to teach you to think, speak, and judge as a queen.</li>
<li><strong>Physical Conversion</strong> — to shape your body into the vessel of a ruling woman.</li>
<li><strong>Training for Rule and Survival</strong> — to ensure you can protect, lead, and inspire.</li>
</ul>
<br>
Caelan’s heart beat like a war drum. This was no coronation. It was a reforging of the self.
<br>
<br>
[[Begin with the First Pillar: Mental Conversion|mental_conversion]]
<</nobr>><<nobr>>
<br>
<br>
<strong>Dev Message - Not Implemented this path yet..</strong>
<br>
<br>
[[Go Back|into_3]]
<</nobr>><<nobr>>
<<set $currentObjectives = "Listen to Mental Conversion">>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<p><strong>Lady Serelyne Virellis</strong> stepped forward, her expression unreadable.</p>
<<speech "serelyne">>
The crown sits not just on the brow it molds the mind beneath it. You, Caelan, shall think not as a prince, nor even as a man, but as the sovereign woman this realm demands.
<</speech>>
<p>She detailed the process: days spent in discourse, etiquette drills, court simulations, and reflections designed to dissolve and rebuild habits, instincts, and internal beliefs. Each session will challenge how Caelan views himself and others.</p>
<p><strong>Gameplay Focus:</strong></p>
<ul>
<li>Debates and dialogue choices that affect Caelan’s evolving personality.</li>
<li>Mental tasks that explore femininity, leadership, diplomacy, and empathy.</li>
<li>Results vary, Caelan might fully embrace his femininity, or merely adopt it outwardly.</li>
</ul>
<<speech "serelyne">>
You may struggle, But should you succeed, the court will not see a transformed man pretending at queenship. They will see <em>a queen</em> born and bred.
<</speech>>
<br>
[[Proceed to the Second Pillar: Physical Conversion|physical_conversion]]
</div>
<</nobr>><<nobr>>
<<set $currentObjectives = "Listen to Physical Conversion">>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<p><strong>Archmage Thalara Moonveil</strong> stood with staff in hand, her silver hair glowing faintly under the chandelier's light.</p>
<<speech "thalara">>
Your form shall match your future, and for that, we invoke the Old Alchemy. You learn how to make potions and will drink of ancient potions ones that change sinew and spirit alike.
<</speech>>
<p>She explained that Caelan would undergo a gradual transformation: the shrinking and rearrangement of his body, growth of feminine features, voice and scent alterations all modifiable by the player through quest progress and potion crafting.</p>
<p><strong>Gameplay Focus:</strong></p>
<ul>
<li>Potion brewing mini-games and ingredient collection quests.</li>
<li>Options to control speed and extent of transformation (fully feminine, androgynous, etc.).</li>
<li>Caelan can resist, embrace, or customize his transformation journey.</li>
</ul>
<<speech "thalara">>
The body is clay in the hands of will and magic, But it is <em>you</em> who must decide its final shape.
<</speech>>
<br>
[[Proceed to the Third Pillar: Rule and Survival|rule_and_survival]]
</div>
<</nobr>><<nobr>>
<<set $currentObjectives = "Listen to Rule and Survival">>
<div style="font-family: 'Papyrus', serif; potion_create_torso color: #8b5e3c; background-color: #f5f0dc; border: 2px solid #a58b5c; padding: 18px; border-radius: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2); max-width: 700px; margin: 20px auto;">
<p><strong>Queen Alinora</strong> herself rose now, her voice strong with pride.</p>
<<speech "alinora">>
A ruler is more than a mind and a form. She must wield power, charm lords, quiet dissent, ride into war if needed, and dazzle her court with presence.
<</speech>>
<p><strong>Caelan’s Training Will Include:</strong></p>
<ul>
<li><strong>Combat:</strong> With Sir Aldric Vornhelm, learning swordplay, archery, and mounted combat.</li>
<li><strong>Politics:</strong> With Lord Malrec Thorne ruthless diplomacy, law, and espionage.</li>
<li><strong>Feminine Arts:</strong> With Mistress Veletia Roswyn fashion, allure, and court poise.</li>
</ul>
<p><strong>Gameplay Focus:</strong></p>
<ul>
<li>Daily schedules and time management mechanics.</li>
<li>Mini-games (duels, debates, wardrobe challenges).</li>
<li>Reputation systems: how nobles, knights, and commoners perceive Caelan.</li>
</ul>
<<speech "alinora">>
You must earn the kingdom’s love and fear, Caelan," the Queen declared. "Only then will the crown truly be yours.
<</speech>>
<br>
[[Move forth|into_6]]
</div>
<</nobr>><<nobr>>
<<speech "mc">>
Then I accept the Rite of Three Pillars. I will reshape myself, body and soul, for the sake of Velmoria.
I only ask to understand what lies ahead, from those who will guide me.
<</speech>> <br>
Queen Alinora nodded solemnly, gesturing toward the seated figures flanking the long marble table. <br>
<<speech "alinora">>
Then let your mentors speak, so you know what awaits you when the sun next rises.
<</speech>> <br>
<strong>Lady Serelyne Virellis</strong> stepped forward first, hands folded neatly before her.
Her voice was crisp, yet carried a warmth hidden beneath years of diplomacy. <br>
<<speech "serelyne">>
Prince Caelan, soon to be Princess Caelan, you will be entrusted into my care for the shaping of your mind.
Many believe a crown rests on the head... I say it rests upon the soul.
To lead Velmoria, you must <strong>think</strong> as she does. Not merely as a woman, but as a queen.
<</speech>> <br>
<<speech "mc">>
You speak of thoughts and instincts... but how does one change those?
<</speech>> <br>
[[Move forth|into_7]]
<</nobr>><<nobr>>
<<speech "serelyne">>
Through observation. Discipline. Trial and test. You will spend days in court, mimicking our customs.
You will learn to speak softly, but with power. To smile in silence and command a room.
I will challenge how you view status, beauty, ambition even vulnerability.
You will leave behind your princehood not as a denial, but as a foundation.
<</speech>> <br>
She leaned closer, her voice lowering. <br>
<<speech "serelyne">>
And know this many rulers have sat on thrones.
But only those who understand the art of being perceived as more than mortal… truly rule.
<</speech>> <br>
Next, the air seemed to shift as <strong>Archmage Thalara Moonveil</strong> rose, her silver robes glowing faintly in the firelight. <br>
<<speech "thalara">>
And I shall craft your form, dear heir.
With ancient alchemy and divine threads of change, your flesh shall become as soft silk woven anew.
But make no mistake this is not a costume. It is rebirth.
<</speech>> <br>
<<speech "mc">>
Will it hurt? Will I lose who I am?
<</speech>> <br>
[[Move forth|into_8]]
<</nobr>><<nobr>>
<<speech "thalara">>
Pain, yes... in moments. But more than pain, there is uncertainty.
Your form will shift slowly organs altered, voice softened, curves blooming where none were before.
You may choose the pace swift and intense, or gentle like river stones worn by time.
I will guide your hand in crafting the vessel that reflects your future self.
<</speech>> <br>
She smiled with a strange, motherly sorrow. <br>
<<speech "thalara">>
But who you are, Caelan... that is not so easily lost. It will be reshaped, not erased.
<</speech>> <br>
Finally, <strong>Sir Aldric Vornhelm</strong> rose like a mountain of armor and gruff resolve. <br>
<<speech "aldric">>
You won’t rule from silken cushions.
Queens ride to war, give judgment from steel thrones, and sometimes kill with their bare hands.
You’ll wield a blade, just like a prince.
You’ll fall off a horse, bruise, sweat, bleed... until you ride like fire and strike like justice.
<</speech>> <br>
<<speech "mc">>
Even after I become... physically different?
<</speech>> <br>
[[Move forth|into_9]]
<</nobr>><<nobr>>
<<speech "aldric">>
Especially then. The sword don’t care what’s between your legs.
Neither do enemies.
Strength is earned, not given by potions or pretty words.
<</speech>> <br>
Sir Aldric returned to his place, crossing his arms.
Then came <strong>Lord Malrec Thorne</strong>, his hands clasped behind his back like a spider with manners. <br>
<<speech "malrec">>
And I shall teach you the shadows behind the throne.
Espionage. Law. The weight of secrets and the price of keeping them.
You will sit through simulations of rebellion, court betrayal, and assassination trials.
You will learn to lie with elegance, to charm enemies, to punish with grace.
<</speech>> <br>
<<speech "mc">>
How can I be sure I won’t lose myself to these games?
<</speech>> <br>
<<speech "malrec">>
You can’t. You will be shaped by them. And one day, you may wake up wondering if the mask became your face.
But such is rule an artful performance of truth and deceit. I will teach you both.
<</speech>> <br>
[[Move forth|into_10]]
<</nobr>><<nobr>>
Then, in a sudden flourish of silk and laughter, <strong>Mistress Veletia Roswyn</strong> swept into the center like a flame in human form. <br>
<<speech "veletia">>
And I, darling, shall make you <strong>divine</strong>.
You will move with poise, speak with elegance, dress with meaning.
Corsets, gowns, veils each stitch shall speak for your soul. You’ll walk into a hall and silence will follow, not from fear... but from awe.
<</speech>> <br>
<<speech "mc">>
All from clothing?
<</speech>> <br>
<<speech "veletia">>
Clothing is not cloth. It is language.
It is armor. It is spellwork.
And you, my dear Caelan, will become the most enchanting vision this kingdom has ever dared to imagine.
<</speech>> <br>
[[Move forth|into_11]]
<</nobr>><<nobr>>
As the final words settled into the warm silence of the chamber, the great bell of the royal tower tolled twice, signaling the descent of evening. <br><br>
Queen Alinora stood once more, her face unreadable. <br>
<<speech "alinora">>
The day is late. You will begin tomorrow, with the dawn.
For now, rest. Consider what you have heard.
Your journey does not begin with your first lesson. it begins with your first dream as one destined to change.
<</speech>> <br>
<<speech "mc">>
Thank you... all of you. I don’t know what tomorrow brings. But I will rise to meet it.
<</speech>> <br>
Caelan bowed. The great doors opened silently.
As he exited the chamber, his boots echoed down the hallway, carrying with them the weight of a new destiny. <br><br>
The night was still, and the stars above Velmoria shimmered like the eyes of forgotten queens, watching.
<</nobr>>
<<set $currentObjectives = "Go to Caelan's Chamber in Serene Wing">>
<<set $currentArc["main_arc"] = 1>>
[[Leave Council Room|castle_map_front_select]]