Increased max MP/EXP per match
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user