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
|
"rounding_unit": 0.5
|
||||||
},
|
},
|
||||||
"perPlayerDifficulty": {
|
"perPlayerDifficulty": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"counting": "EVERYWHERE",
|
"counting": "EVERYWHERE",
|
||||||
"entities": [
|
"entities": [
|
||||||
{
|
{
|
||||||
|
@ -19,13 +19,13 @@
|
||||||
"attribute": "damage",
|
"attribute": "damage",
|
||||||
"operation": "MULTIPLY_BASE",
|
"operation": "MULTIPLY_BASE",
|
||||||
"randomness": 0.0,
|
"randomness": 0.0,
|
||||||
"value": 0.2
|
"value": 0.1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"attribute": "generic.max_health",
|
"attribute": "generic.max_health",
|
||||||
"operation": "MULTIPLY_BASE",
|
"operation": "MULTIPLY_BASE",
|
||||||
"randomness": 0.0,
|
"randomness": 0.0,
|
||||||
"value": 0.2
|
"value": 0.1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"experience_multiplier": 0.0
|
"experience_multiplier": 0.0
|
||||||
|
|
Loading…
Reference in a new issue