New ink sounds
This commit is contained in:
parent
a599a3338e
commit
3a5f25b999
6 changed files with 12 additions and 12 deletions
|
@ -62,7 +62,7 @@ Version 1.13.1+dev:
|
|||
* Add helper.child_count
|
||||
* Add helper.child_array
|
||||
* Music and sound effects:
|
||||
* New dwarf hit and die sounds.
|
||||
* New sounds: dwarf hit and die, ink.
|
||||
* Terrains:
|
||||
* Removed unit elevation from N-S hanging bridges
|
||||
* Added unit elevation to NW-SE and SW-NE stone chasm bridges
|
||||
|
|
|
@ -51,20 +51,20 @@
|
|||
[filter_attack]
|
||||
name=ink
|
||||
[/filter_attack]
|
||||
missile_start_time=-200
|
||||
missile_start_time=-300
|
||||
[missile_frame]
|
||||
duration=200
|
||||
duration=300
|
||||
image="projectiles/ink.png"
|
||||
image_diagonal="projectiles/ink.png"
|
||||
[/missile_frame]
|
||||
start_time=-250
|
||||
[frame]
|
||||
image="units/monsters/kraken-tentacle-1.png:150"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS squishy-strike.wav squishy-miss.wav -100}
|
||||
start_time=-500
|
||||
[frame]
|
||||
image="units/monsters/kraken.png:100"
|
||||
[/frame]
|
||||
[frame]
|
||||
image="units/monsters/kraken-tentacle-1.png:500"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS ink.ogg ink-miss.ogg -500}
|
||||
[/attack_anim]
|
||||
|
||||
# tentacles hit south----------------------------------------------
|
||||
|
|
BIN
data/core/sounds/ink-miss.ogg
Normal file
BIN
data/core/sounds/ink-miss.ogg
Normal file
Binary file not shown.
BIN
data/core/sounds/ink.ogg
Normal file
BIN
data/core/sounds/ink.ogg
Normal file
Binary file not shown.
|
@ -50,16 +50,16 @@
|
|||
name=ink
|
||||
[/filter_attack]
|
||||
start_time=-500
|
||||
missile_start_time=-200
|
||||
missile_start_time=-300
|
||||
[missile_frame]
|
||||
duration=200
|
||||
duration=300
|
||||
image="projectiles/ink.png"
|
||||
image_diagonal="projectiles/ink.png"
|
||||
[/missile_frame]
|
||||
[frame]
|
||||
image="units/monsters/cuttlefish-ranged-[1~6].png:100"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS squishy-strike.wav squishy-miss.wav -100}
|
||||
{SOUND:HIT_AND_MISS ink.ogg ink-miss.ogg -500}
|
||||
[/attack_anim]
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
|
|
|
@ -21,7 +21,7 @@ Version 1.13.1+dev:
|
|||
erroneous textdomain declarations (bug #23839).
|
||||
|
||||
* Music and sound effects:
|
||||
* New dwarf hit and die sounds.
|
||||
* New sounds: dwarf hit and die, ink.
|
||||
|
||||
* User interface:
|
||||
* Added a version dialog button to the title screen, replacing the Paths
|
||||
|
|
Loading…
Add table
Reference in a new issue