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,6 +1,6 @@
[ [
// Currency // Currency
(1.0, ItemQuantity("common.items.utility.coins", 5, 10)), (1.0, ItemQuantity("common.items.utility.coins", 2, 4)),
// Food // Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")), (1.0, LootTable("common.loot_tables.food.wild_ingredients")),
// Nothing // Nothing

View File

@ -1,6 +1,6 @@
[ [
// Currency // Currency
(1.0, ItemQuantity("common.items.utility.coins", 10, 25)), (1.0, ItemQuantity("common.items.utility.coins", 4, 10)),
// Food // Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")), (1.0, LootTable("common.loot_tables.food.wild_ingredients")),
// Nothing // Nothing

View File

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

View File

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

View File

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

View File

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

View File

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