Difference between revisions of "Spell noise"
(+Thunderbolt) |
m (Formula for converting spell level to noise was removed in 0.16 (commit 13d7ff6b)) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{version016}} |
'''Spell noise''' is the [[noise]] generated when casting spells. | '''Spell noise''' is the [[noise]] generated when casting spells. | ||
==How noise is determined== | ==How noise is determined== | ||
− | There is a casting noise | + | There is a casting noise that will be made at the caster's position. |
− | + | A second source of noise is the spell itself. The noise will be made at the target's position. Some spells don't make any noise at all, like [[Bolt of Draining]], and they end up with a noise of 0. For bolt spells, the noise is made at each square where it hits a monster, and the last square the spell reached even if it doesn't hit anything. | |
− | |||
− | A second source of noise is the spell itself. The noise will be made at the target's position. Some | ||
==Spell noise== | ==Spell noise== | ||
Line 589: | Line 587: | ||
* Extremely loud: 20 | * Extremely loud: 20 | ||
* Deafening: 30 | * Deafening: 30 | ||
+ | |||
+ | ==History== | ||
+ | Prior to [[0.16]], noise used to be based directly on the spell level: | ||
+ | * for [[Conjurations]]: spell level | ||
+ | * for non-conjurations [[Poison Magic]]/[[Air Magic]] spells: spell level / 2 (rounded up) | ||
+ | * for other spells: spell level * 3/4 (rounded up) | ||
[[Category:Magic]] | [[Category:Magic]] |
Revision as of 20:28, 10 September 2019
Version 0.16: This article may not be up to date for the latest stable release of Crawl.
Spell noise is the noise generated when casting spells.
How noise is determined
There is a casting noise that will be made at the caster's position.
A second source of noise is the spell itself. The noise will be made at the target's position. Some spells don't make any noise at all, like Bolt of Draining, and they end up with a noise of 0. For bolt spells, the noise is made at each square where it hits a monster, and the last square the spell reached even if it doesn't hit anything.
Spell noise
Scale
This is from spl-cast.cc for reference:
- Silent: 0
- Almost silent: 1
- Quiet: 2
- A bit loud: 4
- Loud: 8
- Very loud: 15
- Extremely loud: 20
- Deafening: 30
History
Prior to 0.16, noise used to be based directly on the spell level:
- for Conjurations: spell level
- for non-conjurations Poison Magic/Air Magic spells: spell level / 2 (rounded up)
- for other spells: spell level * 3/4 (rounded up)