1.3 KiB
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, whereAis Amethyst Shard,Cis Chorus Fruit, andWis 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.