mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
added rangeLS property
This commit is contained in:
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user