Reduced health of engines.
This commit is contained in:
parent
2d37460944
commit
f87d992465
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue