Fusion.AddContactProc
Source Code | Usage Examples | Fusion
Functions
Adds a Contact Fusion Procedure to a Fusion monster which is a Summoning Procedure without having to use "Polymerization". (function group) is a function with (int tp) parameter which returns a Group of usable materials. (function op) is the operation that will be applied to the selected materials. (function sumcon) adds a limitation on a Fusion monster which applies to EFFECT_SPSUMMON_CONDITION. (function condition) is an additional condition to check. (int sumtype) is the SummonType of the Contact Fusion, which defaults to 0. (int desc) is the description of the Summoning Procedure when selecting it.
Signature
Fusion.AddContactProc(Card c
, function group
, function op
, function sumcon
, function|nil condition
, int sumtype
, int|nil desc
) → nil
Fusion.AddContactProc(c,group,op,sumcon,condition,sumtype,desc)
Parameters
Card
c
(To be added)
function
group
(To be added)
function
op
(To be added)
function
sumcon
(To be added)
function|nil
condition
(To be added)
int
sumtype
(To be added)
int|nil
desc
(To be added)