Synchro.AddDarkSynchroProcedure
Source Code | Usage Examples | Synchro
Functions
Adds a Synchro Procedure to (Card c) used by Dark Synchros where (function f1) is the first material, usually used by the non-Tuner and (function f2) as the Dark Tuner, whose Level to be subtracted from the first material. (int plv) is the target level when both materials are of positive value while (int nlv) is the target value if the first material is affected by Dark Wave. (int plv) defaults to the Synchro monster's level while (int nlv) defaults to the (int plv) if not supplied. (function ...) is the list of required materials during the Summon.
Signature
Synchro.AddDarkSynchroProcedure(Card c
, function f1
, function f2
, int plv
, int nlv
, function ...
) → nil
Synchro.AddDarkSynchroProcedure(c,f1,f2,plv,nlv,...)
Parameters
Card
c
(To be added)
function
f1
(To be added)
function
f2
(To be added)
int
plv
(To be added)
int
nlv
(To be added)
function
...
(To be added)