tbftss/data/turrets/plasmaTurret.json

32 lines
511 B
JSON
Raw Permalink Normal View History

2016-01-23 15:15:05 +01:00
{
"name" : "Plasma Turret",
2017-08-10 09:44:19 +02:00
"description" : "",
"affiliation" : "",
2016-01-23 15:15:05 +01:00
"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,
"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"
}