Armour value improved by bulkhead

This commit is contained in:
Colin McLeod
2015-07-20 00:55:51 -07:00
parent 5f22743778
commit 77334341ea
4 changed files with 18 additions and 5 deletions

View File

@@ -10,6 +10,13 @@ angular.module('shipyard', ['ngLodash'])
// Create 'angularized' references to DB.This will aid testing
.constant('ShipsDB', DB.ships)
.constant('ComponentsDB', DB.components)
.value('ArmourMultiplier', [
1, // Lightweight
1.4, // Reinforced
1.945, // Military
1.945, // Mirrored
1.945 // Reactive
])
.value('commonArray', [
'Power Plant',
'Thrusters',