Compare commits
3 commits
8b8fbee6ba
...
f2927acd50
Author | SHA1 | Date | |
---|---|---|---|
f2927acd50 | |||
d975dd9723 | |||
c303345437 |
3 changed files with 5 additions and 2 deletions
|
@ -235,7 +235,7 @@ target_compile_definitions(MassBuilderSaveTool PRIVATE
|
||||||
SAVETOOL_VERSION_PATCH=0
|
SAVETOOL_VERSION_PATCH=0
|
||||||
SAVETOOL_VERSION_PRERELEASE=true
|
SAVETOOL_VERSION_PRERELEASE=true
|
||||||
SAVETOOL_CODENAME="Friendly Valkyrie"
|
SAVETOOL_CODENAME="Friendly Valkyrie"
|
||||||
SAVETOOL_SUPPORTED_GAME_VERSION="0.10.x"
|
SAVETOOL_SUPPORTED_GAME_VERSION="0.11.x"
|
||||||
)
|
)
|
||||||
|
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||||
|
|
|
@ -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}},
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,7 @@ c(Neck, "enuArmorSlots::NewEnumerator3"_s, "Neck"_s)
|
||||||
c(UpperBody, "enuArmorSlots::NewEnumerator4"_s, "Upper body"_s)
|
c(UpperBody, "enuArmorSlots::NewEnumerator4"_s, "Upper body"_s)
|
||||||
c(MiddleBody, "enuArmorSlots::NewEnumerator5"_s, "Middle body"_s)
|
c(MiddleBody, "enuArmorSlots::NewEnumerator5"_s, "Middle body"_s)
|
||||||
c(LowerBody, "enuArmorSlots::NewEnumerator6"_s, "Lower body"_s)
|
c(LowerBody, "enuArmorSlots::NewEnumerator6"_s, "Lower body"_s)
|
||||||
|
c(Backpack, "enuArmorSlots::NewEnumerator23"_s, "Backpack"_s)
|
||||||
c(FrontWaist, "enuArmorSlots::NewEnumerator7"_s, "Front waist"_s)
|
c(FrontWaist, "enuArmorSlots::NewEnumerator7"_s, "Front waist"_s)
|
||||||
c(LeftFrontSkirt, "enuArmorSlots::NewEnumerator8"_s, "Left front skirt"_s)
|
c(LeftFrontSkirt, "enuArmorSlots::NewEnumerator8"_s, "Left front skirt"_s)
|
||||||
c(RightFrontSkirt, "enuArmorSlots::NewEnumerator9"_s, "Right front skirt"_s)
|
c(RightFrontSkirt, "enuArmorSlots::NewEnumerator9"_s, "Right front skirt"_s)
|
||||||
|
@ -38,7 +39,6 @@ c(LeftElbow, "enuArmorSlots::NewEnumerator19"_s, "Left elbow"_s)
|
||||||
c(RightElbow, "enuArmorSlots::NewEnumerator20"_s, "Right elbow"_s)
|
c(RightElbow, "enuArmorSlots::NewEnumerator20"_s, "Right elbow"_s)
|
||||||
c(LeftLowerArm, "enuArmorSlots::NewEnumerator21"_s, "Left lower arm"_s)
|
c(LeftLowerArm, "enuArmorSlots::NewEnumerator21"_s, "Left lower arm"_s)
|
||||||
c(RightLowerArm, "enuArmorSlots::NewEnumerator22"_s, "Right lower arm"_s)
|
c(RightLowerArm, "enuArmorSlots::NewEnumerator22"_s, "Right lower arm"_s)
|
||||||
c(Backpack, "enuArmorSlots::NewEnumerator23"_s, "Backpack"_s)
|
|
||||||
c(LeftHand, "enuArmorSlots::NewEnumerator24"_s, "Left hand"_s)
|
c(LeftHand, "enuArmorSlots::NewEnumerator24"_s, "Left hand"_s)
|
||||||
c(RightHand, "enuArmorSlots::NewEnumerator25"_s, "Right hand"_s)
|
c(RightHand, "enuArmorSlots::NewEnumerator25"_s, "Right hand"_s)
|
||||||
c(LeftUpperLeg, "enuArmorSlots::NewEnumerator26"_s, "Left upper leg"_s)
|
c(LeftUpperLeg, "enuArmorSlots::NewEnumerator26"_s, "Left upper leg"_s)
|
||||||
|
|
Loading…
Reference in a new issue