Adding Mining Lance laser

This commit is contained in:
Colin McLeod
2015-07-07 11:18:50 -07:00
parent 7fdd83ba84
commit eddf968629

View File

@@ -10,10 +10,7 @@
"power": 0.5, "power": 0.5,
"mode": "F", "mode": "F",
"armourpen": "D", "armourpen": "D",
"thermload": 3, "thermload": 3
"grp": "ml",
"clip": 1,
"ammo": 1
}, },
{ {
"id": "2m", "id": "2m",
@@ -25,10 +22,23 @@
"power": 0.75, "power": 0.75,
"mode": "F", "mode": "F",
"armourpen": "D", "armourpen": "D",
"thermload": 5, "thermload": 5
},
{
"id": "ml",
"grp": "ml", "grp": "ml",
"clip": 1, "name": "Mining Lance",
"ammo": 1 "class": 1,
"rating": "D",
"cost": 22576,
"mass": 2,
"power": 0.7,
"mode": "F",
"type": "T",
"damage": 3,
"dps": 3,
"armourpen": "D",
"thermload": 3
} }
] ]
} }