Changing values

This commit is contained in:
HEIEnthusiast 2023-11-29 06:25:20 -04:00
parent 7d7937df36
commit cc013d7b77

View File

@ -1,14 +1,14 @@
ItemDef(
name: "Swiftness Potion",
description: "Watch the walls!",
description: "Makes you faster.",
kind: Consumable(
kind: Drink,
effects: All([
Buff((
kind: Swiftness,
data: (
strength: 1.25,
duration: Some(15),
strength: 0.5,
duration: Some(30),
),
cat_ids: [Natural],
)),