trade_bot/assets/common/items/crafting_ing/leather/simple_leather.ron

10 lines
237 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Simple Leather",
legacy_description: "Light and flexible.",
kind: Ingredient(
descriptor: "Raw Hide",
),
quality: Low,
tags: [BaseMaterial, MaterialKind(Hide), Material(Rawhide)],
)