Added INF corvette.
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name" : "INF Corvette 01",
|
||||
"health" : 0,
|
||||
"shield" : 500,
|
||||
"shieldRechargeRate" : 60,
|
||||
"texture" : "gfx/capitalShips/infCorvette01/body.png"
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
"data/capitalShips/corvette.json"
|
||||
"data/capitalShips/unfCorvette01.json",
|
||||
"data/capitalShips/infCorvette01.json"
|
||||
]
|
||||
|
|
|
@ -1,69 +1,69 @@
|
|||
{
|
||||
"name" : "Corvette",
|
||||
"name" : "UNF Corvette 01",
|
||||
"health" : 0,
|
||||
"shield" : 500,
|
||||
"shieldRechargeRate" : 60,
|
||||
"texture" : "gfx/capitalShips/corvette/body.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/body.png",
|
||||
"components" : [
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/corvette/core.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/core.png",
|
||||
"x" : 0,
|
||||
"y" : -100,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component1.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component1.png",
|
||||
"x" : -42,
|
||||
"y" : -36,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component1.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component1.png",
|
||||
"x" : 42,
|
||||
"y" : -36,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component2.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component2.png",
|
||||
"x" : -40,
|
||||
"y" : -8,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component2.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component2.png",
|
||||
"x" : 40,
|
||||
"y" : -8,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component3.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component3.png",
|
||||
"x" : -40,
|
||||
"y" : 68,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component4.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component4.png",
|
||||
"x" : 40,
|
||||
"y" : 68,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component5.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component5.png",
|
||||
"x" : -40,
|
||||
"y" : 128,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/corvette/component5.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/component5.png",
|
||||
"x" : 40,
|
||||
"y" : 128,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
|
@ -72,28 +72,28 @@
|
|||
"engines" : [
|
||||
{
|
||||
"health" : 1000,
|
||||
"texture" : "gfx/capitalShips/corvette/engine1.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
|
||||
"x" : -112,
|
||||
"y" : 281,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 1000,
|
||||
"texture" : "gfx/capitalShips/corvette/engine1.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/engine1.png",
|
||||
"x" : 112,
|
||||
"y" : 281,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 1000,
|
||||
"texture" : "gfx/capitalShips/corvette/engine2.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
|
||||
"x" : -34,
|
||||
"y" : 268,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 1000,
|
||||
"texture" : "gfx/capitalShips/corvette/engine2.png",
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/engine2.png",
|
||||
"x" : 34,
|
||||
"y" : 268,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
|
@ -102,7 +102,7 @@
|
|||
"guns" : [
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : -30,
|
||||
"y" : -250,
|
||||
"reloadTime" : 40,
|
||||
|
@ -113,7 +113,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : 30,
|
||||
"y" : -250,
|
||||
"reloadTime" : 40,
|
||||
|
@ -124,7 +124,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : -110,
|
||||
"y" : 20,
|
||||
"reloadTime" : 10,
|
||||
|
@ -134,7 +134,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : 110,
|
||||
"y" : 20,
|
||||
"reloadTime" : 10,
|
||||
|
@ -144,7 +144,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : -110,
|
||||
"y" : 100,
|
||||
"reloadTime" : 10,
|
||||
|
@ -155,7 +155,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : 110,
|
||||
"y" : 100,
|
||||
"reloadTime" : 10,
|
||||
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : 110,
|
||||
"y" : 180,
|
||||
"reloadTime" : 10,
|
||||
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/corvette/cannon.png",
|
||||
"texture" : "gfx/capitalShips/common/cannon.png",
|
||||
"x" : -110,
|
||||
"y" : 180,
|
||||
"reloadTime" : 10,
|
|
@ -13,7 +13,7 @@
|
|||
"capitalShips" : [
|
||||
{
|
||||
"name" : "CSN Corvette",
|
||||
"types" : "Corvette",
|
||||
"types" : "UNF Corvette 01",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 11,
|
||||
"y" : 11,
|
||||
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
{
|
||||
"name" : "Rebel Corvette",
|
||||
"types" : "Corvette",
|
||||
"types" : "UNF Corvette 01",
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 25,
|
||||
"y" : 25,
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 869 B |
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 984 B |