Implement Card Type Chance Up Effects #482

Open
Vylpes wants to merge 1 commit from feature/456-create-chance-up-effects into release/0.10.0
Owner
  • Implemented new Chance Up Effects for Gold, Legendary, and Manga card types
    • Each doubles the chance up and lowers the rest by the same amount
  • Add unit tests
  • Add documentation

#456

- Implemented new Chance Up Effects for Gold, Legendary, and Manga card types - Each doubles the chance up and lowers the rest by the same amount - Add unit tests - Add documentation #456
Implement card type chance up
All checks were successful
Test / build (push) Successful in 1m16s
2481dbca1a
Vylpes changed title from WIP: Implement Card Type Chance Up Effects to Implement Card Type Chance Up Effects 2025-12-20 16:00:23 +00:00
All checks were successful
Test / build (push) Successful in 1m16s
This pull request has changes conflicting with the target branch.
  • src/helpers/DropHelpers/GetCardsHelper.ts
  • tests/helpers/DropHelpers/GetCardsHelper.test.ts
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/456-create-chance-up-effects:feature/456-create-chance-up-effects
git switch feature/456-create-chance-up-effects

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/456-create-chance-up-effects
git switch feature/456-create-chance-up-effects
git rebase release/0.10.0
git switch release/0.10.0
git merge --ff-only feature/456-create-chance-up-effects
git switch feature/456-create-chance-up-effects
git rebase release/0.10.0
git switch release/0.10.0
git merge --no-ff feature/456-create-chance-up-effects
git switch release/0.10.0
git merge --squash feature/456-create-chance-up-effects
git switch release/0.10.0
git merge --ff-only feature/456-create-chance-up-effects
git switch release/0.10.0
git merge feature/456-create-chance-up-effects
git push origin release/0.10.0
Sign in to join this conversation.
No description provided.