Adventuresmith is an Android app for randomly generating elements for tabletop RPGs (names, spells, items, monsters, characters, alien worlds, etc). Adventuresmith is free, and ad-free (and will remain so).
Adventuresmith software is licensed under the GPL. Depending on the source of the content, the licensing terms of the content within Adventuresmith varies -- see this section for content attribution and information about the content within the app.
Random tables are a great tool to provide a framework for improvisation.
During game prep or in-game, if you have a choice of:
"you meet a person in the city, who are they?"
or
the second gives you many more hooks to help you create a memorable character to interact with your players.
Or, if you decide your party encounters a humanoid in the woods...
... would you have come up with an asthmatic half-orc bandit, laying a trap?
If you're interested in creating generators, or want to run Adventuresmith on the desktop, there are instructions on the wiki
Bugs? Feature Requests? You can provide feedback here
Adventuresmith is a tool to help players and GMs use RPG supplements and systems. Adventuresmith would not exist without the amazing creativity of many people. All content included within Adventuresmith has been used with the permission of the individual content creators. Any usage of the content generated by Adventuresmith not covered by the individual License statements of each generator is strictly prohibited.
Attribution and licensing statements for all content within Adventuresmith is available here.
Attribution for each set of generators is also available within the app. When you've selected a set of generators, click on the info button on the toolbar to be shown the attribution statement for the generators you're using.
If you enjoy using Adventuresmith, follow the attribution links to the creators' websites, or to their pages on DriveThruRPG. Give them reviews and other feedback; buy their products, and become a patron on Patreon.
Adventuresmith includes Open Content released under the OGL. To see the Open Content from these OGL sources, follow the links below:
Adventuresmith name, logo, splashscreen, nav-drawer header, icons are product identity.
Names of the individual RPG supplements and systems are product identity, and owned by their respective publishers or copyright holders.
Application launch icon, splash screen logo, and nav-drawer-header logo were created by Brian Todd Christensen.
Adventuresmith Art by Brian Todd Christensen is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at https://stevesea.github.io/Adventuresmith/.
Permissions beyond the scope of this license may be available at http://briantchristensen.com/Adventuresmith.
- This application uses icons from https://materialdesignicons.com/
- This application uses icons from http://ionicons.com/
Adventuresmith source code is licensed under GNU General Public License, version 3 (GPL-3.0).
signing file protected via GCP KMS and SOPS
# encrypt like:
$ sops -e android.jks > android.jks.enc
$ sops -e advsmith_signing.gradle > advsmith_signing.gradle.enc
# decrypt:
$ sops -d advsmith_signing.gradle.enc > advsmith_signing.gradle
$ sops -d android.jks.enc > android.jks