group_bot/assets/common/items/crafting_ing/hide/animal_hide.ron
2024-06-11 19:51:46 -04:00

12 lines
243 B
Plaintext

ItemDef(
legacy_name: "Animal Hide",
legacy_description: "A common pelt from most animals. Becomes leather.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Low,
tags: [
],
)