GameData: add the IDs for the Zenith set.

This commit is contained in:
Guillaume Jacquemin 2024-07-14 20:34:32 +02:00
parent c303345437
commit d975dd9723
Signed by: williamjcm
SSH key fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A

View file

@ -56,6 +56,9 @@ static const std::map<std::int32_t, ArmourSet> armour_sets {
{25, {"Axial Core R-Type"_s, true}},
{26, {"Axial Core S-Type"_s, false}},
{27, {"Axial Core X-Type"_s, false}},
{28, {"Zenith-X"_s, true}},
{29, {"Zenith-Y"_s, false}},
{30, {"Zenith-Z"_s, false}},
};
}