diff --git a/data/capitalShips/infCorvette02.json b/data/capitalShips/infCorvette02.json new file mode 100644 index 0000000..deb3f0c --- /dev/null +++ b/data/capitalShips/infCorvette02.json @@ -0,0 +1,125 @@ +{ + "name" : "INF Corvette 02", + "health" : 0, + "shield" : 500, + "shieldRechargeRate" : 60, + "texture" : "gfx/capitalShips/infCorvette02/body.png", + "components" : [ + { + "health" : 150, + "texture" : "gfx/capitalShips/infCorvette02/core.png", + "x" : 0, + "y" : -80, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + } + ], + "guns" : [ + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : 0, + "y" : 200, + "reloadTime" : 10, + "type" : "BT_PLASMA", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + }, + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : -100, + "y" : 200, + "reloadTime" : 10, + "type" : "BT_PLASMA", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + }, + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : 100, + "y" : 200, + "reloadTime" : 10, + "type" : "BT_PLASMA", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + }, + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : 0, + "y" : 0, + "reloadTime" : 10, + "type" : "BT_PLASMA", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + }, + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : 0, + "y" : 100, + "reloadTime" : 10, + "type" : "BT_PLASMA", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + }, + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : -65, + "y" : -125, + "reloadTime" : 40, + "type" : "BT_ROCKET", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + }, + { + "health" : 250, + "texture" : "gfx/capitalShips/common/cannon01.png", + "x" : 65, + "y" : -125, + "reloadTime" : 40, + "type" : "BT_ROCKET", + "flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET", + "aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE", + "missiles" : 9999 + } + ], + "engines" : [ + { + "health" : 150, + "texture" : "gfx/capitalShips/infCorvette02/engine1.png", + "x" : -75, + "y" : 275, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 150, + "texture" : "gfx/capitalShips/infCorvette02/engine2.png", + "x" : -20, + "y" : 275, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 150, + "texture" : "gfx/capitalShips/infCorvette02/engine3.png", + "x" : 20, + "y" : 275, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + }, + { + "health" : 150, + "texture" : "gfx/capitalShips/infCorvette02/engine4.png", + "x" : 75, + "y" : 275, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + } + ] +} diff --git a/data/capitalShips/list.json b/data/capitalShips/list.json index c0f22f2..5b010de 100644 --- a/data/capitalShips/list.json +++ b/data/capitalShips/list.json @@ -1,5 +1,6 @@ [ "data/capitalShips/csnCorvette01.json", "data/capitalShips/unfCorvette01.json", - "data/capitalShips/infCorvette01.json" + "data/capitalShips/infCorvette01.json", + "data/capitalShips/infCorvette02.json" ] diff --git a/gfx/capitalShips/infCorvette02/body.png b/gfx/capitalShips/infCorvette02/body.png new file mode 100644 index 0000000..48aee1d Binary files /dev/null and b/gfx/capitalShips/infCorvette02/body.png differ diff --git a/gfx/capitalShips/infCorvette02/core.png b/gfx/capitalShips/infCorvette02/core.png new file mode 100644 index 0000000..8d3573d Binary files /dev/null and b/gfx/capitalShips/infCorvette02/core.png differ diff --git a/gfx/capitalShips/infCorvette02/engine1.png b/gfx/capitalShips/infCorvette02/engine1.png new file mode 100644 index 0000000..e77e36d Binary files /dev/null and b/gfx/capitalShips/infCorvette02/engine1.png differ diff --git a/gfx/capitalShips/infCorvette02/engine2.png b/gfx/capitalShips/infCorvette02/engine2.png new file mode 100644 index 0000000..8505140 Binary files /dev/null and b/gfx/capitalShips/infCorvette02/engine2.png differ diff --git a/gfx/capitalShips/infCorvette02/engine3.png b/gfx/capitalShips/infCorvette02/engine3.png new file mode 100644 index 0000000..781c64d Binary files /dev/null and b/gfx/capitalShips/infCorvette02/engine3.png differ diff --git a/gfx/capitalShips/infCorvette02/engine4.png b/gfx/capitalShips/infCorvette02/engine4.png new file mode 100644 index 0000000..173278e Binary files /dev/null and b/gfx/capitalShips/infCorvette02/engine4.png differ