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

13 lines
306 B
Plaintext
Raw Normal View History

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