mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 12:52:26 +00:00
added 'Nothing' to chieftain bonus loot roll
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
])),
|
||||
]),
|
||||
Lottery([
|
||||
(3.0, Item("common.items.armor.misc.neck.scratched")),
|
||||
(2.0, Nothing),
|
||||
(1.0, Item("common.items.armor.misc.neck.scratched")),
|
||||
(1.0, Item("common.items.armor.misc.head.gnarling_mask")),
|
||||
(1.0, Item("common.items.glider.moth")),
|
||||
]),
|
||||
|
Reference in New Issue
Block a user