From 998e9ed562750b9e2ef29f9a724507094fd4403f Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:37:08 -0300 Subject: [PATCH] Update game-world-settings.md --- docs/game-world-settings.md | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 94e8de8..0b19038 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -8,29 +8,36 @@ The parameters specified in the `config.ini` file will be saved to the server fo ```ini [Game-Server] +; rates RateExp = 1 RateMoney = 1 RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 - +; items ChanceHighQualityUnidentified = 30 ChanceNormalUnidentified = 5 - -ResurrectionCharges = 3 - +; bosses BossHealthMultiplier = 6 BossDamageMultiplier = 3 - -AutoSaveQuests = false - +; nephalem NephalemRiftProgressMultiplier = 1 - +; health HealthPotionRestorePercentage = 60 HealthPotionCooldown = 30 - +ResurrectionCharges = 3 +; waypoints UnlockAllWaypoints = false +; player attribute modifier +StrengthMultiplier = 1 +StrengthParagonMultiplier = 1 +DexterityMultiplier = 1 +DexterityParagonMultiplier = 1 +IntelligenceMultiplier = 1 +IntelligenceParagonMultiplier = 1 +VitalityMultiplier = 1 +VitalityParagonMultiplier = 1 ``` ## Description @@ -53,4 +60,13 @@ UnlockAllWaypoints = false | `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 | +| `UnlockAllWaypoints` | Unlocks all waypoints in campaign | +| `StrengthMultiplier` | Player's strength multiplier | +| `StrengthMultiplier` | Player's strength multiplier **for paragons** | +| `DexterityMultiplier` | Player's dexterity multiplier | +| `DexterityParagonMultiplier` | Player's dexterity multiplier **for paragons** | +| `IntelligenceMultiplier` | Player's intelligence multiplier | +| `IntelligenceParagonMultiplier` | Player's intelligence multiplier **for paragons** | +| `VitalityMultiplier` | Player's vitality multiplier | +| `VitalityParagonMultiplier` | Player's vitality multiplier **for paragons** |