tbftss/data/fighters/simpleDart.json

23 lines
317 B
JSON
Raw Normal View History

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