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
e
The Effect performing the Fusion Summon.
int
tp
The player performing the Fusion Summon.
Group
mg
The 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.