Reduced health of engines.
This commit is contained in:
parent
2d37460944
commit
f87d992465
|
@ -64,21 +64,21 @@
|
||||||
],
|
],
|
||||||
"engines" : [
|
"engines" : [
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/infCorvette01/engine1.png",
|
"texture" : "gfx/capitalShips/infCorvette01/engine1.png",
|
||||||
"x" : -50,
|
"x" : -50,
|
||||||
"y" : 285,
|
"y" : 285,
|
||||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/infCorvette01/engine1.png",
|
"texture" : "gfx/capitalShips/infCorvette01/engine1.png",
|
||||||
"x" : 50,
|
"x" : 50,
|
||||||
"y" : 285,
|
"y" : 285,
|
||||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/infCorvette01/engine2.png",
|
"texture" : "gfx/capitalShips/infCorvette01/engine2.png",
|
||||||
"x" : 0,
|
"x" : 0,
|
||||||
"y" : 280,
|
"y" : 280,
|
||||||
|
|
|
@ -71,28 +71,28 @@
|
||||||
],
|
],
|
||||||
"engines" : [
|
"engines" : [
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
|
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
|
||||||
"x" : -112,
|
"x" : -112,
|
||||||
"y" : 281,
|
"y" : 281,
|
||||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
|
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
|
||||||
"x" : 112,
|
"x" : 112,
|
||||||
"y" : 281,
|
"y" : 281,
|
||||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
|
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
|
||||||
"x" : -34,
|
"x" : -34,
|
||||||
"y" : 268,
|
"y" : 268,
|
||||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"health" : 1000,
|
"health" : 150,
|
||||||
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
|
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
|
||||||
"x" : 34,
|
"x" : 34,
|
||||||
"y" : 268,
|
"y" : 268,
|
||||||
|
|
Loading…
Reference in New Issue