mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Nerf coin drop from enemies
This commit is contained in:
parent
38493b615b
commit
f88373f7d8
@ -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),
|
||||
]
|
||||
]
|
||||
|
@ -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")),
|
||||
]
|
||||
]
|
||||
|
@ -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),
|
||||
]
|
||||
]
|
||||
|
@ -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),
|
||||
]
|
||||
]
|
||||
|
@ -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),
|
||||
]
|
||||
]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user