Added INF corvette.

This commit is contained in:
Steve 2015-12-16 22:39:59 +00:00
parent 7701fc0336
commit 81a536177c
17 changed files with 34 additions and 26 deletions

View File

@ -0,0 +1,7 @@
{
"name" : "INF Corvette 01",
"health" : 0,
"shield" : 500,
"shieldRechargeRate" : 60,
"texture" : "gfx/capitalShips/infCorvette01/body.png"
}

View File

@ -1,3 +1,4 @@
[ [
"data/capitalShips/corvette.json" "data/capitalShips/unfCorvette01.json",
"data/capitalShips/infCorvette01.json"
] ]

View File

@ -1,69 +1,69 @@
{ {
"name" : "Corvette", "name" : "UNF Corvette 01",
"health" : 0, "health" : 0,
"shield" : 500, "shield" : 500,
"shieldRechargeRate" : 60, "shieldRechargeRate" : 60,
"texture" : "gfx/capitalShips/corvette/body.png", "texture" : "gfx/capitalShips/unfCorvette01/body.png",
"components" : [ "components" : [
{ {
"health" : 150, "health" : 150,
"texture" : "gfx/capitalShips/corvette/core.png", "texture" : "gfx/capitalShips/unfCorvette01/core.png",
"x" : 0, "x" : 0,
"y" : -100, "y" : -100,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component1.png", "texture" : "gfx/capitalShips/unfCorvette01/component1.png",
"x" : -42, "x" : -42,
"y" : -36, "y" : -36,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component1.png", "texture" : "gfx/capitalShips/unfCorvette01/component1.png",
"x" : 42, "x" : 42,
"y" : -36, "y" : -36,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component2.png", "texture" : "gfx/capitalShips/unfCorvette01/component2.png",
"x" : -40, "x" : -40,
"y" : -8, "y" : -8,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component2.png", "texture" : "gfx/capitalShips/unfCorvette01/component2.png",
"x" : 40, "x" : 40,
"y" : -8, "y" : -8,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component3.png", "texture" : "gfx/capitalShips/unfCorvette01/component3.png",
"x" : -40, "x" : -40,
"y" : 68, "y" : 68,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component4.png", "texture" : "gfx/capitalShips/unfCorvette01/component4.png",
"x" : 40, "x" : 40,
"y" : 68, "y" : 68,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component5.png", "texture" : "gfx/capitalShips/unfCorvette01/component5.png",
"x" : -40, "x" : -40,
"y" : 128, "y" : 128,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/corvette/component5.png", "texture" : "gfx/capitalShips/unfCorvette01/component5.png",
"x" : 40, "x" : 40,
"y" : 128, "y" : 128,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
@ -72,28 +72,28 @@
"engines" : [ "engines" : [
{ {
"health" : 1000, "health" : 1000,
"texture" : "gfx/capitalShips/corvette/engine1.png", "texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
"x" : -112, "x" : -112,
"y" : 281, "y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 1000, "health" : 1000,
"texture" : "gfx/capitalShips/corvette/engine1.png", "texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
"x" : 112, "x" : 112,
"y" : 281, "y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 1000, "health" : 1000,
"texture" : "gfx/capitalShips/corvette/engine2.png", "texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
"x" : -34, "x" : -34,
"y" : 268, "y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 1000, "health" : 1000,
"texture" : "gfx/capitalShips/corvette/engine2.png", "texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
"x" : 34, "x" : 34,
"y" : 268, "y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
@ -102,7 +102,7 @@
"guns" : [ "guns" : [
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : -30, "x" : -30,
"y" : -250, "y" : -250,
"reloadTime" : 40, "reloadTime" : 40,
@ -113,7 +113,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : 30, "x" : 30,
"y" : -250, "y" : -250,
"reloadTime" : 40, "reloadTime" : 40,
@ -124,7 +124,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : -110, "x" : -110,
"y" : 20, "y" : 20,
"reloadTime" : 10, "reloadTime" : 10,
@ -134,7 +134,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : 110, "x" : 110,
"y" : 20, "y" : 20,
"reloadTime" : 10, "reloadTime" : 10,
@ -144,7 +144,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : -110, "x" : -110,
"y" : 100, "y" : 100,
"reloadTime" : 10, "reloadTime" : 10,
@ -155,7 +155,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : 110, "x" : 110,
"y" : 100, "y" : 100,
"reloadTime" : 10, "reloadTime" : 10,
@ -166,7 +166,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : 110, "x" : 110,
"y" : 180, "y" : 180,
"reloadTime" : 10, "reloadTime" : 10,
@ -176,7 +176,7 @@
}, },
{ {
"health" : 250, "health" : 250,
"texture" : "gfx/capitalShips/corvette/cannon.png", "texture" : "gfx/capitalShips/common/cannon.png",
"x" : -110, "x" : -110,
"y" : 180, "y" : 180,
"reloadTime" : 10, "reloadTime" : 10,

View File

@ -13,7 +13,7 @@
"capitalShips" : [ "capitalShips" : [
{ {
"name" : "CSN Corvette", "name" : "CSN Corvette",
"types" : "Corvette", "types" : "UNF Corvette 01",
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 11, "x" : 11,
"y" : 11, "y" : 11,
@ -21,7 +21,7 @@
}, },
{ {
"name" : "Rebel Corvette", "name" : "Rebel Corvette",
"types" : "Corvette", "types" : "UNF Corvette 01",
"side" : "SIDE_REBEL", "side" : "SIDE_REBEL",
"x" : 25, "x" : 25,
"y" : 25, "y" : 25,

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 179 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 521 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 869 B

After

Width:  |  Height:  |  Size: 869 B

View File

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 984 B