1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
# sound.cfg
#
# Configuration file for the Angband sound events
#
# The format is:
# name of the Angband event = list of the available sample-names seperated by spaces.
#
# Example:
# hit = hit.wav hit1.wav
#
# Look at the definition of "angband_sound_name" in variable.c for a complete list of
# all the available event names.
[Sound]
hit = hit.wav drop.wav hit1.wav
miss = miss.wav miss1.wav
flee = flee.wav
drop = clunk.wav
kill = kill.wav destroy.wav kill1.wav
level = level.wav
death = death.wav
study =
teleport =
shoot =
quaff =
zap =
walk =
tpother =
hitwall =
eat = eat.wav
store1 = money.wav
store2 = money.wav
store3 = money.wav
store4 = money.wav
dig = thump.wav
opendoor = opendoor.wav
shutdoor = shutdoor.wav
tplevel = teleport.wav
scroll =
buy =
sell =
warn =
rocket =
n_kill =
u_kill =
quest =
heal =
x_heal =
bite =
claw =
m_spell =
summon =
breath =
ball =
m_heal =
atkspell =
evil =
touch =
sting =
crush =
slime =
wail =
winner =
fire =
acid =
elec =
cold =
illegal =
fail =
wakeup =
invuln =
fall =
pain =
destitem =
moan =
show =
unused =
explode =
|