trade_bot/assets/common/items/crafting_ing/cloth/cloth_strips.ron
2024-07-03 19:04:49 -04:00

11 lines
231 B
Plaintext

ItemDef(
legacy_name: "Cloth Strips",
legacy_description: "Small and soft, yet useful",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [BaseMaterial],
)