tbftss/data/fighters/zakSphinx.json

36 lines
593 B
JSON
Raw Normal View History

2016-05-16 18:45:26 +02:00
{
"name" : "Unique Sphinx",
2017-08-07 20:14:43 +02:00
"description" : "",
2016-05-16 18:45:26 +02:00
"health" : 999,
"shield" : 999,
2016-05-30 18:19:39 +02:00
"speed" : 1.6,
2016-05-16 18:45:26 +02:00
"reloadTime" : 14,
"shieldRechargeRate" : 0,
"texture" : "gfx/fighters/zakSphinx.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : 0,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : 9,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : -9,
"y" : 0
},
{
"type" : "BT_LASER",
"x" : 0,
"y" : 0
}
],
"missiles" : 2,
2016-05-20 10:51:34 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_IMMORTAL+EF_MISSION_TARGET+EF_AI_LEADER",
"aiFlags" : "+AIF_WANDERS+AIF_UNLIMITED_RANGE+AIF_ZAK_SUSPICIOUS"
2016-05-16 18:45:26 +02:00
}