Added Razor and Shale.

This commit is contained in:
Steve 2016-03-28 13:54:06 +01:00
parent 0e4129069a
commit c0a547addb
4 changed files with 57 additions and 0 deletions

29
data/fighters/razor.json Normal file
View File

@ -0,0 +1,29 @@
{
"name" : "Razor",
"health" : 45,
"shield" : 55,
"speed" : 1.75,
"reloadTime" : 22,
"shieldRechargeRate" : 35,
"texture" : "gfx/fighters/razor.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -2
}
],
"combinedGuns" : 1,
"missiles" : 4,
"flags" : "EF_TAKES_DAMAGE"
}

28
data/fighters/shale.json Normal file
View File

@ -0,0 +1,28 @@
{
"name" : "Shale",
"health" : 50,
"shield" : 50,
"speed" : 2,
"reloadTime" : 8,
"shieldRechargeRate" : 20,
"texture" : "gfx/fighters/shale.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : -2
},
{
"type" : "BT_PARTICLE",
"x" : 12,
"y" : -2
}
],
"missiles" : 3,
"flags" : "EF_TAKES_DAMAGE"
}

BIN
gfx/fighters/razor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
gfx/fighters/shale.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB