tbftss/data/fighters/cannonDart.json

21 lines
283 B
JSON
Raw Normal View History

2015-11-28 16:29:55 +01:00
{
"name" : "CannonDart",
"health" : 15,
"speed" : 2.1,
"reloadTime" : 24,
"texture" : "gfx/fighters/dart01.png",
2015-11-28 16:29:55 +01:00
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
}
],
"flags" : "EF_TAKES_DAMAGE"
2015-11-28 16:29:55 +01:00
}