34 lines
468 B
JSON
34 lines
468 B
JSON
{
|
|
"name" : "Kingfisher",
|
|
"health" : 65,
|
|
"shield" : 65,
|
|
"speed" : 1.85,
|
|
"reloadTime" : 16,
|
|
"shieldRechargeRate" : 60,
|
|
"texture" : "gfx/fighters/kingfisher.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -12,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 12,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : -8,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : 8,
|
|
"y" : -12
|
|
}
|
|
],
|
|
"missiles" : 4,
|
|
"flags" : "EF_TAKES_DAMAGE"
|
|
}
|