2015-10-20 13:51:49 +02:00
{
"name" : "Sphinx" ,
2017-08-11 09:28:06 +02:00
"description" : "The Imperial Naval Forces answer to the Rook, the Sphinx is more heavily armed, but equally as fast and protected. Generally a single seated craft, the Sphinx can also accept a rear gunner, making it more difficult for opponents to tail it." ,
"affiliation" : "INF" ,
2015-11-22 18:50:05 +01:00
"health" : 110 ,
"shield" : 75 ,
"speed" : 1.85 ,
2015-10-20 13:51:49 +02:00
"reloadTime" : 14 ,
"shieldRechargeRate" : 60 ,
2016-02-13 15:31:45 +01:00
"texture" : "gfx/fighters/sphinx.png" ,
2015-10-20 13:51:49 +02:00
"guns" : [
{
"type" : "BT_PLASMA" ,
"x" : 0 ,
2015-10-25 15:08:32 +01:00
"y" : -4
} ,
{
"type" : "BT_PLASMA" ,
"x" : 9 ,
"y" : 0
} ,
{
"type" : "BT_PLASMA" ,
"x" : -9 ,
2015-10-20 13:51:49 +02:00
"y" : 0
2015-11-18 19:37:27 +01:00
} ,
{
"type" : "BT_LASER" ,
"x" : 0 ,
"y" : 0
2015-10-20 13:51:49 +02:00
}
2015-11-01 11:51:05 +01:00
] ,
2015-12-07 20:19:41 +01:00
"missiles" : 2 ,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2015-10-20 13:51:49 +02:00
}