2021-03-28 21:41:14 +00:00
|
|
|
[
|
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
|
2021-04-01 19:35:40 +00:00
|
|
|
(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
|
2021-09-26 13:49:49 +00:00
|
|
|
(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
|
2021-03-28 21:41:14 +00:00
|
|
|
(0.05, Item("common.items.armor.misc.ring.gold")),
|
2021-10-22 05:24:20 +00:00
|
|
|
// Lantern
|
2021-03-28 21:41:14 +00:00
|
|
|
(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")),
|
2021-03-31 21:49:08 +00:00
|
|
|
(0.05, LootTable("common.loot_tables.weapons.cave")),
|
2021-03-28 21:41:14 +00:00
|
|
|
]
|