mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'jshipsey-master-patch-07838' into 'master'
Update difficulty_distribution.ron See merge request veloren/veloren!2483
This commit is contained in:
commit
3f45f7f250
@ -16,10 +16,10 @@
|
||||
/// 1) Set every probability to 0.0 and left one with any other number
|
||||
/// and you will have map full of dungeons of same level
|
||||
([
|
||||
(0, 5.0),
|
||||
(1, 4.0),
|
||||
(2, 4.0),
|
||||
(3, 2.0),
|
||||
(4, 2.0),
|
||||
(5, 1.0),
|
||||
(0, 0.3),
|
||||
(1, 0.2),
|
||||
(2, 0.05),
|
||||
(3, 0.05),
|
||||
(4, 0.1),
|
||||
(5, 0.3),
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user