--- deliantra/arch/res/sound.conf.res 2007/07/24 21:49:09 1.1 +++ deliantra/arch/res/sound.conf.res 2007/08/01 01:56:18 1.7 @@ -1,35 +1,35 @@ { "compat": [ - ["sound_new_player" , "cf/magic"], - ["sound_fire_arrow" , "cf/fwoomp"], - ["sound_learn_spell" , "cf/chord"], - ["sound_fumble_spell" , "cf/missed"], - ["sound_wand_poof" , "cf/missed"], - ["sound_open_door" , "cf/crumble"], - ["sound_push_player" , "cf/blip"], - ["sound_player_hits1" , "cf/hit005"], - ["sound_player_hits2" , "cf/pipebang"], - ["sound_player_hits3" , "cf/punchhard"], - ["sound_player_hits4" , "cf/drip2"], - ["sound_player_is_hit1" , "cf/metalclank"], - ["sound_player_is_hit3" , "cf/hit008"], - ["sound_player_is_hit2" , "cf/ouch1"], - ["sound_player_kills" , "cf/drip"], - ["sound_pet_is_killed" , "cf/squish"], - ["sound_player_dies" , "cf/gong"], - ["sound_ob_evaporate" , "cf/whoosh"], - ["sound_ob_explode" , "cf/explosion"], - ["sound_clock" , "cf/towerclock"], - ["sound_turn_handle" , "cf/boink2"], - ["sound_fall_hole" , "cf/rocks-falling"], - ["sound_drink_poison" , "cf/puke"] + ["new_player" , "cf/magic"], + ["fire_arrow" , "cf/fwoomp"], + ["learn_spell" , "fx/signature-22"], + ["fumble_spell" , "cf/missed"], + ["wand_poof" , "cf/missed"], + ["open_door" , "cf/crumble"], + ["push_player" , "cf/blip"], + ["player_hits1" , "cf/hit005"], + ["player_hits2" , "cf/pipebang"], + ["player_hits3" , "cf/punchhard"], + ["player_hits4" , "cf/drip2"], + ["player_is_hit1" , "cf/metalclank"], + ["player_is_hit2" , "wn/human-old-hit-2"], + ["player_is_hit2" , "wn/human-hit-2"], + ["player_kills" , "cf/drip"], + ["pet_is_killed" , "cf/squish"], + ["player_dies" , "cf/gong"], + ["ob_evaporate" , "cf/whoosh"], + ["ob_explode" , "cf/explosion"], + ["clock" , "cf/towerclock"], + ["turn_handle" , "cf/boink2"], + ["fall_hole" , "cf/rocks-falling"], + ["drink_poison" , "cf/puke"] ], "spell_compat": [ ["magic bullet" , "cf/swish"], ["small fireball" , "cf/swish"], ["medium fireball" , "cf/swish"], ["large fireball" , "cf/swish"], - ["burning hands" , "cf/magic"], + ["burning hands" , "wn/fire"], ["small lightning" , "cf/elecurrent"], ["large lightning" , "cf/high_volt"], ["magic missile" , "cf/swish"], @@ -160,5 +160,16 @@ ["charm monsters" , "cf/magic"], ["banishment" , "cf/choir"], ["create missile" , "cf/magic"] - ] + ], + "event": { + "level_up" : "fx/signature-01", + "skill_up" : "fx/signature-02", + "nimbus_win" : "fx/signature-18", + "nimbus_loss" : "fx/signature-26", + "convert_item" : "wn/receive", + "shop_enter" : "wn/arrive", + "shop_leave" : "wn/arrive", + "shop_sell" : "wn/gold", + "shop_buy" : "wn/gold" + } }