card-drop/src/commands
Ethan Lane 730af871a0
All checks were successful
Deploy To Stage / build (push) Successful in 59s
Deploy To Stage / deploy (push) Successful in 17s
Update the drop mechanic to take currency on drop instead of claim (#428)
# Description

- Update the drop mechanic to take currency on drop instead of claim
- Update the time until anyone can claim the card to 2 minutes
- Remove the restriction that the last drop can only be claimed by the user who dropped it
    - Now just controlled by the 2 minutes rule

#415

## 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.

# Checklist

- [ ] My code follows the style guidelines of this project
- [ ] 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
- [ ] 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: #428
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2025-05-16 17:37:57 +01:00
..
effects Command to allow the user to buy more effects (#424) 2025-03-26 18:30:16 +00:00
stage Update the drop mechanic to take currency on drop instead of claim (#428) 2025-05-16 17:37:57 +01:00
about.ts Add ESLint and fix issues (#133) 2024-01-05 19:26:44 +00:00
allbalance.ts Fix list not being sorted (#320) 2024-07-26 18:29:57 +01:00
balance.ts Fix linter 2024-06-03 18:43:18 +01:00
daily.ts Update the daily command text to be more user friendly (#246) 2024-06-01 14:49:13 +01:00
drop.ts Update the drop mechanic to take currency on drop instead of claim (#428) 2025-05-16 17:37:57 +01:00
effects.ts Command to allow the user to buy more effects (#424) 2025-03-26 18:30:16 +00:00
gdrivesync.ts Add logger to project (#183) 2024-03-15 17:33:12 +00:00
give.ts Create use effect command (#419) 2025-01-25 17:29:01 +00:00
id.ts Create use effect command (#419) 2025-01-25 17:29:01 +00:00
inventory.ts Add dropdown to /inventory command for quick navigation (#365) 2024-09-21 18:09:24 +01:00
multidrop.ts Create use effect command (#419) 2025-01-25 17:29:01 +00:00
resync.ts Add logger to project (#183) 2024-03-15 17:33:12 +00:00
sacrifice.ts Create use effect command (#419) 2025-01-25 17:29:01 +00:00
series.ts Add error handler to series view command 2025-04-22 16:12:04 +01:00
stats.ts Create an admin command to give a breakdown of card stats 2024-08-30 18:47:04 +01:00
trade.ts Ability to trade multiple cards at once (#360) 2024-09-15 16:55:18 +01:00
view.ts Merge branch 'main' into develop 2025-01-19 15:18:50 +00:00