diff --git a/data/capitalShips/hmsCorvette02.json b/data/capitalShips/hmsCorvette02.json new file mode 100644 index 0000000..d410526 --- /dev/null +++ b/data/capitalShips/hmsCorvette02.json @@ -0,0 +1,49 @@ +{ + "name" : "HMS Corvette 02", + "health" : 0, + "shield" : 500, + "shieldRechargeRate" : 60, + "texture" : "gfx/capitalShips/hmsCorvette02/body.png", + "components" : [ + { + "health" : 150, + "texture" : "gfx/capitalShips/hmsCorvette02/core.png", + "x" : 0, + "y" : -110, + "flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC" + } + ], + "engines" : [ + { + "health" : 150, + "texture" : "gfx/capitalShips/hmsCorvette02/engine01.png", + "x" : -125, + "y" : 200, + "flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 150, + "texture" : "gfx/capitalShips/hmsCorvette02/engine01.png", + "x" : 125, + "y" : 200, + "flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 150, + "texture" : "gfx/capitalShips/hmsCorvette02/engine01.png", + "x" : -178, + "y" : 20, + "flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 150, + "texture" : "gfx/capitalShips/hmsCorvette02/engine01.png", + "x" : 178, + "y" : 20, + "flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC" + } + ], + "guns" : [ + + ] +} diff --git a/gfx/capitalShips/hmsCorvette02/body.png b/gfx/capitalShips/hmsCorvette02/body.png new file mode 100644 index 0000000..ed9f593 Binary files /dev/null and b/gfx/capitalShips/hmsCorvette02/body.png differ diff --git a/gfx/capitalShips/hmsCorvette02/component1.png b/gfx/capitalShips/hmsCorvette02/component1.png new file mode 100644 index 0000000..5e66e32 Binary files /dev/null and b/gfx/capitalShips/hmsCorvette02/component1.png differ diff --git a/gfx/capitalShips/hmsCorvette02/component2.png b/gfx/capitalShips/hmsCorvette02/component2.png new file mode 100644 index 0000000..f239c00 Binary files /dev/null and b/gfx/capitalShips/hmsCorvette02/component2.png differ diff --git a/gfx/capitalShips/hmsCorvette02/core.png b/gfx/capitalShips/hmsCorvette02/core.png new file mode 100644 index 0000000..30d2dd7 Binary files /dev/null and b/gfx/capitalShips/hmsCorvette02/core.png differ diff --git a/gfx/capitalShips/hmsCorvette02/engine01.png b/gfx/capitalShips/hmsCorvette02/engine01.png new file mode 100644 index 0000000..0f13d52 Binary files /dev/null and b/gfx/capitalShips/hmsCorvette02/engine01.png differ