Fusion.AddProcMixN
Source Code | Usage Examples | Fusion
Functions
Adds a Fusion Procedure where (bool sub) is a check if Fusion Substitutes are allowed. (bool insf) is a check if using no materials are allowed (e.g. Instant Fusion). (int|function ...) is a list of any number of codes/conditions as Fusion Materials, by pairs wherein the first value is int/function which is the code or condition, and the second value is an int which corresponds to the number of fixed materials.
Signature
Fusion.AddProcMixN(Card c
, bool sub
, bool insf
, int|function con
, int ...
) → nil
lua
Fusion.AddProcMixN(c,sub,insf,con,...)
Parameters
Card
c
(To be added)
bool
sub
(To be added)
bool
insf
(To be added)
int|function
con
(To be added)
int
...
(To be added)