Adding mass lock factor

This commit is contained in:
Colin McLeod
2015-07-13 11:08:49 -07:00
parent bbb2a223af
commit 0f0e67ec9c
21 changed files with 42 additions and 20 deletions

View File

@@ -38,6 +38,7 @@
<th rowspan="2">Fuel</th>
<th colspan="3">Jump Range</th>
<th colspan="3">Total Range</th>
<th rowspan="2">Lock<br>Factor</th>
</tr>
<tr>
<th class="lft">Hull</th>
@@ -71,6 +72,7 @@
<td>{{fRound(ship.maxJumpCount)}}</td>
<td>{{fRound(ship.unladenTotalRange)}} <u>LY</u></td>
<td>{{fRound(ship.ladenTotalRange)}} <u>LY</u></td>
<td ng-bind="ship.masslock"></td>
</tr>
</tbody>
</table>

View File

@@ -12,7 +12,8 @@
"shields": 60,
"armour": 162,
"fuelcost": 50,
"mass": 35
"mass": 35,
"masslock": 7
},
"retailCost": 87808,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 350,
"armour": 945,
"fuelcost": 50,
"mass": 400
"mass": 400,
"masslock": 23
},
"retailCost": 146969451,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 140,
"armour": 378,
"fuelcost": 50,
"mass": 280
"mass": 280,
"masslock": 11
},
"retailCost": 6661153,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 80,
"armour": 216,
"fuelcost": 50,
"mass": 180
"mass": 180,
"masslock": 8
},
"retailCost": 379718,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 118,
"armour": 216,
"fuelcost": 50,
"mass": 170
"mass": 170,
"masslock": 8
},
"retailCost": 564329,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 146,
"armour": 270,
"fuelcost": 50,
"mass": 298
"mass": 298,
"masslock": 7
},
"retailCost": 1894760,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 60,
"armour": 72,
"fuelcost": 50,
"mass": 50
"mass": 50,
"masslock": 6
},
"retailCost": 44800,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 200,
"armour": 540,
"fuelcost": 50,
"mass": 580
"mass": 580,
"masslock": 14
},
"retailCost": 19814205,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 300,
"armour": 405,
"fuelcost": 50,
"mass": 250
"mass": 250,
"masslock": 12
},
"retailCost": 51567040,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 50,
"armour": 90,
"fuelcost": 50,
"mass": 14
"mass": 14,
"masslock": 6
},
"retailCost": 52720,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 180,
"armour": 486,
"fuelcost": 50,
"mass": 400
"mass": 400,
"masslock": 12
},
"retailCost": 22296860,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 197,
"armour": 144,
"fuelcost": 50,
"mass": 35
"mass": 35,
"masslock": 7
},
"retailCost": 2542931,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 220,
"armour": 396,
"fuelcost": 50,
"mass": 580
"mass": 580,
"masslock": 13
},
"retailCost": 48539887,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 260,
"armour": 468,
"fuelcost": 50,
"mass": 350
"mass": 350,
"masslock": 17
},
"retailCost": 56978179,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 40,
"armour": 108,
"fuelcost": 50,
"mass": 25
"mass": 25,
"masslock": 6
},
"retailCost": 32000,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 90,
"armour": 162,
"fuelcost": 50,
"mass": 155
"mass": 155,
"masslock": 8
},
"retailCost": 1045945,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 120,
"armour": 216,
"fuelcost": 50,
"mass": 420
"mass": 420,
"masslock": 10
},
"retailCost": 17472252,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 240,
"armour": 432,
"fuelcost": 50,
"mass": 1000
"mass": 1000,
"masslock": 16
},
"retailCost": 76555842,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 105,
"armour": 126,
"fuelcost": 50,
"mass": 60
"mass": 60,
"masslock": 7
},
"retailCost": 142931,
"slots": {

View File

@@ -12,7 +12,8 @@
"shields": 240,
"armour": 288,
"fuelcost": 50,
"mass": 230
"mass": 230,
"masslock": 10
},
"retailCost": 4925615,
"slots": {