Changed Spout notification tiers to be stored in SpoutConfig instead of

AdvancedConfig. Also restructured some Spout stuff for easier
readability.
This commit is contained in:
GJ
2013-05-15 17:08:43 -04:00
parent 41f020bbb7
commit fd675ac291
6 changed files with 239 additions and 311 deletions

View File

@ -406,15 +406,6 @@ Skills:
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
DoubleDrops_ChanceMax: 100.0
DoubleDrops_MaxBonusLevel: 1000
Spout:
#
# Settings for the Spout notifications, when a player reaches a higher tier, the image of the notification will change.
###
Notifications:
Tier1: 200
Tier2: 400
Tier3: 600
Tier4: 800
#
# Customize the kraken!
###

View File

@ -70,3 +70,8 @@ HUD:
BLUE: 0.75
GREEN: 0.3
RED: 0.3
Notifications:
Tier1: 200
Tier2: 400
Tier3: 600
Tier4: 800