Skip to content

Synchro.AddDarkSynchroProcedure

Source Code | 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

lua
Synchro.AddDarkSynchroProcedure(c,f1,f2,plv,nlv,...)

Parameters


under-construction