Duel.MajesticCopy
Source Code | Usage Examples | Duel
Functions
Copies c1's effect to c2 allowing c2 to use c1's activated effects. If reset_value and reset_count are provided, use those parameter as reset parameters for the copied effects (reset_value default value is RESET_EVENT|0x1fe0000|RESET_PHASE|PHASE_END |RESET_SELF_TURN|RESET_OPPO_TURN). This is an ad hoc function for Majestic Star Dragon.
Signature
Duel.MajesticCopy(Card c1
, Card c2
, [int reset_value
, int reset_count
= 1
]) → nil
lua
Duel.MajesticCopy(c1,c2,reset_value,reset_count)
Parameters
Card
c1
(To be added)
Card
c2
(To be added)
int
reset_value
Optional.
(To be added)
int
reset_count
Optional. Defaults to
1
.(To be added)