mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Recipe change
This commit is contained in:
parent
4659a66cfe
commit
76b2d7d0e0
@ -7,16 +7,16 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Swiftness,
|
||||
data: (
|
||||
strength: 0.6,
|
||||
duration: Some(20),
|
||||
strength: 0.55,
|
||||
duration: Some(25),
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
Buff((
|
||||
kind: PotionSickness,
|
||||
data: (
|
||||
strength: 0.33,
|
||||
duration: Some(45),
|
||||
strength: 0.5,
|
||||
duration: Some(60),
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
|
@ -44,9 +44,9 @@
|
||||
output: ("common.items.consumable.potion_swiftness", 1),
|
||||
inputs: [
|
||||
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
||||
(Item("common.items.crafting_ing.honey"), 2, false),
|
||||
(Item("common.items.mineral.gem.topaz"), 2, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.viscous_ooze"), 1, false),
|
||||
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 2, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.viscous_ooze"), 3, false),
|
||||
],
|
||||
craft_sprite: Some(Cauldron),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user