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