diff --git a/data/capitalShips/corvette.json b/data/capitalShips/corvette.json index 9356c3d..0facac8 100644 --- a/data/capitalShips/corvette.json +++ b/data/capitalShips/corvette.json @@ -6,59 +6,59 @@ "texture" : "gfx/capitalShips/corvette/body.png", "components" : [ { - "health" : 150, - "texture" : "gfx/capitalShips/corvette/core.png", - "x" : 0, - "y" : -125, + "health" : 50, + "texture" : "gfx/capitalShips/corvette/component1.png", + "x" : -42, + "y" : -36, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : -32, - "y" : -200, + "texture" : "gfx/capitalShips/corvette/component1.png", + "x" : 42, + "y" : -36, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : 32, - "y" : -200, + "texture" : "gfx/capitalShips/corvette/component2.png", + "x" : -40, + "y" : -8, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : -110, - "y" : -30, + "texture" : "gfx/capitalShips/corvette/component2.png", + "x" : 40, + "y" : -8, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : 110, - "y" : -30, + "texture" : "gfx/capitalShips/corvette/component3.png", + "x" : -40, + "y" : 68, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : 0, - "y" : 0, + "texture" : "gfx/capitalShips/corvette/component4.png", + "x" : 40, + "y" : 68, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : 0, - "y" : 50, + "texture" : "gfx/capitalShips/corvette/component5.png", + "x" : -40, + "y" : 128, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" }, { "health" : 50, - "texture" : "gfx/capitalShips/corvette/component.png", - "x" : 0, - "y" : 100, + "texture" : "gfx/capitalShips/corvette/component5.png", + "x" : 40, + "y" : 128, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" } ], diff --git a/gfx/capitalShips/corvette/body.png b/gfx/capitalShips/corvette/body.png index 5a9b073..b525278 100644 Binary files a/gfx/capitalShips/corvette/body.png and b/gfx/capitalShips/corvette/body.png differ diff --git a/gfx/capitalShips/corvette/component.png b/gfx/capitalShips/corvette/component.png deleted file mode 100644 index 7bf33a1..0000000 Binary files a/gfx/capitalShips/corvette/component.png and /dev/null differ diff --git a/gfx/capitalShips/corvette/component1.png b/gfx/capitalShips/corvette/component1.png new file mode 100644 index 0000000..7230e9d Binary files /dev/null and b/gfx/capitalShips/corvette/component1.png differ diff --git a/gfx/capitalShips/corvette/component2.png b/gfx/capitalShips/corvette/component2.png new file mode 100644 index 0000000..1144a46 Binary files /dev/null and b/gfx/capitalShips/corvette/component2.png differ diff --git a/gfx/capitalShips/corvette/component3.png b/gfx/capitalShips/corvette/component3.png new file mode 100644 index 0000000..b076c1c Binary files /dev/null and b/gfx/capitalShips/corvette/component3.png differ diff --git a/gfx/capitalShips/corvette/component4.png b/gfx/capitalShips/corvette/component4.png new file mode 100644 index 0000000..a932e6e Binary files /dev/null and b/gfx/capitalShips/corvette/component4.png differ diff --git a/gfx/capitalShips/corvette/component5.png b/gfx/capitalShips/corvette/component5.png new file mode 100644 index 0000000..1dc1472 Binary files /dev/null and b/gfx/capitalShips/corvette/component5.png differ diff --git a/gfx/capitalShips/corvette/component6.png b/gfx/capitalShips/corvette/component6.png new file mode 100644 index 0000000..23a7bf6 Binary files /dev/null and b/gfx/capitalShips/corvette/component6.png differ diff --git a/gfx/capitalShips/corvette/core.png b/gfx/capitalShips/corvette/core.png deleted file mode 100644 index f0d36ad..0000000 Binary files a/gfx/capitalShips/corvette/core.png and /dev/null differ diff --git a/gfx/capitalShips/corvette/engine1.png b/gfx/capitalShips/corvette/engine1.png index 2767de7..a001ce2 100644 Binary files a/gfx/capitalShips/corvette/engine1.png and b/gfx/capitalShips/corvette/engine1.png differ diff --git a/gfx/capitalShips/corvette/engine2.png b/gfx/capitalShips/corvette/engine2.png index 0bde9e5..ea18fe3 100644 Binary files a/gfx/capitalShips/corvette/engine2.png and b/gfx/capitalShips/corvette/engine2.png differ