comparison gamelib/constants.py @ 131:4527e09dc620

Add lumberjacks.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 21:52:52 +0000
parents 7910b4e01dba
children 1d73de63bd71
comparison
equal deleted inserted replaced
130:96c5ef7613b5 131:4527e09dc620
27 # Game constants 27 # Game constants
28 28
29 STARTING_CASH = 1000 29 STARTING_CASH = 1000
30 SELL_PRICE_CHICKEN = 10 30 SELL_PRICE_CHICKEN = 10
31 SELL_PRICE_DEAD_FOX = 5 31 SELL_PRICE_DEAD_FOX = 5
32 LOGGING_PRICE = 50
32 BUY_PRICE_FENCE = 50 33 BUY_PRICE_FENCE = 50
33 SELL_PRICE_FENCE = 25 34 SELL_PRICE_FENCE = 25
34 REPAIR_PRICE_FENCE = 25 35 REPAIR_PRICE_FENCE = 25
35 36
36 TOOL_SELL_CHICKEN = 1 37 TOOL_SELL_CHICKEN = 1
37 TOOL_SELL_EGG = 2 38 TOOL_SELL_EGG = 2
38 TOOL_SELL_BUILDING = 3 39 TOOL_SELL_BUILDING = 3
39 TOOL_BUY_FENCE = 4 40 TOOL_BUY_FENCE = 4
40 TOOL_PLACE_ANIMALS = 5 41 TOOL_PLACE_ANIMALS = 5
42 TOOL_LOGGING = 6