Added Tzac SK-34.
This commit is contained in:
parent
0150a8e1a1
commit
ffbbe96d80
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"name" : "SK-34",
|
||||||
|
"health" : 100,
|
||||||
|
"shield" : 45,
|
||||||
|
"speed" : 1.7,
|
||||||
|
"reloadTime" : 17,
|
||||||
|
"shieldRechargeRate" : 45,
|
||||||
|
"texture" : "gfx/fighters/sk34.png",
|
||||||
|
"guns" : [
|
||||||
|
{
|
||||||
|
"type" : "BT_PLASMA",
|
||||||
|
"x" : -12,
|
||||||
|
"y" : -12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "BT_PLASMA",
|
||||||
|
"x" : 12,
|
||||||
|
"y" : -12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "BT_MAG",
|
||||||
|
"x" : -4,
|
||||||
|
"y" : -12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "BT_MAG",
|
||||||
|
"x" : 6,
|
||||||
|
"y" : -12
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"missiles" : 6,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue