mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
added 'Nothing' to chieftain bonus loot roll
This commit is contained in:
parent
493b4b8fd3
commit
d81676a3a1
@ -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")),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user