Skip to content

Ritual.AddProc

Source Code | Ritual Functions

Underlying function called by the Ritual Summon Procedure. Should not be directly called. Instead, use the "Ritual.AddProc" family of functions (or Ritual.CreateProc) to define an effect that performs a Ritual Summon.

Signature

Ritual.AddProc(Card c, int _type, function filter, int lv, string desc, function extrafil, function extraop, function matfilter, function stage2, int location, Group forcedselection, function customoperation, Group specificmatfilter) → effect

lua
Ritual.AddProc(c,_type,filter,lv,desc,extrafil,extraop,matfilter,stage2,location,forcedselection,customoperation,specificmatfilter)

Parameters

Returns

  • effect

    (To be added)


under-construction