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

20 lines
445 B
Plaintext

ItemDef(
legacy_name: "Potion of Combustion",
legacy_description: "Sets the user ablaze",
kind: Consumable(
kind: Drink,
effects: All([
Buff((
kind: Burning,
data: (
strength: 1.0,
duration: Some(10)
),
cat_ids: [Natural],
))
])
),
quality: Moderate,
tags: [Potion],
)