veloren/assets/common/items/charms/lifesteal_charm.ron
2024-01-14 21:25:15 +02:00

20 lines
471 B
Rust

ItemDef(
legacy_name: "Siphon Charm",
legacy_description: "Siphon your target life and use it for your own.",
kind: Consumable(
kind: Drink,
effects: All([
Buff((
kind: Lifesteal,
data: (
strength: 0.4,
duration: Some(20),
),
cat_ids: [RemoveOnAttack],
)),
])
),
quality: Legendary,
tags: [],
)