ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/res/sound.conf.res
(Generate patch)

Comparing deliantra/arch/res/sound.conf.res (file contents):
Revision 1.2 by root, Thu Jul 26 10:49:49 2007 UTC vs.
Revision 1.7 by root, Wed Aug 1 01:56:18 2007 UTC

1{ 1{
2 "compat": [ 2 "compat": [
3 ["sound_new_player" , "cf/magic"], 3 ["new_player" , "cf/magic"],
4 ["sound_fire_arrow" , "cf/fwoomp"], 4 ["fire_arrow" , "cf/fwoomp"],
5 ["sound_learn_spell" , "cf/chord"], 5 ["learn_spell" , "fx/signature-22"],
6 ["sound_fumble_spell" , "cf/missed"], 6 ["fumble_spell" , "cf/missed"],
7 ["sound_wand_poof" , "cf/missed"], 7 ["wand_poof" , "cf/missed"],
8 ["sound_open_door" , "cf/crumble"], 8 ["open_door" , "cf/crumble"],
9 ["sound_push_player" , "cf/blip"], 9 ["push_player" , "cf/blip"],
10 ["sound_player_hits1" , "cf/hit005"], 10 ["player_hits1" , "cf/hit005"],
11 ["sound_player_hits2" , "cf/pipebang"], 11 ["player_hits2" , "cf/pipebang"],
12 ["sound_player_hits3" , "cf/punchhard"], 12 ["player_hits3" , "cf/punchhard"],
13 ["sound_player_hits4" , "cf/drip2"], 13 ["player_hits4" , "cf/drip2"],
14 ["sound_player_is_hit1" , "cf/metalclank"], 14 ["player_is_hit1" , "cf/metalclank"],
15 ["player_is_hit2" , "wn/human-old-hit-2"],
15 ["sound_player_is_hit2" , "cf/hit008"], 16 ["player_is_hit2" , "wn/human-hit-2"],
16 ["sound_player_is_hit3" , "cf/ouch1"],
17 ["sound_player_kills" , "cf/drip"], 17 ["player_kills" , "cf/drip"],
18 ["sound_pet_is_killed" , "cf/squish"], 18 ["pet_is_killed" , "cf/squish"],
19 ["sound_player_dies" , "cf/gong"], 19 ["player_dies" , "cf/gong"],
20 ["sound_ob_evaporate" , "cf/whoosh"], 20 ["ob_evaporate" , "cf/whoosh"],
21 ["sound_ob_explode" , "cf/explosion"], 21 ["ob_explode" , "cf/explosion"],
22 ["sound_clock" , "cf/towerclock"], 22 ["clock" , "cf/towerclock"],
23 ["sound_turn_handle" , "cf/boink2"], 23 ["turn_handle" , "cf/boink2"],
24 ["sound_fall_hole" , "cf/rocks-falling"], 24 ["fall_hole" , "cf/rocks-falling"],
25 ["sound_drink_poison" , "cf/puke"] 25 ["drink_poison" , "cf/puke"]
26 ], 26 ],
27 "spell_compat": [ 27 "spell_compat": [
28 ["magic bullet" , "cf/swish"], 28 ["magic bullet" , "cf/swish"],
29 ["small fireball" , "cf/swish"], 29 ["small fireball" , "cf/swish"],
30 ["medium fireball" , "cf/swish"], 30 ["medium fireball" , "cf/swish"],
31 ["large fireball" , "cf/swish"], 31 ["large fireball" , "cf/swish"],
32 ["burning hands" , "cf/magic"], 32 ["burning hands" , "wn/fire"],
33 ["small lightning" , "cf/elecurrent"], 33 ["small lightning" , "cf/elecurrent"],
34 ["large lightning" , "cf/high_volt"], 34 ["large lightning" , "cf/high_volt"],
35 ["magic missile" , "cf/swish"], 35 ["magic missile" , "cf/swish"],
36 ["create bomb" , "cf/magic"], 36 ["create bomb" , "cf/magic"],
37 ["summon golem" , "cf/laser3"], 37 ["summon golem" , "cf/laser3"],
158 ["cause medium wounds" , "cf/magic"], 158 ["cause medium wounds" , "cf/magic"],
159 ["cause serious wounds" , "cf/magic"], 159 ["cause serious wounds" , "cf/magic"],
160 ["charm monsters" , "cf/magic"], 160 ["charm monsters" , "cf/magic"],
161 ["banishment" , "cf/choir"], 161 ["banishment" , "cf/choir"],
162 ["create missile" , "cf/magic"] 162 ["create missile" , "cf/magic"]
163 ] 163 ],
164 "event": {
165 "level_up" : "fx/signature-01",
166 "skill_up" : "fx/signature-02",
167 "nimbus_win" : "fx/signature-18",
168 "nimbus_loss" : "fx/signature-26",
169 "convert_item" : "wn/receive",
170 "shop_enter" : "wn/arrive",
171 "shop_leave" : "wn/arrive",
172 "shop_sell" : "wn/gold",
173 "shop_buy" : "wn/gold"
174 }
164} 175}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines