Synchro.AddProcedure
Source Code | Usage Examples | Synchro
Functions
Adds a Synchro Procedure to (Card c) where (function f1) is the required Tuner, with a minimum (int min1) and maximum (int max1). (function f2) is the second material (which usually is a non-Tuner, with a minimum (int min2) and maximum (int max2). (function sub1) is a Tuner substitute (e.g. Nirvana High Paladin) while (function sub2) is a substitute to the second material(s). (function req1) are required Tuners to be used in that Summon, with a fixed number (int reqct1) on how many are needed to be used. (function req2) follows the same pattern but for the secondary material (e.g. Crystal Wing Synchro Dragon (Anime)). (function reqm) is the required material needed to be used in that Summon regardless if it's a Tuner or the second material (e.g. function overwrite by Blackwing - Gofu the Vague Shadow (Anime)).
Signature
Synchro.AddProcedure(Card c
, function f1
, int min1
, int max1
, function f2
, int min2
, int max2
, function sub1
, function sub2
, function req1
, int reqct1
, function req2
, int reqct2
, function reqm
) → nil
Synchro.AddProcedure(c,f1,min1,max1,f2,min2,max2,sub1,sub2,req1,reqct1,req2,reqct2,reqm)
Parameters
Card
c
(To be added)
function
f1
(To be added)
int
min1
(To be added)
int
max1
(To be added)
function
f2
(To be added)
int
min2
(To be added)
int
max2
(To be added)
function
sub1
(To be added)
function
sub2
(To be added)
function
req1
(To be added)
int
reqct1
(To be added)
function
req2
(To be added)
int
reqct2
(To be added)
function
reqm
(To be added)