mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-31 05:59:10 +00:00
Merge branch 'master' of https://github.com/viion/ffxiv-datamining
This commit is contained in:
@@ -1,5 +1,16 @@
|
|||||||
# Quest Exp Reward
|
# 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.
|
Quest experience points are generated using a small equation.
|
||||||
|
|
||||||
Why this is done I am not sure as the values always seem static.
|
Why this is done I am not sure as the values always seem static.
|
||||||
|
|||||||
Reference in New Issue
Block a user