Skip to content

Auxiliary.CreateUrsarcticSpsummon

Source Code | Auxiliary Functions

Registers to (Card c) a Quick Effect that Special Summons itself from the hand by tributing another level 7 or higher monster from the hand. This is the common effect for "Ursarctic" monsters and already handles the cost replacement from "Ursarctic Big Dipper". (int id) is (Card c)'s ID, to register the effect as HOPT.

Signature

Auxiliary.CreateUrsarcticSpsummon(any c, any id) → effect

lua
Auxiliary.CreateUrsarcticSpsummon(c,id)

Parameters

Returns

  • effect

    (To be added)


under-construction