User Tools

Site Tools


card-types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
card-types [2025/06/12 18:39] – [Skills/Items] isiahgamescard-types [2025/07/10 20:42] (current) – [Damage Formula] isiahgames
Line 34: Line 34:
 <code>cardsInZoneOfType(zone, type)</code> <code>cardsInZoneOfType(zone, type)</code>
  
-**zone** must be replaced with “deck” “discard” or “hand” (with quotation marks) for each respective zone.\\ \\ **type** must be replaced with the name of the Card Type you’re checking (with quotation marks).+**zone** must be replaced with the name of a zone in quotation marks. This includes "Deck", "Discard", "Hand", or any Custom Zone.\\ \\ **type** must be replaced with the name of the Card Type you’re checking (with quotation marks).
  
 This function will tell you how many cards of the specified type are in the specified zone. So if your damage formula says: This function will tell you how many cards of the specified type are in the specified zone. So if your damage formula says:
-<code>a.cardsInZoneOfType("discard", "Zombie") * 10</code>+<code>a.cardsInZoneOfType("Discard", "Zombie") * 10</code>
  
 Then the damage dealt will be equal to 10 times the amount of Zombie cards currently in the player’s discard.  Then the damage dealt will be equal to 10 times the amount of Zombie cards currently in the player’s discard. 
  
 This function can be used just like the variables in the last section for the **Require** keyword. This function can be used just like the variables in the last section for the **Require** keyword.
card-types.txt · Last modified: 2025/07/10 20:42 by isiahgames