trade_bot/assets/common/items/armor/rugged/pants.ron

15 lines
333 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)