Card.GetTextDefense
Source Code | Usage Examples | Card
Functions
Gets the printed DEF of a card. This might differ from the original DEF of the card due to effects that change original DEF. Use Card.GetBaseDefense
if you need the original DEF instead.
Signature
Card.GetTextDefense(Card c
) → int
lua
c:GetTextDefense()