# HG changeset patch # User Neil Muller # Date 1336775206 -7200 # Node ID e48c22c31dcb5888ca5d4699eb31b538a6e179d9 # Parent a6ca82fa9c4c55fc810d63c03c19ff05e51e07c8 power to the lasers diff -r a6ca82fa9c4c -r e48c22c31dcb gamelib/schematics.py --- 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):