tbftss/data/fighters/simpleDart.json

22 lines
300 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "SimpleDart",
"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,
"flags" : "EF_TAKES_DAMAGE"
2015-10-20 13:51:49 +02:00
}