group_bot/assets/common/items/crafting_ing/hide/animal_hide.ron

12 lines
243 B
Plaintext
Raw Permalink Normal View History

2024-06-11 23:51:46 +00:00
ItemDef(
legacy_name: "Animal Hide",
legacy_description: "A common pelt from most animals. Becomes leather.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Low,
tags: [
],
)