Files
spigot-heights/design/user-stories/us-001-drink-shifting-stature-potion.md
T
dmg 7bccc727b1
Release / release (push) Failing after 15s
CI / build (push) Successful in 3m6s
feat: add stature potions and tiny-player launchers
2026-09-04 11:28:24 -04:00

1.3 KiB

type, title, description, status
type title description status
User Story US-001: Drink a Potion of Shifting Stature Let players craft and drink a potion that gives them a random configured scale. done

US-001: Drink a Potion of Shifting Stature

As a player, I want to drink a craftable potion that changes my stature unpredictably so that player size becomes a fun survival mechanic.

Acceptance criteria

  • The distinct potion is authenticated with persistent item metadata rather than its display name alone.
  • Its shaped recipe is ACA/AWA/ACA, where A is Amethyst Shard, C is Chorus Fruit, and W is an Awkward Potion.
  • Drinking it consumes one potion, leaves normal bottle handling intact, and selects a scale from the configured inclusive range.
  • Outcomes are uniformly selected in configured adjustment-step increments, including both endpoints when aligned.
  • The resulting Minecraft scale attribute is applied and reported to the player.
  • The resulting scale persists across logout, restart, world change, and death.
  • Automated tests cover bounds, endpoint reachability, and recipe identity.