mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/dungeon-frequency' into 'master'
Balanced frequency of dungeons. See merge request veloren/veloren!2828
This commit is contained in:
commit
5ce66754d2
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
- Made dungeon tiers 3, 4, and 5 more common
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -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, 0.3),
|
||||
(1, 0.2),
|
||||
(2, 0.05),
|
||||
(3, 0.05),
|
||||
(4, 0.1),
|
||||
(5, 0.3),
|
||||
(0, 0.20),
|
||||
(1, 0.15),
|
||||
(2, 0.15),
|
||||
(3, 0.15),
|
||||
(4, 0.15),
|
||||
(5, 0.20),
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user