tbftss/data/fighters/simpleDart.json

24 lines
361 B
JSON

{
"name" : "Simple Dart",
"description" : "",
"affiliation" : "",
"health" : 15,
"speed" : 2.1,
"reloadTime" : 24,
"texture" : "gfx/fighters/dart01.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
}
],
"missiles" : 2,
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}