17 lines
236 B
JSON
17 lines
236 B
JSON
|
{
|
||
|
"name" : "Sphinx",
|
||
|
"health" : 75,
|
||
|
"shield" : 50,
|
||
|
"speed" : 1.75,
|
||
|
"reloadTime" : 14,
|
||
|
"shieldRechargeRate" : 60,
|
||
|
"textureName" : "gfx/fighters/sphinx.png",
|
||
|
"guns" : [
|
||
|
{
|
||
|
"type" : "BT_PLASMA",
|
||
|
"x" : 0,
|
||
|
"y" : 0
|
||
|
}
|
||
|
]
|
||
|
}
|