Skip to content

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 ​

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 e ​

    The Effect performing the Fusion Summon.

  • int tp ​

    The player performing the Fusion Summon.

  • Group eg ​

    The event group of the summoning effect.

  • int ep ​

    The event player of the summoning effect.

  • Group ev ​

    The event value of the summoning effect.

  • Effect re ​

    The reason effect of the summoning effect.

  • int r ​

    The reason of the summoning effect.

  • int rp ​

    The reason player of the summoning effect.

  • int chk ​

    0 when checking the activation, 1 when performing.

Returns ​