FusionExtraMaterial
subtype of function
A function used to define a group of additional fusion materials that can be used in Fusion Summon effects.
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 mg) → Group, FusionMaterialFilter
lua
function(e,tp,mg)Parameters
Effect
eThe Effect performing the Fusion Summon.
int
tpThe player performing the Fusion Summon.
Group
mgThe group of materials that the effect can use by default.
Returns
Group
The group of additional materials.
FusionMaterialFilter
An additional filter that the materials (including the additional materials) must fulfill.