Content initialized. GenesysRef is ready to use!
Homebrew Helper
?
{
      "vehicle": [
            {
                  "name": "Aerospace Superiority Fighter",
                  "page": 231,
                  "silhouette": 3,
                  "maxSpeed": 5,
                  "handling": 2,
                  "defense": 0,
                  "armor": 2,
                  "htt": 10,
                  "sst": 10,
                  "controlSkill": {
                        "name": "Piloting"
                  },
                  "compliment": "1 pilot, 1 copilot",
                  "consumables": "1 day",
                  "encumbrance": 5,
                  "price": 100000000,
                  "rarity": 9,
                  "description": [
                        "Barring the existence of armed satellites and advanced..."
                  ],
                  "weapons": [
                        {
                              "name": "Rotary Cannon",
                              "description": "Fire Arc Forward; Damage 2; Critical 5;...",
                              "fireArc": "Forward",
                              "skill": {
                                    "name": "Gunnery",
                                    "source": "crb"
                              },
                              "damage": 2,
                              "critical": 5,
                              "range": "Medium",
                              "qualities": [
                                    {
                                          "name": "Auto-fire",
                                          "source": "crb"
                                    }
                              ]
                        },
                        {
                              "name": "Air-to-air Missiles",
                              "description": "(Fire Arc Forward; Damage 5; Critical 3;...",
                              "fireArc": "Forward",
                              "skill": {
                                    "name": "Gunnery",
                                    "source": "crb"
                              },
                              "damage": 5,
                              "critical": 3,
                              "range": "Extreme",
                              "qualities": [
                                    {
                                          "name": "Blast",
                                          "ranks": 5,
                                          "source": "crb"
                                    }
                              ]
                        },
                        {
                              "name": "Anti-ship Missile",
                              "description": "Fire Arc Forward; Damage 8; Critical 1;...",
                              "fireArc": "Forward",
                              "skill": {
                                    "name": "Gunnery",
                                    "source": "crb"
                              },
                              "damage": 8,
                              "critical": 1,
                              "range": "Strategic",
                              "qualities": [
                                    {
                                          "name": "Breach",
                                          "ranks": 4,
                                          "source": "crb"
                                    }
                              ],
                              "details": "This weapon cannot be fired at targets within Medium range."
                        }
                  ],
                  "settings": [
                        {
                              "name": "modern day"
                        },
                        {
                              "name": "science fiction"
                        },
                        {
                              "name": "weird war"
                        },
                        {
                              "name": "space opera"
                        }
                  ]
            }
      ]
}
Property
Data Type
Description
name*
string
Vehicle name.
page
integer
Page on which the vehicle can be found.
hasVariants
boolean
As of EotI, some vehicles have variant types. Now you can too! Set this property to true so it can be filtered appropriately.
variant
boolean
As of EotI, some vehicles are variants of other vehicles. Now you can too! Set this property to true so it can be filtered appropriately.
imageUrl
string
Url to the associated image.
silhouette*
integer
Vehicle silhouette.
maxSpeed*
integer
Vehicle's max speed.
handling*
integer
Vehicle's handling.
defense*
integer
Vehicle's defense.
armor*
integer
Vehicle's armor.
htt*
integer
Vehicle's hull trauma threshold.
sst*
integer
Vehicle's system strain threshold.
controlSkill*
control skill object, see below
Vehicle's control skill.
compliment*
string
Vehicle's compliment.
passengers
string
Vehicle's passengers.
consumables*
string
Vehicle's consumables.
encumbranceCapacity*
integer or string
Vehicle's encumbrance capacity.
string
One of None, Short, Medium, Long, Extreme.
string
One of none, slow, average, fast, very fast.
price
integer
Vehicle's price. Omit this property for a value of "Not for sale".
rarity*
integer
Vehicle's rarity.
restricted
boolean
If the vehicle is restricted.
weapons
array of vehicle weapon objects, see below
Vehicle's weapons.
abilities
array of vehicle ability objects, see below
Vehicle's abilities.
description*
Vehicle's description.
settings
Settings appropriate for the vehicle.
Property
Data Type
Description
name*
string
Skill used to control the vehicle.
source
string
Source of the skill.
Property
Data Type
Description
name*
string
Weapon name.
fireArc*
string
Weapon firing arc.
skill*
skill object
Weapon firing skill. Omit characteristic.
damage*
integer
Weapon damage.
critical*
integer
Weapon critical rating
range*
string
Weapon range. One of Engaged, Short, Medium, Long, Extreme, Strategic.
qualities
array of weapon quality objects, see below
Weapon qualities.
details
string
Weapon details, listed under the weapon table.
Property
Data Type
Description
name*
string
Quality name.
ranks
integer
Quality ranks, if any.
source
string
Quality source (if external), typically "crb".
Property
Data Type
Description
name*
string
Item name.
description*
string
Item description