Available at https://stories-with-dice.github.io/rpg_tables/
- tons of random tables
- search for tables
- history of rolls
- easily extendable (tables are in the very readable JSON format)
- static HTML & javascript only (you can download it and it's all yours. No need for active internet connection)
- subtable rolls
- custom ranges in tables
-
- tables subrolls. I want to roll all the tables under a category
- fix not being able to have subrolls in separate file
Please submit any ideas & feedback you might have as a github issue here
Feel free to have a look at the code and suggest improvements as well.
Check issues and projects for possible ideas to start.
If you want to add your own tables, look at this example: Planescape NPC
- add a new file
roll_your_type.js
- add this file to
index.html
, like
<script src="js/roll_modern_horror.js"></script>
- add a case in
rolltables.js
case "modern_horror":
return top.modern_horror;
break;
- if it's got multiple rolls, you need to add it to
roll_menu.js
, like
{
id: "modern_horror",
title: "Modern Horror",
items: [
{
title: "Gothic All",
use: "",
sub_rolls: [
],
main_rolls: [
"modern_horror/gothic_motifs",
"modern_horror/gothic_events",
"modern_horror/gothic_locations",
"modern_horror/gothic_buildings",
"modern_horror/gothic_parts_buildings",
]
}
]
}
Copy a selection of lines.
Use
python scripts\parse_clipboard.py gothic_characters "Gothic Characters"
Contents pasted back to clipboard.
Developed based on initial work here
Tables content by:
- OrkishBlade and others from /r/behindthetables and /r/dndbehindthescreen
- https://www.enworld.org/threads/list-of-all-personality-traits-ideals-bonds-flaws.469002/
- https://embyr.obsidianportal.com/wikis/npc-occupations
- https://forgottenrealms.fandom.com/wiki/Waterdeep
- https://ynasmidgard.blogspot.com/2016/07/huge-name-list.html
- https://docs.google.com/document/d/1bnH9HP98V8j7SdkJJJiKopWGJ51tG5XN8Bf_RTnj2RQ/edit
- https://www.reddit.com/r/bladesinthedark/comments/fdmqyp/score_generator_inspired_by_leverage_rpgs/
- Godbound (Free Edition), by Kevin Crawford. https://www.drivethrurpg.com/product/185959/Godbound-A-Game-of-Divine-Heroes-Free-Edition
Top image by https://unsplash.com/@armato