tbftss/data/fighters/angel.json

36 lines
1.1 KiB
JSON

{
"name" : "Angel",
"description" : "One of the oldest starfighters created by the Mitikas Empire, the Angel is rarely seen, due to it being retired in 2599. A handful of Independent Worlds continue to operate the fighter, having purchased them from the empire prior to Mitikas pulling them from service. Even so, they are quite often held back from deployment, acting as reserves to bulk up numbers. Angels are notable for being the first INF fighter to be equipped with mag cannons, and for being somewhat smaller than most of the nation's other fighters. Also of note is the appearance, the fighter sporting a purple colour scheme, as opposed to the reds of more recent INF craft.",
"affiliation" : "INF",
"health" : 40,
"shield" : 40,
"speed" : 1.8,
"reloadTime" : 15,
"shieldRechargeRate" : 55,
"texture" : "gfx/fighters/angel.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -10,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 10,
"y" : 0
},
{
"type" : "BT_MAG",
"x" : -4,
"y" : -6
},
{
"type" : "BT_MAG",
"x" : 4,
"y" : -6
}
],
"missiles" : 3,
"flags" : "EF_TAKES_DAMAGE"
}