mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'juliancoffee/item_price_split_consumables' into 'master'
Split consumables to different tables in trading See merge request veloren/veloren!2415
This commit is contained in:
commit
278b64deab
@ -24,8 +24,11 @@ loot_tables: [
|
||||
(0.3, true, "common.loot_tables.food.farm_ingredients"),
|
||||
(0.4, true, "common.loot_tables.food.wild_ingredients"),
|
||||
(0.2, true, "common.loot_tables.food.prepared"),
|
||||
// TODO: Change consumables and split them up
|
||||
(1.0, true, "common.loot_tables.consumable.default"),
|
||||
// Potions
|
||||
(0.2, true, "common.loot_tables.consumable.potion"),
|
||||
// Misc
|
||||
(0.1, true, "common.loot_tables.consumable.throwable"),
|
||||
(0.7, true, "common.loot_tables.consumable.misc"),
|
||||
(1.0, false, "common.loot_tables.trading"),
|
||||
],
|
||||
// this is the amount of that good the most common item represents
|
||||
|
@ -1,5 +1,4 @@
|
||||
[
|
||||
// bombs
|
||||
(0.6, Item("common.items.utility.bomb")),
|
||||
(0.2, Item("common.items.utility.bomb_pile")),
|
||||
(1.0, ItemQuantity("common.items.utility.bomb", 1, 3)),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user