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

13 lines
308 B
Plaintext
Raw Normal View History

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