Card.AddDoubleTribute
Source Code | Usage Examples | Card Functions
Adds an effect to a card that allows using cards as double (or triple) tributes in Rush Duels.
Signature
Card.AddDoubleTribute(Card c, int id, CardFilter otfilter, TargetFilterFunction eftg, int resets = 0, int ...) → nil
c:AddDoubleTribute(id,otfilter,eftg,resets,...)Parameters
Card
cThe card that will receive the effect.
int
idA card passcode/ID, from which the strings
0and1are read when the tribute summon would happen, to identify which double (or triple) tribute effect is being used.CardFilter
otfilterFilters which monsters on the field can be tributed.
TargetFilterFunction
eftgFilters which monsters can use the affected cards as double (or triple) tributes for their summon.
int
resetsDefaults to
0.Composite Reset values to specify when the effect stops applying.
int
...Any number of double tribute flags that will be registered to the card as a flag effects, with the same reset values as
resets.