diff options
| author | Shocker <none@none> | 2010-10-12 21:05:37 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-10-12 21:05:37 +0300 |
| commit | 66dec6d86fd235830a509f84e658d80d4c159dab (patch) | |
| tree | d58d23bc0995878606d09c7f53474b9c5c7f6482 /src/server/worldserver | |
| parent | 91db34c4b5f60c7122607f45d281e2f22b0a2b01 (diff) | |
Core/Misc: Implement config option for energy regeneration rate, patch by Ramus, closes issue 4394
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 642b0a6b806..770da7decf0 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1455,6 +1455,7 @@ Visibility.Notify.Period.InBGArenas = 1000 # Rate.RunicPower.Income # Rate.RunicPower.Loss # Rate.Focus +# Rate.Energy # Rate.Loyalty # Health and power regeneration and rage income from damage. # Default: 1 @@ -1645,6 +1646,7 @@ Rate.Rage.Loss = 1 Rate.RunicPower.Income = 1 Rate.RunicPower.Loss = 1 Rate.Focus = 1 +Rate.Energy = 1 Rate.Loyalty = 1 Rate.Skill.Discovery = 1 Rate.Drop.Item.Poor = 1 |
