comparison gamelib/equipment.py @ 517:05e0c3fd20ec

Axes are slightly better weapons than they were.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Nov 2009 13:20:52 +0000
parents 3ed6c011106d
children 3ec614e6fd4a
comparison
equal deleted inserted replaced
516:4166a0051bb6 517:05e0c3fd20ec
153 NAME = "Axe" 153 NAME = "Axe"
154 BUY_PRICE = 50 154 BUY_PRICE = 50
155 SELL_PRICE = 30 155 SELL_PRICE = 30
156 156
157 RANGE = 1 157 RANGE = 1
158 BASE_HIT = 25 158 BASE_HIT = 35
159 RANGE_PENALTY = 0 159 RANGE_PENALTY = 0
160 160
161 CHICKEN_IMAGE_FILE = 'sprites/equip_axe.png' 161 CHICKEN_IMAGE_FILE = 'sprites/equip_axe.png'
162 162
163 class Armour(Equipment): 163 class Armour(Equipment):