No description
Find a file
2023-02-18 12:30:09 +11:00
editor Cleaned up code so most things are more modular. 2023-02-18 12:20:36 +11:00
generators Completed the inline generation system 2023-02-18 10:45:22 +11:00
lists Added All Pathfinder Races that I could Find names and Syallables for 2023-02-05 22:21:00 +11:00
settings Cleaned up code so most things are more modular. 2023-02-18 12:20:36 +11:00
.editorconfig Initial commit 2023-01-29 00:37:25 +11:00
.eslintignore Initial commit 2023-01-29 00:37:25 +11:00
.eslintrc Initial commit 2023-01-29 00:37:25 +11:00
.gitignore Completed the inline generation system 2023-02-18 10:45:22 +11:00
.hintrc Added Most Generators for Generic Fantasy and DND 2023-02-03 21:55:51 +11:00
.npmrc Initial commit 2023-01-29 00:37:25 +11:00
esbuild.config.mjs Completed the inline generation system 2023-02-18 10:45:22 +11:00
LICENSE Create LICENSE 2023-02-18 12:30:09 +11:00
main.ts Cleaned up code so most things are more modular. 2023-02-18 12:20:36 +11:00
manifest.json Cleaned up code so most things are more modular. 2023-02-18 12:20:36 +11:00
modal.ts Cleaned up code so most things are more modular. 2023-02-18 12:20:36 +11:00
Obsidian-Fantasy-Content-Generator-Compressed.gif updated the manifest and README 2023-02-05 23:05:57 +11:00
package-lock.json Completed the inline generation system 2023-02-18 10:45:22 +11:00
package.json Completed the inline generation system 2023-02-18 10:45:22 +11:00
README.md Updated Readme. 2023-02-09 00:39:12 +11:00
styles.css added the ability to customise Settlements 2023-02-06 22:53:52 +11:00
tsconfig.json Added Most Generators for Generic Fantasy and DND 2023-02-03 21:55:51 +11:00
version-bump.mjs Initial commit 2023-01-29 00:37:25 +11:00
versions.json Cleaned up code so most things are more modular. 2023-02-18 12:20:36 +11:00

Fanstasy Content Generator

This is a plugin for Obsidian (https://obsidian.md) for the generation of fantasy content like inn, settlements and names for characters based on races.

Credits and Resources

Would Like to acknowledge these libraries and resources that I used to help create this.

The Fantasy-names (https://github.com/Snake4life/fantasy-names) github as it helped with understanding how these generators work, The Fantasy Name Generator package (https://www.npmjs.com/package/fantasy-name-generator) The Fantasy Content Generator Package (https://www.npmjs.com/package/fantasy-content-generator)

How to Use

  1. Select the Book icon in the ribbon
  2. Select the Generator you would like to use
  3. Edit the Settings to your hearts content
  4. Click generate and copy your generation to your Clipboard.

Example

Example

Custom Sources

In the settings of the plugin you will Find settings and options to add your own words and phrases to the generators, not all are added as of yet and there is no current plans to add more unless I get overwhelming requests for a particular one. The current Generators that can be customised are:

  • loot generator
  • Inn and Tavern generator
  • Settlement Generator
  • Drink Generator
  • Group Generator.

Configuration

currently the only settings are the Currency settings, enable them in the settings and add your own currency determining how frequently they appear in loot generated and what currencies you would like to include.

TO-DO

  • Add more settings to help build custom generation settings for vaults for certain generators; Generators included in this are the
    • loot generator
    • Inn and Tavern generator
    • Settlement Generator
    • Drink Generator
    • Group Generator.
  • Randomization within a note.
  • Possibly more Generation type.
  • Better UI