trade_bot/assets/common/items/armor/misc/pants/worker_brown.ron
2024-07-03 19:04:49 -04:00

15 lines
325 B
Plaintext

ItemDef(
legacy_name: "Comfortable Worker Pants",
legacy_description: "Resilient and reliable.",
kind: Armor((
kind: Pants,
stats: Direct((
protection: Some(Normal(0.1)),
)),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)