tbftss/data/fighters/blizzard.json

41 lines
586 B
JSON
Raw Normal View History

2016-03-28 23:33:15 +02:00
{
"name" : "Blizzard",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
2016-03-28 23:33:15 +02:00
"health" : 120,
"shield" : 70,
"speed" : 1.85,
"reloadTime" : 14,
"shieldRechargeRate" : 45,
"texture" : "gfx/fighters/blizzard.png",
2016-04-06 13:57:01 +02:00
"combinedGuns" : 1,
2016-03-28 23:33:15 +02:00
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -14,
"y" : 0
},
{
"type" : "BT_PLASMA",
2016-04-05 10:59:22 +02:00
"x" : 14,
2016-03-28 23:33:15 +02:00
"y" : 0
},
{
"type" : "BT_PARTICLE",
2016-04-05 10:59:22 +02:00
"x" : -8,
2016-03-28 23:33:15 +02:00
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
2016-04-06 13:57:01 +02:00
},
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : 0
2016-03-28 23:33:15 +02:00
}
],
"missiles" : 5,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2016-03-28 23:33:15 +02:00
}