Content initialized. GenesysRef is ready to use!
Homebrew Helper
?
{
      "setting": [
            {
                  "name": "fantasy",
                  "page": 138,
                  "summary": [
                        "Magic, monsters, heroic warriors, and evil overlords..."
                  ],
                  "lore": [
                        {
                              "title": "Tropes",
                              "forceTitleLevel": 2,
                              "page": 138,
                              "entries": [
                                    "Since you are reading an RPG rulebook, we're going...",
                                    "Really, though, don't be too unique; one of the advantages...",
                                    "That said, here we've tried to encapsulate some of the...",
                                    {
                                          "title": "Magic",
                                          "entries": [
                                                "It's quite possible that magic is the defining...",
                                                "Magic is a broad, nebulous term, yet most people..."
                                          ]
                                    },
                                    "..."
                              ]
                        },
                        "..."
                  ],
                  "characterOptions": [
                        {
                              "type": "grid",
                              "columns": 3,
                              "entries": [
                                    {
                                          "type": "table",
                                          "title": "Fantasy Weapons",
                                          "columns": [
                                                {
                                                      "header": "Name",
                                                      "value": "name",
                                                      "size": 3
                                                },
                                                {
                                                      "header": "Source",
                                                      "value": "source"
                                                }
                                          ],
                                          "rows": [
                                                {
                                                      "subtitle": "Melee"
                                                },
                                                {
                                                      "name": "{@gear Axe}"
                                                },
                                                {
                                                      "name": "{@gear Greataxe}"
                                                },
                                                {
                                                      "name": "{@gear Greatsword}"
                                                },
                                                {
                                                      "name": "{@gear Halberd}"
                                                },
                                                {
                                                      "name": "{@gear Light Spear}"
                                                },
                                                {
                                                      "name": "{@gear Mace}"
                                                },
                                                {
                                                      "name": "{@gear Shield}"
                                                },
                                                {
                                                      "name": "{@gear Sword}"
                                                },
                                                {
                                                      "subtitle": "Ranged"
                                                },
                                                {
                                                      "name": "{@gear Bow}"
                                                },
                                                {
                                                      "name": "{@gear Crossbow}"
                                                },
                                                {
                                                      "name": "{@gear Longbow}"
                                                }
                                          ]
                                    },
                                    "..."
                              ]
                        }
                  ]
            }
      ]
}
Property
Data Type
Description
name*
string
Name of the setting.
imageUrl
string
Url to the associated image.
page
number
Page the setting can be found on.
summary
array of strings
Preview of the setting to be shown in popout modals.
lore
Compendium of setting lore. Each top-level item will be listed as its own chapter.
codex
Additional content related to the setting. Characters, locations, etc.
characterOptions
Quick reference of character options available for use in this setting.