aux.AddSkillProcedure
Source Code | Usage Examples | aux Functions
Procedure for basic skill. - c: the card (card), - coverNum: the Number of the cover (int). - drawless: if the player draw 1 less card at the start of the duel (bool), - flip con: condition to activate the skill (function), - flipOp: operation related to the skill activation (function)
Signature
aux.AddSkillProcedure(Card c, int coverNum, any drawless, any skillcon, any skillop, any countlimit) → Effect
lua
aux.AddSkillProcedure(c,coverNum,drawless,skillcon,skillop,countlimit)Parameters
Card
c(To be added)
int
coverNum(To be added)
any
drawless(To be added)
any
skillcon(To be added)
any
skillop(To be added)
any
countlimit(To be added)