tbftss/data/fighters/razor.json

31 lines
463 B
JSON
Raw Normal View History

2016-03-28 14:54:06 +02:00
{
"name" : "Razor",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
2016-03-28 14:54:06 +02:00
"health" : 45,
"shield" : 55,
"speed" : 1.75,
"reloadTime" : 22,
"shieldRechargeRate" : 35,
"texture" : "gfx/fighters/razor.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -2
}
],
"combinedGuns" : 1,
"missiles" : 4,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2016-03-28 14:54:06 +02:00
}