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