X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=constants.py;fp=constants.py;h=18111c6f4c5cfd767d7d6baf56bf0fe2b6e13da1;hp=bc9e73760c09ce9893eb67ca8d50b73066fd59c3;hb=58f80c37fa3c97f3cfb2a0cdd3096c529f65e204;hpb=63f74206e69c1147ed006ccadb359fc6e21fefbb diff --git a/constants.py b/constants.py index bc9e737..18111c6 100644 --- a/constants.py +++ b/constants.py @@ -8,4 +8,7 @@ KEY_CHEST2 = 1001 # maximum experience points reached by achieving certain actions # maximum knowledge to be gained by unlocking chests -KNOWLEDGEMAX_CHEST_UNLOCK = 2 \ No newline at end of file +KNOWLEDGEMAX_CHEST_UNLOCK = 2 + +# maximum strength to be gained by draw water from well +STRENGTHMAX_DRAW_WELL_WATER = 3 \ No newline at end of file