tbftss/data/fighters/sphinx.json

36 lines
755 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Sphinx",
"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",
"health" : 110,
"shield" : 75,
"speed" : 1.85,
2015-10-20 13:51:49 +02:00
"reloadTime" : 14,
"shieldRechargeRate" : 60,
"texture" : "gfx/fighters/sphinx.png",
2015-10-20 13:51:49 +02:00
"guns" : [
{
"type" : "BT_PLASMA",
"x" : 0,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : 9,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : -9,
2015-10-20 13:51:49 +02:00
"y" : 0
},
{
"type" : "BT_LASER",
"x" : 0,
"y" : 0
2015-10-20 13:51:49 +02: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
}