24 lines
336 B
JSON
24 lines
336 B
JSON
{
|
|
"name" : "Nymph",
|
|
"health" : 45,
|
|
"shield" : 40,
|
|
"speed" : 2,
|
|
"reloadTime" : 14,
|
|
"shieldRechargeRate" : 30,
|
|
"texture" : "gfx/fighters/nymph.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -12,
|
|
"y" : -2
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 12,
|
|
"y" : -2
|
|
}
|
|
],
|
|
"missiles" : 3,
|
|
"flags" : "EF_TAKES_DAMAGE"
|
|
}
|