tbftss/data/fighters/sphinx.json

31 lines
414 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Sphinx",
"health" : 75,
"shield" : 50,
2015-10-28 20:20:24 +01:00
"speed" : 1.5,
2015-10-20 13:51:49 +02:00
"reloadTime" : 14,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/sphinx.png",
"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
}
],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 2
}
2015-10-20 13:51:49 +02:00
}