General potion modifications

This commit is contained in:
HEIEnthusiast 2023-11-27 06:57:42 -04:00
parent ac4101e70d
commit 4d87a9ab44
4 changed files with 8 additions and 10 deletions

View File

@ -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],
)

View File

@ -8,7 +8,7 @@ ItemDef(
kind: Swiftness,
data: (
strength: 0.25,
duration: Some(300),
duration: Some(240),
),
cat_ids: [Natural],
)),

View File

@ -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),

View File

@ -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