Difference between revisions of "Velocity card"

From CrawlWiki
Jump to: navigation, search
(Created page with "{{Version015}} The Velocity card has one of three effects depending on power level: * Level 0: casts Swiftness on the player. * Level 1: casts Haste. * Level 2: casts...")
 
(Update to 0.21)
Line 1: Line 1:
{{Version015}}
+
{{Version021}}
  
 
The Velocity card has one of three effects depending on power level:
 
The Velocity card has one of three effects depending on power level:
Line 8: Line 8:
 
<code>random2(power / 4)</code>
 
<code>random2(power / 4)</code>
 
i.e. a random number between 0 and <code>((power / 4) rounded down) – 1</code>.
 
i.e. a random number between 0 and <code>((power / 4) rounded down) – 1</code>.
 
If the player's god is [[Cheibriados]], the following message appears:
 
{{crawlquote|"Cheibriados protects you from inadvertent hurry".}}
 
  
 
[[Category:Deck]]
 
[[Category:Deck]]
Line 22: Line 19:
 
![[0.14]]
 
![[0.14]]
 
![[0.15]]
 
![[0.15]]
![[trunk]]
+
![[0.16]]
 +
![[0.17]]
 +
![[0.18]]
 +
![[0.19]] and beyond
 
|----
 
|----
 
!style="text-align:left;vertical-align:top;font-weight:normal"|
 
!style="text-align:left;vertical-align:top;font-weight:normal"|
Line 36: Line 36:
 
[[Deck of escape|Escape]]
 
[[Deck of escape|Escape]]
 
<br>[[Deck of war|War]]
 
<br>[[Deck of war|War]]
 +
!style="text-align:left;vertical-align:top;font-weight:normal"|
 +
[[Deck of escape|Escape]]
 +
!style="text-align:left;vertical-align:top;font-weight:normal"|
 +
[[Deck of escape|Escape]]
 +
!style="text-align:left;vertical-align:top;font-weight:normal"|
 +
[[Deck of escape|Escape]]
 
!style="text-align:left;vertical-align:top;font-weight:normal"|
 
!style="text-align:left;vertical-align:top;font-weight:normal"|
 
[[Deck of escape|Escape]]
 
[[Deck of escape|Escape]]

Revision as of 21:03, 31 January 2018

Version 0.21: This article may not be up to date for the latest stable release of Crawl.

The Velocity card has one of three effects depending on power level:

  • Level 0: casts Swiftness on the player.
  • Level 1: casts Haste.
  • Level 2: casts Haste and Swiftness.

All of these use a power rating of random2(power / 4) i.e. a random number between 0 and ((power / 4) rounded down) – 1.

History

The Velocity card could be found in the following decks over the past several versions.

0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 and beyond

Escape
War

Escape
War

Escape
War

Escape
War

Escape

Escape

Escape

Escape

Escape

See also