trade_bot/assets/common/items/armor/mail/cobalt/belt.ron
2024-07-03 19:04:49 -04:00

13 lines
303 B
Plaintext

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),
],
)