9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
|
[
|
||
|
// Currency
|
||
|
(1.0, MultiDrop(Item("common.items.utility.coins"), 100, 200)),
|
||
|
// Food
|
||
|
(1.0, LootTable("common.loot_tables.food.prepared")),
|
||
|
// Cheese
|
||
|
(2.0, MultiDrop(Item("common.items.food.cheese"), 3, 5)),
|
||
|
]
|