Start of second CSN corvette.
This commit is contained in:
parent
8cd74e999d
commit
6256e97414
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name" : "CSN Corvette 02",
|
||||
"health" : 0,
|
||||
"shield" : 500,
|
||||
"shieldRechargeRate" : 60,
|
||||
"texture" : "gfx/capitalShips/csnCorvette02/body.png",
|
||||
"components" : [
|
||||
{
|
||||
"health" : 150,
|
||||
"texture" : "gfx/capitalShips/csnCorvette02/core.png",
|
||||
"x" : 0,
|
||||
"y" : -140,
|
||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
[
|
||||
"data/capitalShips/csnCorvette01.json",
|
||||
"data/capitalShips/csnCorvette02.json",
|
||||
"data/capitalShips/unfCorvette01.json",
|
||||
"data/capitalShips/infCorvette01.json",
|
||||
"data/capitalShips/infCorvette02.json"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in New Issue