From 1f633864d26878ad966076f57e11125fbb67886a Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Tue, 10 Mar 2020 10:34:48 +0000 Subject: [PATCH] Update QuestExpReward.md --- docs/QuestExpReward.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/QuestExpReward.md b/docs/QuestExpReward.md index 6479af11a..4155cb282 100644 --- a/docs/QuestExpReward.md +++ b/docs/QuestExpReward.md @@ -1,5 +1,16 @@ # Quest Exp Reward + +Formaula: + +``` +exp = ([Quest] ExpFactor * [ParamGrow] ScaledQuestXP * [ParamGrow] QuestExpModifier) / 100 +``` + +---- + +## Below is out of date as of 5.0 and inaccurate. + Quest experience points are generated using a small equation. Why this is done I am not sure as the values always seem static.