Added Rook.

This commit is contained in:
Steve 2015-11-20 23:21:23 +00:00
parent 0b9a6f8b1f
commit 9580ad4e4f
2 changed files with 37 additions and 1 deletions

View File

@ -17,5 +17,6 @@
"data/fighters/tug.json",
"data/fighters/shuttle.json",
"data/fighters/kingfisher.json",
"data/fighters/mantis.json"
"data/fighters/mantis.json",
"data/fighters/rook.json"
]

35
data/fighters/rook.json Normal file
View File

@ -0,0 +1,35 @@
{
"name" : "Rook",
"health" : 75,
"shield" : 55,
"speed" : 1.6,
"reloadTime" : 12,
"shieldRechargeRate" : 45,
"textureName" : "gfx/fighters/rook.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -9,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 9,
"y" : 0
},
{
"type" : "BT_LASER",
"x" : -5,
"y" : 0
},
{
"type" : "BT_LASER",
"x" : 5,
"y" : 0
}
],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 4
}
}