trade_bot/assets/common/items/armor/mail/steel/hand.ron

13 lines
343 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Steel Gauntlets",
legacy_description: "The metal alloy provides better protection and lighter weight, a quite comfortable gauntlet.",
kind: Armor((
kind: Hand,
stats: FromSet("Steel"),
)),
quality: Moderate,
tags: [
Material(Steel),
SalvageInto(Steel, 1),
],
)