tbftss/data/fighters/nymph.json

25 lines
379 B
JSON
Raw Normal View History

{
"name" : "Nymph",
2017-08-07 20:14:43 +02:00
"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,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}