New knife sound for thunderer line melee. Made by Zookeeper.
This commit is contained in:
parent
3c86e74ce9
commit
59c5fe7d8f
5 changed files with 4 additions and 3 deletions
|
@ -165,6 +165,7 @@ Version 1.11.6+dev:
|
|||
* The MISSILE_FRAME_MUZZLE_FLARE_MISS macro now requires an X and Y argument.
|
||||
* Added placehoder attack animations to the Fire Dragon.
|
||||
* New MISSILE_FRAME_CHILL_WAVE and MISSILE_FRAME_SHADOW_WAVE macros, used in the dark adept line.
|
||||
* New knife sound for thunderer line.
|
||||
|
||||
Version 1.11.6:
|
||||
* Add-ons client:
|
||||
|
|
BIN
data/core/sounds/knife.ogg
Normal file
BIN
data/core/sounds/knife.ogg
Normal file
Binary file not shown.
|
@ -244,7 +244,7 @@
|
|||
image="units/dwarves/dragonguard/dragonguard-ne-blade[1~9,1].png:[50,100*8,50]"
|
||||
[/frame]
|
||||
|
||||
{SOUND:HIT_AND_MISS axe.ogg {SOUND_LIST:MISS} 0}
|
||||
{SOUND:HIT_AND_MISS knife.ogg {SOUND_LIST:MISS} 0}
|
||||
[/else]
|
||||
[/attack_anim]
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
image="units/dwarves/thunderer/thunderer-ne-blade[1~9,1].png:[50,100*8,50]"
|
||||
[/frame]
|
||||
|
||||
{SOUND:HIT_AND_MISS axe.ogg {SOUND_LIST:MISS} 0}
|
||||
{SOUND:HIT_AND_MISS knife.ogg {SOUND_LIST:MISS} 0}
|
||||
[/else]
|
||||
[/attack_anim]
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ Though a single shot from these ‘thundersticks’ can take several minutes to
|
|||
image="units/dwarves/thunderguard/thunderguard-ne-blade[1~9,1].png:[50,100*8,50]"
|
||||
[/frame]
|
||||
|
||||
{SOUND:HIT_AND_MISS axe.ogg {SOUND_LIST:MISS} 0}
|
||||
{SOUND:HIT_AND_MISS knife.ogg {SOUND_LIST:MISS} 0}
|
||||
[/else]
|
||||
[/attack_anim]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue