mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'qsto/cyclop-loot-fix' into 'master'
Wild cyclop loot fix See merge request veloren/veloren!4036
This commit is contained in:
commit
530e57d10e
@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
- Fixed wild roaming cyclop loot table to not drop the quarry key
|
||||
|
||||
## [0.15.0] - 2023-07-01
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
(1, All([
|
||||
Item("common.items.keys.quarry_keys.cyclops_eye"),
|
||||
Item("common.items.crafting_ing.animal_misc.grim_eyeball"),
|
||||
MultiDrop(Item("common.items.mineral.ingot.iron"), 5, 10),
|
||||
MultiDrop(Item("common.items.utility.coins"), 200, 500),
|
||||
LootTable("common.loot_tables.dungeon.tier-4.miniboss"),
|
||||
|
Loading…
Reference in New Issue
Block a user