added rangeLS property

This commit is contained in:
i810697
2015-05-26 13:30:07 -04:00
parent 33ddb3e8fc
commit 811b7b3783
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<div class="l" ng-if="c.c.cells">Cells: {{c.c.cells}}</div>
<div class="l" ng-if="c.c.recharge">Recharge: {{c.c.recharge}} <u>Mj</u></div>
<div class="l" ng-if="c.c.repair">Repair: {{c.c.repair}}</div>
<div class="l" ng-if="c.c.range">{{c.c.range}} <u>LS</u></div>
<div class="l" ng-if="c.c.rangeLS">{{c.c.rangeLS}} <u>LS</u></div>
<div class="l" ng-if="c.c.rangeRating">Range: {{c.c.rangeRating}}</div>
<div class="l" ng-if="c.c.armouradd">+{{c.c.armouradd}} <u>Armour</u></div>
</div>

View File

@@ -9,7 +9,7 @@
"cost": 1545000,
"mass": 2,
"power": 0,
"range": null
"rangeLS": null
},
{
"id": "2g",
@@ -20,7 +20,7 @@
"cost": 505000,
"mass": 2,
"power": 0,
"range": 1000
"rangeLS": 1000
},
{
"id": "2h",
@@ -31,7 +31,7 @@
"cost": 1000,
"mass": 2,
"power": 0,
"range": 500
"rangeLS": 500
},
{
"id": "2i",
@@ -42,7 +42,7 @@
"cost": 250000,
"mass": 1.3,
"power": 0.6,
"range": 0.33
"rangeLS": 0.33
}
]
}