trade_bot/assets/common/items/armor/misc/chest/worker_green_1.ron

15 lines
333 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Green Worker Shirt",
legacy_description: "Was used by a farmer, until recently.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(1.0)),
)),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)