Spiral blast: Difference between revisions

From RoDpedia
Jump to navigation Jump to search
Marle (talk | contribs)
Stolichnaya (talk | contribs)
No edit summary
 
Line 1: Line 1:
* Syntax: <code>c 'spiral blast'</code>
{{Spell
 
|syntax = c 'spiral blast'
== Help File ==
|helpfile = <pre>      _________________________  ____________________________
A powerful, spinning blast of coloured gas conjured by
  __ /                          |                            \ __
an Augurer, it attacks every target in the area.  The
  | /|                          |:                            |:||
spell is hostile to all creatures in the room,  and
  ||:|                          |:                            |:||
will cause them to engage the caster in combat.
  ||:|    -= Spiral Blast =-    |:                            |:||
 
  ||:|                          |: A powerful, spinning blast |:||
== Information ==
  ||:|  Syntax:                |: of coloured gas conjured by |:||
 
  ||:|                          |: an Augurer, it attacks every|:||
  ||:|  cast 'spiral blast'    |: target in the area.  The   |:||
  ||:|                          |: spell is hostile to all     |:||
  ||:|                          |: creatures in the room,  and |:||
  ||:|                          |: will cause them to engage   |:||
  ||:|                          |: the caster in combat.       |:||
  ||:|                          |:                            |:||
  ||:|                          |:                            |:||
  ||:|                          |:                            |:||
  ||:|                          |:                            |:||
  ||:|                          |:                            |:||
  ||:|__________________________ |: ____________________________|:||
  ||/___________________________\|:/_____________________________\||
  |____________________________      ______________________________|
                              '----`
</pre>
|notes =  
This is probably the most effective Augurer combat spell for mobs. The Smaug 1.4a source code shows that the damage is based on a random number between hp/7 to hp/14 which averages to hp*(3/28). The spell can be cast 2.4 times per combat round (exactly 12 casts every 5 rounds). It costs 15 mana per cast.  There are no resistances or immunities to spiral blast, so it hits everything.
This is probably the most effective Augurer combat spell for mobs. The Smaug 1.4a source code shows that the damage is based on a random number between hp/7 to hp/14 which averages to hp*(3/28). The spell can be cast 2.4 times per combat round (exactly 12 casts every 5 rounds). It costs 15 mana per cast.  There are no resistances or immunities to spiral blast, so it hits everything.
 
|cats =
[[Category:Skills]]
 
[[Category:Augurer Skills]]
[[Category:Augurer Skills]]
}}

Latest revision as of 21:37, 5 April 2015

Helpfile

       _________________________   ____________________________
   __ /                          |                             \ __
  | /|                           |:                             |:||
  ||:|                           |:                             |:||
  ||:|    -= Spiral Blast =-     |:                             |:||
  ||:|                           |: A powerful, spinning blast  |:||
  ||:|   Syntax:                 |: of coloured gas conjured by |:||
  ||:|                           |: an Augurer, it attacks every|:||
  ||:|   cast 'spiral blast'     |: target in the area.  The    |:||
  ||:|                           |: spell is hostile to all     |:||
  ||:|                           |: creatures in the room,  and |:||
  ||:|                           |: will cause them to engage   |:||
  ||:|                           |: the caster in combat.       |:||
  ||:|                           |:                             |:||
  ||:|                           |:                             |:||
  ||:|                           |:                             |:||
  ||:|                           |:                             |:||
  ||:|                           |:                             |:||
  ||:|__________________________ |: ____________________________|:||
  ||/___________________________\|:/_____________________________\||
  |____________________________      ______________________________|
                               '----`

Information

  • Syntax: c 'spiral blast'
  • Duration: Unknown
  • Mininum stance: Unknown

Notes

This is probably the most effective Augurer combat spell for mobs. The Smaug 1.4a source code shows that the damage is based on a random number between hp/7 to hp/14 which averages to hp*(3/28). The spell can be cast 2.4 times per combat round (exactly 12 casts every 5 rounds). It costs 15 mana per cast. There are no resistances or immunities to spiral blast, so it hits everything.