ArmourSets: add Axial Core.
This commit is contained in:
parent
354c3ff3d9
commit
47890f6939
1 changed files with 23 additions and 20 deletions
|
@ -52,4 +52,7 @@ static const std::map<Int, ArmourSet> armour_sets {
|
||||||
{22, {"Panzer S-UC"_s, true}},
|
{22, {"Panzer S-UC"_s, true}},
|
||||||
{23, {"Panzer L-UC"_s, false}},
|
{23, {"Panzer L-UC"_s, false}},
|
||||||
{24, {"Panzer H-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}},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue