2021-03-28 21:41:14 +00:00
|
|
|
[
|
|
|
|
// Crafting Ingredients
|
2021-04-01 18:48:36 +00:00
|
|
|
(4.0, LootTable("common.loot_tables.materials.common")),
|
2021-03-28 21:41:14 +00:00
|
|
|
// Consumables
|
|
|
|
(0.2, Item("common.items.consumable.potion_minor")),
|
|
|
|
// Armour
|
2021-03-31 21:49:08 +00:00
|
|
|
(10.0, LootTable("common.loot_tables.armor.cloth")),
|
2021-03-28 21:41:14 +00:00
|
|
|
// Utility
|
|
|
|
(0.05, Item("common.items.utility.collar")),
|
|
|
|
// Food
|
2021-04-01 18:48:36 +00:00
|
|
|
(2.0, LootTable("common.loot_tables.food.farm_ingredients")),
|
|
|
|
(0.25, LootTable("common.loot_tables.food.prepared")),
|
2021-03-28 21:41:14 +00:00
|
|
|
// Weapons
|
2021-04-02 01:02:36 +00:00
|
|
|
(0.5, LootTable("common.loot_tables.weapons.sword.wood")),
|
2021-04-29 17:18:04 +00:00
|
|
|
(0.5, LootTable("common.loot_tables.weapons.axe.wood")),
|
|
|
|
(0.5, LootTable("common.loot_tables.weapons.hammer.wood")),
|
2021-04-02 01:02:36 +00:00
|
|
|
(0.5, LootTable("common.loot_tables.weapons.bow.rawwood")),
|
|
|
|
(0.5, LootTable("common.loot_tables.weapons.starter")),
|
2021-03-28 21:41:14 +00:00
|
|
|
]
|