Skip to content
Snippets Groups Projects
Commit 926e9bc8 authored by dg's avatar dg
Browse files

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@4561 51575b47-30f0-44d4-a5cc-537603b46e54
parent 96010df5
No related branches found
No related tags found
No related merge requests found
return {
file = "talents/breath.ogg",
volume = 50,
}
No preview for this file type
return {
file = "talents/ice.ogg",
volume = 70,
fadeout = 700,
}
No preview for this file type
......@@ -93,8 +93,8 @@ return {
game.state:makeAmbientSounds(level, {
wind={ chance=120, volume_mod=1.9, pitch=2, files={"ambient/forest/wind1","ambient/forest/wind2","ambient/forest/wind3","ambient/forest/wind4"}},
bird={ chance=1200, volume_mod=0.4, pitch=0.4, files={"ambient/forest/bird1","ambient/forest/bird2","ambient/forest/bird3","ambient/forest/bird4","ambient/forest/bird5","ambient/forest/bird6","ambient/forest/bird7"}},
creature={ chance=2000, volume_mod=0.2, pitch=0.5, files={"creatures/bears/bear_growl_2", "creatures/bears/bear_growl_3", "creatures/bears/bear_moan_2"}},
bird={ chance=1500, volume_mod=0.4, pitch=0.4, files={"ambient/forest/bird1","ambient/forest/bird2","ambient/forest/bird3","ambient/forest/bird4","ambient/forest/bird5","ambient/forest/bird6","ambient/forest/bird7"}},
creature={ chance=2500, volume_mod=0.2, pitch=0.5, files={"creatures/bears/bear_growl_2", "creatures/bears/bear_growl_3", "creatures/bears/bear_moan_2"}},
})
end,
......
......@@ -88,6 +88,10 @@ return {
post_process = function(level)
game.state:makeWeather(level, 7, {max_nb=1, speed={0.5, 1.6}, shadow=true, alpha={0.23, 0.35}, particle_name="weather/grey_cloud_%02d"})
game.state:makeAmbientSounds(level, {
wind={ chance=200, volume_mod=1.2, pitch=0.3, files={"ambient/forest/wind1","ambient/forest/wind2","ambient/forest/wind3","ambient/forest/wind4"}},
bird={ chance=2000, volume_mod=0.75, pitch=0.4, files={"ambient/forest/bird1","ambient/forest/bird2","ambient/forest/bird3","ambient/forest/bird4","ambient/forest/bird5","ambient/forest/bird6","ambient/forest/bird7"}},
})
if level.level == 1 then
local npc1 = game.zone:makeEntityByName(game.level, "actor", "NAGA_TIDEWARDEN")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment