2021-03-28 21:41:14 +00:00
|
|
|
[
|
|
|
|
// Crafting Ingredients
|
|
|
|
(2.0, Item("common.items.crafting_ing.bowl")),
|
|
|
|
(1.0, Item("common.items.crafting_ing.empty_vial")),
|
|
|
|
(0.1, Item("common.items.crafting_ing.diamond")),
|
|
|
|
(1.0, Item("common.items.crafting_ing.cloth_scraps")),
|
|
|
|
// 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
|
|
|
|
(0.5, Item("common.items.food.coconut")),
|
|
|
|
(0.5, Item("common.items.food.lettuce")),
|
|
|
|
(0.75, Item("common.items.food.carrot")),
|
|
|
|
(0.75, Item("common.items.food.tomato")),
|
|
|
|
(0.05, Item("common.items.food.apple_mushroom_curry")),
|
|
|
|
(0.1, Item("common.items.food.apple_stick")),
|
|
|
|
(0.1, Item("common.items.food.mushroom_stick")),
|
|
|
|
// Weapons
|
2021-03-31 21:49:08 +00:00
|
|
|
(0.5, LootTable("common.loot_tables.sword.wood")),
|
|
|
|
(0.5, LootTable("common.loot_tables.hammer.stone")),
|
|
|
|
(0.5, LootTable("common.loot_tables.bow.rawwood")),
|
|
|
|
(0.5, LootTable("common.loot_tables.starter")),
|
2021-03-28 21:41:14 +00:00
|
|
|
]
|