hotbot/assets/common/items/charms/lifesteal_charm.ron
2024-06-11 14:43:30 -04:00

21 lines
472 B
Plaintext

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