34 lines
456 B
JSON
34 lines
456 B
JSON
{
|
|
"name" : "Rook",
|
|
"health" : 110,
|
|
"shield" : 80,
|
|
"speed" : 1.7,
|
|
"reloadTime" : 12,
|
|
"shieldRechargeRate" : 45,
|
|
"textureName" : "gfx/fighters/rook.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -9,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 9,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : -5,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : 5,
|
|
"y" : 0
|
|
}
|
|
],
|
|
"missiles" : 4,
|
|
"aiFlags" : "AIF_MOVES_TO_PLAYER"
|
|
}
|