Added SK-31, medium class Tzac fighter.
This commit is contained in:
parent
78f125a4ec
commit
e8f791d96a
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name" : "SK-31",
|
||||
"health" : 85,
|
||||
"shield" : 50,
|
||||
"speed" : 1.8,
|
||||
"reloadTime" : 15,
|
||||
"shieldRechargeRate" : 45,
|
||||
"texture" : "gfx/fighters/sk31.png",
|
||||
"guns" : [
|
||||
{
|
||||
"type" : "BT_PLASMA",
|
||||
"x" : -12,
|
||||
"y" : -12
|
||||
},
|
||||
{
|
||||
"type" : "BT_PLASMA",
|
||||
"x" : 12,
|
||||
"y" : -12
|
||||
},
|
||||
{
|
||||
"type" : "BT_LASER",
|
||||
"x" : -4,
|
||||
"y" : -12
|
||||
},
|
||||
{
|
||||
"type" : "BT_LASER",
|
||||
"x" : 6,
|
||||
"y" : -12
|
||||
}
|
||||
],
|
||||
"missiles" : 5,
|
||||
"flags" : "EF_TAKES_DAMAGE"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue