veloren/assets/common/loot_tables/cave_large.ron

20 lines
767 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
(1.5, LootTable("common.loot_tables.materials.common")),
(3.5, LootTable("common.loot_tables.materials.underground")),
2021-10-22 05:24:20 +00:00
// Gliders
(0.1, Item("common.items.glider.blue")),
(0.05, Item("common.items.glider.morpho")),
(0.05, Item("common.items.glider.monarch")),
(0.05, Item("common.items.glider.moth")),
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")),
]