34 lines
447 B
JSON
34 lines
447 B
JSON
{
|
|
"name" : "Angel",
|
|
"health" : 40,
|
|
"shield" : 40,
|
|
"speed" : 1.8,
|
|
"reloadTime" : 15,
|
|
"shieldRechargeRate" : 55,
|
|
"texture" : "gfx/fighters/angel.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -10,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 10,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_MAG",
|
|
"x" : -4,
|
|
"y" : -6
|
|
},
|
|
{
|
|
"type" : "BT_MAG",
|
|
"x" : 4,
|
|
"y" : -6
|
|
}
|
|
],
|
|
"missiles" : 3,
|
|
"flags" : "EF_TAKES_DAMAGE"
|
|
}
|