Difference between revisions of "Sticks to Snakes"

From CrawlWiki
Jump to: navigation, search
m
m (Update source code links, format History section)
Line 14: Line 14:
 
These snakes are not real summons, and can not be [[abjuration|abjured]]. They will wither away after a while though.
 
These snakes are not real summons, and can not be [[abjuration|abjured]]. They will wither away after a while though.
  
Number of snakes created is ''1 + (1d<power> - 1) / 15'', capped at 7.<ref>{{source ref|0.19.0|spl-summoning.cc|171}}</ref> But of course limited to the amount of arrows in the inventory.
+
Number of snakes created is <code>1 + (1d<power> - 1) / 15</code>, capped at 7.<ref>{{source ref|0.23.0|spl-summoning.cc|173}}</ref> But of course limited to the amount of arrows in the inventory.
  
[[Summonings#Duration|Duration class]] ranges from 3 (around 27 turns) to 5 (around 81 turns). The formula is ''3 + (1d<power> - 1) / 20'', capped at 5.<ref>{{source ref|0.19.0|spl-summoning.cc|172}}</ref>
+
[[Summonings#Duration|Duration class]] ranges from 3 (around 27 turns) to 5 (around 81 turns). The formula is <code>3 + (1d<power> - 1) / 20</code>, capped at 5.<ref>{{source ref|0.23.0|spl-summoning.cc|172}}</ref>
  
 
==History==
 
==History==
Prior to [[0.17]], Sticks to Snakes required arrows to be wielded.
+
*Prior to [[0.17]], Sticks to Snakes required arrows to be wielded.
 
+
*Prior to [[0.15]], Transmutations skill was used instead of spell power for some formulas.
Prior to [[0.15]], Transmutations skill was used instead of spell power for some formulas.
+
*Prior to [[0.14]], this spell worked on melee weapons, like [[club]]s and [[polearm]]s, and could create [[black mamba]]s or even [[anaconda]]s, making it much more useful for non-felids.
 
 
Prior to [[0.14]], this spell worked on melee weapons, like [[club]]s and [[polearm]]s and could create [[black mamba]]s or even [[anaconda]]s, making it much more useful for non-felids.
 
  
 
==References==
 
==References==
 
<references/>
 
<references/>

Revision as of 19:42, 24 July 2019

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

Sticks to Snakes

Sticks to Snakes is a level 2 Transmutation spell which turns arrows from inventory into snakes.

Effect

Turns arrows into allied snakes. Higher spell power may increase the number of creatures created, create stronger snakes and increase their duration. One arrow from inventory is consumed for each snake created.

Possible monsters are:

S Ball python.png Ball python
S Adder.png Adder
S Water moccasin.png Water moccasin

These snakes are not real summons, and can not be abjured. They will wither away after a while though.

Number of snakes created is 1 + (1d<power> - 1) / 15, capped at 7.[1] But of course limited to the amount of arrows in the inventory.

Duration class ranges from 3 (around 27 turns) to 5 (around 81 turns). The formula is 3 + (1d<power> - 1) / 20, capped at 5.[2]

History

  • Prior to 0.17, Sticks to Snakes required arrows to be wielded.
  • Prior to 0.15, Transmutations skill was used instead of spell power for some formulas.
  • Prior to 0.14, this spell worked on melee weapons, like clubs and polearms, and could create black mambas or even anacondas, making it much more useful for non-felids.

References