CranberryClock.Ideas / Systems / Design

INDEPENDENT TOOLStats & loadouts

Ledger

Every bonus leaves a receipt.

Equip a little machine. See exactly where its power comes from.

MIT LICENSEv0.1.0MODULAR BY DESIGN
CLOCKWORK PROVING CO. — Ledger showcase identity
CRANBERRY FORGE / STUDY 013

Every bonus leaves a receipt.

THE DATA BEHIND THE SCENE

Loadout comparison

These numbers come from the same headless evaluation used by the scene. Movement uses speed; the luminous radius uses reach; target response illustrates attack strength. This is a stat workbench, not a combat simulator.

Recipe Attack Speed Reach

USE IT IN YOUR GAME

const stats = evaluateStats({ base, modifiers });
player.speed = stats.values.speed;
console.log(stats.explanations.attack);
Live JSON output

          

FROM SHOWCASE TO YOUR PROJECT

Take the good parts with you.

Compare loadouts and inspect the contribution of every modifier before connecting the results to gameplay.

Download the archive, then install locally.

npm install ./cranberry-forge-ledger-0.1.0.tgz
Download archive ↓Read the integration guide ↗