From 98b774e364e9054a0f33bb380e53e0f5a37331f2 Mon Sep 17 00:00:00 2001 From: akirschbaum Date: Tue, 19 Jun 2012 19:48:46 +0000 Subject: [PATCH] Enable players to generate sound effects. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18294 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 3 +++ player/race/dwarf_p.arc | 1 + player/race/elf.arc | 1 + player/race/fenx.arc | 1 + player/race/fireborn.arc | 1 + player/race/gnome_p.arc | 1 + player/race/halfling.arc | 1 + player/race/human.arc | 1 + player/race/northman.arc | 1 + player/race/pl_dragon.arc | 1 + player/race/pl_half_orc.arc | 1 + player/race/quetzalcoatl.arc | 1 + player/race/serpentman.arc | 1 + player/race/troll_player.arc | 1 + player/race/wraithp.arc | 1 + 15 files changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index 55900f076..6cbbd0a0e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ Changes for SVN top of tree: ============================================================================== +Enable players to generate sound effects. +Andreas Kirschbaum 2012-06-19 + Add grey background around the BANK letters to the West Bank graphic for easier reading. shop/bank_west.base.x11.png diff --git a/player/race/dwarf_p.arc b/player/race/dwarf_p.arc index 7bcd2fefe..88db02466 100644 --- a/player/race/dwarf_p.arc +++ b/player/race/dwarf_p.arc @@ -53,6 +53,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object dwarf_player_force name dwarf_force diff --git a/player/race/elf.arc b/player/race/elf.arc index 3f432bda8..e567bbb07 100644 --- a/player/race/elf.arc +++ b/player/race/elf.arc @@ -54,6 +54,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object elf_player_force name elf_force diff --git a/player/race/fenx.arc b/player/race/fenx.arc index 5bbf0b375..600c577f0 100644 --- a/player/race/fenx.arc +++ b/player/race/fenx.arc @@ -52,6 +52,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object fenx_player_force name fenx_force diff --git a/player/race/fireborn.arc b/player/race/fireborn.arc index 0c6df5f93..516db1af0 100644 --- a/player/race/fireborn.arc +++ b/player/race/fireborn.arc @@ -52,6 +52,7 @@ glow_radius 4 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object fireborn_player_force name Fireborn_Force diff --git a/player/race/gnome_p.arc b/player/race/gnome_p.arc index ac164a7d6..bd57316c8 100644 --- a/player/race/gnome_p.arc +++ b/player/race/gnome_p.arc @@ -54,6 +54,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object gnome_player_force name gnome force diff --git a/player/race/halfling.arc b/player/race/halfling.arc index 1c73ed71c..525df7489 100644 --- a/player/race/halfling.arc +++ b/player/race/halfling.arc @@ -52,6 +52,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object halfling_force name halfling force diff --git a/player/race/human.arc b/player/race/human.arc index 20ac3ed4a..548061dcc 100644 --- a/player/race/human.arc +++ b/player/race/human.arc @@ -51,6 +51,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object human_player_force name human force diff --git a/player/race/northman.arc b/player/race/northman.arc index cd7b44f8b..fbb823e2e 100644 --- a/player/race/northman.arc +++ b/player/race/northman.arc @@ -53,6 +53,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object northman_player_force name northman force diff --git a/player/race/pl_dragon.arc b/player/race/pl_dragon.arc index 427923ca3..2bf1b2542 100644 --- a/player/race/pl_dragon.arc +++ b/player/race/pl_dragon.arc @@ -53,6 +53,7 @@ maxgrace 30 # Key/value list race_choice_1 dragon_ability_force_fire dragon_ability_force_cold dragon_ability_force_electricity dragon_ability_force_poison race_choice_description_1 Choose a dragon focus +sound_chance 100 end Object dragon_skin_force name dragon skin diff --git a/player/race/pl_half_orc.arc b/player/race/pl_half_orc.arc index 9be2b7fd8..88684e017 100644 --- a/player/race/pl_half_orc.arc +++ b/player/race/pl_half_orc.arc @@ -53,6 +53,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object half_orc_player_force name half_orc_force diff --git a/player/race/quetzalcoatl.arc b/player/race/quetzalcoatl.arc index 72f5edf6c..49620a65f 100644 --- a/player/race/quetzalcoatl.arc +++ b/player/race/quetzalcoatl.arc @@ -48,6 +48,7 @@ body_waist 1 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object quetzalcoatl_player_force name quetzalcoatl_force diff --git a/player/race/serpentman.arc b/player/race/serpentman.arc index bd874f6db..186b54517 100644 --- a/player/race/serpentman.arc +++ b/player/race/serpentman.arc @@ -55,6 +55,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object serpentman_player_force name serpentman_force diff --git a/player/race/troll_player.arc b/player/race/troll_player.arc index 7f4046edf..2e3f0c7c5 100644 --- a/player/race/troll_player.arc +++ b/player/race/troll_player.arc @@ -56,6 +56,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object troll_player_force name troll_force diff --git a/player/race/wraithp.arc b/player/race/wraithp.arc index bdc83effd..cb065e2db 100644 --- a/player/race/wraithp.arc +++ b/player/race/wraithp.arc @@ -60,6 +60,7 @@ body_leg 2 maxhp 30 maxsp 30 maxgrace 30 +sound_chance 100 end Object wraith_player_force name Wraith_Force