30 lines
420 B
JSON
30 lines
420 B
JSON
{
|
|
"name" : "Razor",
|
|
"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,
|
|
"flags" : "EF_TAKES_DAMAGE"
|
|
}
|