tbftss/data/fighters/cannonDart.json

23 lines
326 B
JSON

{
"name" : "Cannon Dart",
"description" : "",
"affiliation" : "",
"health" : 15,
"speed" : 2.1,
"reloadTime" : 24,
"texture" : "gfx/fighters/dart01.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
}
],
"flags" : "EF_TAKES_DAMAGE"
}