Skip to content

Card.Recreate

Source Code | Card Functions

Changes (Card c) into a card with (int code) as its original card number from the database. If any of the parameters are included, that stat is also changed. If (bool replace_effect) is set to true, its effect also changes to the effects of (int code).

Signature

Card.Recreate(Card c, int code, [int|nil alias, int|nil setcode, int|nil type, int|nil level, int|nil attribute, int|nil race, int|nil atk, int|nil def, int|nil lscale, int|nil rscale, bool|nil replace_effect = false]) → nil

lua
c:Recreate(code,alias,setcode,type,level,attribute,race,atk,def,lscale,rscale,replace_effect)

Parameters


under-construction