mcMMO/src/main/resources/sounds.yml

45 lines
1.2 KiB
YAML
Raw Normal View History

# A volume of 1.0 is pretty loud
# Keep this in mind
Sounds:
# 1.0 = Max volume
# 0.0 = No Volume
MasterVolume: 1.0
ANVIL:
2019-01-20 09:46:33 +01:00
Volume: 1.0
Pitch: 0.3
#Fizz, Pop, and Kraken make use of a adding and multiplying random numbers together to make a unique pitch everytime they are heard
FIZZ:
2019-01-20 09:46:33 +01:00
Volume: 0.5
LEVEL_UP:
2019-01-20 09:46:33 +01:00
Volume: 0.75
Pitch: 0.5
ITEM_BREAK:
2019-01-20 09:46:33 +01:00
Volume: 1.0
Pitch: 1.0
#Fizz, Pop, and Kraken make use of a adding and multiplying random numbers together to make a unique pitch everytime they are heard
POP:
2019-01-20 09:46:33 +01:00
Volume: 0.2
#Fizz, Pop, and Kraken make use of a adding and multiplying random numbers together to make a unique pitch everytime they are heard
KRAKEN:
2019-01-20 09:46:33 +01:00
Volume: 1.0
CHIMAERA_WING:
2019-01-20 09:46:33 +01:00
Volume: 1.0
Pitch: 0.6
ROLL_ACTIVATED:
Volume: 1.0
Pitch: 0.7
SKILL_UNLOCKED:
Volume: 1.0
Pitch: 1.4
DEFLECT_ARROWS:
Volume: 1.0
Pitch: 2.0
TOOL_READY:
Volume: 1.0
Pitch: 0.4
ABILITY_ACTIVATED_GENERIC:
Volume: 1.0
Pitch: 0.1
ABILITY_ACTIVATED_BERSERK:
Volume: 0.5
Pitch: 1.7