tbftss/data/turrets/rapidPlasmaTurret.json

22 lines
405 B
JSON
Raw Normal View History

2016-04-13 12:04:06 +02:00
{
"name" : "Rapid Plasma Turret",
2017-08-07 20:14:43 +02:00
"description" : "",
"affiliation" : "",
2016-04-13 12:04:06 +02:00
"health" : 150,
"shield" : 25,
"speed" : 0,
"reloadTime" : 8,
"shieldRechargeRate" : 10,
2016-04-16 15:04:45 +02:00
"texture" : "gfx/cannons/singlePlasmaTurret.png",
2016-04-13 12:04:06 +02:00
"deathType" : "DT_NO_SPIN",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : 0,
"y" : 0
}
],
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
}