comparison gamelib/schematics.py @ 260:8cad2a0ded67

Add spider image to schematics
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 01:47:08 +0200
parents 44a09802fff4
children
comparison
equal deleted inserted replaced
259:3c11c3647197 260:8cad2a0ded67
189 CATEGORIES = (cat.HAND_WEAPON,) 189 CATEGORIES = (cat.HAND_WEAPON,)
190 PREREQUISITES = ( 190 PREREQUISITES = (
191 (research.Biogenetics, 3), 191 (research.Biogenetics, 3),
192 (research.Physics, 2), 192 (research.Physics, 2),
193 ) 193 )
194 IMAGE_NAME = 'schematics/spider'
194 195
195 BASE_POWER = 22 196 BASE_POWER = 22
196 POWER_INCREMENT = 2 197 POWER_INCREMENT = 2
197 198
198 PRODUCTION_RELIABILITY = 0.6 199 PRODUCTION_RELIABILITY = 0.6