FusionMandatoryMaterial
subtype of function
A function used to define a card or group of fusion materials that must be used in a Fusion Summon effect.
Functions that use this type as parameter
Functions that use this type as parameter
Fusion.CreateSummonEff- Creates an effect that performs a Fusion Summon.
Signature
function(Effect e, int tp, Group eg, int ep, Group ev, Effect re, int r, int rp, int chk) → Card|Group
lua
function(e,tp,eg,ep,ev,re,r,rp,chk)Parameters
Effect
eThe Effect performing the Fusion Summon.
int
tpThe player performing the Fusion Summon.
Group
egThe event group of the summoning effect.
int
epThe event player of the summoning effect.
Group
evThe event value of the summoning effect.
Effect
reThe reason effect of the summoning effect.
int
rThe reason of the summoning effect.
int
rpThe reason player of the summoning effect.
int
chk0when checking the activation,1when performing.