veloren/assets/common/items/charms/burning_charm.ron

20 lines
470 B
Rust
Raw Normal View History

2023-05-19 03:07:44 +00:00
ItemDef(
name: "Blazing Charm",
description: "Flame is your ally, harness its power to burn your foes.",
kind: Consumable(
kind: Drink,
effects: All([
Buff((
kind: Flame,
data: (
strength: 0.4,
duration: Some(20),
),
cat_ids: [Natural],
)),
])
),
quality: Legendary,
tags: [],
)