tbftss/data/turrets/plasmaTurret.json

30 lines
470 B
JSON
Raw Normal View History

2016-01-23 15:15:05 +01:00
{
"name" : "Plasma Turret",
"health" : 150,
"shield" : 150,
"speed" : 0,
"reloadTime" : 30,
"shieldRechargeRate" : 10,
"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"
}