Added Angel, a rarely seen INF fighter equipped with mag cannons.

This commit is contained in:
Steve 2016-05-09 11:23:57 +01:00
parent 7d9e852659
commit a335b738a7
3 changed files with 33 additions and 0 deletions

33
data/fighters/angel.json Normal file
View File

@ -0,0 +1,33 @@
{
"name" : "Angel",
"health" : 80,
"shield" : 80,
"speed" : 1.8,
"reloadTime" : 15,
"shieldRechargeRate" : 55,
"texture" : "gfx/fighters/angel.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_MAG",
"x" : -8,
"y" : -12
},
{
"type" : "BT_MAG",
"x" : 8,
"y" : -12
}
],
"missiles" : 3,
"flags" : "EF_TAKES_DAMAGE"
}

BIN
dev/screenshots/v0.7-05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

BIN
gfx/fighters/angel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB