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-b93c2d0d6712master
parent
517173d47e
commit
98b774e364
3
CHANGES
3
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
|
||||
|
|
|
@ -53,6 +53,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object dwarf_player_force
|
||||
name dwarf_force
|
||||
|
|
|
@ -54,6 +54,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object elf_player_force
|
||||
name elf_force
|
||||
|
|
|
@ -52,6 +52,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object fenx_player_force
|
||||
name fenx_force
|
||||
|
|
|
@ -52,6 +52,7 @@ glow_radius 4
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object fireborn_player_force
|
||||
name Fireborn_Force
|
||||
|
|
|
@ -54,6 +54,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object gnome_player_force
|
||||
name gnome force
|
||||
|
|
|
@ -52,6 +52,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object halfling_force
|
||||
name halfling force
|
||||
|
|
|
@ -51,6 +51,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object human_player_force
|
||||
name human force
|
||||
|
|
|
@ -53,6 +53,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object northman_player_force
|
||||
name northman force
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -48,6 +48,7 @@ body_waist 1
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object quetzalcoatl_player_force
|
||||
name quetzalcoatl_force
|
||||
|
|
|
@ -55,6 +55,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object serpentman_player_force
|
||||
name serpentman_force
|
||||
|
|
|
@ -56,6 +56,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object troll_player_force
|
||||
name troll_force
|
||||
|
|
|
@ -60,6 +60,7 @@ body_leg 2
|
|||
maxhp 30
|
||||
maxsp 30
|
||||
maxgrace 30
|
||||
sound_chance 100
|
||||
end
|
||||
Object wraith_player_force
|
||||
name Wraith_Force
|
||||
|
|
Loading…
Reference in New Issue