Tweaked Firefly and Leopard, to swap around weapons.
This commit is contained in:
parent
2546b904a8
commit
eb4db6028f
|
@ -13,7 +13,7 @@
|
|||
"y" : -2
|
||||
},
|
||||
{
|
||||
"type" : "BT_PLASMA",
|
||||
"type" : "BT_PARTICLE",
|
||||
"x" : 12,
|
||||
"y" : -2
|
||||
},
|
||||
|
@ -23,6 +23,7 @@
|
|||
"y" : -4
|
||||
}
|
||||
],
|
||||
"combinedGuns" : 1,
|
||||
"missiles" : {
|
||||
"type" : "MISSILE_MISSILE",
|
||||
"ammo" : 3
|
||||
|
|
|
@ -18,12 +18,11 @@
|
|||
"y" : -12
|
||||
},
|
||||
{
|
||||
"type" : "BT_PARTICLE",
|
||||
"type" : "BT_PLASMA",
|
||||
"x" : 0,
|
||||
"y" : -16
|
||||
}
|
||||
],
|
||||
"combinedGuns" : 1,
|
||||
"missiles" : {
|
||||
"type" : "MISSILE_MISSILE",
|
||||
"ammo" : 3
|
||||
|
|
Loading…
Reference in New Issue