mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-24 02:49:10 +00:00
76 lines
1.6 KiB
Markdown
76 lines
1.6 KiB
Markdown
# FATE Experience Points
|
|
|
|
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
|
|
|
|
**Eye in the Sky, level 50 fate, level 50 char. 32400 (+50% exp..) - 21600 without bonus**
|
|
- Eye in the Sky - fate id: 787, offset 22 = 54
|
|
- paramgrow (id 50), offset 8 = 300
|
|
|
|
Equation: `54 * 300 + 300 = 16500`
|
|
|
|
---
|
|
|
|
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
|