Various spacecraft tweaks.
This commit is contained in:
parent
c0804b8732
commit
6cebdd6a89
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name" : "Munitions Transport",
|
||||
"health" : 125,
|
||||
"shield" : 0,
|
||||
"health" : 150,
|
||||
"shield" : 50,
|
||||
"speed" : 1.5,
|
||||
"reloadTime" : 10,
|
||||
"shieldRechargeRate" : 0,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name" : "Supply Ship",
|
||||
"health" : 125,
|
||||
"shield" : 0,
|
||||
"health" : 150,
|
||||
"shield" : 50,
|
||||
"speed" : 1.5,
|
||||
"reloadTime" : 10,
|
||||
"shieldRechargeRate" : 0,
|
||||
|
|
|
@ -59,5 +59,6 @@
|
|||
}
|
||||
],
|
||||
"missiles" : 4,
|
||||
"flags" : "EF_NO_EPIC+EF_TAKES_DAMAGE"
|
||||
"flags" : "EF_NO_EPIC+EF_TAKES_DAMAGE",
|
||||
"aiFlags" : "AIF_UNLIMITED_RANGE"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"health" : 60,
|
||||
"shield" : 50,
|
||||
"speed" : 1.7,
|
||||
"reloadTime" : 25,
|
||||
"reloadTime" : 35,
|
||||
"shieldRechargeRate" : 60,
|
||||
"textureName" : "gfx/fighters/hammerhead.png",
|
||||
"guns" : [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"health" : 60,
|
||||
"shield" : 50,
|
||||
"speed" : 1.7,
|
||||
"reloadTime" : 25,
|
||||
"reloadTime" : 35,
|
||||
"shieldRechargeRate" : 60,
|
||||
"textureName" : "gfx/fighters/khepri.png",
|
||||
"guns" : [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"health" : 75,
|
||||
"shield" : 50,
|
||||
"speed" : 1.7,
|
||||
"reloadTime" : 25,
|
||||
"reloadTime" : 35,
|
||||
"shieldRechargeRate" : 60,
|
||||
"textureName" : "gfx/fighters/lynx.png",
|
||||
"guns" : [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"health" : 80,
|
||||
"shield" : 65,
|
||||
"speed" : 1.7,
|
||||
"reloadTime" : 25,
|
||||
"reloadTime" : 35,
|
||||
"shieldRechargeRate" : 60,
|
||||
"textureName" : "gfx/fighters/scarab.png",
|
||||
"guns" : [
|
||||
|
|
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 |
Loading…
Reference in New Issue