22 lines
295 B
JSON
22 lines
295 B
JSON
|
{
|
||
|
"name" : "Nymph",
|
||
|
"health" : 30,
|
||
|
"shield" : 25,
|
||
|
"speed" : 2.5,
|
||
|
"reloadTime" : 14,
|
||
|
"shieldRechargeRate" : 30,
|
||
|
"textureName" : "gfx/fighters/nymph.png",
|
||
|
"guns" : [
|
||
|
{
|
||
|
"type" : "BT_PLASMA",
|
||
|
"x" : -12,
|
||
|
"y" : -2
|
||
|
},
|
||
|
{
|
||
|
"type" : "BT_PLASMA",
|
||
|
"x" : 12,
|
||
|
"y" : -2
|
||
|
}
|
||
|
]
|
||
|
}
|