Various spacecraft tweaks.

This commit is contained in:
Steve 2015-12-27 18:02:41 +00:00
parent c0804b8732
commit 6cebdd6a89
9 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"name" : "Munitions Transport",
"health" : 125,
"shield" : 0,
"health" : 150,
"shield" : 50,
"speed" : 1.5,
"reloadTime" : 10,
"shieldRechargeRate" : 0,

View File

@ -1,7 +1,7 @@
{
"name" : "Supply Ship",
"health" : 125,
"shield" : 0,
"health" : 150,
"shield" : 50,
"speed" : 1.5,
"reloadTime" : 10,
"shieldRechargeRate" : 0,

View File

@ -59,5 +59,6 @@
}
],
"missiles" : 4,
"flags" : "EF_NO_EPIC+EF_TAKES_DAMAGE"
"flags" : "EF_NO_EPIC+EF_TAKES_DAMAGE",
"aiFlags" : "AIF_UNLIMITED_RANGE"
}

View File

@ -3,7 +3,7 @@
"health" : 60,
"shield" : 50,
"speed" : 1.7,
"reloadTime" : 25,
"reloadTime" : 35,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/hammerhead.png",
"guns" : [

View File

@ -3,7 +3,7 @@
"health" : 60,
"shield" : 50,
"speed" : 1.7,
"reloadTime" : 25,
"reloadTime" : 35,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/khepri.png",
"guns" : [

View File

@ -3,7 +3,7 @@
"health" : 75,
"shield" : 50,
"speed" : 1.7,
"reloadTime" : 25,
"reloadTime" : 35,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/lynx.png",
"guns" : [

View File

@ -3,7 +3,7 @@
"health" : 80,
"shield" : 65,
"speed" : 1.7,
"reloadTime" : 25,
"reloadTime" : 35,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/scarab.png",
"guns" : [

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB