Skip to content

Ritual.AddProcEqualCode

Source Code | Ritual Functions

Adds a Ritual Summoning activation, requiring Tributes with any of the card names of code (int ...), and with levels exactly equal to the Ritual Monster's level or if (int lv) is provided, with level equal to that value. (int desc) is the description when activating the Ritual Spell when provided.

Signature

Ritual.AddProcEqualCode(Card c, int lv, int desc, [any ...]) → nil

lua
Ritual.AddProcEqualCode(c,lv,desc,...)

Parameters


under-construction