22 lines
291 B
JSON
22 lines
291 B
JSON
|
{
|
||
|
"name" : "Dart",
|
||
|
"health" : 10,
|
||
|
"shield" : 0,
|
||
|
"speed" : 3,
|
||
|
"reloadTime" : 24,
|
||
|
"shieldRechargeRate" : 0,
|
||
|
"textureName" : "gfx/fighters/dart01.png",
|
||
|
"guns" : [
|
||
|
{
|
||
|
"type" : "BT_PARTICLE",
|
||
|
"x" : -8,
|
||
|
"y" : 0
|
||
|
},
|
||
|
{
|
||
|
"type" : "BT_PARTICLE",
|
||
|
"x" : 8,
|
||
|
"y" : 0
|
||
|
}
|
||
|
]
|
||
|
}
|