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((
|
Buff((
|
||||||
kind: Swiftness,
|
kind: Swiftness,
|
||||||
data: (
|
data: (
|
||||||
strength: 0.6,
|
strength: 0.55,
|
||||||
duration: Some(20),
|
duration: Some(25),
|
||||||
),
|
),
|
||||||
cat_ids: [Natural],
|
cat_ids: [Natural],
|
||||||
)),
|
)),
|
||||||
Buff((
|
Buff((
|
||||||
kind: PotionSickness,
|
kind: PotionSickness,
|
||||||
data: (
|
data: (
|
||||||
strength: 0.33,
|
strength: 0.5,
|
||||||
duration: Some(45),
|
duration: Some(60),
|
||||||
),
|
),
|
||||||
cat_ids: [Natural],
|
cat_ids: [Natural],
|
||||||
)),
|
)),
|
||||||
|
@ -44,9 +44,9 @@
|
|||||||
output: ("common.items.consumable.potion_swiftness", 1),
|
output: ("common.items.consumable.potion_swiftness", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
||||||
(Item("common.items.crafting_ing.honey"), 2, false),
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
||||||
(Item("common.items.mineral.gem.topaz"), 2, false),
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 2, false),
|
||||||
(Item("common.items.crafting_ing.animal_misc.viscous_ooze"), 1, false),
|
(Item("common.items.crafting_ing.animal_misc.viscous_ooze"), 3, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Cauldron),
|
craft_sprite: Some(Cauldron),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user