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