Trading #33
Labels
No labels
Bug
Feature
Feedback Wanted
Refactoring
Won't Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: waifu/kemoverse#33
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The act of 'trading' is the 'T' in TCG. Players should be allowed to trade pulls they've rolled with other players.
Implement a 'trade' command into the bot:
trade
command takes two pull idsThe bot then sends a message to the owner of the second pull, detailing the trade request. The second player then has a finite amount of time (24 hours?) to then
accept
ordeny
the trade request:Trading could provide a motive for players to farm rolls by deleting and re-creating their account over and over again, bypassing the roll timeout and then trading their good pulls to another account. We could mitigate the impact of this by requiring players to have at least two pulls in their inventory before allowing them to trade. This means that players must have gone through the roll timeout at least once before they can trade, severely limiting the effectiveness of the exploit as outlined.