mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-24 02:49:10 +00:00
Create fate_exp.md
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
Fate EXP is still a mystery, research so far:
|
||||
|
||||
Equation: ` fate offset 22 * paramgrow offset 8 + paramgrow offset 8 = exp`
|
||||
|
||||
# Where it has worked
|
||||
|
||||
**Example: Whiteout, level 36 fate, level 36 char, 18900 exp (9450 w/ no bonus)**
|
||||
- Whiteout - fate id: `465`, offset `22` = `41`
|
||||
- paramgrow (id `36` = your level??? or fate level...), offset `8` = `225 `
|
||||
- Equation: `41 * 225 + 225 = 9450`
|
||||
|
||||
---
|
||||
|
||||
**Example:A Log Up, level 35 fate, level 35 char, 18040 exp (9020 w/ no bonus)***
|
||||
- A Log Up - fate id: 466, offset `22` = `40`
|
||||
- paramgrow (id `35` = your level??? or fate level...), offset `8` = `220 `
|
||||
- Equation: `40 * 220 + 220 = 9020`
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Where it has not worked
|
||||
|
||||
It hasn't worked when your character level is not the same as the fate level, so likely there is some manipulation of the equation for the level difference. This hasn't seem to be the case when level is higher, only lower.
|
||||
|
||||
Baa Baa Black Sheep: id = 463
|
||||
|
||||
Offset 22 = 41
|
||||
Offset 8 = 220 for paramgrow 36 (fate level).
|
||||
|
||||
41 * 225 + 225 = 9450
|
||||
|
||||
level 32 fate, level 31 mch (so an under leveled mch), 15016 exp (+100% armoury bonus) should be 7508 without
|
||||
|
||||
|
||||
---
|
||||
|
||||
Jewels-of-the-Isle: id = 280
|
||||
Complete level: 32
|
||||
|
||||
fate - offset 22 = 37
|
||||
paramgrow - offset 8 = 200
|
||||
|
||||
37 * 200 + 200
|
||||
|
||||
|
||||
---
|
||||
|
||||
Follow the Light, level 33 fate on a level 31 char. 14678 exp (+100%), should be 7339 without bonus
|
||||
|
||||
Fate ID: 286
|
||||
|
||||
fate - offset 22 = 38
|
||||
paramgrow offset 8 = 200 (33 = 210)
|
||||
|
||||
---
|
||||
|
||||
|
||||
<Hezkezl>: Just a Matter of Rut, level 31 FATE. Level 31 mch, got 15200 exp (7600 w/out bonus)
|
||||
|
||||
fate id: 287
|
||||
|
||||
fate - offset 22 = 36
|
||||
paramgrow offset 8 = 200
|
||||
|
||||
36 * 200 + 200
|
||||
Reference in New Issue
Block a user