card-drop/src
Ethan Lane 4260b120e7
All checks were successful
continuous-integration/drone/push Build is passing
Update random code to select a card out of a pool of all series (#54)
# Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

- Update the randomiser code so that instead of selecting a random series, and then selecting by rarity chance, it now selects a rarity chance, then selects a random card out of all
- This will instead make it so when getting a rarity of a lower quantity of cards, if it selects a series with only 2 cards in it of that type, it won't tend to only be a 50:50 of what one you get

#45

## Type of change

Please delete options that are not relevant.

- [x] New feature (non-breaking change which adds functionality)

# How Has This Been Tested?

Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.

- This has been tested by making sure that the drop command still works as expected

# Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that provde my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules

Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/54
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2023-10-06 21:08:08 +01:00
..
buttonEvents Prevent users from being able to claim the latest card unless you were the one to drop it 2023-09-13 15:06:53 +01:00
client Fix bug where the randomiser would sometimes pick a legendary that does not exist 2023-09-10 13:01:04 +01:00
commands Prevent users from being able to claim the latest card unless you were the one to drop it 2023-09-13 15:06:53 +01:00
constants feature/5-drop-command (#17) 2023-09-03 20:27:29 +01:00
contracts feature/5-drop-command (#17) 2023-09-03 20:27:29 +01:00
database Prevent users from being able to claim the latest card unless you were the one to drop it 2023-09-13 15:06:53 +01:00
Functions Fix gifs not working 2023-09-04 12:59:09 +01:00
helpers Update random code to select a card out of a pool of all series (#54) 2023-10-06 21:08:08 +01:00
type feature/5-drop-command (#17) 2023-09-03 20:27:29 +01:00
bot.ts feature/5-drop-command (#17) 2023-09-03 20:27:29 +01:00
registry.ts feature/5-drop-command (#17) 2023-09-03 20:27:29 +01:00