tbftss/data/capitalShips/hmsCorvette02.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2016-05-14 12:53:03 +02:00
{
"name" : "HMS Corvette 02",
"health" : 0,
"shield" : 500,
"shieldRechargeRate" : 60,
"texture" : "gfx/capitalShips/hmsCorvette02/body.png",
"components" : [
{
"health" : 150,
"texture" : "gfx/capitalShips/hmsCorvette02/core.png",
"x" : 0,
"y" : -110,
"flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC"
}
],
"engines" : [
{
"health" : 150,
"texture" : "gfx/capitalShips/hmsCorvette02/engine01.png",
"x" : -125,
"y" : 200,
"flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 150,
"texture" : "gfx/capitalShips/hmsCorvette02/engine01.png",
"x" : 125,
"y" : 200,
"flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 150,
"texture" : "gfx/capitalShips/hmsCorvette02/engine01.png",
"x" : -178,
"y" : 20,
"flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC"
},
{
"health" : 150,
"texture" : "gfx/capitalShips/hmsCorvette02/engine01.png",
"x" : 178,
"y" : 20,
"flags" : "EF_NO_MT_BOX+EF_NO_KILL_INC+EF_TAKES_DAMAGE+EF_STATIC"
}
],
"guns" : [
]
}