From 415cee28d5c33173af30c742bb5ca6ff3369365a Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Wed, 27 Sep 2017 10:58:51 +0100 Subject: [PATCH] Update quest_exp_reward.md --- research/quest_exp_reward.md | 1 + 1 file changed, 1 insertion(+) diff --git a/research/quest_exp_reward.md b/research/quest_exp_reward.md index f59cf8d4a..343943c55 100644 --- a/research/quest_exp_reward.md +++ b/research/quest_exp_reward.md @@ -17,6 +17,7 @@ LEVEL 52-59 use "Core Formula" + "Secondary Formula with a 2000 modifier and a LEVEL 60-69 use "Core Formula" + "Secondary Formula with a 2000 modifier and a starting EXP of 37125" CORE + ((37125 * (BASE / 100)) + ((LEVEL-60) * (3375 * (BASE/100)))) + exp = (A * B * (45 + (5 * C)) / 100) + ((37125 * (A/100)) + ((C-60) * (3375 * (A/100)))) ```