Nerf coin drop from enemies

This commit is contained in:
juliancoffee 2021-09-03 01:03:45 +03:00
parent 38493b615b
commit f88373f7d8
7 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
[
// Currency
(1.0, ItemQuantity("common.items.utility.coins", 5, 10)),
(1.0, ItemQuantity("common.items.utility.coins", 2, 4)),
// Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
// Nothing
(2.0, None),
]
]

View File

@ -1,10 +1,10 @@
[
// Currency
(1.0, ItemQuantity("common.items.utility.coins", 10, 25)),
(1.0, ItemQuantity("common.items.utility.coins", 4, 10)),
// Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
// Nothing
(2.0, None),
// Placeholder Drop Location
(1.0, Item("common.items.crafting_ing.sticky_thread")),
]
]

View File

@ -1,8 +1,8 @@
[
// Currency
(1.0, ItemQuantity("common.items.utility.coins", 25, 50)),
(1.0, ItemQuantity("common.items.utility.coins", 10, 20)),
// Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
// Nothing
(2.0, None),
]
]

View File

@ -1,8 +1,8 @@
[
// Currency
(1.0, ItemQuantity("common.items.utility.coins", 50, 100)),
(1.0, ItemQuantity("common.items.utility.coins", 20, 40)),
// Food
(1.0, LootTable("common.loot_tables.food.prepared")),
// Nothing
(2.0, None),
]
]

View File

@ -1,8 +1,8 @@
[
// Currency
(1.0, ItemQuantity("common.items.utility.coins", 100, 250)),
(1.0, ItemQuantity("common.items.utility.coins", 40, 100)),
// Food
(1.0, LootTable("common.loot_tables.food.prepared")),
// Nothing
(2.0, None),
]
]

View File

@ -1,6 +1,6 @@
[
// Currency
(1.0, ItemQuantity("common.items.utility.coins", 200, 500)),
(1.0, ItemQuantity("common.items.utility.coins", 100, 200)),
// Food
(1.0, LootTable("common.loot_tables.food.prepared")),
// Cheese

View File

@ -1,6 +1,6 @@
[
// Currency
(50.0, ItemQuantity("common.items.utility.coins", 100, 300)),
(50.0, ItemQuantity("common.items.utility.coins", 50, 100)),
// Nothing
(50.0, None),
// Special