Content initialized. GenesysRef is ready to use!
Homebrew Helper
?
{
      "archetype": [
            {
                  "name": "Animalistic Alien",
                  "page": 18,
                  "characteristics": {
                        "brawn": 3,
                        "agility": 3,
                        "intellect": 2,
                        "cunning": 2,
                        "willpower": 1,
                        "presence": 2
                  },
                  "wt": 10,
                  "st": 8,
                  "xp": 80,
                  "skills": {
                        "skills": [
                              "athletics",
                              "coordination",
                              "resilience"
                        ],
                        "ranksTotal": 1,
                        "ranksEach": 1,
                        "description": [
                              "An animalistic alien starts with one rank in Athletics..."
                        ],
                        "choice": true
                  },
                  "abilities": [
                        "Nice Fur",
                        {
                              "name": "Savvy Negotiation",
                              "source": "eoti"
                        },
                        {
                              "name": "Natural Weapons",
                              "description": [
                                    "An animalistic alien adds +2 damage to any Brawl combat...",
                                    {
                                          "type": "list",
                                          "items": [
                                                "item 1",
                                                "item 2"
                                          ]
                                    }
                              ]
                        }
                  ],
                  "description": [
                        "Space opera settings often have alien species that are derivative..."
                  ],
                  "settings": [
                        {
                              "name": "space opera"
                        }
                  ]
            }
      ]
}
Property
Data Type
Description
name*
string
The name of the archetype.
page
integer
The page number on which the archetype is found.
imageUrl
string
Url to the associated image.
characteristics*
characteristics object, see below. This can also be an array of characteristics objects.
Archetype characteristics
wt*
integer, or array of integers
Archetype wound threshold.
st*
integer, or array of integers
Archetype strain threshold.
xp*
integer
Archetype starting experience.
skills*
skills object, see below
Archetype skill information. Some properties are used only for not sorting.
abilities*
array of ability objects, see below. Alternatively, string of ability names (when referencing abilities in the same collection).
Archetype ability information.
description*
array
The archetype's description. Only strings are allowed. Each item will be its own paragraph.
names
names object.
Name suggestions for the archetype/species.
settings
List of settings in which this archetype should be used.
Property
Data Type
Description
brawn*
integer
Archetype's starting Brawn value.
agility*
integer
Archetype's starting Agility value.
intellect*
integer
Archetype's starting Intellect value.
cunning*
integer
Archetype's starting Cunning value.
willpower*
integer
Archetype's starting Willpower value.
presence*
integer
Archetype's starting Presence value.
Property
Data Type
Description
description
array
Plaintext description of the archetype's starting skills as presented in the source.
skills*
array of strings
List of archetype skills.
ranksTotal
integer
Total number of free skill ranks.
ranksEach
integer
Amount of ranks in each skill.
choice
boolean
If ranks are given in all listed skills, or only a few.
Property
Data Type
Description
name
string
Name of the ability.
description
array of strings or lists
Description of the ability.
source
string
Used when referencing an Archetype Ability from another collection.
Property
Data Type
Description
description
array of strings
Description of of example names.
names
array of strings
List of example names.