tbftss/data/capitalShips/corvette.json

185 lines
4.2 KiB
JSON
Raw Normal View History

2015-12-07 20:19:14 +01:00
{
2015-12-10 11:04:00 +01:00
"name" : "Corvette",
"health" : 0,
2015-12-07 20:19:14 +01:00
"shield" : 500,
"shieldRechargeRate" : 60,
2015-12-10 18:50:03 +01:00
"texture" : "gfx/capitalShips/corvette/body.png",
2015-12-07 20:19:14 +01:00
"components" : [
2015-12-12 15:56:33 +01:00
{
"health" : 150,
"texture" : "gfx/capitalShips/corvette/core.png",
"x" : 0,
"y" : -100,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
2015-12-07 20:19:14 +01:00
{
2015-12-12 13:17:29 +01:00
"health" : 50,
"texture" : "gfx/capitalShips/corvette/component1.png",
"x" : -42,
"y" : -36,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
2015-12-07 20:19:14 +01:00
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component1.png",
"x" : 42,
"y" : -36,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component2.png",
"x" : -40,
"y" : -8,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component2.png",
"x" : 40,
"y" : -8,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component3.png",
"x" : -40,
"y" : 68,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component4.png",
"x" : 40,
"y" : 68,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component5.png",
"x" : -40,
"y" : 128,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 50,
2015-12-12 13:17:29 +01:00
"texture" : "gfx/capitalShips/corvette/component5.png",
"x" : 40,
"y" : 128,
2015-12-10 11:04:00 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}
],
"engines" : [
2015-12-10 11:04:00 +01:00
{
"health" : 100,
2015-12-10 18:50:03 +01:00
"texture" : "gfx/capitalShips/corvette/engine1.png",
2015-12-07 20:19:14 +01:00
"x" : -112,
"y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
2015-12-07 20:19:14 +01:00
},
{
"health" : 100,
2015-12-10 18:50:03 +01:00
"texture" : "gfx/capitalShips/corvette/engine1.png",
2015-12-07 20:19:14 +01:00
"x" : 112,
"y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
2015-12-07 20:19:14 +01:00
},
{
"health" : 100,
2015-12-10 18:50:03 +01:00
"texture" : "gfx/capitalShips/corvette/engine2.png",
2015-12-07 20:19:14 +01:00
"x" : -34,
"y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
2015-12-07 20:19:14 +01:00
},
{
"health" : 100,
2015-12-10 18:50:03 +01:00
"texture" : "gfx/capitalShips/corvette/engine2.png",
2015-12-07 20:19:14 +01:00
"x" : 34,
"y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
2015-12-07 20:19:14 +01:00
}
],
"guns" : [
{
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : -30,
"y" : -250,
"reloadTime" : 40,
"type" : "BT_ROCKET",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : 30,
"y" : -250,
"reloadTime" : 40,
"type" : "BT_ROCKET",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_STATIC+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
2015-12-10 11:04:00 +01:00
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : -110,
"y" : 20,
"reloadTime" : 10,
2015-12-09 08:25:24 +01:00
"type" : "BT_PLASMA",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
2015-12-10 11:04:00 +01:00
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : -110,
"y" : 100,
"reloadTime" : 10,
2015-12-09 08:25:24 +01:00
"type" : "BT_PLASMA",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
2015-12-10 11:04:00 +01:00
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : -110,
"y" : 180,
"reloadTime" : 10,
2015-12-09 08:25:24 +01:00
"type" : "BT_PLASMA",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
2015-12-10 11:04:00 +01:00
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : 110,
"y" : 20,
"reloadTime" : 10,
2015-12-09 08:25:24 +01:00
"type" : "BT_PLASMA",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
2015-12-10 11:04:00 +01:00
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : 110,
"y" : 100,
"reloadTime" : 10,
2015-12-09 08:25:24 +01:00
"type" : "BT_PLASMA",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
{
2015-12-10 11:04:00 +01:00
"health" : 250,
2015-12-12 15:56:33 +01:00
"texture" : "gfx/capitalShips/corvette/cannon.png",
"x" : 110,
"y" : 180,
"reloadTime" : 10,
2015-12-09 08:25:24 +01:00
"type" : "BT_PLASMA",
2015-12-10 13:40:23 +01:00
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
}
2015-12-07 20:19:14 +01:00
]
}