mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
General potion modifications
This commit is contained in:
parent
ac4101e70d
commit
4d87a9ab44
@ -7,13 +7,13 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Strength,
|
||||
data: (
|
||||
strength: 0.20,
|
||||
duration: Some(90),
|
||||
strength: 0.15,
|
||||
duration: Some(45),
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
])
|
||||
),
|
||||
quality: High,
|
||||
quality: Moderate,
|
||||
tags: [Potion],
|
||||
)
|
||||
|
@ -8,7 +8,7 @@ ItemDef(
|
||||
kind: Swiftness,
|
||||
data: (
|
||||
strength: 0.25,
|
||||
duration: Some(300),
|
||||
duration: Some(240),
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
|
@ -54,7 +54,6 @@
|
||||
inputs: [
|
||||
(Item("common.items.consumable.potion_minor"), 1, false),
|
||||
(Item("common.items.crafting_ing.sentient_seed"), 1, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.viscous_ooze"), 1, false),
|
||||
],
|
||||
craft_sprite: Some(Cauldron),
|
||||
),
|
||||
@ -62,8 +61,8 @@
|
||||
output: ("common.items.consumable.potion_strength", 1),
|
||||
inputs: [
|
||||
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
||||
(Item("common.items.mineral.ore.velorite"), 2, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.grim_eyeball"), 2, false),
|
||||
(Item("common.items.mineral.ore.velorite"), 1, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.grim_eyeball"), 1, false),
|
||||
(Item("common.items.crafting_ing.animal_misc.viscous_ooze"), 1, false),
|
||||
],
|
||||
craft_sprite: Some(Cauldron),
|
||||
|
@ -10,9 +10,8 @@ buff-title-swift = Swiftness
|
||||
buff-desc-swift = Your movement is faster, but you're more vulnerable to damage and can't get critical hits.
|
||||
buff-stat-swift =
|
||||
Removes chance of getting critical hits.
|
||||
Increases movement speed,
|
||||
and increases damage taken,
|
||||
by { $strength }%
|
||||
Increases movement speed,
|
||||
and damage taken, by { $strength }%
|
||||
## Strength
|
||||
buff-title-strength = Strength
|
||||
buff-desc-strength = You deal more damage
|
||||
|
Loading…
Reference in New Issue
Block a user