A theasaurus for random tables (think D&D, pathfinder, etc).
This collection of tools standardises a way of collecting variations that you can pepper your random generations with a rich selection of variations.
Take a loot table for example
Instead of one of the below
A blue spear, A gold key
You can nest variability "A {{utility-senses/color-blue/dark}} spear", "A {{utility-senses/color-material/metal-copper}} key"
will produce results such as, with variance each time you 'roll'
A sapphire spear, A greened bronze key
Random generators are awesome, but writing them with sufficient variability to be interesting can be hard, I hope this library can add a rich depth to the tables people create
Currently only the desktop app is ready, but I'm working on a web version so people can more easily add generators to their website.
{{Collection/TableGroup/Table}}
To Add additional collections to your available list, download the zip files from the 'releases' section of any repo within https://github.com/Random-Tables
--- Fantasy-Tables
|
|-- Collections
|
|-- Library1
|
|--index.json
|--tableA.json
|--tableB.json
|
|--Library2
|
|--index.json
|--tableA.json
Follow the setup guide for your OS
- Linux Mint (Kernel: 5.4.0-37-generic x86_64 bits: 64 compiler: gcc v: 7.5.0 Desktop: Cinnamon 4.4.8 wm: muffin dm: LightDM Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic) [Broken - Fixed PR'd awaiting release]
- Edition Windows 10 Pro, Version 20H2, OS build 19042.685, Experience Windows Feature Experience Pack 120.2212.551.0
!! check using required version of node.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo run a Tauri dev window:
yarn tauri dev
Before creating a production version of your app, install an adapter for your target environment. Then:
npm run buildYou can preview the built app with
npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.
yarn tauri build