Add hardness to ship data

This commit is contained in:
Cmdr McDonald
2016-12-16 16:25:17 +00:00
parent be86618cc1
commit 243d366e89
35 changed files with 107 additions and 16 deletions

View File

@@ -108,7 +108,7 @@
"mass": 4,
"mount": "F",
"piercing": 35,
"power": 1,
"power": 1.01,
"range": 3000,
"rating": "D",
"thermload": 5.1,

View File

@@ -3,8 +3,8 @@
{
"ammo": 16,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
"breachmax": 0,
"breachmin": 0,
"class": 1,
"clip": 8,
"cost": 32180,
@@ -57,8 +57,8 @@
{
"ammo": 48,
"breachdmg": 20,
"breachmax": 1,
"breachmin": 1,
"breachmax": 0,
"breachmin": 0,
"class": 2,
"clip": 12,
"cost": 240400,