16 lines
217 B
JSON
16 lines
217 B
JSON
|
{
|
||
|
"name" : "Swarmer",
|
||
|
"health" : 5,
|
||
|
"speed" : 2,
|
||
|
"reloadTime" : 8,
|
||
|
"texture" : "gfx/fighters/swarmer.png",
|
||
|
"guns" : [
|
||
|
{
|
||
|
"type" : "BT_PARTICLE",
|
||
|
"x" : 0,
|
||
|
"y" : 0
|
||
|
}
|
||
|
],
|
||
|
"flags" : "EF_TAKES_DAMAGE"
|
||
|
}
|