2015-11-21 18:28:10 +01:00
{
"name" : "Scarab" ,
2017-08-11 09:28:06 +02:00
"description" : "A scarab beetle-shaped bomber, generally used to launch a hail of rockets and missiles at targets. Slow, but quite well armoured and shielded. As with the Hammerhead, it relies on starfighter support to protect it during operations." ,
"affiliation" : "INF" ,
2015-11-22 18:50:05 +01:00
"health" : 80 ,
"shield" : 65 ,
"speed" : 1.7 ,
2015-12-27 19:02:41 +01:00
"reloadTime" : 35 ,
2015-11-21 18:28:10 +01:00
"shieldRechargeRate" : 60 ,
2016-02-13 15:31:45 +01:00
"texture" : "gfx/fighters/scarab.png" ,
2015-11-21 18:28:10 +01:00
"guns" : [
{
"type" : "BT_PLASMA" ,
"x" : -12 ,
"y" : 0
} ,
{
"type" : "BT_PLASMA" ,
"x" : 12 ,
"y" : 0
2015-11-22 00:27:43 +01:00
} ,
{
"type" : "BT_ROCKET" ,
"x" : 0 ,
"y" : 0
2015-11-21 18:28:10 +01:00
}
] ,
2015-11-22 00:45:22 +01:00
"missiles" : 8 ,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER" ,
2016-04-07 13:39:18 +02:00
"aiFlags" : "AIF_MISSILE_BOAT+AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
2015-11-21 18:28:10 +01:00
}