18111c6f4c5cfd767d7d6baf56bf0fe2b6e13da1
[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
12
13 # maximum strength to be gained by draw water from well
14 STRENGTHMAX_DRAW_WELL_WATER = 3