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,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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user