tbftss/data/fighters/sphinx.json

27 lines
351 B
JSON

{
"name" : "Sphinx",
"health" : 75,
"shield" : 50,
"speed" : 1.5,
"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,
"y" : 0
}
]
}