Difference between revisions of "Spell noise"
m (Formula for converting spell level to noise was removed in 0.16 (commit 13d7ff6b)) |
(→History: needs an update (noise does too), but a reminder note) |
||
Line 589: | Line 589: | ||
==History== | ==History== | ||
− | + | *In [[0.30]], the actual casting noise will be based directly on spell level. 1 spell level = 1 noise, with no other modifiers. The noise of the actual spell effect is unchanged. | |
− | |||
− | |||
− | |||
− | [[Category:Magic]] | + | *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:Crystal Ball Articles]] |
Revision as of 18:49, 29 October 2022
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
- In 0.30, the actual casting noise will be based directly on spell level. 1 spell level = 1 noise, with no other modifiers. The noise of the actual spell effect is unchanged.
- 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)