26 lines
671 B
JSON
26 lines
671 B
JSON
{
|
|
"name" : "Jackal",
|
|
"description" : "The greatest mass produced starfighter in the Imperial Naval Forces, the Jackal, like the TAF, is lightly armoured and shielded, but fast. Like other INF starfighters it has been through a rapid variation process in the last few years, as a result of the Imperial Civil War.",
|
|
"affiliation" : "INF",
|
|
"health" : 75,
|
|
"shield" : 75,
|
|
"speed" : 2,
|
|
"reloadTime" : 14,
|
|
"shieldRechargeRate" : 45,
|
|
"texture" : "gfx/fighters/jackal.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -7,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 7,
|
|
"y" : 0
|
|
}
|
|
],
|
|
"missiles" : 3,
|
|
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
|
|
}
|