Pip's tables can be reskinned with a felt finish — a muted swatch you earn toward in the Chip Shop. There are five today (slate, walnut, midnight, forest, oxblood). We'd like one more, so there's something new to save for.
The task
- Add one
TableFinish to the TABLE_FINISHES array in src/config/shop.ts.
- Give it a new
id (finish-…), a name, a short blurb in Pip's voice, a price in the existing band, and a muted swatch hex that's clearly distinct from the five already there.
- Keep it tasteful — these are quiet felts, not neon. Read
docs/shop.md and match the tone of the existing blurbs.
Done when
The new finish appears and is buyable in the Chip Shop, reads as considered (not garish), and pnpm test:all passes. Guiding principle: style, never edge — cosmetics never touch play.
New here? See CONTRIBUTING.md. Merged work puts your name on playpip.io/credits.
Pip's tables can be reskinned with a felt finish — a muted swatch you earn toward in the Chip Shop. There are five today (slate, walnut, midnight, forest, oxblood). We'd like one more, so there's something new to save for.
The task
TableFinishto theTABLE_FINISHESarray insrc/config/shop.ts.id(finish-…), aname, a shortblurbin Pip's voice, apricein the existing band, and a mutedswatchhex that's clearly distinct from the five already there.docs/shop.mdand match the tone of the existing blurbs.Done when
The new finish appears and is buyable in the Chip Shop, reads as considered (not garish), and
pnpm test:allpasses. Guiding principle: style, never edge — cosmetics never touch play.New here? See CONTRIBUTING.md. Merged work puts your name on playpip.io/credits.