hotbot/assets/common/items/armor/rugged/pants.ron
2024-06-11 14:43:30 -04:00

15 lines
333 B
Plaintext

ItemDef(
legacy_name: "Rugged Commoner's Pants",
legacy_description: "They remind you of the old days.",
kind: Armor((
kind: Pants,
stats: Direct((
protection: Some(Normal(1.0)),
)),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 2),
],
)