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

15 lines
275 B
Plaintext

ItemDef(
legacy_name: "",
legacy_description: "",
kind: RecipeGroup(
recipes: [
"potion_combustion",
"potion_agility",
"potion_minor",
"potion_medium",
],
),
quality: Common,
tags: [],
)