tbftss/data/fighters/shale.json

29 lines
400 B
JSON
Raw Normal View History

2016-03-28 14:54:06 +02:00
{
"name" : "Shale",
"health" : 50,
"shield" : 50,
"speed" : 2,
2016-04-01 15:19:15 +02:00
"reloadTime" : 18,
2016-03-28 14:54:06 +02:00
"shieldRechargeRate" : 20,
"texture" : "gfx/fighters/shale.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : -2
},
{
"type" : "BT_PARTICLE",
"x" : 12,
"y" : -2
}
],
"missiles" : 3,
"flags" : "EF_TAKES_DAMAGE"
}