Update config/dungeon_difficulty_v2.json

This commit is contained in:
incidentalstoat 2024-08-14 19:06:00 -06:00
parent 3ec0be1a90
commit 0a2e4cf80d

View file

@ -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