veloren/assets/common/loot_tables/cave_large.ron

14 lines
503 B
Rust
Raw Normal View History

[
2021-10-22 05:24:20 +00:00
// Necklaces
(0.25, Item("common.items.armor.misc.neck.gem_of_resilience")),
(0.05, Item("common.items.armor.misc.neck.gold")),
// Materials
2023-07-06 12:11:28 +00:00
(4.0, LootTable("common.loot_tables.materials.underground")),
2021-10-22 05:24:20 +00:00
// Ring
(0.05, Item("common.items.armor.misc.ring.gold")),
2021-10-22 05:24:20 +00:00
// Lantern
(0.1, Item("common.items.lantern.geode_purp")),
2021-10-22 05:24:20 +00:00
// Weapons
2022-05-08 03:28:13 +00:00
(2.0, LootTable("common.loot_tables.weapons.components.tier-3")),
(0.05, LootTable("common.loot_tables.weapons.cave")),
]