From 0a2e4cf80d1cc8dfc32e3dbdae025d4c98a0e97c Mon Sep 17 00:00:00 2001 From: incidentalstoat Date: Wed, 14 Aug 2024 19:06:00 -0600 Subject: [PATCH] Update config/dungeon_difficulty_v2.json --- config/dungeon_difficulty_v2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dungeon_difficulty_v2.json b/config/dungeon_difficulty_v2.json index b247552..5e3c603 100644 --- a/config/dungeon_difficulty_v2.json +++ b/config/dungeon_difficulty_v2.json @@ -6,7 +6,7 @@ "rounding_unit": 0.5 }, "perPlayerDifficulty": { - "enabled": false, + "enabled": true, "counting": "EVERYWHERE", "entities": [ { @@ -19,13 +19,13 @@ "attribute": "damage", "operation": "MULTIPLY_BASE", "randomness": 0.0, - "value": 0.2 + "value": 0.1 }, { "attribute": "generic.max_health", "operation": "MULTIPLY_BASE", "randomness": 0.0, - "value": 0.2 + "value": 0.1 } ], "experience_multiplier": 0.0