Welcome to Evolution Server, a versatile platform for creating Yu-Gi-Oh! matches, fully compatible with EDOPro, Koishi, and YGO Mobile! But this time, we focus on the scalability of the code, allowing for easy implementation of new features related to the data generated during the duels.
Implement the DRAW parameter to set the draw count for each player's turn.
Tasks
[x] Implement the dr parameter for the DRAW command in the RuleMappings.ts file.
Acceptance Criteria
[x] If the create room command includes dr[number], for example, dr2, each player's draw turn should be the specified number, in this example, 2 cards.
[x] Should not allow times lower than 0 and greater than 35.
NOTES
Please, for this issue, using the mycard branch as the main branch
Description
Implement the
DRAW
parameter to set the draw count for each player's turn.Tasks
dr
parameter for theDRAW
command in theRuleMappings.ts
file.Acceptance Criteria
dr[number]
, for example,dr2
, each player's draw turn should be the specified number, in this example, 2 cards.NOTES
Please, for this issue, using the
mycard
branch as the main branch