Cards

From CrawlWiki
Revision as of 00:10, 1 December 2014 by Aule (talk | contribs)
Jump to: navigation, search
Version 0.15: This article may not be up to date for the latest stable release of Crawl.


Cards

Cards are game elements that are not items, but only as the possible effects of evoking of a deck item. There are two aspects to the potency of a card's effect, called "power" and "power_level" in the source code.

Power

Power is used as a basis for determining the power of any spells cast by the card, and is computed as follows:

  • Everyone gets a base power of nine times their Evocations skill
  • Ornate decks add 150 to the base power; legendary decks add 300.
  • Characters under Nemelex penance subtract their penance score from the power.
  • Nemelex worshipers in good standing add (Piety × (Evocation + 25) / 27) to the power.

Power level

Many cards use the power level to determine what they do. By default, the power level of a card is zero; ornate and legendary decks can boost the power level:

  • Ornate decks get one (power in 700) chance to boost the power level.
  • Legendary decks get one (power in 500) chance and one (power in 700) chance.

Lists of cards

Currently available cards

Card changes in trunk

Removed

Added

History

Prior to 0.15, the following cards were also available:

Card availability

The following table contains the physical decks in which a given card could be found in several of the most recent versions.

See also

Decks