tbftss/data/fighters/nymph.json

25 lines
379 B
JSON

{
"name" : "Nymph",
"description" : "TODO",
"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+EF_COMMON_FIGHTER"
}