hotbot/assets/common/items/armor/rugged/chest.ron

15 lines
312 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Rugged Shirt",
legacy_description: "Smells like Adventure.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(3.0)),
)),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 3),
],
)