trade_bot/assets/common/items/boss_drops/xp_potion.ron

11 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
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],
)