Make unclaimed card effects dynamic #481

Open
Vylpes wants to merge 6 commits from feature/455-unclaimed-card-effect-dynamic into release/0.10.0
Owner
  • Make the unclaimed card effect now dynamically set the chance based on how much of the database the user has claimed
  • For example, if they have 65% unclaimed, then the chance of getting an unclaimed card is 65%
  • The minimum it can be is 25%, and the maximum 75%

#455

- Make the unclaimed card effect now dynamically set the chance based on how much of the database the user has claimed - For example, if they have 65% unclaimed, then the chance of getting an unclaimed card is 65% - The minimum it can be is 25%, and the maximum 75% #455
Vylpes 2025-12-20 14:55:54 +00:00
All checks were successful
Test / build (push) Successful in 1m50s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/455-unclaimed-card-effect-dynamic:feature/455-unclaimed-card-effect-dynamic
git switch feature/455-unclaimed-card-effect-dynamic

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch release/0.10.0
git merge --no-ff feature/455-unclaimed-card-effect-dynamic
git switch feature/455-unclaimed-card-effect-dynamic
git rebase release/0.10.0
git switch release/0.10.0
git merge --ff-only feature/455-unclaimed-card-effect-dynamic
git switch feature/455-unclaimed-card-effect-dynamic
git rebase release/0.10.0
git switch release/0.10.0
git merge --no-ff feature/455-unclaimed-card-effect-dynamic
git switch release/0.10.0
git merge --squash feature/455-unclaimed-card-effect-dynamic
git switch release/0.10.0
git merge --ff-only feature/455-unclaimed-card-effect-dynamic
git switch release/0.10.0
git merge feature/455-unclaimed-card-effect-dynamic
git push origin release/0.10.0
Sign in to join this conversation.
No description provided.