The Sorcerer's Stone

Somewhere in the Forbidden Forest is the most important object in the building, and on extraordinarily rare occasions you will find it the way most important things are found: by tripping over it. The Sorcerer's Stone has outlived a thousand seekers and is unimpressed by you specifically. It does not negotiate. It processes. It looks at you the way a tired god looks at the last customer before close, opens a claim on your behalf, and dispenses the Elixir of Life as a one-time benefit — a slug of temporary hit points (a percentage of your maximum, plus a flat top-up, both set by the administrators) deposited directly into your bloodstream like a coupon it would rather not be honoring.

The wording matters. Temporary. Your maximum hit points are never raised; the bonus simply lets your current total balloon past its usual ceiling for the remainder of the day. Immortality, as administered here, is a day pass. At the next new day the engine performs its standard reconciliation, clamps you back down to your established maximum, and reclaims every point of borrowed eternity. There is no appeals process.[1] Spend it while you have it — and be aware that any in-day healing, which politely refuses to exceed your maximum, may quietly write off the surplus early.

How It Works

The Sorcerer's Stone is registered as a Forest Special, the same machinery that runs Finding Gems and the Forest Fool. It does not appear on demand, on a schedule, or in response to wanting it. It is rare on purpose.

  • Trigger: a random forest event, gated like all forest specials by the forest event chance and then weighted against every other registered special.
  • No choices: there is nothing to decide. You trip, the Stone files its paperwork, you receive the benefit, the Stone crumbles, and you return to the forest.
  • No risk: you cannot lose anything. The worst outcome is that the blessing expires, which it was always going to do.

The Benefit (Temporary HP)

When the Stone approves your claim, it credits you a chunk of real hit points calculated from two administrator-set tunables:

  • Percent of maximum (hppctofmax, default 50%): a percentage of your maximum hit points.
  • Flat top-up (hpflat, default 0): a fixed number added on top.

So at the defaults, a player with 200 maximum hit points is credited 100 temporary hit points (50% of 200, plus 0). The grant is allowed to push your current total above your maximum — that is the entire point of the blessing. The amount is never less than 1, even under absurd settings.

`@Eternal life credited: `^N`@ temporary hit points. Free trial. No card required.`0

Why It's Temporary

The Stone never touches your maximum hit points, so nothing about you is permanently improved — your ceiling is exactly where it was. The borrowed total survives within the same day (it is real HP, saved normally), but two things can reclaim it:

  • The next new day: the engine resets your current hit points down to your maximum, evaporating every point above the line. Guaranteed.
  • In-day healing: most healers, potions, and regeneration politely refuse to exceed your maximum, so a heal taken while you are over-max may quietly clamp the surplus away early. This is expected behavior, not a malfunction.

In other words: it is a cushion, not a promotion. Enjoy the spike, take your dangerous fights while it lasts, and do not be surprised when reality reasserts its budget.

Admin Configuration

  • appearchance (range 1-100, default 1): relative appearance weight in the forest. This is not an absolute percentage; it is normalized against every other forest special. A weight of 1 against many comparable siblings keeps the Stone genuinely rare.
  • hppctofmax (range 0-300, default 50): temporary HP granted as a percent of maximum HP.
  • hpflat (int, default 0): flat temporary HP granted on top of the percentage.

Technical Details (For the Curious)

  • Module name: sorcerersstone
  • Category: Forest Specials
  • Event hook: forest (relative weight from appearchance)
  • HP grant: direct increment to $session['user']['hitpoints'] (may exceed maximum; maxhitpoints is never modified)
  • Expiry: the new-day routine clamps hitpoints back to maxhitpoints; no buff and no permanent stat change are involved
  • Debug log entry: "found the Sorcerer's Stone (+N temp hp)"
  • No user interaction beyond a "Return to the Forest" link

[1] There is, technically, the Forbidden Forest. The Stone does not appear on demand, on a schedule, or in response to wanting it. It is rare on purpose.

The Sorcerer's Stone: the single most important object in the castle, located not in a vault behind a three-headed dog and a series of escalating logic puzzles, but face-down in the dirt where you can fall over it. It grants you immortality on a provisional basis, auto-cancels the free trial at the next sunrise, and never raises your actual maximum — so the lasting souvenir of having held a legend in your hands is a slightly elevated heart rate, a faint sense of having been processed, and the dawning understanding that eternal life is, administratively speaking, a day pass that expired while you were reading the terms.