2016-01-23 15:15:05 +01:00
|
|
|
{
|
|
|
|
"name" : "Plasma Turret",
|
|
|
|
"health" : 150,
|
2016-04-10 09:24:17 +02:00
|
|
|
"shield" : 25,
|
2016-01-23 15:15:05 +01:00
|
|
|
"speed" : 0,
|
2016-04-10 09:24:17 +02:00
|
|
|
"reloadTime" : 16,
|
2016-01-23 15:15:05 +01:00
|
|
|
"shieldRechargeRate" : 10,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/cannons/plasmaTurret.png",
|
2016-01-23 15:15:05 +01:00
|
|
|
"deathType" : "DT_NO_SPIN",
|
|
|
|
"guns" : [
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : 0,
|
|
|
|
"y" : 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : -8,
|
|
|
|
"y" : -4
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : 8,
|
|
|
|
"y" : -4
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"flags" : "EF_TAKES_DAMAGE",
|
|
|
|
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
|
|
|
}
|