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
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