The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'! https://forums.lestoria.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AdventuresInLestoria/Adventures in Lestoria/assets/config/audio/events.txt

202 lines
4.4 KiB

Events
{
LowHealth = "Occurs when the player is low in health."
InCombat = "Occurs when the player is in combat."
Underwater = "Occurs when the player is in water."
11 months ago
SFX
{
Consume Potion
{
# Specify file names, followed by volume %
File[0] = consume_potion.ogg, 70%
11 months ago
}
Consume Item
{
# Specify file names, followed by volume %
File[0] = consume_item.ogg, 60%
11 months ago
}
Equip Armor
{
# Specify file names, followed by volume %
File[0] = equip.ogg, 100%
File[1] = equip2.ogg, 100%
11 months ago
}
Equip Accessory
{
# Specify file names, followed by volume %
File[0] = equip_ring.ogg, 100%
11 months ago
}
Footstep
{
# Specify file names, followed by volume %
File[0] = footsteps.ogg, 100%
11 months ago
}
Footstep - Wet
{
# Specify file names, followed by volume %
File[0] = footsteps_wet.ogg, 100%
11 months ago
}
Buy Item
{
# Specify file names, followed by volume %
File[0] = item_buy.ogg, 100%
11 months ago
}
Sell Item
{
# Specify file names, followed by volume %
File[0] = item_sell.ogg, 100%
11 months ago
}
Craft Item
{
# Specify file names, followed by volume %
File[0] = item_craft.ogg, 100%
11 months ago
}
Enhance Item
{
# Specify file names, followed by volume %
File[0] = item_enhance.ogg, 100%
11 months ago
}
Monster Hurt
{
# Specify file names, followed by volume %
File[0] = monster_hurt.ogg, 100%
11 months ago
}
Ranger Auto Attack
{
# Specify file names, followed by volume %
File[0] = ranger_auto1.ogg, 100%
File[1] = ranger_auto2.ogg, 100%
11 months ago
}
Ranger Backstep
{
# Specify file names, followed by volume %
File[0] = ranger_backstep.ogg, 100%
11 months ago
}
Ranger Multishot
{
# Specify file names, followed by volume %
File[0] = ranger_multishot.ogg, 100%
11 months ago
}
Ranger Rapid Fire
{
# Specify file names, followed by volume %
File[0] = ranger_rapid_fire.ogg, 100%
11 months ago
}
Ranger Charged Shot
{
# Specify file names, followed by volume %
File[0] = ranger_charged_shot.ogg, 100%
11 months ago
}
Ranger Multishot
{
# Specify file names, followed by volume %
File[0] = ranger_multishot.ogg, 100%
11 months ago
}
Slime Dead
{
# Specify file names, followed by volume %
File[0] = slime_dead.ogg, 100%
11 months ago
}
Monster Dead
{
# Specify file names, followed by volume %
File[0] = slime_dead2.ogg, 100%
11 months ago
}
Slime King Land
{
# Specify file names, followed by volume %
File[0] = slime_king_landing.ogg, 100%
11 months ago
}
Slime King Shoot
{
# Specify file names, followed by volume %
File[0] = slime_king_shoot.ogg, 100%
11 months ago
}
Slime Shoot
{
# Specify file names, followed by volume %
File[0] = slime_shoot.ogg, 100%
File[1] = slime_shoot2.ogg, 100%
11 months ago
}
Slime Walk
{
# Specify file names, followed by volume %
File[0] = slime_walk.ogg, 100%
File[1] = slime_walk2.ogg, 100%
File[2] = slime_walk3.ogg, 100%
11 months ago
}
Spell Cast
{
# Specify file names, followed by volume %
File[0] = spell_cast.ogg, 100%
11 months ago
}
Warrior Auto Attack
{
# Specify file names, followed by volume %
File[0] = warrior_auto1.ogg, 100%
11 months ago
}
Warrior Battlecry
{
# Specify file names, followed by volume %
File[0] = warrior_battlecry.ogg, 100%
11 months ago
}
Warrior Block Hit
{
# Specify file names, followed by volume %
File[0] = warrior_blockhit1.ogg, 100%
File[1] = warrior_blockhit2.ogg, 100%
11 months ago
}
Warrior Ground Slam
{
# Specify file names, followed by volume %
File[0] = warrior_groundslam.ogg, 100%
11 months ago
}
Warrior Sonic Slash
{
# Specify file names, followed by volume %
File[0] = warrior_sonicslash.ogg, 100%
11 months ago
}
Wizard Auto Attack
{
# Specify file names, followed by volume %
File[0] = wizard_auto1.ogg, 100%
File[1] = wizard_auto2.ogg, 100%
11 months ago
}
Wizard Fire Bolt
{
# Specify file names, followed by volume %
File[0] = wizard_firebolt.ogg, 100%
11 months ago
}
Wizard Fire Bolt Hit
{
# Specify file names, followed by volume %
File[0] = wizard_firebolt_hit.ogg, 100%
11 months ago
}
Wizard Lightning Bolt
{
# Specify file names, followed by volume %
File[0] = wizard_lightningbolt.ogg, 100%
11 months ago
}
Wizard Lightning Bolt Hit
{
# Specify file names, followed by volume %
File[0] = wizard_firebolt_hit.ogg, 100%
11 months ago
}
Wizard Meteor
{
# Specify file names, followed by volume %
File[0] = wizard_meteor.ogg, 100%
11 months ago
}
Wizard Meteor Flames
{
# Specify file names, followed by volume %
File[0] = wizard_meteor_lingering.ogg, 100%
11 months ago
}
Wizard Teleport
{
# Specify file names, followed by volume %
File[0] = wizard_teleport.ogg, 100%
11 months ago
}
}
}