2021-04-03 03:03:59 +00:00
|
|
|
[
|
2021-09-02 03:50:17 +00:00
|
|
|
// Crafting Ingredients
|
|
|
|
(5.0, LootTable("common.loot_tables.materials.common")),
|
|
|
|
// Consumables
|
|
|
|
(0.2, Item("common.items.consumable.potion_minor")),
|
|
|
|
// Armor
|
2021-04-03 03:03:59 +00:00
|
|
|
(1.0, LootTable("common.loot_tables.armor.cloth")),
|
2021-09-02 03:50:17 +00:00
|
|
|
// Ring
|
|
|
|
(0.02, Item("common.items.armor.misc.ring.gold")),
|
2021-10-22 05:24:20 +00:00
|
|
|
// Necklace
|
|
|
|
(0.02, Item("common.items.armor.misc.neck.gold")),
|
2021-09-02 03:50:17 +00:00
|
|
|
// Utility
|
|
|
|
(0.05, Item("common.items.utility.collar")),
|
|
|
|
// Food
|
|
|
|
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
|
|
|
(0.25, LootTable("common.loot_tables.food.prepared")),
|
|
|
|
// Weapons
|
2021-08-15 14:55:21 +00:00
|
|
|
(1.0, LootTable("common.loot_tables.weapons.starter")),
|
2022-05-08 03:28:13 +00:00
|
|
|
(1.0, LootTable("common.loot_tables.weapons.components.tier-0")),
|
2021-04-03 03:03:59 +00:00
|
|
|
]
|