Created second UNF Corvette.
This commit is contained in:
parent
757b942174
commit
480192efe1
|
@ -2,6 +2,7 @@
|
|||
"data/capitalShips/csnCorvette01.json",
|
||||
"data/capitalShips/csnCorvette02.json",
|
||||
"data/capitalShips/unfCorvette01.json",
|
||||
"data/capitalShips/unfCorvette02.json",
|
||||
"data/capitalShips/infCorvette01.json",
|
||||
"data/capitalShips/infCorvette02.json"
|
||||
]
|
||||
|
|
|
@ -0,0 +1,183 @@
|
|||
{
|
||||
"name" : "UNF Corvette 02",
|
||||
"health" : 0,
|
||||
"shield" : 500,
|
||||
"shieldRechargeRate" : 60,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/body.png",
|
||||
"components" : [
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/unfCorvette01/core.png",
|
||||
"x" : 0,
|
||||
"y" : -100,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/component1.png",
|
||||
"x" : -22,
|
||||
"y" : -24,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/component1.png",
|
||||
"x" : 22,
|
||||
"y" : -24,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/component2.png",
|
||||
"x" : -86,
|
||||
"y" : 188,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/component2.png",
|
||||
"x" : 86,
|
||||
"y" : 188,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/component3.png",
|
||||
"x" : -43,
|
||||
"y" : 151,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 50,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/component3.png",
|
||||
"x" : 43,
|
||||
"y" : 151,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
}
|
||||
],
|
||||
"engines" : [
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/engine1.png",
|
||||
"x" : -100,
|
||||
"y" : 286,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/engine1.png",
|
||||
"x" : 100,
|
||||
"y" : 286,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/engine2.png",
|
||||
"x" : -35,
|
||||
"y" : 289,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
},
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/unfCorvette02/engine2.png",
|
||||
"x" : 35,
|
||||
"y" : 289,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
}
|
||||
],
|
||||
"guns" : [
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : 0,
|
||||
"y" : -250,
|
||||
"reloadTime" : 40,
|
||||
"type" : "BT_ROCKET",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE",
|
||||
"missiles" : 9999
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : -142,
|
||||
"y" : 30,
|
||||
"reloadTime" : 40,
|
||||
"type" : "BT_ROCKET",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE",
|
||||
"missiles" : 9999
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : 142,
|
||||
"y" : 30,
|
||||
"reloadTime" : 40,
|
||||
"type" : "BT_ROCKET",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE",
|
||||
"missiles" : 9999
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : 0,
|
||||
"y" : 30,
|
||||
"reloadTime" : 10,
|
||||
"type" : "BT_PLASMA",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : -53,
|
||||
"y" : -70,
|
||||
"reloadTime" : 10,
|
||||
"type" : "BT_PLASMA",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : 53,
|
||||
"y" : -70,
|
||||
"reloadTime" : 10,
|
||||
"type" : "BT_PLASMA",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : 0,
|
||||
"y" : 170,
|
||||
"reloadTime" : 10,
|
||||
"type" : "BT_PLASMA",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : -55,
|
||||
"y" : 210,
|
||||
"reloadTime" : 10,
|
||||
"type" : "BT_PLASMA",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||
},
|
||||
{
|
||||
"health" : 250,
|
||||
"texture" : "gfx/capitalShips/common/cannon01.png",
|
||||
"x" : 55,
|
||||
"y" : 210,
|
||||
"reloadTime" : 10,
|
||||
"type" : "BT_PLASMA",
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
|
||||
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
Binary file not shown.
After Width: | Height: | Size: 474 B |
Binary file not shown.
After Width: | Height: | Size: 420 B |
Binary file not shown.
After Width: | Height: | Size: 368 B |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue