Increased max MP/EXP per match

This commit is contained in:
SoWeBegin
2025-10-31 20:36:42 +01:00
committed by GitHub
parent 016297f3e7
commit a2992f3ca0

View File

@@ -45,7 +45,7 @@ namespace Common
constexpr inline std::uint32_t clanRoomNumberStart = 151;
constexpr inline std::uint16_t matchBaseExp = 80;
constexpr inline std::uint16_t matchBaseMp = 150;
constexpr inline std::uint16_t maxExpAndMpPerMatch = 2000;
constexpr inline std::uint16_t maxExpAndMpPerMatch = 4000;
constexpr inline std::uint16_t clanBaseContribution = 100;
constexpr inline std::uint32_t goldLevelBox = 5336571;
constexpr inline std::uint32_t silverLevelBox = 5336570;
@@ -58,4 +58,4 @@ namespace Common
inline std::string teamString = "Team";
}
}
#endif
#endif