XyzExtraOperation
subtype of function
An additional function to be executed when performing an Xyz Summon, before using the Xyz Materials (e.g. Digital Bug Corebage, Number 99: Utopic Dragon)
Functions that use this type as parameter
Functions that use this type as parameter
Xyz.AddProcedure- Adds an Xyz Summon procedure to a card.
Signature
function(Effect e, int tp, int chk, Card mc) → bool
lua
function(e,tp,chk,mc)Parameters
Effect
eThe Xyz Summon procedure effect.
int
tpThe player performing the Xyz Summon.
int
chkMust be
0when checking if the operation can be performed, and1when executing the operation.Card
mcThe card being used as material.