Content initialized. GenesysRef is ready to use!
Homebrew Helper
?
{
      "career": [
            {
                  "name": "Academic",
                  "page": 32,
                  "skills": [
                        {
                              "name": "discipline"
                        },
                        {
                              "name": "knowledge (science)",
                              "source": "sotb"
                        },
                        {
                              "name": "knowledge (society)",
                              "source": "sotb"
                        },
                        {
                              "name": "knowledge (the net)",
                              "source": "sotb"
                        },
                        {
                              "name": "leadership"
                        },
                        {
                              "name": "medicine"
                        },
                        {
                              "name": "melee"
                        },
                        {
                              "name": "negotiation"
                        }
                  ],
                  "description": [
                        "Academics include doctors, scientists, and scholars of all kinds...",
                        "Academics can come in many forms, regardless of the discipline...",
                        "An Academic counts the following skills as career skills: {@skill Discipline}..."
                  ],
                  "startingGear": {
                        "description": [
                              "If you have an Academic character, you may choose to start with the following gear instead of spending credits during {@b Step 7} of character creation:"
                        ],
                        "gear": [
                              "A {@gear stun gun} {@i or} a {@gear monoblade}",
                              "{@gear Concealed buckyweave} {@i or} {@gear durable clothing} and a {@gear PAD}",
                              "An {@gear emergency medkit} {@i or} {@gear smartspecs}",
                              "2 {@gear slap-patches} and a {@gear portable comlink}",
                              "100 + 1d100 credits"
                        ]
                  },
                  "usefulTalents": {
                        "description": [
                              "Here are a few suggestions for talents that may be especially appropriate for \"typical\" Academic characters."
                        ],
                        "talents": [
                              {
                                    "tier": 1,
                                    "name": "Former Professor",
                                    "source": "sotb"
                              },
                              {
                                    "tier": 1,
                                    "name": "Proper Upbringing"
                              },
                              {
                                    "tier": 1,
                                    "name": "Surgeon"
                              },
                              {
                                    "tier": 2,
                                    "name": "Inspiring Rhetoric"
                              },
                              {
                                    "tier": 2,
                                    "name": "Probing Question",
                                    "source": "sotb"
                              },
                              {
                                    "tier": 3,
                                    "name": "Applied Research",
                                    "source": "sotb"
                              }
                        ]
                  },
                  "settings": [
                        {
                              "name": "science fiction"
                        },
                        {
                              "name": "Android",
                              "source": "sotb"
                        }
                  ]
            }
      ]
}
Property
Data Type
Description
name*
string
The name of the career.
page
integer
The page number on which the career is found.
imageUrl
string
Url to the associated image.
skills*
array of skill objects
List of career skills.
description*
array of strings
The career's description. Each item will be its own paragraph.
startingGear
Starting Gear object, see below
Starting gear associated with the career.
usefulTalents
Useful Talents object, see below
Useful talents associated with the career.
settings
List of settings in which this career should be used.
Property
Data Type
Description
description*
array
Helper text about the provided starting gear.
gear*
array
List of starting gear.
Property
Data Type
Description
description*
array
Helper text about the provided useful talents.
talents*
array of talent objects, see below
List of useful talents.
Property
Data Type
Description
tier*
integer
The talent's tier.
name*
string
Name of the talent.
source*
string
The source abbreviation of the talent.