X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=constants.py;fp=constants.py;h=bc9e73760c09ce9893eb67ca8d50b73066fd59c3;hp=0000000000000000000000000000000000000000;hb=6552a4a3522d0b48177a9c2ebedda92b824874f7;hpb=3e350cff23064e74da2ead6c65e46ccdf3e7fa2f diff --git a/constants.py b/constants.py new file mode 100644 index 0000000..bc9e737 --- /dev/null +++ b/constants.py @@ -0,0 +1,11 @@ +# constants for in-game use + +# key ids and lock ids +KEY_CHEST1 = 1000 +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