tbftss/data/fighters/simpleDart.json

24 lines
361 B
JSON
Raw Permalink Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Simple Dart",
2017-08-07 20:14:43 +02:00
"description" : "",
"affiliation" : "",
"health" : 15,
"speed" : 2.1,
2015-10-20 13:51:49 +02:00
"reloadTime" : 24,
"texture" : "gfx/fighters/dart01.png",
2015-10-20 13:51:49 +02:00
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
}
2015-10-30 22:55:01 +01:00
],
"missiles" : 2,
2016-05-17 20:19:31 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2015-10-20 13:51:49 +02:00
}