hotbot/assets/common/items/armor/cloth_blue/belt.ron

13 lines
293 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Blue Linen Belt",
legacy_description: "A stylish rough fabric belt, dyed blue.",
kind: Armor((
kind: Belt,
stats: FromSet("Cloth Blue"),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)