summaryrefslogtreecommitdiff
path: root/quest_xp.py
diff options
context:
space:
mode:
Diffstat (limited to 'quest_xp.py')
-rwxr-xr-x[-rw-r--r--]quest_xp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/quest_xp.py b/quest_xp.py
index b3a452e..a767252 100644..100755
--- a/quest_xp.py
+++ b/quest_xp.py
@@ -18,13 +18,13 @@ Agressive +0.8
Assistant +0.5
Rare +0.5~+2.0
-Item and Gold: 1~3 and 1~1,5
+Item and Gold: 1~3 (gold weights half)
Difficulty: Ad Infinitum
"""
XPTOLVLUP=0
-I=1
-G=1
+I=1.0
+G=1.0
L=0.0
M=0.0
D=0.0