aux.AddZWEquipLimit
Source Code | Usage Examples | aux
Functions
Equip Limit Proc for cards that equip themselves to another card. - con - condition for when the card can equip to another 'f(e)', - equipval - filter for the equip target, - equipop - what happens when the card is equipped to the target, - (tc is equip target, c is equip card), - linkedeffect - usually the effect of Card c that equips, this ensures Phantom of Chaos handling, - prop - extra effect properties, - resetflag/resetcount - resets
Signature
aux.AddZWEquipLimit(Card c
, function con
, any equipval
, any equipop
, any linkedeff
, any prop
, any resetflag
, any resetcount
) → nil
lua
aux.AddZWEquipLimit(c,con,equipval,equipop,linkedeff,prop,resetflag,resetcount)
Parameters
Card
c
(To be added)
function
con
(To be added)
any
equipval
(To be added)
any
equipop
(To be added)
any
linkedeff
(To be added)
any
prop
(To be added)
any
resetflag
(To be added)
any
resetcount
(To be added)