GameData: add the IDs for the Zenith set.
This commit is contained in:
parent
c303345437
commit
d975dd9723
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ static const std::map<std::int32_t, ArmourSet> armour_sets {
|
||||||
{25, {"Axial Core R-Type"_s, true}},
|
{25, {"Axial Core R-Type"_s, true}},
|
||||||
{26, {"Axial Core S-Type"_s, false}},
|
{26, {"Axial Core S-Type"_s, false}},
|
||||||
{27, {"Axial Core X-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}},
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue