diff options
author | kr45732 <52721908+kr45732@users.noreply.github.com> | 2022-08-09 06:35:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 12:35:38 +0200 |
commit | 92a5de776072a2de1ed31bd01f6a51928281e058 (patch) | |
tree | af3a498afd8f506a0fd0d6bb2882ba879720d2dc | |
parent | 924d43e30cb570bc75f1ab53442e7e8f98e6e8e7 (diff) | |
download | NotEnoughUpdates-REPO-92a5de776072a2de1ed31bd01f6a51928281e058.tar.gz NotEnoughUpdates-REPO-92a5de776072a2de1ed31bd01f6a51928281e058.tar.bz2 NotEnoughUpdates-REPO-92a5de776072a2de1ed31bd01f6a51928281e058.zip |
Update weight.json (#793)
-rw-r--r-- | constants/weight.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/weight.json b/constants/weight.json index d7cfd13c..3830efcd 100644 --- a/constants/weight.json +++ b/constants/weight.json @@ -607,7 +607,8 @@ "foraging": 163.0884, "combat": 227.5907, "fishing": 504.2361 - } + }, + "overall" : 1.8162162162162162 }, "dungeons": { "completion_worth": { @@ -635,7 +636,8 @@ "5": 500, "6": 700, "7": 1500 - } + }, + "overall": 1.2733079672009226 } } } |