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

11 lines
239 B
Plaintext

ItemDef(
legacy_name: "Potion of Skill",
legacy_description: "It doesn't seem to be doing anything...",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: High,
tags: [Potion],
)