35 lines
503 B
JSON
35 lines
503 B
JSON
{
|
|
"name" : "Khepri",
|
|
"health" : 60,
|
|
"shield" : 50,
|
|
"speed" : 1.7,
|
|
"reloadTime" : 25,
|
|
"shieldRechargeRate" : 60,
|
|
"textureName" : "gfx/fighters/khepri.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -12,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 12,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 0,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_ROCKET",
|
|
"x" : 0,
|
|
"y" : 0
|
|
}
|
|
],
|
|
"missiles" : 8,
|
|
"flags" : "EF_TAKES_DAMAGE",
|
|
"aiFlags" : "AIF_MISSILE_BOAT+AIF_DEFENSIVE"
|
|
}
|