tbftss/data/fighters/swarmer.json

19 lines
306 B
JSON
Raw Normal View History

2016-03-27 12:21:23 +02:00
{
"name" : "Swarmer",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
2016-03-27 12:21:23 +02:00
"health" : 5,
"speed" : 2,
"reloadTime" : 8,
"texture" : "gfx/fighters/swarmer.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : 0
}
],
"deathType" : "DT_SIMPLE",
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_UNLIMITED_RANGE"
}