ArmourSets: add Axial Core.

This commit is contained in:
Guillaume Jacquemin 2022-03-20 11:31:37 +01:00
parent 354c3ff3d9
commit 47890f6939
1 changed files with 23 additions and 20 deletions

View File

@ -52,4 +52,7 @@ static const std::map<Int, ArmourSet> armour_sets {
{22, {"Panzer S-UC"_s, true}},
{23, {"Panzer L-UC"_s, false}},
{24, {"Panzer H-UC"_s, false}},
{25, {"Axial Core R-Type"_s, true}},
{26, {"Axial Core S-Type"_s, false}},
{27, {"Axial Core X-Type"_s, false}},
};