From 8ac1d0ab28d36c2f4c4ef9c0e07c532afec5e13f Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 17:21:05 -0300 Subject: [PATCH] Update game-world-settings.md --- docs/game-world-settings.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 412b6d0..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 The parameters of the world can be easily altered using the configuration file located within `config.ini`. ## Configuration -The parameters specified in the `config.ini` file will be applied to the server folder, overwriting the default settings. For example, all values below use their 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,15 +14,22 @@ 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 ```