mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add new food to consumables /kit
This commit is contained in:
parent
e6ed0137e8
commit
21d10b641b
@ -7,10 +7,42 @@
|
||||
("common.items.debug.admin",1),
|
||||
],
|
||||
"consumables": [
|
||||
("common.items.consumable.potion_minor", 100),
|
||||
("common.items.consumable.potion_med", 100),
|
||||
("common.items.consumable.potion_big", 100),
|
||||
("common.items.consumable.potion_med", 100),
|
||||
("common.items.consumable.potion_minor", 100),
|
||||
("common.items.food.apple", 100),
|
||||
("common.items.food.apple_mushroom_curry", 100),
|
||||
("common.items.food.apple_stick", 100),
|
||||
("common.items.food.cactus_colada", 100),
|
||||
("common.items.food.carrot", 100),
|
||||
("common.items.food.cheese", 100),
|
||||
("common.items.food.coconut", 100),
|
||||
//("common.items.food.coltsfoot", 100),
|
||||
//("common.items.food.dandelion", 100),
|
||||
//("common.items.food.garlic", 100),
|
||||
("common.items.food.lettuce", 100),
|
||||
//("common.items.food.meat", 100),
|
||||
("common.items.food.meat.beast_large_cooked", 100),
|
||||
("common.items.food.meat.beast_large_raw", 100),
|
||||
("common.items.food.meat.beast_small_cooked", 100),
|
||||
("common.items.food.meat.beast_small_raw", 100),
|
||||
("common.items.food.meat.bird_cooked", 100),
|
||||
("common.items.food.meat.bird_large_cooked", 100),
|
||||
("common.items.food.meat.bird_large_raw", 100),
|
||||
("common.items.food.meat.bird_raw", 100),
|
||||
("common.items.food.meat.fish_cooked", 100),
|
||||
("common.items.food.meat.fish_raw", 100),
|
||||
("common.items.food.meat.tough_cooked", 100),
|
||||
("common.items.food.meat.tough_raw", 100),
|
||||
("common.items.food.mushroom", 100),
|
||||
("common.items.food.mushroom_stick", 100),
|
||||
//("common.items.food.onion", 100),
|
||||
("common.items.food.plainsalad", 100),
|
||||
//("common.items.food.sage", 100),
|
||||
("common.items.food.spore_corruption", 100),
|
||||
("common.items.food.sunflower_icetea", 100),
|
||||
("common.items.food.tomato", 100),
|
||||
("common.items.food.tomatosalad", 100),
|
||||
],
|
||||
"jewellery": [
|
||||
// TODO: remove duplicates and handle quantity of non-stackable items
|
||||
|
Loading…
Reference in New Issue
Block a user