Skip to content

TheGiddyLimit/homebrew

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0460a29 · Oct 10, 2023
Jan 14, 2023
Oct 4, 2023
Feb 11, 2021
Oct 8, 2023
Oct 2, 2023
May 10, 2023
Apr 9, 2023
May 18, 2022
Oct 7, 2023
Jul 23, 2023
Oct 7, 2023
May 18, 2022
May 18, 2022
Oct 7, 2023
Oct 8, 2023
May 18, 2022
Oct 10, 2023
May 18, 2022
Sep 10, 2023
May 26, 2023
May 18, 2022
Aug 17, 2023
May 18, 2022
Sep 20, 2023
May 18, 2022
Jul 9, 2022
May 7, 2023
Oct 7, 2023
Sep 10, 2023
May 18, 2022
Oct 7, 2023
Sep 10, 2023
May 18, 2022
Sep 20, 2023
Oct 7, 2023
Dec 21, 2022
Oct 1, 2023
Jan 26, 2023
Oct 1, 2023
May 18, 2022
Jul 27, 2019
Apr 9, 2022
Nov 21, 2022
Feb 8, 2023
Oct 7, 2023
Oct 7, 2023

Repository files navigation

Homebrew JSONs compatible with 5etools. The editor will be expanded to support more content types Eventually:tm:.

Getting Brew (automatically)

  1. Hit the "Manage Homebrew" button (if available) on a 5etools page.
  2. "Get Homebrew"
  3. Click to add. Currently, the list only displays items from this repository.

Getting Brew (manually)

  1. Browse for the file you want
  2. Click "Raw" (top-right) and save it as .json
  3. Load into 5etools via the Brew Manager

Getting Help

Join the 5etools Discord Server, and ask in the #brew conversion channel.

Requesting Additions/Updates

Join the 5etools Discord Server, and see the pinned message format in the #brew conversion channel. You can vote for your conversion request, or those of others, in the #brew-tracker channel.

Creating and Contributing

Note: one large advantage of contributing to this repo, is that your files will be kept up-to-date as changes are made to the main site.

  • The easiest way to make your own is to copy one of the existing 'brews as a template and use the main 5etools data as a reference.
    • The schemas for homebrew data can be found here
  • Contributions are welcome. For the GitHub-literate, make a pull request.* For everyone else, create an Issue and post a link to your file (PasteBin is fine), and I (or other maintainers, in future) can add it for you.

* See the article here for a how-to.

Conventions to Follow

There are a few conventions used which should be followed when creating homebrew:

  • Use tabs over spaces, "LF" as end-of-line, and UTF-8 (without BOM) encoding.
  • Format filenames as "Author Name; Homebrew Name.json"
  • Use a unique "json" source name; they should be uniquely identifiable across all homebrew. For example, for the hypothetical book "A History Of Dragons" by "A. N. Other," a sensible source name would be "ANOtherHistoryOfDragons". Note that this text is never displayed, so can be as long and as ugly as required. While this is not enforced, we reserve the right to change data as required to avoid naming conflicts.
  • Use https://github.com/TheGiddyLimit/homebrew as the source URL for sources without one.
  • Only include content authors in the source "author" field; conversion credit should be given in a "convertedBy" field (with the same format).
  • Include a "dateAdded" property in file metadata, which is a Unix timestamp (in seconds) at which the file was added. See here for an example of the structure; an example timestamp would be 1537874753. You can view and copy the current Unix time here.

Useful links