2015-10-25 15:08:32 +01:00
{
"name" : "Nymph" ,
2017-08-11 09:28:06 +02:00
"description" : "A light class starfighter, constructed for use by the United Naval Forces. With the exception of the ATAFs, one of the latest designed and constructed starfighters in recent years." ,
"affiliation" : "UNF" ,
2015-11-22 18:50:05 +01:00
"health" : 45 ,
"shield" : 40 ,
"speed" : 2 ,
2015-10-25 15:08:32 +01:00
"reloadTime" : 14 ,
"shieldRechargeRate" : 30 ,
2016-02-13 15:31:45 +01:00
"texture" : "gfx/fighters/nymph.png" ,
2015-10-25 15:08:32 +01:00
"guns" : [
{
"type" : "BT_PLASMA" ,
"x" : -12 ,
"y" : -2
} ,
{
"type" : "BT_PLASMA" ,
"x" : 12 ,
"y" : -2
}
2015-11-01 11:51:05 +01:00
] ,
2015-12-07 20:19:41 +01:00
"missiles" : 3 ,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2015-10-25 15:08:32 +01:00
}