Reduced health of engines.

This commit is contained in:
Steve 2015-12-18 12:02:55 +00:00
parent 2d37460944
commit f87d992465
2 changed files with 7 additions and 7 deletions

View File

@ -64,21 +64,21 @@
],
"engines" : [
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/infCorvette01/engine1.png",
"x" : -50,
"y" : 285,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/infCorvette01/engine1.png",
"x" : 50,
"y" : 285,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/infCorvette01/engine2.png",
"x" : 0,
"y" : 280,

View File

@ -71,28 +71,28 @@
],
"engines" : [
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
"x" : -112,
"y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
"x" : 112,
"y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
"x" : -34,
"y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 1000,
"health" : 150,
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
"x" : 34,
"y" : 268,