Update QuestExpReward.md

This commit is contained in:
Josh Freeman
2020-03-10 10:34:48 +00:00
committed by GitHub
parent 96e8a7c73f
commit 1f633864d2
+11
View File
@@ -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.