mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
change terracotta chest to 60%, single roll
This commit is contained in:
parent
f0e6031eee
commit
c06afb911e
@ -2,6 +2,9 @@
|
||||
(1.0, All([
|
||||
// Key
|
||||
Item("common.items.keys.terracotta_key_door"),
|
||||
MultiDrop(LootTable("common.loot_tables.consumables.pyrotechnics"), 2, 2),
|
||||
Lottery([
|
||||
(0.4, Nothing),
|
||||
(0.6, LootTable("common.loot_tables.consumables.pyrotechnics")),
|
||||
]),
|
||||
])),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user