mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Rename Cargo Scoop to Hatch, lower fg brightness, Eff -> Efficiency
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
angular.module('shipyard').service('Components', ['lodash', 'ComponentsDB', 'ShipsDB', 'ComponentSet', function (_, C, Ships, ComponentSet) {
|
angular.module('shipyard').service('Components', ['lodash', 'ComponentsDB', 'ShipsDB', 'ComponentSet', function (_, C, Ships, ComponentSet) {
|
||||||
|
|
||||||
this.cargoScoop = function() {
|
this.cargoScoop = function() {
|
||||||
return { name: 'Cargo Scoop', class: 1, rating: 'H', power: 0.6};
|
return { name: 'Cargo Hatch', class: 1, rating: 'H', power: 0.6};
|
||||||
};
|
};
|
||||||
|
|
||||||
this.common = function (typeIndex, componentId) {
|
this.common = function (typeIndex, componentId) {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
@bgTransparency: 10%;
|
@bgTransparency: 10%;
|
||||||
|
|
||||||
// Foreground colors
|
// Foreground colors
|
||||||
@fg: #fff;
|
@fg: #DDD;
|
||||||
@primary: #FF8C0D; // Light Orange
|
@primary: #FF8C0D; // Light Orange
|
||||||
@secondary: #1FB0FF; // Light blue
|
@secondary: #1FB0FF; // Light blue
|
||||||
@warning: #FF3B00; // Dark Orange
|
@warning: #FF3B00; // Dark Orange
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
<div class="l">{{pp.id}} Power Plant</div>
|
<div class="l">{{pp.id}} Power Plant</div>
|
||||||
<div class="r">{{pp.c.mass}} <u>T</u></div>
|
<div class="r">{{pp.c.mass}} <u>T</u></div>
|
||||||
<div class="cb"></div>
|
<div class="cb"></div>
|
||||||
<div class="l">Eff: {{pp.c.eff}}</div>
|
<div class="l">Efficiency: {{pp.c.eff}}</div>
|
||||||
<div class="l">Power: {{pp.c.pGen}} <u>MW</u></div>
|
<div class="l">Power: {{pp.c.pGen}} <u>MW</u></div>
|
||||||
</div>
|
</div>
|
||||||
<div component-select class="select" s="pp" opts="availCS.common[0]" ng-if="selectedSlot==pp" ng-click="select('c',pp,$event)"></div>
|
<div component-select class="select" s="pp" opts="availCS.common[0]" ng-if="selectedSlot==pp" ng-click="select('c',pp,$event)"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user