mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Balanced frequency of dungeons.
This commit is contained in:
parent
e4716147a7
commit
9e9fba7704
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Made dungeon tiers 3, 4, and 5 more common
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
/// 1) Set every probability to 0.0 and left one with any other number
|
/// 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
|
/// and you will have map full of dungeons of same level
|
||||||
([
|
([
|
||||||
(0, 0.3),
|
(0, 0.20),
|
||||||
(1, 0.2),
|
(1, 0.15),
|
||||||
(2, 0.05),
|
(2, 0.15),
|
||||||
(3, 0.05),
|
(3, 0.15),
|
||||||
(4, 0.1),
|
(4, 0.15),
|
||||||
(5, 0.3),
|
(5, 0.20),
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user