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

18 lines
360 B
Plaintext

ItemDef(
legacy_name: "",
legacy_description: "",
kind: RecipeGroup(
recipes: [
"diamond_ring",
"diamond_necklace",
"ruby_ring",
"ruby_necklace",
"emerald_ring",
"emerald_necklace",
"merchant_turban",
],
),
quality: Common,
tags: [],
)