diff --git a/data/capitalShips/test.json b/data/capitalShips/corvette.json similarity index 63% rename from data/capitalShips/test.json rename to data/capitalShips/corvette.json index 1bf8ff9..b89bac4 100644 --- a/data/capitalShips/test.json +++ b/data/capitalShips/corvette.json @@ -1,5 +1,5 @@ { - "name" : "Test Frigate", + "name" : "Corvette", "health" : 0, "shield" : 500, "shieldRechargeRate" : 60, @@ -13,28 +13,77 @@ "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { - "health" : 200, + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : -32, + "y" : -250, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : 32, + "y" : -250, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : -110, + "y" : -30, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : 110, + "y" : -30, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : 0, + "y" : 0, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : 0, + "y" : 50, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 350, + "texture" : "gfx/capitalShips/test/component.png", + "x" : 0, + "y" : 100, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 250, "texture" : "gfx/capitalShips/test/engine1.png", "x" : -112, "y" : 281, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { - "health" : 200, + "health" : 250, "texture" : "gfx/capitalShips/test/engine1.png", "x" : 112, "y" : 281, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { - "health" : 200, + "health" : 250, "texture" : "gfx/capitalShips/test/engine2.png", "x" : -34, "y" : 268, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { - "health" : 200, + "health" : 250, "texture" : "gfx/capitalShips/test/engine2.png", "x" : 34, "y" : 268, @@ -43,7 +92,7 @@ ], "guns" : [ { - "health" : 100, + "health" : 250, "texture" : "gfx/cannons/rocketTurret.png", "x" : -110, "y" : 20, @@ -53,7 +102,7 @@ "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE" }, { - "health" : 100, + "health" : 250, "texture" : "gfx/cannons/rocketTurret.png", "x" : -110, "y" : 100, @@ -63,7 +112,7 @@ "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE" }, { - "health" : 100, + "health" : 250, "texture" : "gfx/cannons/rocketTurret.png", "x" : -110, "y" : 180, @@ -73,7 +122,7 @@ "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE" }, { - "health" : 100, + "health" : 250, "texture" : "gfx/cannons/rocketTurret.png", "x" : 110, "y" : 20, @@ -83,7 +132,7 @@ "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE" }, { - "health" : 100, + "health" : 250, "texture" : "gfx/cannons/rocketTurret.png", "x" : 110, "y" : 100, @@ -93,7 +142,7 @@ "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE" }, { - "health" : 100, + "health" : 250, "texture" : "gfx/cannons/rocketTurret.png", "x" : 110, "y" : 180, diff --git a/data/capitalShips/list.json b/data/capitalShips/list.json index e4ef1a1..364c5e8 100644 --- a/data/capitalShips/list.json +++ b/data/capitalShips/list.json @@ -1,3 +1,3 @@ [ - "data/capitalShips/test.json" + "data/capitalShips/corvette.json" ] diff --git a/gfx/capitalShips/test/component.png b/gfx/capitalShips/test/component.png new file mode 100644 index 0000000..7bf33a1 Binary files /dev/null and b/gfx/capitalShips/test/component.png differ