tbftss/data/fighters/dart.json

26 lines
357 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Dart",
"health" : 10,
"shield" : 0,
2015-10-28 20:20:24 +01:00
"speed" : 2.25,
2015-10-20 13:51:49 +02:00
"reloadTime" : 24,
"shieldRechargeRate" : 0,
"textureName" : "gfx/fighters/dart01.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
}
2015-10-30 22:55:01 +01:00
],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 2
}
2015-10-20 13:51:49 +02:00
}