Start of HMS Corvette 02.
This commit is contained in:
parent
3317336695
commit
2ffd3bee38
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
"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" : [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue