Update config/dungeon_difficulty_v2.json
This commit is contained in:
parent
3ec0be1a90
commit
0a2e4cf80d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue