diff --git a/data/capitalShips/csnCorvette01.json b/data/capitalShips/csnCorvette01.json index 6d75442..c1056ad 100644 --- a/data/capitalShips/csnCorvette01.json +++ b/data/capitalShips/csnCorvette01.json @@ -11,6 +11,55 @@ "x" : 0, "y" : -140, "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component1.png", + "x" : 0, + "y" : -200, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component2.png", + "x" : -34, + "y" : 25, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component2.png", + "x" : 34, + "y" : 25, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component2.png", + "x" : -16, + "y" : 25, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component2.png", + "x" : 16, + "y" : 25, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component3.png", + "x" : -23, + "y" : 242, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 100, + "texture" : "gfx/capitalShips/csnCorvette01/component3.png", + "x" : 23, + "y" : 242, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" } ], "engines" : [ diff --git a/gfx/capitalShips/csnCorvette01/body.png b/gfx/capitalShips/csnCorvette01/body.png index 914f820..e071892 100644 Binary files a/gfx/capitalShips/csnCorvette01/body.png and b/gfx/capitalShips/csnCorvette01/body.png differ diff --git a/gfx/capitalShips/csnCorvette01/component1.png b/gfx/capitalShips/csnCorvette01/component1.png new file mode 100644 index 0000000..4588608 Binary files /dev/null and b/gfx/capitalShips/csnCorvette01/component1.png differ diff --git a/gfx/capitalShips/csnCorvette01/component2.png b/gfx/capitalShips/csnCorvette01/component2.png new file mode 100644 index 0000000..daf7e6f Binary files /dev/null and b/gfx/capitalShips/csnCorvette01/component2.png differ diff --git a/gfx/capitalShips/csnCorvette01/component3.png b/gfx/capitalShips/csnCorvette01/component3.png new file mode 100644 index 0000000..0b8d087 Binary files /dev/null and b/gfx/capitalShips/csnCorvette01/component3.png differ