diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-20 15:06:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-20 15:06:06 -0700 |
| commit | ebb7164e4eb52bc044499d10a4c17d9e8657531f (patch) | |
| tree | 453df46b561be6b433e9fb70433c1dc9b30af42e | |
| parent | ee162ebd9751e43ceb7ccc0ce8e8ab99f0fdfab7 (diff) | |
change frontline post to PVP quirks (draft)
| -rw-r--r-- | src/content/blog/ffxiv-frontline-bonus.md | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/src/content/blog/ffxiv-frontline-bonus.md b/src/content/blog/ffxiv-frontline-bonus.md index 5377f94..b446080 100644 --- a/src/content/blog/ffxiv-frontline-bonus.md +++ b/src/content/blog/ffxiv-frontline-bonus.md @@ -1,8 +1,28 @@ --- -title: "FFXIV - Frontline PVP Losing Bonus" -description: "Some documentation about how the Frontline losing bonus actually works" +title: "FFXIV - Quirks of the PVP System" +description: "Some Quriks of FFXIV's PVP System" pubDate: "2024-09-12" --- +# Series Level +One of the more recent additions to the game is PVP Series Malmstone. This was added back when the Feast was removed and changed into Crystalline Conflict. + +This feature is basically a battlepass that features some exclusive rewards. This in itself isn't very interesting, but what is interesting is what happens when you surpass Series Level 30. + +Let's call the levels above 30, the "Extra Levels" since they technically surpass the scope of the battlepass. It would be a fair assumption to say that once you surpass level 30, your Series Level should roll over to 31. However, this was not the way the developers had designed this system. + +In actuality, Series Level only goes up to 30. Once you surpass it (reaching 20 000 Series EXP), you'll find that you roll over to Series Level 30 with 0/20000 EXP again. However, this time you have the option to claim the Extra Level, along with a small symbol to denote how many times you can claim it. + +Interestingly, even though this data isn't shown on the in-game UI, reading the number from memory (using FFXIV Client Structs) shows that the game does set your Series Level as 31. + +If you don't claim this reward, this will continue until you reach Extra Level 100, which then the game stop rewarding you any additional Series EXP. + +However, if you claim the Extra Level reward at any point. Your internal Series Level will roll back to 30, meaning that the game essentially erases any indiciation that you had reached X Extra Level. + +The server may have this information stored somewhere, but its weird that this is how they chose to implement an infinite battlepass feature. + +I can't think of many good reasons for why the UI doesn't count these Extra Levels as apart of normal Series Levels either, since its practically impossible for any player to reach an unsigned integer overflow during the time of 1 Series Malmstone season. + +# Frontline Losing Streak Bonus I'd like to document exactly how the Frontline PVP losing bonus works in Final Fantasy XIV. There's a vast amount of uncertainity online about how rewards are handed out in Frontline. I believe that a vast majority of players don't even know such a bonus exists, the remaining people who know about the bonus aren't exactly able to explain it or chalk it up to seemingly random things (such as how long the PVP match takes). |
