If you're curious, here's the remaining sets for HEAVENSWARD only!
Crafted: (names vary)Dungeon:
- Holy Rainbow (lvl52)
- Ramie (lvl54)
- Hallowed Ramie (lvl56)
- Chimerical (lvl58)
- Adamantite (lvl60)
- Chivalric
- Astral Silk
- Star Velvet
- Sky Pirate
- Sky Rat
- Ishgardian
- Woad
- Orthodox
- Halonic
- Sharlayan
- Dravanian
- Valkyrie
- Filibuster
Tomestone:
- Asuran
- Hellfire
- Shire
Alliance:
- Void Ark
- Yafaemi
- Diabolic
Raid:
- Gordian
- Midan
- Alexandrian
So, multiply the list of items in one set (as we've seen before) with the amount of sets in Heavensward, then include the sets in A Realm Reborn, Stormblood, Shadowbringers and Endwalker! It would really be insane, right?
So let's go to my solution: dynamic database entries.
What does this mean? Let's take a look at the list again, this time lets group them by type:
https://i.imgur.com/NJ4Fzg8.png
You can see that the maiming set doesn't have accessories. So let's split all these items into the following dynamic entries:
- Weapons
- Fending Armor (head, body, hands, legs, feet)
- Fending Accessories (earring, necklace, wrist, ring)
- Healing Armor
- Healing Accessories
- Striking Armor
- Maiming Armor
- Slaying Accessories
- Scouting Armor
- Aiming Armor
- Aiming Accessories
- Casting Armor
- Casting Accessories
Phew, the entries are much shorter now! What does this mean?
When a player unlocks Tyrfing, Svalin, Skeggiold, Dainslaif, Mistilteinn, Fagrskinna, Muspell, Wargfangs, Grasitha, Katayama, Hofuds, Astrild, Gjallarhorn, Gambanteinn, Morkinskinna and Verdun database entries, these entries are then replaced with "Orthodox Weapons" entry while removing the weapons. Whenever a player (game client) requests which glamours are unlocked, submitting the entry "Orthodox Weapons" unlocks all sixteen of those weapons.
The same happens for the Aiming Armor, unlocking the Orthodox Tricone, Tunic, Wristgloves, Trousers and Thighboots of Aiming will unlock the "Orthodox Aiming Armor" entry that replaces all five of those.
This logic continues all the way up the chain!
Unlocking the Fending Armor and Accessories will enable the "Orthodox Fending Set" - a single entry that covers 9 items!
We keep going! Unlocking all sets and weapons will enable the "Orthodox Set", covering 66 items!
Following the same logic, unlocking all the dungeon glamours in the Log will enable the "Heavensward Dungeon Sets" entry, covering... over 500 items!
And in the end, unlocking all the Crafted, Dungeon, Tomestone, Alliance and Raid sets will unlock the "Heavensward sets", covering... a lot of items!
When a game client requests the above, the server simply replies with a single "Heavensward Sets" entry, with which the client interprets as all those sets we've seen, letting players use all those glamours! The system will always submit the highest level of the database entry available, lower level enties are not required once a higher level is unlocked.
Here's the structure: https://i.imgur.com/4zwCOcz.png