Added Razor and Shale.
This commit is contained in:
parent
0e4129069a
commit
c0a547addb
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue