diff --git a/data/capitalShips/csnCorvette02.json b/data/capitalShips/csnCorvette02.json new file mode 100644 index 0000000..428fc35 --- /dev/null +++ b/data/capitalShips/csnCorvette02.json @@ -0,0 +1,16 @@ +{ + "name" : "CSN Corvette 02", + "health" : 0, + "shield" : 500, + "shieldRechargeRate" : 60, + "texture" : "gfx/capitalShips/csnCorvette02/body.png", + "components" : [ + { + "health" : 150, + "texture" : "gfx/capitalShips/csnCorvette02/core.png", + "x" : 0, + "y" : -140, + "flags" : "EF_TAKES_DAMAGE+EF_STATIC" + } + ] +} diff --git a/data/capitalShips/list.json b/data/capitalShips/list.json index 5b010de..d4a1969 100644 --- a/data/capitalShips/list.json +++ b/data/capitalShips/list.json @@ -1,5 +1,6 @@ [ "data/capitalShips/csnCorvette01.json", + "data/capitalShips/csnCorvette02.json", "data/capitalShips/unfCorvette01.json", "data/capitalShips/infCorvette01.json", "data/capitalShips/infCorvette02.json" diff --git a/gfx/capitalShips/csnCorvette02/body.png b/gfx/capitalShips/csnCorvette02/body.png new file mode 100644 index 0000000..0e4d2ce Binary files /dev/null and b/gfx/capitalShips/csnCorvette02/body.png differ diff --git a/gfx/capitalShips/csnCorvette02/core.png b/gfx/capitalShips/csnCorvette02/core.png new file mode 100644 index 0000000..c0349c5 Binary files /dev/null and b/gfx/capitalShips/csnCorvette02/core.png differ diff --git a/gfx/capitalShips/csnCorvette02/engine1.png b/gfx/capitalShips/csnCorvette02/engine1.png new file mode 100644 index 0000000..1dc03c6 Binary files /dev/null and b/gfx/capitalShips/csnCorvette02/engine1.png differ diff --git a/gfx/capitalShips/csnCorvette02/engine2.png b/gfx/capitalShips/csnCorvette02/engine2.png new file mode 100644 index 0000000..36c08c0 Binary files /dev/null and b/gfx/capitalShips/csnCorvette02/engine2.png differ diff --git a/gfx/capitalShips/csnCorvette02/engine3.png b/gfx/capitalShips/csnCorvette02/engine3.png new file mode 100644 index 0000000..ebe6c80 Binary files /dev/null and b/gfx/capitalShips/csnCorvette02/engine3.png differ diff --git a/gfx/capitalShips/csnCorvette02/engine4.png b/gfx/capitalShips/csnCorvette02/engine4.png new file mode 100644 index 0000000..50bae43 Binary files /dev/null and b/gfx/capitalShips/csnCorvette02/engine4.png differ