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

13 lines
284 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Iron Pants",
legacy_description: "Sturdy and unyielding, across ages of war.",
kind: Armor((
kind: Pants,
stats: FromSet("Iron"),
)),
quality: Common,
tags: [
Material(Iron),
SalvageInto(Iron, 2),
],
)