changeset 170:e48c22c31dcb

power to the lasers
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 00:26:46 +0200
parents a6ca82fa9c4c
children d23f920efede
files gamelib/schematics.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/schematics.py	Fri May 11 23:59:14 2012 +0200
+++ b/gamelib/schematics.py	Sat May 12 00:26:46 2012 +0200
@@ -210,6 +210,9 @@
     PREREQUISITES = (
         (research.Lasers, 2),
         )
+    BASE_POWER = 20
+    POWER_INCREMENT = 2
+    PRODUCTION_RELIABILITY = 0.6
 
 
 class EmpMissile(Schematic):