trade_bot/assets/common/items/armor/mail/cobalt/belt.ron

13 lines
303 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Cobalt Girdle",
legacy_description: "Ornamental and impenetrable, the metal will never dull.",
kind: Armor((
kind: Belt,
stats: FromSet("Cobalt"),
)),
quality: High,
tags: [
Material(Cobalt),
SalvageInto(Cobalt, 1),
],
)