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

15 lines
320 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Purple Worker Shirt",
legacy_description: "Resilient and reliable.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(0.1)),
)),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)