2021-10-27 06:42:12 +00:00
|
|
|
[
|
|
|
|
// Crafting Ingredients
|
|
|
|
(5.0, LootTable("common.loot_tables.materials.common")),
|
|
|
|
// Consumables
|
|
|
|
(0.2, Item("common.items.consumable.potion_minor")),
|
|
|
|
// Ring
|
|
|
|
(0.02, Item("common.items.armor.misc.ring.gold")),
|
|
|
|
// Necklace
|
|
|
|
(0.02, Item("common.items.armor.misc.neck.gold")),
|
|
|
|
// Utility
|
|
|
|
(0.05, Item("common.items.utility.collar")),
|
|
|
|
// Armor
|
|
|
|
(0.01, Item("common.items.armor.misc.head.bandana.thief")),
|
|
|
|
(0.01, Item("common.items.armor.misc.head.bandana.red")),
|
2021-11-03 21:27:47 +00:00
|
|
|
(0.005, Item("common.items.armor.misc.head.hood")),
|
2021-10-27 06:42:12 +00:00
|
|
|
// Food
|
|
|
|
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
|
|
|
(0.25, LootTable("common.loot_tables.food.prepared")),
|
|
|
|
]
|