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 START parameter to set the initial card count for each player in a duel.
Tasks
[x] Implement the st parameter for the START command in the RuleMappings.ts file.
Acceptance Criteria
[x] If the create room command includes st[number], for example, st6, the initial hand count for each player should be the specified number, in this example, 6.
[x] Should not allow times lower than 1 and greater than 40.
NOTES
Please, for this issue, using the mycard branch as the main branch
Description
Implement the
START
parameter to set the initial card count for each player in a duel.Tasks
st
parameter for theSTART
command in theRuleMappings.ts
file.Acceptance Criteria
[x] If the create room command includes
st[number]
, for example,st6
, the initial hand count for each player should be the specified number, in this example, 6.[x] Should not allow times lower than 1 and greater than 40.
NOTES
Please, for this issue, using the
mycard
branch as the main branch