Skip to content

Card.GetBaseAttack

Source Code | Usage Examples | Card Functions

Gets the original ATK of a card. This might differ from the printed ATK of the card due to effects that change original ATK. Use Card.GetTextAttack if you need the printed ATK instead.

Signature

Card.GetBaseAttack(Card c) → int

lua
c:GetBaseAttack()

Parameters

  • Card c

    The card to get the original ATK of.

Returns

  • int

    The card's original ATK. For monsters with ? ATK, returns 0.


atk-related, original-property