group_bot/assets/common/items/crafting_ing/cloth/linen_red.ron

10 lines
245 B
Plaintext
Raw Normal View History

2024-06-11 23:51:46 +00:00
ItemDef(
legacy_name: "Red Linen",
legacy_description: "A flax fiber textile, dyed to stand out.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Low,
tags: [MaterialKind(Cloth)],
)