tbftss/data/capitalShips/test.json

47 lines
864 B
JSON
Raw Normal View History

2015-12-07 20:19:14 +01:00
{
"name" : "Test Frigate",
"health" : 1,
"shield" : 500,
"shieldRechargeRate" : 60,
"texture" : "gfx/capitalShips/test/body.png",
"components" : [
{
"health" : 100,
"texture" : "gfx/capitalShips/test/core.png",
"x" : 0,
"y" : -100,
"flags" : "EF_TAKES_DAMAGE"
},
{
"health" : 100,
"texture" : "gfx/capitalShips/test/engine1.png",
"x" : -112,
"y" : 281,
"flags" : "EF_TAKES_DAMAGE"
},
{
"health" : 100,
"texture" : "gfx/capitalShips/test/engine1.png",
"x" : 112,
"y" : 281,
"flags" : "EF_TAKES_DAMAGE"
},
{
"health" : 100,
"texture" : "gfx/capitalShips/test/engine2.png",
"x" : -34,
"y" : 268,
"flags" : "EF_TAKES_DAMAGE"
},
{
"health" : 100,
"texture" : "gfx/capitalShips/test/engine2.png",
"x" : 34,
"y" : 268,
"flags" : "EF_TAKES_DAMAGE"
}
],
"guns" : [
]
}