mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changing values
This commit is contained in:
parent
7d7937df36
commit
cc013d7b77
@ -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],
|
||||
)),
|
||||
|
Loading…
Reference in New Issue
Block a user