diff --git a/configs/config.ini b/configs/config.ini index f431e46..3334498 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -15,7 +15,7 @@ WebPort = 9800 Port = 1119 BindIPv6 = ::1 MotdEnabled = true -Motd = Welcome to Diablo 3! +Motd = Welcome to Blizzless D3! ; ------------------------ ; [IWServer] @@ -54,6 +54,10 @@ ChanceNormalUnidentified = 5 ResurrectionCharges = 3 BossHealthMultiplier = 6 BossDamageMultiplier = 3 +NephalemRiftProgressMultiplier = 1 +HealthPotionRestorePercentage = 60 +HealthPotionCooldown = 30 +UnlockAllWaypoints = false ; ------------------------ ; Network address translation diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 3ddb982..94e8de8 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -1,10 +1,10 @@ -# Global settings for game +# Game World Settings -Using the configuration file you can easily change the parameters of the world. +The parameters of the world can be easily altered using the configuration file located within `config.ini`. ## Configuration -Apply parameters in `config.ini` file to the server folder (It overwrites the default settings) +The parameters specified in the `config.ini` file will be saved to the server folder, overwriting the default settings. For example, all values below use their default settings. ```ini [Game-Server] @@ -14,12 +14,23 @@ RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 + ChanceHighQualityUnidentified = 30 ChanceNormalUnidentified = 5 + ResurrectionCharges = 3 + BossHealthMultiplier = 6 BossDamageMultiplier = 3 + AutoSaveQuests = false + +NephalemRiftProgressMultiplier = 1 + +HealthPotionRestorePercentage = 60 +HealthPotionCooldown = 30 + +UnlockAllWaypoints = false ``` ## Description @@ -38,4 +49,8 @@ AutoSaveQuests = false | `BossHealthMultiplier` | Boss Health Multiplier | | `BossDamageMultiplier` | Boss Damage Multiplier | | `AutoSaveQuests` *in tests* | Force Save Quests/Step, even if Act's quest setup marked as Saveable = FALSE. Doesn't apply to OpenWorld games. | +| `NephalemRiftProgressMultiplier` | Nephalem Rift Progress Modifier | +| `HealthPotionRestorePercentage` | How much (from 1-100) a health potion will heal. | +| `HealthPotionCooldown` | How much (in seconds) to use a health potion again. | +| `UnlockAllWaypoints` | Unlocks all waypoints in campaign |