Started work on container objects like Chests etc.
[butaba-adventures.git] / constants.py
1 # constants for in-game use
2
3 # key ids and lock ids
4 KEY_CHEST1 = 1000
5 KEY_CHEST2 = 1001
6
7
8 # maximum experience points reached by achieving certain actions
9
10 # maximum knowledge to be gained by unlocking chests
11 KNOWLEDGEMAX_CHEST_UNLOCK = 2