ArmourSets: add Axial Core.
This commit is contained in:
parent
354c3ff3d9
commit
47890f6939
1 changed files with 23 additions and 20 deletions
|
@ -32,24 +32,27 @@ struct ArmourSet {
|
|||
};
|
||||
|
||||
static const std::map<Int, ArmourSet> armour_sets {
|
||||
{-1, {"<unequipped>"_s, true}},
|
||||
{0, {"Vanguard"_s, true}},
|
||||
{1, {"Assault Mk.I"_s, true}},
|
||||
{2, {"Assault Mk.II"_s, false}},
|
||||
{3, {"Assault Mk.III"_s, false}},
|
||||
{7, {"Titan 001"_s, true}},
|
||||
{8, {"Titan 002"_s, false}},
|
||||
{9, {"Titan 003"_s, false}},
|
||||
{13, {"Blitz X"_s, true}},
|
||||
{14, {"Blitz EX"_s, false}},
|
||||
{15, {"Blitz EXS"_s, false}},
|
||||
{16, {"Kaiser S-R0"_s, true}},
|
||||
{17, {"Kaiser S-R1"_s, false}},
|
||||
{18, {"Kaiser S-R2"_s, false}},
|
||||
{19, {"Hammerfall MG-A"_s, true}},
|
||||
{20, {"Hammerfall MG-S"_s, false}},
|
||||
{21, {"Hammerfall MG-X"_s, false}},
|
||||
{22, {"Panzer S-UC"_s, true}},
|
||||
{23, {"Panzer L-UC"_s, false}},
|
||||
{24, {"Panzer H-UC"_s, false}},
|
||||
{-1, {"<unequipped>"_s, true}},
|
||||
{0, {"Vanguard"_s, true}},
|
||||
{1, {"Assault Mk.I"_s, true}},
|
||||
{2, {"Assault Mk.II"_s, false}},
|
||||
{3, {"Assault Mk.III"_s, false}},
|
||||
{7, {"Titan 001"_s, true}},
|
||||
{8, {"Titan 002"_s, false}},
|
||||
{9, {"Titan 003"_s, false}},
|
||||
{13, {"Blitz X"_s, true}},
|
||||
{14, {"Blitz EX"_s, false}},
|
||||
{15, {"Blitz EXS"_s, false}},
|
||||
{16, {"Kaiser S-R0"_s, true}},
|
||||
{17, {"Kaiser S-R1"_s, false}},
|
||||
{18, {"Kaiser S-R2"_s, false}},
|
||||
{19, {"Hammerfall MG-A"_s, true}},
|
||||
{20, {"Hammerfall MG-S"_s, false}},
|
||||
{21, {"Hammerfall MG-X"_s, false}},
|
||||
{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}},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue