mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-29 21:19:10 +00:00
Update quest_exp_reward.md
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Quest experience points are generated using a small equation. Why this is done I am not sure as the values always seem static.
|
Quest experience points are generated using a small equation.
|
||||||
|
Why this is done I am not sure as the values always seem static.
|
||||||
|
|
||||||
### Formula updated: 28th May, 2018
|
### Formula updated: 28th May, 2018
|
||||||
|
|
||||||
@@ -21,6 +22,8 @@ All formula's use this as their starting point and ADD onto it.
|
|||||||
> `EXP =CORE + ((37125 * (Quest.ExpFactor / 100)) + ((Quest.ClassJobLevel_0-60) * (3375 * (Quest.ExpFactor/100))))`
|
> `EXP =CORE + ((37125 * (Quest.ExpFactor / 100)) + ((Quest.ClassJobLevel_0-60) * (3375 * (Quest.ExpFactor/100))))`
|
||||||
|
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
#### Formula in PHP:
|
#### Formula in PHP:
|
||||||
|
|
||||||
This is example code, it requires getting the `quest` and `paramGrow` prior
|
This is example code, it requires getting the `quest` and `paramGrow` prior
|
||||||
|
|||||||
Reference in New Issue
Block a user