Started work on container objects like Chests etc.
[butaba-adventures.git] / constants.py
diff --git a/constants.py b/constants.py
new file mode 100644 (file)
index 0000000..bc9e737
--- /dev/null
@@ -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