13 lines
323 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ItemDef(
legacy_name: "Steel Chausses",
legacy_description: "The metal alloy provides improvements to fit, durability, and lightness.",
kind: Armor((
kind: Pants,
stats: FromSet("Steel"),
)),
quality: Moderate,
tags: [
Material(Steel),
SalvageInto(Steel, 2),
],
)