-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: Level Caps #3632
New Feature: Level Caps #3632
Conversation
Can you try an interaction with EXP candies please? |
Can't be used if |
Reviews applied 👀 |
@AlexOn1ine there are level caps in thexamans challenges. |
I haven't looked into thexamans version level caps but this one extensively covers all cases that users can easily choose from so I would prefer this one. You could just adjust your branch to use these level caps. |
* New Feature: Level Caps * B_LEVEL_CAP_EXP_UP and fixes * 1 exp fix for hard level caps * remove 1 exp hack * Reviews applied * fix u8/u16 --------- Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
hey, PokemonCrazy here! thank you for putting this in! just saw this in the release and freaked out seeing my name in the release notes lol i was just getting back into my project after like 3 years of being dormant and planned to clean this code up a bit but now i can just use this, this is awesome :) |
Level Caps
Hard Caps
Soft Caps
Rare Candy toggle
B_RARE_CANDY_CAP
is set to true.Level Cap type
Credits to SBird for initial outline and PokemonCrazy for soft caps, though I deviated from their implementation.