comparison gamelib/schematics.py @ 238:837c51ebdbc8

failure text for doomsday virus
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 00:06:49 +0200
parents ec97f80feae0
children 2c684fade3af
comparison
equal deleted inserted replaced
237:d7285d65c668 238:837c51ebdbc8
339 BASE_POWER = 1000 339 BASE_POWER = 1000
340 POWER_INCREMENT = 500 340 POWER_INCREMENT = 500
341 341
342 PRODUCTION_RELIABILITY = 0.6 342 PRODUCTION_RELIABILITY = 0.6
343 343
344 FAILURE_TEXT = (
345 "You suddenly realise you've miscopied a vital allele when"
346 " constructing the virus, and that this will never work."
347 " You return to the lab to fix the problem.")
348
344 349
345 class GiantRobot(Schematic): 350 class GiantRobot(Schematic):
346 NAME = "Giant robot" 351 NAME = "Giant robot"
347 COST = int(1.5 * M) 352 COST = int(1.5 * M)
348 CATEGORIES = (cat.DOOMSDAY_DEVICE, cat.AI) 353 CATEGORIES = (cat.DOOMSDAY_DEVICE, cat.AI)